/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background-color: #55041e;
	margin: 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */
	text-align: center; /* Equivalent to <center> tag for older IE browsers. Remove if you do not want to center page. */
}

/* 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, h2, h3, h4, h5, h6, a, ul, li, ol, dt, dd, td {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
/* Redefines the p tag */
p {
	font-size: 12px;
	color: #2d0210;
	margin: 0px;
	padding: 5px 30px 5px 40px;
	text-align: left;
	line-height: 2;
}


h1 {
font: bold 20px Georgia, "Times New Roman", Times, serif;
color: #55041e;
margin: 0px 0px 0px 0px;
padding: 20px 0px 0px 40px;
text-transform: uppercase;

}

h2 {
margin: 0px 0px 0px 0px;
padding: 20px 0px 0px 40px;
font: bold 14px Georgia, "Times New Roman", Times, serif;
color: #55041e;
}

h3 {
font: bold 12px Georgia, "Times New Roman", Times, serif;
margin: 10px 30px 10px 40px;
padding: 10px;
color: #0d3a66;
background-color: #d3e6e8;
border: 1px solid #0d3a66;
}

address {
margin:0px 0px 0px 0px;
padding:160px 0px 0px 50px;
font: normal 11px Georgia, "Times New Roman", Times, serif;
color: #0d3a66;
text-align: left;
line-height: 1.3;
}



li {
font: normal 12px Georgia, "Times New Roman", Times, serif;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a {
color: #0d3a66;
}
a:visited {
color:#0d3a66;
}
a:hover {
color: #737373;
}
a:active {
color: #0d3a66;
}


/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#wrapper {
width: 971px;
margin: 0px auto;
padding: 0px;
}

div#site_top {
width: 971px;
height: 28px;
background: url(images/wrapper_top.jpg) no-repeat;
margin: 0px auto;
padding: 0px;
}

div#header {
width: 971px;
height: 343px;
margin: 0px auto;
padding: 0px;
position: relative;
}

div#audio {
position: absolute;
top: 242px;
left: 30px;
width: 111px;
height: 10px;
margin: 0;
padding: 0;
z-index: 20;
}

div#sidebar {
position: absolute;
top: 0px;
left: 0px;
width: 204px;
height: 343px;
margin: 0px;
padding: 0px;
background: url(images/leftside_bgd.jpg) no-repeat;
}

div#cta_flash, div#topphoto {
position: absolute;
width: 514px;
height: 343px;
top: 0px;
left: 204px;
z-index: 1;}

div#quote {
position: absolute;
width: 253px;
height: 343px;
top: 0px;
left: 718px;
}

div#container {
width:971px;
margin:0px auto;
padding:0px;
background: url(images/container.jpg) repeat-y;
}

div#content {
	float: right;
	width:765px;
	margin: 0px auto;
	padding: 0px 0px 20px 0px;
	vertical-align:top;
	text-align:left;
}

div#content p a:link {
text-decoration: none;
border-bottom: 1px dotted #b41f06;
}

div#content p a:visited {
text-decoration: none;
border-bottom: 1px dotted #b41f06;
}

div#footer {
	position: relative;
	width:946px;
	height: 40px;
	margin:0px auto;
	padding:10px 25px 0px 0px;
	background: url(images/footer.jpg) no-repeat;
	font:normal 9px Verdana, Arial, Helvetica, Verdana, sans-serif;
	color:#0d3a66;
	text-align: right;
	clear:both;
} 

div#footer a:link, div#footer a:visited {
	font-size:9px;
	color:#0d3a66;
	text-decoration:underline;
	font-weight: bold;
}

div#footer a:hover, div#footer a:active {
	font-size:9px;
	color:#0d3a66;
	text-decoration:none;
}

div#footer img {
	position: absolute;
	top: -70px;
	left: 15px;
}

div#leftprofile {
	width: 378px;
	float: left;
	padding: 5px 0 0 0;
	clear: left;
}

div#leftprofile p {	
	margin: 5px 5px 0 0;
	font-size: 10px;
	text-align: justify;
	line-height: 12px;	
	font-family: Georgia, "Times New Roman", Times, serif;
}

div#leftprofile img {
	float: right;
}

div#rightprofile {
	width: 375px;
	padding: 5px 0 0 0;
	float: right;
}


div#rightprofile p {	
	margin: 5px 0 0 5px;
	font-size: 10px;
	text-align: justify;
	line-height: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

div#rightprofile img {
	float: left;
}


/* ----------------- NAVIGATION CONTAINER ----------------- 


	div#nav_flash{
	position: absolute;
	width: 191px;
	height: 198px;
	margin: 0;
	padding: 0;
	left: 14px;
	top: 257px;
	background-color: #0d3a66;
	}

	ul#mainnav {
	width: 191px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	position: absolute;
	left: 14px;
	top: 257px;
	}

	ul#mainnav li {
	display: inline;
	margin: 0px auto;
	padding: 0px;
	line-height: 32px;
	}

	ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	display: block;
	width: auto;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #0d3a66;
	color: #0d3a66;
	font-weight: bold;
	text-transform: uppercase;
	background: #d3e6e8;
	}
ul#mainnav  li  a#current:link,ul#mainnav   li a#current:visited    {
	background: url(images/nav_on.gif) no-repeat;
	}
	
	*/




