/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	background-position: center;
	background-image: url(images/bg.jpg);
}

/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, a, ul, li, ol, td {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
	color: #406394;
}
/* Redefines the p tag */
p {
	font-size: 12px;
	line-height: 16px;
	margin-right: 35px;
	margin-left: 35px;
	margin-bottom: 20px;
	text-transform: none;
	padding: 0px;
	margin-top: 0px;
}

h1 {
	color: #406394;
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0px 20px 20px;
}
h2 {
	color: #406394;
	margin-left: 30px;
	margin-right: 33px;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 20px;
	text-transform: uppercase;
	background-color: #E0E8F1;
	padding: 5px;
	border: 1px solid #CAD7E8;
	clear: both;
}
div#right {
	float: right;
	width: 375px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #E3CB90;
}


h3 {
	color: #1199CC;
	margin-left: 30px;
	margin-right: 33px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 3px 3px 3px 5px;
	border: 1px solid #EEEFEF;
	background: #F9F9F9;
	clear: both;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	color: #406394;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
a:hover {
	text-decoration: underline;
	color: #153560;
}
applet {
	position: absolute;
	top: 325px;
	left: 15px;
}

address {
	color: #406394;
	margin: 20px 0px 10px;
	text-align: center;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	clear: both;
	text-transform: uppercase;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #A0BAE0;
	padding-top: 5px;
}
address a:link, address a:hover, address a:visited {
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
	color: #406394;
	font-size: 11px;
	font-weight: bold;
}
div#copyright img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	background: url(images/header.gif) no-repeat;
	position: relative;
	width: 770px;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	text-align: right;
	height: 355px;
}

/* Creates the div container for the site. */
div#container {
	background: #FFFFFF url(images/contentbg.gif) repeat-y;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Creates the div for the content */
div#content {
	margin: 0px;
	padding: 0px;
	width: 770px;
}

div#content img {
	padding: 2px;
	border: 1px solid #A0BAE0;
}
div#content img.cc {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
div#content img.right {
	float: right;
	clear: right;
	margin-left: 20px;
	margin-right: 38px;
	margin-top: 0px;
	margin-bottom: 20px;
}


/* Creates the div container for the footer. */
div#footer {
	clear: both;
	margin: 0px auto;
	padding: 5px 0px 0px;
	width: 770px;
	height: 20px;
	background-color: #142C50;
	font-size: 9px;
	color: #406394;
	text-align: center;
}

div#footer a {
	font-size: 9px;
	color: #6B8EBE;
	text-decoration: underline;
	font-weight: normal;
}

/* Styles the copyright div */
div#copyright {
	text-align: center;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #8BA7CD;
	margin: 5px auto 0px;
	padding: 0px;
	clear: both;
	width: 786px;
}
div#copyright a {
	font-size: 9px;
	color: #8BA7CD;
	text-decoration: underline;
	font-weight: normal;
}

div#left {
	width: 186px;
	margin: 0px 0px 20px;
	padding: 0px;
	vertical-align: top;
	position: absolute;
	top: 98px;
	left: 0px;
	z-index: 2;
}

/* ----------------- left NAVIGATION ----------------- */

ul {
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	list-style: none;
	z-index: 2;
}
ul li {
	list-style: none;
	position: relative;
	z-index: 2;
}	

ul li a:link, ul li a:visited, ul li a:active {
	display: block;
	color: #AFC2DC;
	text-decoration: none;
	text-align: left;
	background-position: right center;
	background-color: #385883;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #304B70;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #406394;
	width: 170px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #304B70;
	position: relative;
	z-index: 5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
}
ul li a.current:link, ul a.current:visited {
	color: #ffffff;
	background-color: #153560;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #40546f;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #40546f;
	border-left-color: #40546f;
}
ul li a:hover {
	background-position: right center;
	text-decoration: underline;
	color: #FFFFFF;
}

/* drop down list */
ul li ul {
	position: absolute;
	left: 186px;
	top: 0;
	display: none;
	}

ul li a {
	display: block;
	text-decoration: none;
	border-bottom: 0;
	background: #E3CB90;
	}

ul li:hover ul, ul li.over ul { 
	display: block; }

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

	
/* ----------------- end left NAVIGATION ----------------- */	

iframe {
	padding: 0px;
	clear: left;
	float: left;
	margin-top: -20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}

iframe.map {
	padding: 0px;
	margin-top: 0px;
	margin-right: 38px;
	margin-bottom: 0px;
	margin-left: 20px;
	border: 1px solid #666666;
	float: right;
}

.clear {
	clear: both;
}

.name {
	font-weight: bold;
	font-size: 12px;
	color: #663200;
}

ul#list {
	list-style: inside;
	margin-bottom: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

ul#list li {
	list-style: url(images/bullet.gif) none outside;
	font-size: 12px;
	margin-left: 60px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: none;
	margin-right: 40px;
}
div#flash {
	z-index: 0;
	top: 98px;
	right: 0px;
	position: absolute;
}
div#content img.left {
	float: left;
	clear: left;
	margin-left: 35px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 20px;
}

/* ----------------- VIDEO DIV ----------------- */ 

a#video {
	position: absolute;
	display: block;
	z-index: 2;
	left: 550px;
	top: 0px;
}
