/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #626F77 url(images/bg_site.gif) repeat-x;	
	font: 11px Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #CBD3D8;
}

/* Sets the margin and padding to zero */
dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, p, fieldset, address, blockquote, th, td {
	 margin: 0;
	 padding: 0;
	 text-align: left;  /* Not necessary if not using text-align center in body tag for older IE browsers. */
}

/* Removes borders for  images and fieldsets*/
img, fieldset {
	border: 0;
}

/* Styles h1, h2, h3, h4, h5 tags */
h1, h2, h3, h4, h5 {
	color: #cccccc;
	margin-left: 10px;
	margin-right: 10px;
	}
h1 {
	font-weight: normal;
	font-size: 20px;
	border-bottom: 1px solid #55626A;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}

/* Sets the line-height for the p, td, and address tags */
p {
	line-height: 18px;
	margin: 5px 10px;
}
#sidebar p {
   font-size: 10px;
	line-height: 14px;
}	

td {
	line-height: 18px;
}
address {
	line-height: 14px;
	font-style: normal;
	font-size: 10px;
	width: 750px;
	margin: 0px auto;
	background: url(images/address_bg.gif) no-repeat;
	padding-top: 15px;
	}

/* Styles A links */
a:link {
	text-decoration: underline;
	color: #DFE5E9;
	}
a:visited {
	text-decoration: underline;
	color: #ffffff;
 }
a:hover {
	text-decoration: none;
	color: #EBF0F3;
	}
a:active, a.selected {
	text-decoration: none;
	color: #BBC6CC;
	}
	/* Creates DIV to set back to top link */
	a#back {
		float: right;
	}
	
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
/* Styles the DIV that serves as the container for the website. Setting the width to 100% will fill the whole screen. */
div#container {
	width: 100%;
	margin: 0;
	background: #47545C url(images/bg_site.gif) repeat-x;
}

/* Styles the DIV that serves as the container for the layout. Sets the width back to 770 pixels */
div#layout {
	width: 770px;
	margin: 0px auto;
	background: url(images/layout.gif) repeat-y;
}

/* Creates DIV container for header. */
div#header {
	width: 770px;
	margin: 0;
	position: relative;
	}
div#header a#top{
	float: left;
	width: 539px;
	margin: 0;
	padding: 0;
	}	
	
	
div#header #audio{
	background: url(images/applet_bg.gif) no-repeat;
	width: 231px;
	/*padding: 32px 59px 25px 59px;*/
	height: 70px;
	float: left;
	position: absolute;
	left: 540px;
	top: 0px;
	}
div#audio applet {
	position: absolute;
	left: 58px;
	top: 32px;
}

	
/* Creates DIV container for cta. */
div#cta {
	width: 770px;
	margin: 0px auto;
	clear: both;
	height: 160px;
	background: #1F71AD url(images/cta.jpg);
	}
	
/* Creates DIV container for sidebar content */ 
div#sidebar {
	width: 231px;
	float: right;
	padding: 0px;
}
div#sidebar a {
	text-decoration: none;
}
/* Creates DIV container for main content */ 
div#content {
	width: 539px;
	float: left;
	clear: left;
	padding: 0px 0px 10px 0px;
}
div#content ol, div#content ul {
	line-height: 18px;
	margin-left: 10px;
	margin-right: 10px;
}
div#content ul li{
	padding-left: 10px;
	background: url(images/bullet.gif) no-repeat;
	list-style: none;	
}

/* Styles DIV container for Google map */
div#map {
	border: 1px solid #55626A;
	text-align: center;
	margin: 5px auto 5px;
	width: 538px;
}

/* Styles the DIV that will stop the content DIV and sidebar DIV from wrapping. */
div#bottom {
	width: 770px;
	margin: 0px auto;
	clear: both;
	height: 10px;
}

/* Styles DIY frames in Plus sites */
iframe#iframe1 {
	margin: -20px 0px 0px -10px;
	overflow: hidden;
}

/* Creates DIV container for footer content*/ 
div#footer {
	font-size: 10px;
	width: 100%;
	margin: 0px auto;
	text-align: left;
	clear: both;
	padding: 0;
	background: #626F77 url(images/footer_bg.jpg) repeat-x;
}
div#footer a {
	font-weight: bold;
}

/* Creates DIV container for sub-navigation */
div#subnav {
	font-size: 10px;
	margin: 0px auto;
	width: 750px;
	padding: 15px 0px 5px;
}

/* Creates DIV container for copyright statement */
div#copyright {
	font-size: 9px;
	margin: 0px auto;
	width: 750px;
	padding: 5px 0px 10px;
}

/* ----------------- MAIN NAVIGATION ----------------- */

/* Apply the ul#mainnav style to our entire <ul>.*/

/* Sets a background color and width for our navigation box. Removes all default margins and padding. */
ul#mainnav {
	width: 770px;
	background: #626F77;
	height: 35px;
}

/* Removes the default bullets. */
ul#mainnav li {
	display: inline; /* Redefined here only to remove stray padding. */
	list-style: none;
}

/* Styles our links. Setting the display to block ensures our links will stack back on top of one another as block level elements. The width sets the "hit" area of the links.  */
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	color: #DFE5E9;
	display: block;
	float: left;
	font-size: 10px;
	font-weight: bold;
	padding: 10px 20px 10px 10px;
	text-decoration: none;	
	text-transform: uppercase;
	background: url(images/link_bg.gif) no-repeat;
}

