/* ----------------- redefines the tag selectors ----------------- */

body {
	padding: 0px;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	background-color: #FCFDFF;
	background-image: url(images/background.jpg);
	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;
	font-family: "Comic Sans MS", Arial, sans-serif;
}

/* redefines the p tag */
p {
	font-size: 14px;
	color: #004071;
	text-transform: none;
	font-weight: normal;
	text-align: left;
	margin: 0px;
	line-height: 21px;
	padding: 0px 25px 10px 30px;
}

h1 {
	color: #0080C1;
	font-size: 36px;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	text-transform: uppercase;
	border-bottom: 1px dotted #DCE9F2;
	margin: 10px 25px 10px 20px;
	padding: 0px 0px 5px;
	position: absolute;
	left: 234px;
	top: 254px;
	width: 500px;
	z-index: 3;
}

h2 {
	color: #0080C1;
	font-size: 16px;
	font-family: "Comic Sans MS", Arial, sans-serif;
	font-style: normal;
	text-align: left;
	font-weight: bold;
	padding: 0px 0px 10px;
	margin: 10px 70px 10px 20px;
	border-bottom: 1px dotted #DCE9F2;
}
h3 {
	color: #0080C1;
	font-size: 14px;
	font-family: "Comic Sans MS", Arial, sans-serif;
	font-style: normal;
	text-align: left;
	font-weight: bold;
	padding: 0px 0px 10px 30px;
	margin: 10px 0px 0px;
	
	
}
h4 {
	color: #FFFF00;
	font-size: 13px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-style: normal;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 0px;
	text-decoration:underline;
}
td {
	line-height: 18px;
}



address {
	text-align: left;
	font-family: "Comic Sans MS", Arial, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	padding: 20px 20px 20px 10px;
	margin: 0px;
	float: right;
		
}
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: #017DC5;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #017D61;
}

/* ----------------- page layout elements ----------------- */

/* creates div container for header. setting the left and right margins to auto will center div. */
div#header {
	height: 293px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	margin: 0px;
}



/* creates the div container for the site. */
div#container {
	width: 847px;
	background-image: url(images/content.gif);
	background-repeat: repeat-y;
	/*height: auto;*/
	padding: 0px;
	margin: 0px auto;
	border-right: 2px solid #004071;
	border-bottom: 2px solid #004071;
	border-left: 2px solid #004071;
	border-top: 4px solid #004071;
}

/* creates the div for the content */
div#content {
	margin: 0px;
	padding: 50px 10px 10px;
	float: left;
	width: 622px;
}
div#content ol, div#content ul {
	line-height: 18px;
	margin: 10px 15px 15px 35px;
	color: #666666;
	font-size: 12px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
div#content ul li{
	padding-left: 22px;
	list-style: none;
	background: url(images/bullet.gif) no-repeat;
	padding-top: 2px;
	padding-bottom: 8px;
	font-size: 14px;
	margin-left: 2px;
	color: #004071;
	margin-top: 2px;
	font-weight: bold;
	font-family: "Comic Sans MS", Arial, sans-serif;
} 



/* creates the div for the sidebar */
div#sidebar{
	float: left;
	width: 205px;
	padding: 0px;
	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: 30px 0 0;
	margin: 0px auto;
	height: 27px;
	background-color: #1C3E63;
	clear: both;
	background-image: url(images/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: #FFFFFF;
}

/* 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 {
	padding: 0px 5px 0px 0px;
	clear: both;
	left: 180px;
	top: 260px;
	width: 180px;
	margin: 0px 0px 0px 10px;
}*/
	
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: "Comic Sans MS", Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #0E1C29;
	padding: 11px 0px 10px 15px;
	background: #004071;
	text-align: left;
}

ul#mainnav li a:hover {
	color: #3873AF;
	background-color: #ECF3FB;
}

ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	color: #000000;
	background-color: #0080C1;
}
/* end navigation */
	


div#map {
	padding: 0px;
	margin: 0px auto 5px;
}

div#flash {
	position: absolute;
	top: 0px;
	height: 293px;
	width: 847px;
	margin: 0px;
	padding: 0px;
	z-index: 1;
	left: 0px;
}


div#signin {
	margin: 0px auto;
	top: 0px;
	right: 0px;
	padding: 0px;
	width: 839px;
	
}


.clear {
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

iframe {
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #DCE9F2;

}
/*--------------image styles------------*/



.rightimg {
	float: right;
	border: 1px solid #CCCCCC;
	margin: 20px 40px 20px 20px;
	clear: both;
}
.rightimgnoborder {
	float: right;
	clear: right;
	margin: 5px 10px 5px 0px;
}

.leftimg {
	float: left;
	border: 1px solid #999999;
	margin: 15px;
	
}


/* DIVs to create columns for paragraphs. */
div#leftpara {
	float: left;
	width: 280px;
	margin-bottom: 10px;
	padding-left: 10px;
	color: #999999;
	text-align: left;
	margin-left: 3px;
	font-size: 13px;
	font-family: "Comic Sans MS", Arial, sans-serif;
}
div#rightpara {
	float: left;
	width: 270px;
	margin-bottom: 10px;
	padding-left: 30px;
}


/*-----------text styles---------------*/

.textcenter {
	text-align: center;
}

.textright {
	text-align: right;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}

.companyname {
	color: #017D61;
	text-transform: none;
	font-weight: bold;
	font-size: 16px;
}

.important {
	color: #990000;
	text-transform: none;
	font-weight: bold;
	text-decoration: underline;
}

/* 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;
}

/*  Audio elements  */

div#audio {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	right: 9px;
	height: 29px;
	width: 221px;
	z-index: 2;
}
/* web audio applet */

/* web audio applet */

div#applet {
	width: 210px;
	height: 130px;
	background-image: url(images/webaudio.gif);
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
 
div#applet applet {
	position: absolute;
	top: 66px;
	left: 75px;
	width: 88px;
	height: 30px;
}

div#applet a {
	display: block;
	position: absolute;
	top: 103px;
	left: 70px;
	width: 70px;
	height: 8px;
}

