*{
	margin:0;
	padding:0;
}

body{
	background-image: url(images/body-bg.gif);
	background-repeat: repeat-x;
	background-color: white;
}

#container{
	/* Total width 960px; */
	margin: 0 auto;
	padding: 22px 9px 5px;
	border: solid 1px #dadada;
	width: 940px;
	background-color: white;
	color: #201c59;
	font-family: Arial, Helvetica, sans-serif;
}

/****************************************************************************************
Header
****************************************************************************************/

#header{
	position: relative;
	height: 70px;
}

#header-left, #header-right{
	height: 70px;
	float: left;
	
}

#header-left{
	width: 382px;	
}

#header-right{
	width: 556px;
	text-align: right;	
}

#header h1{
	color: #299f48;
	font-size: 20px;
	font-weight: bold;
	font-style: italic; 
	text-align: right;
	position: absolute;
	bottom: 2px;
	right: 0;
}

#header-right, #header-left, #footer-left,  #footer-right{
	float: left;	
}


/****************************************************************************************
Menu
****************************************************************************************/

#menu{
	height:39px;
	background:url(images/menu-bg.gif) repeat-x;
	overflow:hidden;
}

#menu, #menu ul{
		position:relative;
}
menu ul{
	list-style:none;
}
#menu ul, #menu li{
	list-style:none;
	position:relative;
}
#menu li, #menu li a{
	display:block;
	float:left;
	height:39px;
	line-height:39px;
	color:#fff;
	font-size: 14px;
	font-weight: bold;
	text-transform:uppercase;
}
#menu li a{					
	padding:0 13px 0 13px;
	text-decoration:none;
}
#menu li a:hover{
	background:url(images/menu-hover.gif) repeat-x;
	text-decoration:underline;
}		

/****************************************************************************************
Content
****************************************************************************************/

#content-left{
	margin: 10px 10px 0 0;
	padding: 0;
	width: 620px;	
	font-size: 12px;
}

#content-left h2{
	font-size: 20px;	
	margin: 0 0 5px 0;
}

#content-left h3{ color: #299f48; font-size: 14px; margin: 0 0 5px; }

#content-left p{ font-size: 12px; margin-bottom: 10px; }

#content-right{
	margin: 10px 0 0 10px;
	padding: 0;
	width: 300px;
	
}

.gray-quote{
	color: #aba6a6;
	font-size: 12px;
	padding: 15px 0 0 48px;
	background-image: url(images/home-side-quotes.gif);
	background-repeat: no-repeat;
	background-position: 19px 7px;	
}

#content-left ol { margin-bottom: 10px; margin-left: 20px; }
#content-left ol li { font-size: 12px; font-weight: bold; line-height: 20px; margin-left: 10px;}

#content-left ul { margin-bottom: 10px; margin-left: 20px; list-style-type: square;}
#content-left ul li { font-size: 12px; font-weight: bold; line-height: 20px; margin-left: 5px;}

/****************************************************************************************
List items with 
****************************************************************************************/

.fade-with-icon{
	list-style: none;	
}

