/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #6e6f71;
}
p, h1, h2, h3, h4, h5, a, ul, li, lo, td {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #333333;
}
p, li {
	font-size: 12px;
}
p, h1 {
	margin: 15px 0 15px 0;
}

h1 {
	margin-top:0px;
	padding-top:5px;
	font-size:24px;
	border-bottom-style: dashed;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #1E241A;
	border-bottom-width:1px;
	border-bottom-color: #424E36;
}

h2 {
	font-size: 12px;
	color: #2A3322;
	font-style: normal;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	
}

h3 {
	font-size: 12px;
	color: #0270B4;
	font-style: normal;
	font-weight: bolder;
}


h4 {
	font-size: 14px;
	color: #0A1F34;
	font-style: normal;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #0A1F34;
	padding-bottom: 3px;
}

address {
	text-align: left;
	width:160px;
	/*float: left;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D6DFCD;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-style: normal;
	margin-left: 0px;
}

address a:link{
	font-size:12px;
	color: #D6DFCD;
	font-weight: normal;
}

address a:hover{
	font-size:12px;
	font-weight: bold;
	color: #434F37;

}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
	font-size:12px;
	color:#2A3322;
	font-weight:bold;
	font-family:Arial, sans-serif;
	text-decoration:underline;
}
a:visited {
	font-size:12px;
	color:#76846A;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color: #334223;
}
a:active {
	text-decoration:none;
}


/* ----------------- IMAGE/ALIGNMENT ELEMENTS ----------------- */
.left {
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-left: 80px;
	padding-bottom: 10px;
}
.right {
	float: right;
	border: 1px solid  #CCCCCC;
	clear: both;
	padding:5px;
	margin:5px;
}
.leftborder {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	border: 1px solid #2A3322;
	padding: 10px;
	background-color: #435037;
	margin-top: 10px;
}
.rightborder {
	border: 1px solid #0A1F34;
	float: right;
	margin-left: 15px;
	margin-bottom: 5px;
	padding: 0px;
	margin-top: 10px;
	clear: both;
	margin-right: 0px;
	
	
}
.rightnoborder {
	padding: 1px;
	float: right;
	margin-left: 15px;
	
}
.border {
	padding: 1px;
	border: 1px solid #000;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}

/* ----------------- NAV ELEMENTS ----------------- */
a:link, a:hover, a:active, a:visited {

/* NAVIGATION CONTAINER */
}

div#nav {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	margin-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 9px;
}


	ul#navlist li a.current, ul#navlist li a.current:hover {
	display: block;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 20px;
	background-color: #303131;
	color: #ffffff;
	}

/* UL TAG */
ul#navlist {
	margin:0;
	padding:0;
	font-size:10px;
	text-transform:uppercase;
	font-family: tahoma;
} 

ul#navlist li {
	list-style: none;
	float:left;
	position: relative;
	padding:0;
	line-height:normal;
	text-indent:0;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
}

ul#navlist li a {
	display:block;
	text-decoration:none;
	font-weight: bold;
	font-family: tahoma;
	font-size: 10px;
	color: #00007b;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 14px;
}

/** html #nav a {
	width: 1%;}*/

ul#navlist li a:hover {
	color: #303131;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: right top;
}

/* ---------------------------------------------------------*/
/* ----------------- FOR THE CSS DROPDOWN ----------------- */
/* ---------------------------------------------------------*/
	
	
ul#navlist li ul { /* second-level lists */
	width: 190px;
	background-color:#303131;
	border-bottom:2px #000 solid;
	display: none;
	position: absolute;
	top: 18px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	z-index: 3;
}

ul#navlist li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

ul#navlist li:hover ul, ul#navlist li.over ul { /* lists nested under hovered list items */
	display: block;
}

ul#navlist li ul li {
	width: 190px;
	float: none;
	text-transform: capitalize;
	z-index:3;
	}
	
