@charset "utf-8";
/* CSS Document */

html, body {
	width: 100%; height: 100%; text-align: center; /* to centre IE */
	margin:0; padding:0;
}
	body{
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#303186 url(../templateimages/background.jpg) top left repeat-x;
	
}
/*Common Tags------------------------------*/
	
	img, a{
	border:none;
	}
	
	h2{
	font-size:13px;
	color:#FFCC00;
	display:block;
	margin:0;
	padding:0;

	}
	h4{
	font-size:13px;
	color:#8D0100;
	display:block;
	margin:0;
	padding:2px 0 4px 18px;
	font-weight: 200;
	background:url(../templateimages/arrow_bullet.jpg) center left no-repeat;
	}
	h1 {
	color:#2B4206;
	font-weight: lighter;
	font-size:20px;
	padding:5px 0 5px 30px;
	background:url(../templateimages/bullet-gear.jpg) left no-repeat;
	display: block;
	margin: 0;
	}
	a {
	color:#00A5DF;
	text-decoration:underline;
	}
	a:hover {
	color:#403F9C;
	text-decoration:underline;
	}
	.float-right{
	float:right;
	clear:left;
	
	}
	.float-left{
	float:left;
	clear:right;
	}
	.clear{
	clear:both;
	}
	hr {
	padding:15px 0;
	}
	
/*Shell------------------------------*/
	#wrapper {
	width:800px;
	margin:0 auto;
	padding:15px;
	background: #FFF url(../templateimages/wrapper-background.jpg) top left repeat-y;
	}
	
	#header {
	height:90px;
	width:800px;
	background:url(../templateimages/header.jpg) top left no-repeat;
	}
	
	#header h1{
	display:inline;
	float:right; 
	margin:50px 10px 0 0; 
	font-size:18px; 
	color:#2B4206;
	width:auto;
	}
	
	#main {
	background:#E9E9E9 url(../templateimages/main-rounded-bottom.jpg) bottom center no-repeat;
	width:780px;
	padding:0 10px 40px 10px;	
	}
	
	#banner{
	margin:0;
	clear: both;
	}
	
	#content {
	width:800px;
	margin: 0;
	padding: 0 0 0 0;
	text-align: left;
	line-height:1.4;
	}
	#main-content {
	text-align:left;
	padding:10px;
	line-height: 1.4;
	width: auto;
	}
	#main-content img{
	float:left;
	margin:0 15px 10px 0;
	}
	#right-content{
	float:right;
	clear:left;
	line-height: 1.4;
	padding:10px;
	width:300px;
	margin-left: 20px;
	text-align:left;
	}
	#right-content img{
	float:left;
	margin:0 10px 0px 0;
	
	}
	
	#footer {
	clear:both;
	width:830px;
	height:75px;
	color:#fff;
	font-weight:bold;
	margin:0 auto;
	padding:40px 0 0 0;
	background:url(../templateimages/footer.jpg) top left no-repeat;
	font-size: 13px;
	}
	
	#footer a{
	color:#00A5DF;
	text-decoration:none;
	font-size: 10px;
	}
	
	#footer a:hover{
	color:#FFFFFF;
	text-decoration:underline;
	
	}
	
	#footer li{
	display: inline;
	list-style-type: none;
	padding:0 20px 0 0;

	}
/*----------------NAV_______________*/	
	#nav {
	/*float:right;*/
	width:800px;
	height:34px;
	margin:0;
	padding:0;
	list-style:none;
	background:url(../templateimages/nav.jpg);
	}

	#nav li{
	display: inline;
	list-style-type: none;

	}
	
	#nav a{
	width:80px;
	float:left;
	display:block;
	font-weight:lighter;
	color:#FFFFFF;
	font-family:"Lucinda Grande", sans-serif;
	font-size:13px;
	padding:7px 9px 10px 9px;
	margin-right:1px;
	text-decoration:none;
	
	}
	
	#nav a:hover{
	background: url(../templateimages/nav-hover.jpg) center left repeat-x;
	text-decoration:none;
	color:#FFFFFF;
	}
	
	#nav .selected{
	background: url(../templateimages/nav-hover.jpg) center left repeat-x;
	text-decoration:underline;
	color:#FFFFFF;
	}
	#nav-phone{
	color:#FFF;
	font-size:16px;
	float:right;
	width:130px;
	padding:8px 12px;
	font-weight:bold;
	}
	#wrapper .designedby{
	color:#666;
	font-size:10px;
	text-decoration:none;
	font-weight:lighter;
	padding:15px;
	}

	#panel-outside{
	width:516px;
	background:url(../templateimages/panel-bkg.jpg) top repeat-y;
	float: left;
	}
	#panel-inside{
	padding:0 15px 55px 15px;
	background:url(../templateimages/panel-rounded-bottom.jpg) bottom left no-repeat;
	}
	#panel-inside-top{
	background:url(../templateimages/panel-rounded-top.jpg) top left no-repeat;
	height:30px;
	}
	#right-sidebar{
	float:left;
	width: 254px;
	padding: 0 0 0 10px;
	}
	#side-panel-outside{
	width:254px;
	background:url(../templateimages/side-panel-bkg.jpg) top repeat-y;
	margin: 0 0 10px 0;
	}
	#side-panel-inside{
	padding:0 15px 40px 15px;
	background:url(../templateimages/side-panel-bottom.jpg) bottom left no-repeat;
	color:#303187;
	font-size: 11px;
	}
	#side-panel-inside-top{
	background:url(../templateimages/side-panel-top.jpg) top left no-repeat;
	height:40px;
	}
	#side-panel-inside-top h1{
	color:#303187;
	background:none;
	padding:0;
	margin:0;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	padding:8px 0 0 0;
	}
	
	.link {
	color:#303187;
	background: url(../templateimages/bullet-arrow.jpg) right no-repeat;
	padding:0 20px 0 0;
	font-weight:800;
	}
	.link:hover{
	color:#0066CC;
	text-decoration:none;
	}
	.list {
	margin:0;padding:0;
	list-style:none;
	}
	.list li{
	background: url(../templateimages/bullet-check.jpg) left no-repeat;
	padding:3px 0 3px 22px;
	color:#0066CC;
	}