.fade-with-icon li{
	background-image: url(images/side-item-bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
	padding: 13px 0 16px 0;
}

.fade-with-icon li h3{
	margin: 0 0 0 70px;
	color: #2c9f45;
	font-size: 14px;
}

.fade-with-icon li h4{
	text-align: right;
	margin: 0 10px 0 70px;
	color: #2c9f45;
	font-size: 12px;
}

.fade-with-icon li p{
	margin: 0 0 0 70px;	
	font-size: 12px;
}

.community ul{
	list-style: none;	
}

.community li{
	list-style: none;	
}
/**
Contact form
**/

.contact-form{
	background-image:url(images/side-form-bg.gif);
	background-repeat: repeat-y;
	width: 300px;
}
	
.contact-form h2{
	padding: 12px 12px 12px 12px;
	width: 276px; 
	font-size: 16px;
	background-color: #bcc7d8;
}

.contact-form label{	
	margin: 5px 13px 0 13px;	
	font-size: 12px;
	cursor: pointer;
	clear: both;
}

.contact-form input.text{
	margin: 0 13px 0 13px;
	border: none;
	width: 275px;
	clear: both;
}

.contact-form input.submit{
	margin: 10px 10px 10px 200px;		
	border: 1px solid #BCC7D8;
	width: 90px;
	clear: both;
}

.contact-form textarea.textarea{
	margin: 0 13px 0 13px;
	border: none;
	width: 275px;
	clear: both;
}
	

/****************************************************************************************
Three Column Content
****************************************************************************************/

.three-col{
	background-image: url(images/three-col-border-bg.gif);
	background-repeat: repeat-y;
	width: 620px;
	margin: 10px 0 10px 0;
	padding: 0 0 5px 0;
}

.three-col-content{
	width: 191px; 
	margin: 5px 0px 5px 0px;	
}

.center-col{
	margin: 5px 23px 5px 23px;	
}

	
.time{
	background-image:url(images/icon-time.gif);
	background-repeat: no-repeat;
}
.money{
	background-image:url(images/icon-money.gif);
	background-repeat: no-repeat;
}

.protection{
	background-image: url(images/icon-lock.gif);
	background-repeat: no-repeat;
}

.three-col-content h2{
	padding: 3px 0 10px 65px;
	
}
.three-col-content p{}

.three-col-content ul{
	list-style: none;
}

.three-col-content ul li{
	margin: 0 0 0 0;
	padding: 0 0 0 25px;
	background-image: url(images/checkbox.gif);
	background-repeat: no-repeat;
	font-size: 10px;
}

/****************************************************************************************
Footer
****************************************************************************************/

#footer{
	margin-top: 8px;
	border-top: solid 2px #56b36f;
	color: #3bb34a;
	font-size: 10px;
}

#footer a{
	color: #3bb34a;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}

#footer-left{
	margin: 0 10px 0 0;
	width: 380px;
}

#footer-right{
	margin: 0 0 0 10px;
	width: 540px;
	position: relative;
}

#footer-right p{
	text-align: right;
	position: absolute;
	top: 15px;
	right: 0;
}

#footer-right ul{
	padding: 0;
	margin: 0;
	display: block;
	text-align: right;
	position: absolute;
	top: 2px;
	right: 0;
}

#footer-right ul li{
	padding: 0px 5px 0px 5px;
	margin: 0;
 	display: inline;
	list-style: none;
	float: left;		
	text-decoration: none;
	border-left: 1px solid #3bb34a;
	text-align: right;
}

#footer-right ul li.first-left{
	padding-left: 0;
	border-left: none;
}

#footer-right ul li.last-right{
	padding-right: 0;
}


/****************************************************************************************
Slide show / top area on front page
****************************************************************************************/

#home-top-slide-container{
	border: 2px solid #299f48;
	margin: 3px 0 7px 0;
	padding: 1px 1px 1px 1px;
	width: 934px;
	height: 331px;
	color: white;
	position: relative;
	overflow: hidden;
	
}

#newsTicker,
#newsTicker li{
	margin: 0;
	padding: 0;
	height: 331px;
	width: 638px;
	overflow: hidden;
	list-style: none;
}

#newsTicker .main-ticker-content,
#newsTicker .main-ticker-content-caption{
	height: 331px;
	width: 638px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

#newsTicker .main-ticker-content-caption{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	height: 58px;
	background-image:url(images/slideshow-caption-bg.png);
	color: white;
}

#newsTicker .main-ticker-content-caption p{
	line-height: 16px;
	font-size: 10px;
	margin: 5px 12px 5px 12px;
	padding: 0;
}


#home-top-slide-side-top{
	width: 296px;
	height: 110px;
	background-image:url(images/home-side-bk-purple.gif);
	background-repeat: repeat-x;
	overflow: hidden;
	font-size: 12px;
	position: absolute;
	top: 1px;
	right: 1px;
	z-index: 1;
}

