body {
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0a375f;
	/*background: #79a5cd url(../images/bg.jpg) top left repeat-x; */
	background-color: #083258;
	text-align: center;
	font-size: small;
}
#wrapper {
	width: 970px;
	margin: 10px auto 0 auto;
	background: #fff url(../images/grid16.gif) top left no-repeat;
	background: #fff;
	/* Fix IE5 */
	text-align: left;
}
/*=================================== BANNER =============================================*/
#banner {
	position: relative;
	width: 970px;
	height: 130px;
	color: #000;
	padding-top:10px;
	background: #fff url(../images/bannerbg.gif) top left no-repeat;
}
#banner .aPostitionedGraphic {
	position: absolute;
	right:0;
	top: -10px;
}
#banner #logo {
	margin: 30px 0 0 25px;
	border: 0;
	width: 460px;
	height: 57px;
}
/* Fix IE6 and earlier - double margin bug rightcolH */
* html #logo {
	display: inline;
}
#banner .group {
	position: absolute;
	right: 15px;
	right: 205px;
	bottom: 0;
}
img.quoteX {
	float:right;
	padding-top: 15px;
	padding-right: 15px;
	border: 0;
}
img.quote {
	position: absolute;
	right: 230px;
	bottom: 20px;
	border: 0;
}
img.call {
	position: absolute;
	right: 5px;
	bottom: 0;
	border: 0;
}
#mainbody {
	width: 970px;
	margin-top: 10px;
}

/*=================================== MAIN =============================================*/
#trail {
	margin-left:170px;
}
#main {
	width: 970px;
	margin-top: 10px;
}

#ban {
	float: right;
	width: 770px;
	margin-right: 10px;

}
/* Fix IE6 and earlier - float direction*/
* html #ban {
	display: inline;
}
#ban p {
	padding-top: 0;
	margin-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

/*=================================== LEFT COL =============================================*/

#leftcol {
	float:left;
	width: 150px;
	padding: 0 10px;
	margin-left: 10px;
	color:#ddd;
}
/* ie float fix */
* html #leftcol {
	display: inline;
	width: 170px;
	w\idth: 150px;
}
/*=================================== MAIN =============================================*/
#maintext {
	float: right;
	margin-right: 10px;
	margin-top: 0;
	padding-top: 0;
	width: 590px;
	/*background: #a3cef7 url(../images/bg_maintext.jpg) top left repeat-x;*/
	margin-bottom: 10px;
}
/* ie float fix */
* html #maintext {
	display: inline;
}
#maintext h1, #maintext h2, #maintext h3, #maintext p {
	padding-left: 10px;
	padding-right: 10px;
}
#maintext h2, #maintext h3 {
	color: #0a375f;
}
#maintext h1 {
	font-size: 1.5em;
/*	color: #ec6f00; FEB 2010 */
	margin-bottom: 0;
	padding-bottom: 0;
	margin-top: 0;
	padding-top: 0;
}
#maintext h2 {
/*	color: #ec6f00; FEB 2010 */
	font-size: 1.2em;
	padding-bottom: 0;
	margin-bottom: 0;
}
#maintext h3 {
	font-size: 1.2em;
/*	font-style:italic; */
	padding-bottom: 0;
	margin-bottom: 0;
}
#maintext p, #maintext ul, #maintext ol {
	margin-bottom: 0;
	font-size: 1.1em;
	line-height: 140%;
}
#maintext p {	
	padding: 0 10px;
}
#maintext p.first, #maintext ul.first, #maintext ol.first {
	padding-top: 0;
	margin-top: 0;
}
img.right {
	float:right;
	margin-left:10px;
	margin-bottom:5px;
}

/*=================================== RIGHT COL =============================================*/
#rightcol {
	width: 170px;
	float: right;
	margin-right: 10px;
}
/* Fix IE6 and earlier - double margin bug rightcol */
* html #rightcol {
	display: inline;
}
#rightcol ul.bullets {
	padding-left: 10px;
	margin-left: 0;
}
/*=================================== FOOTER =============================================*/
#footer {
	position: relative;
	clear: both;
	width: 970px;
	margin: 0 auto;
	padding-bottom: 10px;
	/*padding: 3px 0; */
	background: url(../images/main_bot.gif) top left no-repeat;
}
#footer p {
	color: #fff;
	font-size: 0.9em;
	text-align: center;	
	margin:0;
	padding:0;
	padding-top: 14px;
}
#footer a {
	color: #fff;
}
#footer .emp {
	color: #a3cef7;
	font-style: italic;
}
#footer img {
	position: absolute;
	display: none;
}
/*=================================== MORE =============================================*/
	#more {
		/*color: #CC6600; */
		padding-bottom: 10px;
		font-size:0.9em;
		line-height: 60%;
		border: 1px dotted #CC6600;
	/*	width: 600px; */
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 10px;
		
		background: #fff5ea;

	}
	#more li {
		padding-bottom: 5px;
	}
	#more p {
		line-height: 60%;
	}
	#more a {
		color: #CC6600;
		text-decoration:underline;
	}
	#more a:hover {
		color: #fff;
		background: #CC6600;
	}
	#maintext p.worklinks {
	text-align: right;
	padding: 0;
	font-size:0.8em;
}
	p.worklinks a {
		color:#CC6600;
	}
	p.worklinks a:hover {
		color:#fff;
		background:#CC6600;
	}
	#maintext p.loclinks {
		font-size:0.8em;
		color:#CC6600;
		color:#0a375f;
		clear:left;
		text-align:center;
	}
	#maintext p.loclinks a {
		color:#CC6600;
		color:#0a375f;
	}
	#maintext p.loclinks a:hover {
		text-decoration: none;
	}
