body { background-color:#0C234E; background-image:url(../images/page_bg.jpg); background-repeat:repeat-x; font-family:"Trebuchet MS",Verdana,Arial,Helvetica,sans-serif; }
abbr { cursor:help; }
h2, p{ color:#94AAD9; }
a img{ border:0px; }

#container{ background-color:#090C2F; border:1px solid #0F2D63; margin:0pt auto; padding:0pt; width:980px; }
#nav { margin: 0 auto; padding: 0; }
	
#nav ul {
	margin: 0 auto;
	padding: 0;
	padding-left:10px;
	list-style: none;
	background: #050527;
}
	
#nav li {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 18px;	
}

#nav li a {
	float: left;
	padding: 10px 32px;
	text-decoration: none;
	color:#FFF;
	border-left:1px solid #050527;
	border-right:1px solid #050527;
}
	
#nav li a:hover {
	color: #fff;
	text-decoration:underline;
	background: url(../images/top_bg.jpg) repeat-x right bottom;
	border-left:1px solid #27488F;
	border-right:1px solid #27488F;
}

#nav li a.active {
	background: #164190;
	color: #fff;
	text-decoration:underline;
	background: url(../images/top_bg.jpg) repeat-x right bottom;
	border-left:1px solid #27488F;
	border-right:1px solid #27488F;
}

#sub-nav {
	margin: 0 auto;
	padding: 0;
	border-bottom:1px solid #0E2C60;
}
	
#sub-nav ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	background: #18479F;
}
	
#sub-nav li {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 12px;	
}

#sub-nav li a {
	float: left;
	padding: 10px 13px;
	text-decoration: none;
	color:#FFF;
	border-left:1px solid #18479F;
	border-right:1px solid #18479F;
}
	
#sub-nav li a:hover {
	color: #fff;
	text-decoration:underline;
	border-left:1px solid #27488F;
	border-right:1px solid #27488F;
	background-image: url(../images/sub_bg.jpg);
	background-repeat: repeat-x;
	background-position: right top;
}

#sub-nav li a.active {
	background: #050527;
	color: #fff;
	text-decoration:underline;
	background: url(../images/sub_bg.jpg) repeat-x right bottom;
	border-left:1px solid #27488F;
	border-right:1px solid #27488F;
}

#content{
	padding:0;
	margin:0;
	background-color:#090C2F;

}

#content p{
	line-height: 24px;
}
#flash{
	background-image: url(../images/panel_coral.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color:#090C2F;
	float:left;
	}
	
#info{ background-color: #050527; background-image: url(../images/corner.jpg); background-repeat: no-repeat; background-position: left top; float:left; min-height:648px; padding:0; padding-bottom:20px; width:515px; }
#info blockquote { background-color:transparent; background-image:url(../images/quote.gif); background-position:0% 3px; background-repeat:no-repeat; font-style:italic; line-height:1.8em; }
#info blockquote p{ color:#FFFFFF; font-size:15px; margin-left:30px; padding:0pt; }
#info p a img{ margin:0; margin-left:6px; margin-right:6px; padding:0;	padding-bottom:10px; }
#info img{ margin:11px;	margin-top:25px; }
#info h2{ font-size:26px; }
#info h2, #info h3{	font-weight:normal;	margin:0; margin-bottom:6px; padding:8px 0 0 0; }
#info h3 { color:#FFF; }
#info p { margin:0; padding:0; }
#info p.small { font-size:11px; }
#info h2, #info h3, #info p{ padding-left:15px; padding-right:15px; }
#info h3{ margin-top:10px;padding-bottom:4px; }

#info ul{
	list-style-type:none;
	color:#FFFFFF;
	margin-right:28px;
	padding:0;
	margin:0;
	padding-left:24px;
	margin-top:16px;
	margin-bottom:16px;
}
#info ul.services { height:400px; }
#info li{ background-image:url(../images/new_star.png); background-position:left 89%; background-repeat:no-repeat; margin-left:10px; padding:8px 16px 0pt; }
#info li.none{ background-position:left 11%; margin-left:10px; padding:8px 16px 0; }

#info li a{
	color:#FFF;
	text-decoration:none;
}


#info li a:hover{ text-decoration:underline; }
#info .price{
	margin:0;
	padding-top:0px;
	padding-bottom:0;
	margin-bottom:20px;
	font-size:16px;
}

#info .blank{
	background:none;
	padding-top:0;
}

#contactForm {
	padding: 0 10px;
	width: 95%;
	margin: 1em auto;
	float: left;
	clear: left;
	color:#FFF;
}

#footer { background:#050527; border-top:1px solid #0F2D63; }
#footer p#footer-address { font-family:Verdana,Arial,Helvetica,sans-serif; font-size:11px; margin:0pt; padding:10px 12px; float: left; }
#footer p#credits { font-family:Verdana,Arial,Helvetica,sans-serif; font-size:11px; margin:0pt; padding:10px 12px; float: right; }
#footer p#credits a {text-decoration: none; color: #94AAD9;}
#footer p#credits a:hover {text-decoration: underline;}

#contactForm form div { }

#contactForm fieldset {	border:none; text-align:left; }
#contactForm p{ text-align:left; }
#contactForm legend{ color: #FFF; font-size: 18px; font-weight:bold; }
#contactForm label { }
#contactForm form input#userName, 
#contactForm input#pswd { margin-right: 10px; }
#contactForm p { padding: 1em 0 0 0; text-align: right; }
div#loginform a { color: #555; }
div#loginform a:hover { color: #F00; }
.requiredLabel{ color:#F00; }

/* Hacks and work arounds */
/* self-clearing floats */

#nav ul:after, #sub-nav ul:after{
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }
	
/* fixes font-size keyword problem for IE5/Win */
body {
	font-size: x-small; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: small;
	}
html>body { /* be nice to Opera */
	font-size: small;
	}

/* self-clearing floats
----------------------------------------------------- */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.cleaner { clear: both; height: 1px; margin-top: -1px; overflow: hidden; }

/* trigger hasLayout and target ie5+6/win only */
* html #nav ul, 
* html #sub-nav, 
* html #content, 
* html #info{
	height: 1%;
	}
/* trigger hasLayout and target ie7/win only */
*:first-child+html #nav ul, 
*:first-child+html #sub-nav, 
*:first-child+html #content, 
*:first-child+html #info {
	min-height: 1px;
	}