#home-top-slide-side-top img.icon{
	position: absolute;
	top: 7px;
	right: 17px;
}

#home-top-slide-side-mid{
	width: 296px;
	height: 111px;
	background-image:url(images/home-side-bk-green.gif);
	background-repeat: repeat-x;
	overflow: hidden;
	font-size: 12px;
	position: absolute;
	top: 111px;
	right: 1px;
	z-index: 1;
}

#home-top-slide-side-mid img.icon{
	position: absolute;
	top: 4px;
	right: 37px;
}	

#home-top-slide-side-bottom{
	width: 296px;
	height: 110px;
	background-image: url(images/home-side-bk-purple.gif);
	background-repeat: repeat-x;
	overflow: hidden;
	font-size: 12px;
	position: absolute;
	bottom: 1px;
	right: 1px;
	z-index: 1;
}

#home-top-slide-side-bottom img.icon{
	position: absolute;
	top: 6px;
	right: 26px;
}

#home-top-slide-side-top h1,
#home-top-slide-side-mid h1,
#home-top-slide-side-bottom h1{
	font-size: 18px;
	margin: 12px 16px 8px 18px;
}

#home-top-slide-side-top p,
#home-top-slide-side-mid p,
#home-top-slide-side-bottom p{
	margin: 0px 14px 0 18px;
	font-size: 11px;
}

#home-top-slide-side-top a,
#home-top-slide-side-mid a,
#home-top-slide-side-bottom a{
	color: white;
	text-decoration: none;
}				

#home-top-slide-side-top a:hover,
#home-top-slide-side-mid a:hover,
#home-top-slide-side-bottom a:hover{
	text-decoration: underline;
}

#home-top-slide-side-top-cover{
	z-index: 2;	
	position: absolute;
	top: 1px;
	right: 1px;	
}

#home-top-slide-side-top-cover,
#home-top-slide-side-top-cover img{
	width: 296px;
	height: 110px;
}

#home-top-slide-side-mid-cover{
	z-index: 2;	
	position: absolute;
	bottom: 0px;
	right: 1px;
}

#home-top-slide-side-mid-cover,
#home-top-slide-side-mid-cover img{
	width: 296px;
	height: 111px;	
}

#home-top-slide-side-bottom-cover{
	z-index: 2;	
	position: absolute;
	bottom: 1px;
	right: 1px;
}

#home-top-slide-side-bottom-cover,
#home-top-slide-side-bottom-cover img{
	width: 296px;
	height: 110px;	
}

/**
Modal Box
**/

#modal{
	height: 245px;
	width: 260px;	
	padding: 5px;
	margin: 10px;
	font-family: Arial, Helvetica, sans-serif;
	background-color:white;
	color: #201C59;
	font-size: 14px;
}

#modal a,
#modal a:link,
#modal a:visited,
#modal a:active,
#modal a:hover{
	text-decoration: none;	
	color: #201C59;
}

#modal a:active,
#modal a:hover{
	text-decoration: underline;
}

#modal h1{
	font-size: 18px;	
}


#modal ul{
	margin: 0 0 0 10px;
	list-style-type: square;
}

#modal ul li{
	margin: 0 0 0 10px;
}
	
/****************************************************************************************
Link an entire div
****************************************************************************************/
.transparent-cover{
	z-index: 2;	
	position: absolute;
	top: 0px;
	right: 0px;	
}

.transparent-cover,
.transparent-cover img{
	width: 100%;
	height: 100%;
}


/****************************************************************************************
Misc. Ugly Hacks
****************************************************************************************/

/* Make sure floating divs within other divs are contained properly */
.clear-accross{
	clear: both;
	display: block;
	visibility: hidden;
	height: 0; 
	overflow: hidden;
	width: 0;
}

/* Purely to avoid the IE6 double left margin issue */
.float-left{
	margin: 0;
	padding: 0;	
	float: left;
	position: relative;
}

.renewal { color: #201c59; background-color: #f1f0fa; padding: 16px; }