/*******************************
**
**	TO DO:
** 1) Fix the menu - recut the background image to make the gradient prettier.
** 2) FINISH THE LAYOUT!
**
********************************/

/* Styles for Drake Insure */
body {
	font: 62.5%/200% Arial, Helvetica, sans-serif; /* 10px default size */
	background-color:#ebebeb;
	color:#1F445E;
}

a {
	text-decoration:none;
	color:#5f8aa4;
	border-bottom:2px dotted #FEE545;
}
a:hover {
	color:#3c6883;
	border-bottom:2px dotted #B49141;
}
a img, a.noborder, a.add {
	border:none;
}

ul {
	list-style-type:none;
	margin:0;
	padding:0;
	margin-left:10px;
}
ul li {
	background-image:url(images/bullet.gif);
	background-repeat:no-repeat;
	background-position:0 5px;
	padding-left:15px;
	margin:5px 0px;
	line-height:1.4em;
}

/* reset padding/margin on some elements */
div, form, table {
	padding:0;
	margin:0;
}

h1, h2, h3, h4, h5, h6 { color:#276185; }

h1 { font-size:2em; }
h2 { font-size:1.8em; }
h3 { font-size:1.6em; }
h4 { font-size:1.4em; }
h5 { font-size:1.2em; }
h6 { font-size:1em; }

/* LAYOUT STYLES */
#container {
	background-color:#ebebeb;
	font-size:1.2em; /* equates to 12px */
	width: 840px;
	margin:0px auto;
	background-image:url(images/container-bg.gif);
	background-repeat:repeat-y;
}

#header {
	background-image:url(images/header-bg.gif);
	background-repeat:none;
	overflow:hidden;
	height:120px;
}
	#header a {
		border:none;
	}
	
	#headerLeft {
		width:60%;
		float:left;
	}
		#headerLeft img {
			margin-top:40px;
			margin-top:32px;
			margin-left:40px;
		}
	#headerRight {
		width:40%;
		float:left;
		padding-top:20px;
	}
		#headerRight div.left {
			float:left;
			width:86px;
		}
		
			#headerRight div.left img {
				border:1px solid #4B93B7;
				padding:1px;
				background-color:#fff;
			}
		#headerRight div.right {
			float:left;
			width:210px;
			padding-left:10px;
		}
		#headerRight div.right h3 {
			border-bottom:1px dotted #4B93B7;
			font-size:1.4em;
			margin:0;
			padding:0;
			color:#4B93B7;
		}
		#headerRight div.right table {
			padding:0;
			margin:0;
			color:#4B93B7;
			font-size:.9em;
			border-spacing:0;
			margin-top:3px;
		}
			#headerRight div.right table tr {
				padding:0;
				margin:0;
			}
			#headerRight div.right table td {
				padding:0;
				margin:0;
			}
			#headerRight div.right table td.left {
				width:50px;
			}
			#headerRight div.right table td.right {
				color:#1F445E;
			}
			#headerRight div.right table td.right a {
				color:#1F445E;
			}

#containerFooter {
	background-image:url(images/footer.gif);
	background-repeat:none;	
	height:32px;
	overflow:hidden;
}

/* PSUEDO PADDING */
#container #innerContainer {
	width:800;
	margin:0px 20px;
}

/* FOOTER */
#footer {
	color:#5f8aa4;
	text-align:center;
	background-image:none;
	background-color:#ebebeb;
}

/********************* NAVIGATION **********************/
#nav {
	height:30px;
	margin:0px 1px;
	overflow:hidden;
	background-image:url(images/menu-bg2.gif);
/*	background-image:url(images/nav-bg.jpg);*/
	background-repeat:repeat-x;
	background-color:#84B1CE;
}
#nav ul {
	padding:0;
	margin:0;
	list-style-type:none;
}

#nav ul li {
	display:inline;
	float:left;
/*	padding:0px 20px;*/
	margin:0;
	padding:0;
	background-image:url(images/menu-div.gif);
	background-repeat:no-repeat;
	background-position:right;
}


#nav ul li a {
	line-height:30px;
	margin:0;
	padding:0;
	padding:0px 20px;
	text-decoration:none;
	color:#fff;
	font-size:1.1em;
	font-weight:bold;
	display:block;
	border:none;
}

#nav ul li a:hover, #nav ul li a.active {
	background-color:#7EABCA;
	background-image:url(images/menu-div.gif);
	background-repeat:no-repeat;
	background-position:right;
	border:none;
}

