/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	margin: 0 auto;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
	color: #24365c;
	background-color: #e4e4e4;

}
/* 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. */
}
h1, h2, h3, h4 {/* Styles h1, h2, h3, h4,  tags */
	color: #115086;
	margin-right: 25px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
h1 {
	font-weight: normal;
	font-size: 36px;
	text-transform: uppercase;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
	
	
}
h2 {
	font-size: 18px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-transform: none;
	padding-left: 41px;
	font-weight: normal;
	margin: 0px;
}
h3 {
	font-size: 13px;
	color: #3B6AAB;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 40px;
}
h4 {
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: bold;
	color: #193654;
	padding-top: 10px;
	margin-right: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
h5 {
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* Sets the line-height for the p, td, and address tags */
p {
	line-height: 18px;
	color: #333333;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 45px;
	margin: 0px;
}


/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited, a:active{
	color:#195990;
	font-weight:bold;
	font-family:Arial, sans-serif;
	text-decoration: underline;
}

a:hover {
	color:#CE0200;
	font-weight:normal;
	font-family:Arial, sans-serif;
	text-decoration:none;
}
address {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 60px;
	background-repeat: no-repeat;
	background-position: top;
	color: #104D84;
		
}

address a:link{
	color: #FFFF02;
	font-weight: normal;
	text-transform: none;
}

address a:hover{
	font-size:12px;
	color: #FFFFFF;
	text-transform: none;
}


/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
div#container {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bg-container.gif);
	background-repeat: repeat-y;
}
div#header {
	height: 157px;
	width: 990px;
	background-image: url(images/bg-header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
}

div#content {
	width: 680px;
	float: left;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	
} 
div#content ol, div#content ul {
	line-height: 18px;
	margin-left: 15px;
	margin-bottom: 0px;
	margin-right: 15px;
	color: #FFFFFF;
}

div#content ol li {
	line-height: 18px;
	margin: 5px 15px 5px 22px;
	padding: 0px;
	
}

div#content ul li{
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 5px;
	color: #434345;
	margin-left: 55px;
	margin-top: 0px;
	list-style-type: disc;
	font-size: 13px;
	font-weight: bold;
} 

div#content strong {
	color:#434345;
	font-weight: bold;
	font-size: 13px;
}




div#sidebar {
	float: left;
	width: 310px;
	margin: 0px;
	padding: 0px;
	
}

	

div#footer {
	clear: both;
	position: relative;
	height: 36px;
	width: 990px;
	background-image: url(images/bg-footer.gif);
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	
}
/*-------------------------Admin/Owner Login ------------------------*/
div#admin {
	float: right;
	clear: both;
	position: absolute;
	top: 37px;
	right: 22px;
}
div#admin a:link, div#admin a:visited {
	color:#195A92;
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
}

div#admin a:hover, div#admin a.current:link, div#admin a.current:visited {
	color: #666666;
	font-weight: normal;
	font-size: 12px;
	
}

/*-----------------Copyright --------------------------------*/
div#copyright {
	text-align: center;
	font-family: Veranda, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-right: auto;
	margin-left: auto;
	color: #195A92;
	padding-top: 10px;
	padding-left: 2px;
	width: 990px;
}

div#copyright a:link, div#copyright a:visited {
	color:#195A92;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

div#copyright a:hover, div#copyright a.current:link, div#copyright a.current:visited {
	color: #666666;
	font-weight: normal;
	
}
	
/*------------------- Custom Layout Elements ----------------------------*/

div#flash {
	width: 680px;
	height: 226px;
	background-image: url(images/flash.jpg);
	background-repeat: no-repeat;
	padding-bottom: 20px;
	
}

div#testimonials {
	width: 310px;
	margin: 0px;
	height: 331px;
}

div#audio {
	position: absolute;
	top: 159px;
	left: 861px;
	height: 13px;
	width: 111px;
}

div#iframe {
	margin: 0 auto;
	
}

div#map {
	width:500px;
	height:400px;
	padding:0px;
	border: 1px solid #0D1D3C;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* DIVs to create columns for paragraphs. */
div#maplist {
	width: 300px;
	text-align: center;
	float: left;
	padding: 3px;
	margin-left: 25px;

}	


/* ----------------- 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 {
	position: absolute;
	left: 11px;
	z-index: 2;
	top: 123px;
	width: 970px;
	height: 32px;
}

/* Removes the default bullets. */
ul#mainnav li {
	display: inline; /* Redefined here only to remove stray padding. */
	list-style: none;
}

/* Styles links. Setting the display to block ensures  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: #FEFEFE;
	display: block;
	float: left;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	width: 138px;
	height: 25px;
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

/* Creates hover status. */
ul#mainnav li a:hover {
	color: #FFFFFF;
	width: 138px;
	background-image: url(images/hover.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

/* Creates current custom class. Be sure to apply .current to each applicable a tag on individual pages. */
ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	color: #494A4E;
	width: 138px;
	background-image: url(images/current.gif);
	background-repeat: no-repeat;
	background-position: center top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* ---------------------------- UTILITY NAVIGATION  ----------------------------  */

ul#utilitynav {
	margin:0px;
	list-style-type:none;
	text-align:center;
	float:left;
	width: 850px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
ul#utilitynav li {
	padding:0  11px;
	margin:0;
	float:left;
	
}

ul#utilitynav li a {
	color:#195A92;
	text-decoration:none;
	text-align:left;
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
ul#utilitynav li a:hover {
	color: #666666;
}	

/* ----------------- IMAGE/ALIGNMENT ELEMENTS ----------------- */


.rightimgborder
 {
	float: right;
	clear: both;
	border: 1px solid #CFDCE9;
	padding: 2px;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 7px;
	margin-left: 30px;
	
}

.leftimgborder
 {
	float: left;
	border: 1px solid #CFDCE9;
	padding: 2px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 35px;
	
}

.middleimg{
	border: 1px solid #CFDCE9;
	clear: none;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 30px;
	padding: 2px;
}

.centerimg{
	border: 1px solid #CFDCE9;
	clear: none;
	padding: 2px;
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 100px;
}

.clear {
	clear: both;
}


/* CLASSES to create columns for unordered lists. */
ul.leftul {
	font-size: 12px;
	font-weight: bold;
	float: left;
	clear: none;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 185px;
}
ul.rightul{
	float: left;
	font-size: 12px;
	font-weight: bold;
	padding-left: 0px;
	padding-bottom: 0px;
	width: 275px;
}
ul.centerul{
	float: left;
	font-size: 12px;
	font-weight: bold;
	padding-left: 0px;
	padding-bottom: 0px;
}