ul#navlist li ul li a {
	
	text-indent: 15px;
	color: #fff;
	background-color: #303131;
	background-position: left top;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom:7px;
	padding-left: 0;
}

ul#navlist li ul li a:hover {
	color: #303131;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: left top;
	
}

/* ----------------list items ---------------------*/
div#list1 {
	float:left;
	width:150px;
}
div#list2 {
	float:left;
	width:150px;
}
div#list3 {
	float:left;
	width:150px;
}
div#list4 {
	float:left;
	width:150px;
}
ul.list li {
		list-style: url(images/bullet-points.gif);
		line-height:18px;
		color:#3f3f3f;
}


/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
div#container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;

}
div#rightcolumn  {
	width: 130px;
	float: right;
}


div#header {
	position: relative;
	width: 950px;
	height: 223px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;

}

div#horizontalnav {
	width: 950px;
	height: 32px;
	background-image: url(images/nav-bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	margin-bottom: 0px;
	
}

div#leftcolumn {

	width:190px;
	float: left;
	padding-left: 29px;
	padding-top: 10px;
	margin-left: 0px;
	margin-top:0px;
}	

div#flash {
	background-image:url(images/flash-bg-image.jpg);
	background-repeat:no-repeat;
	width:212px;
	height:138px;
	clear:both;
}	
	
div#content {
	background-image: url(images/content.gif);
	background-repeat: repeat-y;
	width:950px;
	}
	
div#contentinner {
	width:640px;
	float:right;
	clear: both;
	padding-top: 10px;
	padding-right:50px;
	padding-bottom: 10px;
	
}
div#footer {
	clear: both;
	width: 950px;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-image: url(images/footer.gif);
	height: 34px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
}

p#center {
	font-weight:bold;
	text-align:center;
}
div#footer a:link, div#footer a:visited {
	color:#2A3322;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

div#footer a:hover, div#footer a.current:link, div#footer a.current:visited {
	color: #D6DFCD;
	font-weight: bold;
	
	
	
}

div#bottomnav  {
	clear: both;
	width: 950px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
}


div#copyright {
	font-family: Veranda, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin-right: auto;
	margin-left: auto;
	color: #D6DFCD;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: both;
}

div#copyright a:link, div#copyright a:visited {
	color:#D6DFCD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

div#copyright a:hover, div#copyright a.current:link, div#copyright a.current:visited {
	color: #435037;
	font-weight: bold;
	
	
	
}


div#audio {
	margin-top:31px;
	padding-right:30px;
	float:right;
}

#AudioWebPro {
}

div#iframe {
}

div#iframe1 {
margin-left:-25px;
margin-top:-40px;
}
div#admin {
	color:#415E26;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 0px;
}
div#admin a:link, div#admin a:visited {
	color:#435037;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

div#admin a:hover, div#admin a.current:link, div#admin a.current:visited {
	color: #D6DFCD;
	font-weight: bold;
	}
	
p#mstatement {
	font-size:16px;
}
/* ----------------------------  Utility NAVIGATION (HORIZONTAL) ----------------------------  */

div#utility {
	float:left;
	width:950px;
	margin:0px;
	padding:0px;
	text-align:left;
	position:relative;
	top:0px;
	}
	ul#utilitynav {
	width: 950px;
	padding-left:20px;
	padding-right:20px;
	padding-top:0px;
	margin: 0px;
	list-style-type: none;
	text-align:center;
	}
	ul#utilitynav li {
	display: inline;
	float: none;
	margin: 0px auto;
	padding: 2px 5px;
	}
	ul#utilitynav li a:link, ul#utilitynav li a:visited, ul#utilitynav li a:active {
	font-size: 10px;
	font-family:tahoma;
	text-decoration: none;
	text-align: center;
	display: inline;
	width: auto;
	color: #000;
	font-weight: normal;
	}
	ul#utilitynav li a:hover, ul#utilitynav li a.current:visited {
	text-decoration: underline;
	font-weight:normal;
}

