#@charset "utf-8";
/* CSS Document */

* {
	padding:0;
	margin:0;
	}

html {
	height:100%;
	min-height:100%;
	}
 
body {
	width:970px;
	margin:0 auto;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	background:#9f998a url(../images/bg_body.gif) repeat-x;	/*overflow:hidden;*/
}

a,
a:link,
a:visited,
a:active {
	color:#336699;
	text-decoration:none;
	}
	
a:hover {
	text-decoration:underline;
}
img {
	border:0;
	}
/* SPECIFIC DIVS */
#wrapper {
	width:970px;
	overflow:hidden;
	padding:0 0 0 0;
	/*background-color:#cccccc;*/
	margin-top:
}

#container {
	background-color:#FFFFFF;
	/*background:#cccccc;
	width:991px;*/
	/*overflow:hidden;
	padding-bottom:5px;
	padding-top:10px;
	border:2px solid red;*/
	}
#top {
	width:100%;
	height:0;
	}
#header {
	width:100%;
	height:100px;
	margin-top:0;
	padding:0 5px 0 0;
	}
#logo {
	padding:20px 0 0px 0;
	float:left;
	/*width:345px;*/
	display:inline;
	}	
#logoRight {
	width:580px;
	float:right;
	display:inline;	
	}	
#login {
	display:inline;
	color:#FFFFFF;
	float:right;
	margin-top:15px;
	padding-top:15px;
	border:0;
	height:33px;
	width:136px;
	font-weight:normal;
	background:url(../images/bg_button.gif) 0 repeat-x;
	text-decoration:underline;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	text-align:center;
}
#login a,
#login a:link,
#login a:visited,
#login a:active {
	color:#FFFFFF;
	text-decoration:underline;
	width:100%;
	}

/* NAV */
#nav {
	clear:both;
	margin:0;
	font-size:.9em;
	font-weight:normal;
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	float:right;
	display:inline;
	width:100%;
	height:40px;
	text-align:right;
	background:#113142 url(../images/bg_topnav.gif) repeat-x;
	}
#nav ul {
	float:right;
	margin:0;
	padding:0px 0px 0 0;
	list-style-type:none;
	/*self-clearing for CSS float*/
	overflow:hidden;
	/*zoom:1;*/
}
#nav li {
	font-weight:normal;
	font-size:.8em;
	/*background:url(../images/img_divider.gif) 0  no-repeat;*/
	padding:15px 20px 3px 20px;
	float:left;	
	width:auto;
}
#nav li.active{
	background:url(../images/bg_topnav_active.gif) 0 repeat-x;
	height:22px;
}
#nav li:hover{
	/*background:url(../images/bg_topnav_active.gif) 0 repeat-x;
	height:22px;*/
}
#nav li a:active,
#nav li a:link,
#nav li a:visited {
	color:#FFFFFF;
	}
#nav li.divider {
	margin:0;
	padding:0;
	}
/* SUBNAV */
#subnav {
	clear:both;
	margin:0;
	padding:0;
	font-size:.9em;
	font-weight:normal;
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	float:right;
	display:inline;
	width:100%;
	height:36px;
	text-align:right;
	background:#538ca9 url(../images/bg_subnav.gif) repeat-x;
	}
#subnav ul {
	float:right;
	margin:0;
	/*padding:0px 75px 0 0;*/
	padding:0px 55px 0 0;
	list-style-type:none;
	height:36px;
	/*self-clearing for CSS float*/
	overflow:hidden;
	zoom:1;
}
#subnav li {
	font-weight:normal;
	font-size:.8em;
	background:url(../images/img_divider_subnav.gif) no-repeat;
	/*padding:10px 35px 3px 35px;*/
	padding:10px 20px 3px 20px;
	float:left;	
	width:auto;
	height:36px;
}
#subnav a {
	background:url(../images/img_arrow.gif) no-repeat;
	padding-left:20px;
	background-position:0px;
}
#subnav img {
	padding-right:15px;
	}
#subnav li.first{
	background-image:none;
}
#subnav li.last{
	padding-right:0;	
}
#subnav li a:active, #subnav li a:link, #subnav li a:visited {
	color:#FFFFFF;
	}
#subnav li.divider {
	margin:0;
	padding:0;
	}
#subnav .arrow {
	background:url(../images/img_arrow.gif) no-repeat;
}	
#mainBodyWrapper {
	width:970px;
	clear:both;
	overflow:hidden;
	height:100%;
	margin:0 auto;
	/*margin-top:5px;*/
	margin-top:0;
	background-color:#ffffff;
	display:inline;
	}