/* ----------------- COPYRIGHT CONTAINER ----------------- */
div#copyright, div#ownerlogin {
width: 971px;
margin: 15px auto;
padding: 0px 0px 0px 15px;
text-align: left;
font: 9px Arial, Helvetica, sans-serif;
color: #75b2b7;
}

div#copyright a:link, div#copyright a:visited {
font-size:9px;
color:#75b2b7;
text-decoration:none;
}

div#copyright a:hover, div#copyright a:active {
font-size:9px;
color:#75b2b7;
text-decoration:underline;
}

div#copyright img {
border: none;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
	border: 1px solid #d3e6e8;
	background-color: #ffffff;
	margin: 5px 10px 5px 0px;
	padding: 5px;
	clear: both;
}

img.right {
	float: right;
	border: 1px solid #d3e6e8;
	background-color: #ffffff;
	margin: 5px 0px 5px 30px;
	padding: 5px;
	clear: both;
}

img.middle {
	border: 1px solid #d3e6e8;
	margin: 5px 0px 5px 10px;
	padding: 5px;
}
img.middlerow {
	border: 1px solid #d3e6e8;
	margin: 5px 0px 5px 8px;
	padding: 5px;
}
.clear {
	clear: both;
}
div#clear {
	clear: both;
}

img.list {
	margin-right: 5px;
}

/* ----------------- CUSTOM CLASSES ----------------- */

ul#bullet {
list-style:none;
}

ul#bullet li {
background-image: url(images/bullet.gif);
background-repeat: no-repeat;
background-position: 0px 5px;
padding: 0px 30px 0px 15px;
line-height: 1.5;
}



div#ownerlogin a:link, div#ownerlogin a:visited {
	font-size:9px;
	color: #75b2b7;
	text-decoration:underline;
	font-weight: bold;
}

div#ownerlogin a:hover, div#ownerlogin a:active {
	font-size:9px;
	color: #75b2b7;
	text-decoration:none;
	font-weight: bold;
}
.center {
	text-align: center;
}

.nofloat {
	float: none;
}

div#servicestop p {
	font-size: 18px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	line-height:26px;
}
div#servicestop img {
	text-align: center;
	padding-left: 45px;
}
div#servicestop .lime {
	color: #99CC00;
}
div#servicestop .lime2{
	font-size: 24px;
	color: #99CC00;
}
div#servicesbottom p {
	font-size: 20px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	line-height:30px;
}
div#servicesbottom .larger {
	font-size:30px;
	font-weight: 500;
}
div#servicesbottom .lime {
	color: #99CC00;
	font-size: 16px;
}
/* -------------------------------------------------------*/
/* ----------------- CSS HORIZONTAL NAV ----------------- */
/* -------------------------------------------------------*/

/* NAVIGATION CONTAINER */
div#nav {
	position: absolute;
	left: 14px;
	top: 257px;
	width: 191px;
	z-index: 8;}
	
ul#navlist li a#current, ul#navlist li a#current:hover{
	background: url(images/nav_on.gif) top left no-repeat;}

/* UL TAG */
ul#navlist {
	width: 191px;
	margin:0;
	padding:0;
	background: #c00;} 

ul#navlist li {
	list-style: none;
	line-height: normal;
	margin: 0;
	padding:0;
	text-indent:0;
	text-align: center;}

ul#navlist li a {
	position: relative;
	display:block;
	font-size: 10px;
	font-weight: bold;
	padding: 7px 0;
	margin: 0;
	width: 100%;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	color: #0d3a66;
	border-bottom: 1px solid #0d3a66;
	background: #d3e6e8;}


html>body #navlist li a {
	width: auto;}

ul#navlist li a:hover {
	background: url(images/nav_on2.gif) no-repeat;}

/* ---------------------------------------------------------*/
/* ----------------- FOR THE CSS DROPDOWN ----------------- */
/* ---------------------------------------------------------*/
	
	
ul#navlist li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 27px;
	left: 191px;
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 10;
	border-left: 1px solid #0d3a66;
	border-top: 1px solid #0d3a66;
	border-right: 1px solid #0d3a66;
}

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: 27px;
	left: 191px;
	z-index: 10;
}

ul#navlist li:hover ul, ul#navlist li.over ul { /* lists nested under hovered list items */
	display: block;
	border-left: 1px solid #0d3a66;
	border-top: 1px solid #0d3a66;
	border-right: 1px solid #0d3a66;
}

ul#navlist li ul li {
	float: none;}

/* Fix IE. Hide from IE Mac \*/
* html ul#navlist li { float: left; }
* html ul#navlist li a { height: 1%; }
/* End */

ul#navlist li ul li a {
	display: block;
	background: #d3e6e8;
	width: 190px;
	text-align: center;}

ul#navlist li ul li a:hover {
	background: url(images/nav_on2.gif) no-repeat;}