/* Creates our hover status. */
ul#mainnav li a:hover {
	background: url(images/hover_bg.gif) repeat-y;
	color: #ffffff;
	padding: 5px 5px 15px 25px;
}

/* Creates our current custom class. Be sure to apply .current to each applicable a tag on individual pages. */
ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	background: url(images/link_bg.gif) repeat-y;
	color: #ffffff;
	padding: 10px 20px 10px 10px;
}

/* ----------------- SIDE NAVIGATION ----------------- */

/* Apply the ul#mainnav style to our entire <ul>.*/

/* Sets a background color and width for our navigation box. Removes all default margins and padding. */
ul#sidenav {
	margin: 0px 0px 10px;
	padding: 0px;
	width: 231px;
}

/* Removes the default bullets. */
ul#sidenav li {
	display: inline; /* Redefined here only to remove stray padding. */
	list-style: none;
}

/* Styles our links. Setting the display to block ensures our links will stack back on top of one another as block level elements. The width sets the "hit" area of the links.  */
ul#sidenav li a:link, ul#sidenav li a:visited, ul#sidenav li a:active {
	font-size: 10px;
	font-weight: bold;
	color: #DFE5E9;
	text-decoration: none;
	display: block;
	width: 201px;
	padding: 10px 20px 10px 10px;
	text-transform: uppercase;
	background: url(images/sidelink_bg.gif) no-repeat;
	border-bottom: 1px solid #55626A;
}

/* Creates our hover status. */
ul#sidenav li a:hover {
	background: url(images/sidehover_bg.gif) repeat-y;
	color: #ffffff;
	padding: 5px 5px 15px 25px;
}

/* Creates our current custom class. Be sure to apply .current to each applicable a tag on individual pages. */
ul#sidenav li a.current:link, ul#sidenav a.current:visited {
	background: url(images/sidelink_bg.gif) repeat-y;
	color: #ffffff;
	padding: 10px 20px 10px 10px;
}

/* ----------------- Additional CLASSES and DIVs ----------------- */

/* start hack to hide DIV styles from Internet Explorer */
html>body div#rtfloat {
	float: right;
	margin: 10px;
}
html>body div#lftfloat {
	float: left;
	margin: 10px;
}
/* end hack to hide styles from Internet Explorer */

div#rtfloat {
	float: right;
	margin: 10px 3px 10px 10px;
}
div#rtfloat img {
	border: 1px solid #55626A;
	margin: 0px 0px 10px;
}
div#lftfloat {
	float: left;
	margin: 10px 10px 10px 3px;
}
div#lftfloat img {
	border: 1px solid #55626A;
	margin-bottom: 10px;
}
img.rt {
	float: right;
	margin: 10px;
}
img.rtborder {
	border: 1px solid #55626A;
	float: right;
	margin: 10px;
}
img.rtborder2 {
	border: 1px solid #55626A;
	float: right;
	margin: 10px 10px 10px 0px;
}
img.lft {
	float: left;
	margin: 10px;
}
img.lftborder {
	border: 1px solid #55626A;
	float: left;
	margin: 10px;
}
img.lftborder2 {
	border: 1px solid #55626A;
	float: left;
	margin: 10px 0px 10px 10px;
}
img.rtnotopmargin {
	float: right;
	margin: 0px 10px 10px 10px;
}
img.rtbordernotopmargin {
	border: 1px solid #55626A;
	float: right;
	margin: 0px 10px 10px 10px;
}
img.lftnotopmargin {
	float: left;
	margin: 0px 10px 10px 10px;
}
img.lftbordernotopmargin {
	border: 1px solid #55626A;
	float: left;
	margin: 0px 10px 10px 10px;
}
img.lftbordernotopsidemargin {
	border: 1px solid #55626A;
	float: left;
	margin: 0px 10px 20px 0px;
}
img.lftbordernotopsidemargin2 {
	border: 1px solid #55626A;
	float: left;
	margin: 0px 10px 60px 0px;
}
img.ctrborder {
	border: 1px solid #55626A;
	text-align: center;
	margin: 5px auto;
}
img.ctr {
	text-align: center;
	margin: 5px auto;
}

/* Style unordered lists and colmuns of text */
ul, body>ul.leftul, body>div#leftpara, body>ul.rightul, body>div#rightpara, ul.leftul, div#leftpara, ul.rightul, div#rightpara {
	list-style: none;
}

/* DIVs to create columns for paragraphs. */
div#leftpara {
	float: left;
	width: 231px;
}
div#rightpara {
	float: left;
	width: 308px;
}

/* CLASSES to create columns for unordered lists. */
ul.leftul {
	float: left;
	width: 220px;
}
ul.rightul{
	float: left;
	width: 220px;
}

ul.leftulsmall {
	float: left;
	width: 120px;
		margin-top: 5px;
}
ul.rightulsmall{
	float: left;
	width: 120px;
		margin-top: 5px;
}

/* Class to stop items from floating right or left */
.clear {
	clear: both;
}

/* Class to center text and images */
.center {
	text-align: center;
}

/* Class to underline text */
.underline {
	text-decoration: underline;
}

/* Class to make text one pixel/point larger */
.largebold {
	font-size: 12px;
	font-weight: bold;
}