.bodybg_top {
	height:6px;
	background:#bcb6a4 url(../images/bg_mainbody_top.gif) no-repeat;
	background-position:bottom;
}
#mainBody {
	clear:both;
	width: 970px ;
  	margin-left: auto ;
  	margin-right: auto ;
	background:#FFFFFF;
	/*margin-top:-15px;*/
	height:auto;
	min-height:100%;
	}
#banner {
	clear:both;
	height:227px;
	width:970px;
}
#banner img {
	margin-top:0;
	}
/* LEFT NAV (SIDEBAR) */
#sidebarLeft {
	clear:both;
	float:left;
	width:242px;
	min-height:100%;
	height:100%;
	padding:5px 0 5px 6px;
	margin:0;
	overflow:hidden;
	color:#767676;
	}
* html #sidebarLeft { display:inline;} /*Fix for IE double padding/margin issue */

.boxbottom_readmore {
	background:url(../images/box_bottom_readmore.gif);
	height:32px;
	width:242px;
}
.boxbottom_readmore a {
	display: block; 
	height: 100%; 
	width: 100%;
}
li.divider {
	padding:0;
	margin:0;
}

* html #sidebarRight { display:inline;}

/* CONTENT */

#content {
	float:left;
	display:inline;
	width:660px;
	margin:5px 25px 5px 35px;
	font-size:.8em;
	}	
#content h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:30px;
	font-weight:bold;
	padding:5px 0 5px 0;
	color:#364B5D;
	margin-bottom:15px;
	}
#content h2 {
	font-size:16px;
	font-weight:bold;
	color:#000000;
	padding:0 0 5px 0;
	margin:0;
	}
#content p {
	padding-bottom:14px;
	}

table.services {
	width:660px;
	border:0;
	color:#999b9e;
	text-align:left;
}
table.services a {
	color:#999b9e;
}

table.services td {
	width:220px;
	border:0;
	padding-top:5px;
}
table.services img {
	border:#999b9e 1px solid;
	}
	
/***********************/
/* RIGHT NAV (SIDEBAR) */
/***********************/	
#sidebarRight {
	float:right;
	width:237px;
	min-height:100%;
	height:100%;
	padding:1px 0 0 0;
	margin:0;
	overflow:hidden;
	background-color:#efeeee;
	}
* html #sidebarRight { display:inline;} /*Fix for IE double padding/margin issue */

#faq {
	float:right;
	display:inline;
	width:237px;
	height:196px;
	padding-bottom:20px;
}
#news {
	width:227px;
	padding:0 0 20px 0;
	margin:0;
	float:right;
	display:inline;
	font-family:"Times New Roman", Times, serif;
	background-color:#efeeee;
}
#news h1 {
	font-size:1.2em;
	font-weight:bold;
	padding:0 0 5px 10px;
	color:#191919;
	display:inline;
}
#news ul {
	list-style:none;
	font-size:12px;
	color:#59595a;
	width:190px;
	margin:0;
	padding:0 0 0 10px;
	padding-bottom:10px;
	}	
#news li {
	display:block;
	border-bottom:dotted 2px #c1c5c8;
	padding:10px 0;
}
#news li.last {
	border-bottom:0;
	}
#news .divider {
	width:190px;
	
}
#news a.readmore {
	padding:20px 0 0 10px;
	color:#191919;
	font-weight:bold;
	}

/* FOOTER */
#footer {
	font-size:.7em;
	color:#ababab;
	font-weight:bold;
	text-align:left;
	padding:5px 0 30px 0;
	background-color:#464646;
	height:80px;
	/**/
}
#footer #links {
	display:inline;
	text-align:right;
	float:right;
	width:400px;
	padding-top:10px;
	}
#footerphone {
	font-size:14px;
	}
#footer #address {
	float:left;
	display:inline;
	width:135px;
	margin-top:10px;
	padding:5px 20px 5px 30px;
	text-align:right;
	font-size:12px;
	font-family:"Times New Roman", Times, serif;
	line-height:22px;
	border-right:2px solid #525251;
	}
#footer #telephone {
	float:left;
	display:inline;
	width:220px;
	margin-top:10px;
	padding:5px 20px 5px 20px;
	text-align:left;
	font-size:12px;
	font-family:"Times New Roman", Times, serif;
	line-height:22px;
}
#footer ul {
	margin: 0;
	padding: 20px 15px 0 10px;
	}
#footer li {
	line-height: 2.5ex; 
	display:inline;
	padding: 0px 3px; 
	list-style-type: none;
	}

#footer a,
#footer a:link,
#footer a:visited,
#footer a:active {
	color:#ababab;
	text-decoration:none;
	}
#footer a:hover {
	text-decoration:underline;
}	

.clear {
	clear:both;
	}