/*************** HOMEPAGE FEATURE *******************/
#homeFeature {
	background-image:url(images/banner-bg.jpg);
	background-repeat:repeat-x;
	background-color:#448bb7;
	color:#fff;
	margin:0px 1px;
}
	
	#featureLeft {
		float:left;
		width:55%;
	}
	
	#featureRight {
		float:left;
		width:45%;
	}
	
	#homeFeature h1 {
		margin:0px;
		line-height:1.6em;
		color:#FEF3A5;
	}
	
	#homeFeature h2 {
		color:#FEF3A5;
		padding-top:8px;
		font-style:italic;
		font-size:1.45em;
		margin:0;
	}
	
	div.padding-feature {
		padding:20px;
	}
	
	#homeFeature #featureRight ul {
		list-style-type:none;
		padding:0px 15px;
		margin:0;
	}
	
	#homeFeature #featureRight ul li {
		background-image:url(images/bullet-featured.gif);
		background-repeat:no-repeat;
		background-position:0 33%;
		padding-left:35px;
		line-height:1.3em;
		margin:12px 0px;
	}
	
/******************* CONTENT! **********************/
#content {
	margin:1px 1px 0px 1px;
	border-top:3px solid #FEEC78;
}

/****************** INNER PAGES ********************/
#mainContent {
	width:530px;
	float:left;
	min-height:500px;
	_height:500px; /* IE6 */
}
	#mainContent .padding {
		padding:0px 15px 5px 15px;
	}
	
	#mainContent h1 {
		border-bottom:1px dotted #4B93B7;
		margin-top:0;
		padding-top:10px;
	}
	

/******************* BLOCKS! ***********************/
.block {
	width:266px;
	float:left;
}

	.block .padding {
		padding:10px;
		*padding-top:5px; /* IE6 & IE7 */
	}
	
	.block .left-pad {
		padding-left:20px;
	}

	.block .right-pad {
		padding-right:20px;
	}
	
	.block h3 {
		font-size:1.2em;
		text-transform:uppercase;
		margin:0;
		padding:0;
		padding-bottom:3px;
/*		color:#1F445E; */
	}
	
	.block p {
		margin:3px 0px;
		padding:0;
	}
		
	.block h3 span.underline {
		border-bottom:1px dotted #4B93B7;
	}

/**************** FUNCTIONAL STYLES *************/
.clear {
	clear:both;
	margin:0;
	padding:0;
	height:1px;
	line-height:1px;
}

.readmore {
	text-align:right;
	margin:3px 0px;
	padding:0;
	text-transform:uppercase;
	font-size:.9em;
}

/*************** FORMS ***********************/
.formWrapper {
	background-color:#dfecf3;
	background-image:url(images/form-top.gif);
	background-repeat:no-repeat;
	width:439px;
	overflow:hidden;
	padding-top:15px;
}
.formBottom{
	background-image:url(images/form-bottom.gif);
	background-repeat:no-repeat;
	height:12px;
}
.divider {
	background-image:url(images/form-div.gif);
	background-repeat:no-repeat;
	height:20px;
	background-position:0 50%;
	clear: both;
}

form ul {
	list-style-type:none;
	padding:0;
	margin:0;
}
form ul li {
	background-image:none;
	padding:0;
	margin:0;
	clear:both;
	line-height:1.8em;
}

form ul li ul li {
	padding:2px 0px;
}
form ul li ul li input, form ul li ul li label.inline {
	vertical-align:middle;
}


label {
	display:block;
	vertical-align:top;
/*	color:#5096ba;
	font-weight:bold;*/
}
label.inline {
	display:inline;
}
input, textarea, select{
	width: 100%;
	border:1px solid #5096ba;
}
body > select {
	height:18px; /* Not IE */ 
}
*select {
	margin-top:1px;
}

textarea {
	height:150px;
}
input.checkbox {
	width:auto;
	border:none;
}
input.submit {
	width:auto;
	margin:10px 0px 0px 0px;
	border:none;
}
.optional {
	font-style:italic;
}
.error {
	color:#FF0000;
	font-weight:bold;
	margin:0;
	padding:2px 0;
}
.note {
	font-size:.9em;
}
.x {
	margin-top:23px;
	float:right;
	*margin-top:25px; /*IE6 and IE7 */
}
div.addButton img {
	padding:10px 0px 0px 0px;
}