@charset "utf-8";
/* main (generic) definitions/resetters */
body {
	color: #373737;
	margin: 0px;
	padding: 0px;
	font: 12px Helvetica, Arial, sans-serif;
}

a, input {
	outline: none;
}

a:link, a:visited {
	color: #1b80a8;
	text-decoration:none;
}

a:hover{
	color: #000;
	text-decoration:underline;
}

img {
	border: none;
}

ul {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

#container{
	width:930px;
	margin:20px auto ;
}

/* HEADER */
#header{
	width:890px;
	height:113px;
	background: url('../images/header_bg.gif') repeat-x;
	padding:20px;
}

#logo{
	width:233px;
	height:0;
	padding-top:78px;
	overflow:hidden;
	background: url('../images/logo.gif') no-repeat;
}

#phone{
	width:165px;
	height:0;
	padding-top:24px;
	overflow:hidden;
	background: url('../images/call.gif') no-repeat;
	float:right;
	margin-top:58px;
}

/* Nav */
#nav{
	float:left;
	width:193px;
	border-top:1px solid #000;
}

#nav OL{	
	margin:0;
	padding:0;
}

#nav LI{
	list-style:none;
	margin:0;
	padding:0;
	border-bottom:1px solid #000;
}

#nav H2{
	display:block;
	width:163px;
	height:14px;
	color:#FFF;	
	font-size:16px;
	font-weight:bold;
	margin:0;
	padding:14px 10px 16px 20px;	
	background: url('../images/nav_bg.gif') repeat-y;
}

#sliding-navigation A:LINK, #sliding-navigation A:VISITED{
	color:#FFF;	
	display:block;
	width:163px;
	height:14px;
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
	padding:13px 10px 17px 20px;
	background: url('../images/nav_bg.gif') repeat-y;
}

#sliding-navigation A:HOVER{
	color:#2e8aaf;	
}

.info_panel{
	margin-top:20px;
	border:1px solid #037ead;
	background-color:#a3d5e2;
	padding:5px;
	color:#000;
	font-size:14px;
	line-height:22px;
	text-align:center;
}

.info_panel STRONG{
	font-size:18px;
	font-weight:bold;
}

.info_panel A:LINK, .info_panel A:VISITED{
	color:#002341
}



/* CONTENT */
#main{
	padding:0 0 10px 230px;
	font-size:14px;
}

#banner{
	padding-bottom:5px;
}

#content H1{
	font-size:22px;
}

#content P{
	line-height:20px;
}

.popup{
	float:right;
	width:100px;
	background-color:#2e8aaf;
	margin-left:15px;
	margin-bottom:10px;
	color:#FFF;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	padding:10px;
	border:1px solid #5FD1FF;
	clear:right;
}

.popup a{
	color:#FFF !important;
}

/* FOOTER */
#footer{
	border-top:1px solid #000;
	width:930px;
	color:#919292;
	clear:both;
	padding: 20px 0;
}

#footer a:link, #footer a:visited {
	color: #919292;
}

#footer a:hover{
	color: #000;
}

.credit{
	float:right;
}

