/* ----------------- redefines the tag selectors ----------------- */

body {
	padding: 0px;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	background-color: #FFFFFF;
	background-image: url(images/bg-body.gif);
	background-repeat: repeat-x;
	margin: 0px auto;
}


/* 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, ol{
	text-align: left; /* not necessary if not using text-align center in body tag for older ie browsers. */
	text-decoration: none;
}

/* redefines the p tag */
p {
	font-size: 12px;
	color: #666666;
	text-transform: none;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0px;
	line-height: 21px;
	padding: 0px 20px 10px 15px;
}

h1 {
	color: #00689F;
	font-size: 26px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	text-transform: uppercase;
	border-bottom: 1px solid #DCE9F2;
	margin: 10px 25px 10px 20px;
	padding: 0px 0px 5px;
}

h2 {
	color: #00689F;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	text-align: center;
	font-weight: normal;
	padding: 5px 0px;
	margin: 10px auto;
}
h3 {
	color: #082330;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-align: left;
	font-weight: bold;
	padding: 0px 0px 10px 20px;
	margin: 10px 0px 0px;
	
	
}
h4 {
	color: #082330;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 0px;
}
td {
	line-height: 18px;
	color: #666666;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	padding: 5px 10px;
	
}

table {
	width: 600px;
	margin: 0px auto;
		
}

address {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	padding: 10px 5px 10px 20px;
	margin: 0px;
	float: left;
	width: 225px;
		
}
address a:link{
	font-size:11px;
	color: #FFFFFF;
	font-weight: bold;
}

address a:hover{
	font-size:11px;
	font-weight: bold;
	color: #3B93EA;

}


/* creates the general link style for the site. this is not the main navigation.  */
a:link, a:visited {
	color: #3873AF;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #3B93EA;
}

/* ----------------- page layout elements ----------------- */


/* creates the div container for the site. */
div#container {
	width: 960px;
	background-image: url(images/bg-container.gif);
	background-repeat: repeat-y;
	/*height: auto;*/
	padding: 0px;
	margin: 0px auto;
}

/* creates div container for header. setting the left and right margins to auto will center div. */
div#header {
	height: 335px;
	background-image: url(images/bg-header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	margin: 0px;
}

div#flash {
	height: 206px;
	width: 699px;
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	

/* creates the div for the content */
}

div#content {
	margin: 0px;
	padding: 10px 20px 25px;
	float: left;
	width: 660px;
}
div#content ol, div#content ul {
	line-height: 18px;
	margin: 10px 15px 15px 35px;
	color: #666666;
	font-size: 12px;
	padding-left: 15px;
}
div#content ul li{
	padding-left: 5px;
	list-style: square url(none);
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 10px;
	color: #06456E;
} 



/* creates the div for the sidebar */
div#sidebar{
	float: left;
	width: 250px;
	padding: 0px 5px;
	margin: 0px;
}

/* creates the div container for the footer. */
div#footer {
	color: #FFFFFF;
	font-size: 9px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: top;
	padding: 22px 0 0;
	margin: 0px auto;
	height: 20px;
	clear: both;
	background-image: url(images/bg-footer.gif);
}

div#footer a:link, div#footer a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-right: 7px;
	padding-left: 7px;
}

div#footer a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}


/* styles the copyright div */
div#copyright {
	text-align: center;
	color: #06456E;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	padding: 0px;
	margin: 0px auto;
	clear: both;
	width: 839px;
}

div#copyright a {
	font-size: 9px;
	color: #06456E;
	font-weight: bold;
	text-align: center;
}

/* navigation */
div#nav {
	clear: both;
	margin: 20px 5px 0px;
	border-top: 2px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
}
	
ul#mainnav {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


ul#mainnav li {
	display: inline;
	list-style: none;
}


ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #24566F;
	padding: 11px 0px 5px 20px;
	background: #00689F;
	text-align: left;
}

ul#mainnav li a:hover {
	color: #FFFFFF;
	background-color: #006093;
}

ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	color: #FDFDFD;
	background-color: #899FAA;
}
/* end navigation */
	

/*  Audio elements  */

div#audio {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 5px;
	right: 18px;
	height: 13px;
	width: 111px;
}

div#map {
	padding: 0px;
	margin: 0px auto 5px;
}

div#flash {
	width: 960px;
	margin: 0px;
	padding: 0px;
	z-index: 1;
	height: 332px;
}


div#signin {
	margin: 0px auto;
	top: 0px;
	right: 0px;
	padding: 0px;
	width: 839px;
	
}

div#signin a:link, div#signin a:visited {
	color: #014E84;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-right: 7px;
	padding-left: 7px;
}

div#signin a:hover {
	text-decoration: underline;
	color: #999999;
}


iframe {
	margin-right: auto;
	margin-left: auto;

}
/*--------------image styles------------*/



.rightimg {
	float: right;
	border: 1px solid #CCCCCC;
	margin: 10px 15px;
	clear: both;
}

.clear {
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/*-----------text styles---------------*/

.textcenter {
	text-align: center;
	font-size: 12px;
	padding-top: 5px;
}

.textright {
	text-align: right;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}

.companyname {
	color: #00689F;
	text-transform: none;
	font-weight: bold;
	font-size: 12px;
}

.important {
	color: #316077;
	text-transform: none;
	font-weight: bold;
	font-size: 12px;
}

/* CLASSES to create columns for unordered lists. */


ul.leftul {
	float: left;
	padding-left: 5px;
	font-size: 12px;
	font-weight: normal;
	padding-right: 10px;
	width: 275px;
	color: #0E0F61;
}
ul.rightul{
	float: left;
	font-size: 12px;
	font-weight: normal;
	padding-left: 10px;
	width: 275px;
	color: #0E0F61;
}
