@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	background-image:url(../_images/shell/body-bg1.jpg);
	background-repeat:repeat-x;
	}
	

/*/////////// Sticky Footer //////////////////*/	
html, body, #wrapper {height: 100%;}

body > #wrapper {height: auto; min-height: 100%;}

#content {overflow:auto;
	padding-bottom: 135px;}  /* must be same height as the footer */

#footer-band {
position: relative;
	margin-top: -135px; /* negative value of footer height */
	height: 135px;
	clear:both;} 

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}
/*/////////// End Sticky Footer //////////////////*/	


p, h1, h2, h3, h4, h5, h6, ul, li, form {
	margin:0;
	padding:0;
	}

#wrapper {
	width: 936px;
	margin: 0 auto;
	text-align: left;
	}

.column {
	width: 50%;
	position: absolute;
	top: 0;
	}

.left {
	left: 0;
	}


#leftcol {
	margin-right: 468px;
	height: 430px;
	background-image:url(../_images/shell/body-bg2.jpg);
	background-repeat:repeat-x;
	}

#nav {
	height:43px;
	}
#nav ul {
	width:667px;
	list-style:none;
	float:right;
	}
#nav ul li  {
	position:relative;
	float:left;
	background-image: url(../_images/shell/nav-item-bg.gif);
	background-repeat: repeat-x;
	background-position:bottom left;
	margin-left:5px;
	}

#nav ul li a {
	display:block;
	padding: 12px 20px 16px 20px;
	text-decoration:none;
	color:#fff;
	}
#nav ul li a.on {
	background-image: url(../_images/shell/nav-arrow.gif);
	background-repeat: no-repeat;
	background-position:bottom center;
	}
#nav ul li a:active {
	color:#fff;
	}
#nav ul li a:hover {
	color: #ccc;
	background-image: url(../_images/shell/nav-arrow.gif);
	background-repeat: no-repeat;
	background-position:bottom center;
	}
#header-left {
	width:364px;
	float:left;
	}
#header-right {
	width:572px;
	float:left;
	height:387px;
	background-repeat:no-repeat;
	}
#header-right #hphone {
	font-size:18px;
	color:#999999;
	margin-top:10px;
	margin-right:20px;
	text-align:right;
	}
#header-right #hphone a {
	text-decoration:none;
	color:#999;
	}
#header-right #hphone strong {
	color:#999;
	}
#content {
	margin: 30px 0px;
	}
#content p {
	margin-bottom:20px;
	}
#content h1 {
	font-size:24px;
	font-weight:normal;
	color:#b34812;
	margin-bottom:20px;
	}
#content h2 {
	font-size:20px;
	font-weight:normal;
	color:#cc6600;
	margin-bottom:5px;
	}
#content h3 {
	font-size:14px;
	font-weight:bold;
	color:#cc6600;
	margin-bottom:5px;
	margin-top:30px;
	}
#content a {
	color:#cc6600;
	text-decoration:underline;
	}
#content #content-left ul {
	margin-bottom:20px;
	list-style:disc;
	margin-left:25px;
	}
#content #content-left ul li {
	padding-left:10px;
	margin-bottom:5px;
	}
#content #content-right ul {
	list-style:none;
	margin-bottom:20px;
	}
#content #content-right ul li {
	background-image:url(../_images/shell/check.gif);
	background-repeat:no-repeat;
	background-position: 0 0;
	padding-left:20px;
	margin-bottom:5px;
	}
#content-left {
	width:560px;
	float:left;
	margin:0 20px 0 10px;
	}
#content-right {
	width:305px;
	float:left;
	margin:0 10px 0 20px;
	}
#content-right #consultation {
	background-image:url(../_images/shell/phone.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	height:100px;
	border-top:1px dotted #999999;
	}
#content-right #consultation p {
	padding-top:20px;
	font-size:20px;
	color:#999;
	}
#content-right #consultation p #conphone {
	color:#cc6600;
	}
#footer-band {
	background-color:#b34812;
	}
#footer {
	width:916px;
	margin:auto;
	height:135px;
	}
#footer #fphone {
	width:300px;
	float:left;
	font-size:16px;
	color:#fff;
	margin-top:17px;
	}
#footer #fphone strong {
	color:#fff;
	}
#footer #copyright {
	width:500px;
	margin-top:20px;
	float:right;
	text-align:right;
	color:#fff;
	font-size:11px;
	}
#footer #copyright a {
	color:#fff;
	text-decoration:underline;
	}
#footer #disc {
	font-size:11px;
	color:#ccc;
	margin-right:1px;
	margin-top:15px;
	}
/*///////// Dot Leader ////////////////*/
div.dots
{
	float: left;
	clear: both;
	width: 540px;
	margin-bottom:5px;
	background: url(../_images/shell/dotleaders.png) left 85% repeat-x;
}
span.term
{
	float: left;
	padding-right: .5ex;
	background-color: #fff;
}
span.page
{
	float: right;
	padding-left: .5ex;
	background-color: #fff;
}

