/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	text-align: center;
	background-image: url(images/body_bg.gif);
	background-repeat: repeat-x;
}

/* 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, h3, h4, h5, a, ul, li, ol, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #888888;
}
/* Redefines the p tag */
p {
	font-size: 12px;
	text-align: left;
	line-height: 17px;
	font-weight: 100;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	color: #000000;
}

.orange {
	color: #ff9c00;
}

hr {
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	margin-top: 10px;
}

h1 {
	font: 21px Verdana, Arial, Helvetica, sans-serif;
	font-weight: 100;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-top: 0px;
	margin-right: 30px;
	margin-left: 20px;
	text-align: left;
}

h2 {
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	font-weight: 100;
	color: #000000;
	margin: 5px 0px 5px 20px;
	text-align: left;
}

h3 {
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	font-weight: 100;
	color: #000000;
	margin: 5px 0px 5px 20px;
	text-align: center;
}

h4 a {
	font-size: 13px;
	color: #000000;
	margin-left: 20px;
	padding: 0px;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a {
	color: #1A51A7;
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

address {
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	width: 200px;
	color: #000000;
	font-weight: 100;
	margin: 24px 10px 5px 0px;
	padding: 15px 5px 15px 5px;
	text-align: center;
	background-color: #E9E9E9;
	border: 1px solid #999999;
}
address a:link, address a:visited {
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
	color: #334f7f;
}
address a:hover {
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
	color: #000000;
}

/* ----------------- 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.jpg) no-repeat;
	position: relative;
	width: 950px;
	height: 453px;
	text-align: left;
}

/* Creates DIV flash container for header. */
div#flash {
	position: relative;
	width: 950px;
	height: 203px;
	padding: 212px 0px 0px 0px;
	z-index: 1;
}

/* Creates the general link style for the audio link. */

div#audio {
	position: absolute;
	top: 375px;
	right: 15px;
}
	
	div#audio p {
		font-size: 10px; 
	}
	
	div#audio a {
	color: #015D2C;
	text-decoration: none;
	font-weight: bold;
	}
	
	div#audio a:hover {
		color: #000000; 
	}


/* Creates the div container for the site. */
div#container {
	background: #FFFFFF url(images/container_bg.gif) repeat-y;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 0px solid #000000;	
	position: relative;
}

/* Creates the div for the content */
div#content {
	float: left;
	width: 720px;
	border: 0px solid red;
}

/* Creates the div for the content */
div#map {
	margin: 15px auto;
	padding: 2px;
	width: 550px;
	height: 400px;
	border: 1px solid #999999;
	clear: both;
}

.right {
	float: right;
	padding: 2px;
	margin: 10px 30px 10px 10px;
	border: 1px solid #999999;
}

.right2 {
	padding: 2px;
	margin: 10px auto;
	border: 1px solid #999999;
}

/* Creates the div container for the footer. */
div#footer {
	clear: both;
	margin: 0px auto;
	padding: 0px;
	width: 950px;
	background-image: url(images/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 29px;
}

div#footerholder {
	text-align: center;
	padding-top: 15px;
	padding-right: 0px;
}

div#footerholder a:link, div#footerholder a:visited, div#footerholder a:active {
	color: #000000;
	padding-right: 2px;
	padding-left: 2px;
	font-weight: 100;
	text-decoration: none;
	font-size: 14px;
	font-family: tahoma;
	text-decoration:underline;		
}

div#footerholder a:hover {
	color:#ff9c00;
	text-decoration:none;		
}

/* Styles the copyright div */
div#copyright {
	text-align: center;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px auto;
	padding: 0px;
	clear: both;
}
div#copyright a {
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}

/* ----------------- left side ----------------- */

div#leftside {
	float: right;
	width: 220px;
	vertical-align: top;
	border: 0px solid red;
}

ul {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color:#000000;
	line-height: 17px;
	margin-bottom: 5px;
}

li {
	font-size: 13px;
	color:#000000;
	font-weight: 100;
}

div#iframe {
	width: 500px;
	padding: 0px;
	clear: left;
	margin: 20px auto;
}

.clear {
	clear: both;
	margin-top: 0px;
}


/* ----------------- MAIN NAVIGATION ----------------- */

div.menu {
	top: 168px;
	left: 222px;
	position: absolute;
	height:32px;
	font-size:0.85em;
	z-index:100;
}
	
/* remove all the bullets, borders and padding from the default list styling */
div.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}

div.menu ul ul {}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */

div.menu li {
	float:left;
	position:relative;
}
/* style the links for the top level */

/* ----------------- MAIN NAVIGATION ----------------- */

.menu {
	top: 168px;
	left: 222px;
	position: absolute;
	height:32px;
	font-size:0.85em;
	z-index:100;
}
	
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	position: relative;
	font-size:85%;
	text-transform:capitalize;
}

.menu ul ul {}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */

.menu li {
	float:left;
	position:relative;
	line-height: normal;
}
/* style the links for the top level */

.menu a, .menu a ul#nav {
	display:block;
	_display: inline-block;
	padding: 14px 15px 14px 15px;
	color: #ffffff;
	text-decoration:none;
	font-weight: bold;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	font-size: 12px;
	line-height: 14px;
}

.menu a#current { 
	color: #ff9c00;
	background-color: #ffffff;
 }

.menu a#first { border-left: 1px solid #999999;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:#ffb380}

/* style the second level hover */
.menu ul ul a.drop:hover{
	background:#ffb380}

.menu ul ul :hover > a.drop {
	background:#ffb380}
/* style the third level background */

.menu ul ul ul a, .menu ul ul ul a:visited {
	background:#e2dfa8;
}
/* style the third level hover */

.menu ul ul ul a:hover {
	background:#b2ab9b;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top: 42px;
	left:0; 
	width: 150px;
	z-index:100;
}



/* position the third level flyout menu */
.menu ul ul ul{
	left: 129px; 
	top: -1px; 
	width: 129px;
}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-129px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	position:absolute;
	top:0; 
	left:0; 
	border-collapse:collapse;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background:#ffe9c7; 
	color:#000; 
	height:auto; 
	line-height:1em;
	padding: 10px 10px;
	width: 180px;
	border-width:0 1px 1px 1px;
	text-align: left;
}
	
/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
	background: #ff9c00;
	color: #fff200;
}

.menu :hover > a, .menu ul ul :hover > a {
	background: #ff9c00;
	color: #fff200;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul, .menu ul li.over ul {visibility:visible; }

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}
