/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #DBE9F4;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
p, h1, h2, h3, h4, h5, a, ul, li, lo, td, dd, dt {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

h1 {
	color: #24405B;
	font-size: 1.2em;
	font-weight: bold;
}
h2 {
	color: #24405B;
	padding: 0px;
	font-size: 1em;
	font-weight: bold;
}


p {
	font-size: 0.8em;
	line-height: 1.3em;
}
iframe {
	margin-top: -10px;
}
li {
	font-size: 12px;
	margin-bottom: 3px;
}

address {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}


/* ----------------- LAYOUT ELEMENTS ----------------- */

div#container {
	width: 990px;
	margin: 0px auto;
	background: url(images/bg-container.gif) repeat-y;
	}

div#logo {
	background: url(images/logo.jpg);
	height: 113px;
	position: relative;
	}

	
div#header {
	position: relative;
	background: url(images/header.jpg);
	height: 200px;
	}
	div#header2 {
	position: relative;
	background: url(images/header2.jpg);
	height: 200px;
	}
	div#header3 {
	position: relative;
	background: url(images/header3.jpg);
	height: 200px;
	}
	div#header4 {
	position: relative;
	background: url(images/header4.jpg);
	height: 200px;
	}
	div#header5 {
	position: relative;
	background: url(images/header5.jpg);
	height: 200px;
	}
	div#header img, div#header2 img, div#header3 img, div#header4 img, div#header5 img {
	border-style: none;
	position: absolute;
	left: 786px;
	top: 142px;
	}


div#audio {
	position: absolute;
	left: 837px;
	top: 75px;
}

div#flash {
	position: absolute;
	left: 269px;
	top: 4px;
}

div#content {
	float: right;
	width: 670px;
	padding-right: 30px;
}
div#content  a:hover {
	font-weight: bold;
}


div#sidebar {
	float: left;
	width: 230px;
	padding-left: 35px;
	}
div#sidebar img {
	clear: left;
	float: left;
	margin-top: 10px;
}

	

div#footer {
	clear: both;
	background: url(images/footer.gif) no-repeat;
	height: 28px;
	}

div#owner {
	width: 940px;
	margin: 0px auto;
	}
	div#owner img {
	float: left;
	border: none;
	}
	
div#copyright {
	text-align: right;
	width: 950px;
	margin: 0px auto;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	}
	div#copyright a:link, div#copyright a:visited {
	color: #1A587D;
	text-decoration: none;
	}
	div#copyright a:hover {
	text-decoration: underline;
	}

/* ----------------- MAIN NAVIGATION ----------------- */
div#nav {
	position: absolute;
	left: 19px;
	top: 28px;

	}
	ul#mainnav {
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #376CA2;
	}
	ul#mainnav li {
	display: inline; 
	list-style: none;
	}
	ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	color: #003366;
	text-decoration: none;
	display: block;
	width: 221px;
	border-bottom: 1px solid #376CA2;
	padding: 5px 5px 5px 15px;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background: url(images/arrow.gif) no-repeat 15px center;
	text-indent: 20px;
	}
	ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	background: #3173A5;
	font-size: 11px;
	color: #FFFF00;
	background: #345C85 url(images/arrow.gif) no-repeat 15px center;
	}


/* ---------------------------- UTILITY NAVIGATION ----------------------------  */
div#utility {
	width: 950px;
	margin: 0px auto;
	clear: both;
	}
	ul#utilitynav {
	float: left;
	width: 100%;
	margin: 0px 0px 10px;
	padding: 0px 0px 10px;
	list-style-type: none;
	}
	ul#utilitynav li {
	display: inline;
	float: right;
	margin: 0px auto;
	padding: 0px;
	}
	ul#utilitynav li a:link, ul#utilitynav li a:visited, ul#utilitynav li a:active {
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	display: block;
	width: auto;
	padding: 2px 10px;
	margin: 0px;
	border-right: 1px solid #CCCCCC;
	color: #376088;
	}
	ul#utilitynav li a:hover, ul#utilitynav li a.current:visited {
	text-decoration: underline;
	color: #1E6793;
	}
	
/* ---------------------------- CUSTOM CLASSES ----------------------------  */
img.right {
	padding: 5px;
	clear: right;
	float: right;
	margin-left: 15px;
	border: 1px solid #F2DE4A;
	margin-top: 5px;
}
img.left {
	padding: 5px;
	clear: left;
	float: left;
	margin-right: 15px;
	border: 1px solid #ccc;
}
div.column {
	float: left;
	width: 260px;
}
div.column2 {
	float: left;
	width: 200px;
}
