/* LAST UPDATED 05.21.09 */

/*

	Table of Contents

	I.	 GENERAL
	II.	 NAVIGATION
	III. STRUCTURE & TYPOGRAPHY
	IV.	 TABLES
	V.	 FORMS
	VI.	 HEADINGS
	VII. CLEARFIX

*/

/* -----------------------------------------------------------
		I. GENERAL
----------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	background: #1E5186 url('../images/bg.jpg') center top no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000;
	line-height: 1.5em;
}

p, ul, ol { padding: 0 0 14px 0; }

a {
	color: #5a1716;
	text-decoration: none;
		/* get rid of link outlines in firefox */
		outline-color: invert;
		outline-style: none;
		outline-width: medium;
}

a:hover { color: #004770; }

a img { border: 0; }

.small { font-size: 12px; }

.center { text-align: center; }

.beige { color: #d29b69; }
.maroon { color: #5a1716; }
.blue { color: #004770; }

ul, ol { margin-left: 20px; color: #5A1615; }

.alignLeftBorder { float: left; padding: 6px; border: 1px solid #999; margin-right: 12px; }

.alignRightBorder { float: right; }

.alignLeft { float: left; padding-right: 28px; }

.alignRight { float: right; }

/* -----------------------------------------------------------
		II. NAVIGATION
----------------------------------------------------------- */

/* TOP NAV */

#topNav ul {
	padding: 18px 0 0 14px;
	margin: 0;
	list-style: none;
	line-height: 20px;
}

	#topNav li {
		float: left;
		padding: 0 20px 0 8px;
		background: url('../images/divider.png') 100% 80% no-repeat;
	}

	#topNav li#last {
		padding-right: 0px;
		background: none;
	}

	#topNav li a {
		color: #d29b69;
		text-decoration: none;
	}

	#topNav li a:hover { color: #fff; }

/* MAIN NAV */

#nav ul, #navHome ul {
	padding: 20px 0 0 50px;
	margin: 0;
	list-style: none;
}

	#nav li, #navHome li {
		float: left;
		padding-right: 53px;
	}

	#nav-vol-benefits { padding-right: 0; }

	#nav li a, #navHome li a {
		font-size: 20px;
		color: #fff;
		text-decoration: none;
	}

	#about li#nav-about a, 
	#services li#nav-services a, 
	#corp-benefits li#nav-corp-benefits a, 
	#vol-benefits li#nav-vol-benefits a, 
	#nav li a:hover, #navHome li a:hover { color: #d29b69; }

/* -----------------------------------------------------------
		III. STRUCTURE & TYPOGRAPHY
----------------------------------------------------------- */

#wrap {
	position: relative;
	width: 902px;
	margin: 0 auto;
}

	#header { height: 202px; }

		img.logo {
			position: absolute;
			top: 0;
			left: 120px;
		}

		img.plan {
			position: absolute;
			top: 68px;
			right: 87px;
		}

		img.expectation {
			position: absolute;
			top: 63px;
			right: 115px;
		}

		#topNav {
			position: absolute;
			top: 0;
			right: 92px;
			width: 365px;
			height: 55px;
			background: url('../images/bg-topNav.jpg') no-repeat;
		}

	#nav {
		margin-left: 22px;
		width: 860px;
		height: 58px;
		background: url('../images/bg-nav.jpg') no-repeat;
	}

	#navHome {
		margin-left: 22px;
		width: 860px;
		height: 54px;
		background: url('../images/bg-navHome.jpg') no-repeat;
	}

	#banner {
		position: absolute;
		top: 251px;
		width: 902px;
		height: 329px;
		background: url('../images/bg-banner2.jpg') no-repeat;
	}

		#bannerContent {
			float: left;
			padding: 98px 0 0 27px;
			width: 398px;
			height: 223px;
			color: #d29b69;
		}

			img.believe { padding: 0 0 10px 66px; }

		#show {
			float: right;
			margin: 21px 60px 0 0;
			width: 415px;
			height: 288px;
		}
         
                #slide-1 { background: transparent url(/images/slide1.jpg) no-repeat scroll center top;height:288px;width:415px;opacity:0;z-index:6; }
                #slide-2 { background: transparent url(/images/slide2.jpg) no-repeat scroll center top;height:288px;width:415px;opacity:0;z-index:6; }
                #slide-3 { background: transparent url(/images/slide3.jpg) no-repeat scroll center top;height:288px;width:415px;opacity:0;z-index:6; }
                #slide-4 { background: transparent url(/images/slide4.jpg) no-repeat scroll center top; height:288px;width:415px;opacity:0;z-index:6;}
                #slide-5 { background: transparent url(/images/slide5.jpg) no-repeat scroll center top; height:288px;width:415px;opacity:0;z-index:6;}
                #slide-6 { background: transparent url(/images/slide6.jpg) no-repeat scroll center top; height:288px;width:415px;opacity:0;z-index:6;}

	#content {
		margin-left: 22px;
		padding: 30px;
		width: 800px;
		font-size: 14px;
		color: #333;
		background: url('../images/bg-content.jpg') repeat-y;
	}

		#mainContent {
			float: left;
			width: 475px;
		}

		#mainContent2 {
			float: left;
			width: 750px;
		}

			.smallCol {
				float: left;
				width: 49%;
			}

		#sidebar {
			float: right;
			width: 280px;
			font-size: 11px;
			line-height: 1.4em;
		}

		#sidebar2 {
			float: right;
			width: 210px;
			font-size: 11px;
			line-height: 1.4em;
                        margin-top: -75px;
		}


		#sidebar3 {
			float: right;
			width: 280px;
			font-size: 18px;
			line-height: 1.8em;
		}

			.padding { padding: 0 5px 0 10px; }

			#sidebar ul {
				list-style: none;
				margin: 0;
			}

			#sidebar3 ul {
				list-style: none;
				margin: 0;
			}

			.blurb p { padding: 0 0 7px; }

			.blurb .continued { float: right; }

	#contentHome {
		position: absolute;
		top: 580px;
		left: 12px;
		width: 880px;
		height: 322px;
		line-height: 1.3em;
		font-size: 14px;
		color: #333;
		background: url('../images/bg-content-home.jpg') no-repeat;
	}

		.col {
			float: left;
			width: 200px;
			text-align: center;
			margin: 90px 0 0 80px;
                       _margin-left: 40px;
         }

		.second {
			width: 180px !important;
			margin-left: 65px;
		}

		.last {
			width: 225px !important;
			margin-left: 65px;
		}

	#footer {
		padding: 30px 80px;
		text-align: center;
		font-size: 10px;
		line-height: 12px;
		color: #eee;
		font-family: Helvetica, Arial, sans-serif;
	}

	#footerHome {
		position: absolute;
		top: 880px;
		padding: 30px 80px;
		text-align: center;
		font-size: 10px;
		line-height: 12px;
		color: #eee;
		font-family: Helvetica, Arial, sans-serif;
	}

/* -----------------------------------------------------------
		IV. TABLES
----------------------------------------------------------- */

table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 14px;
}

	table table { margin-bottom: 0; }

td {
	vertical-align: top;
	padding: 0;
}

/* -----------------------------------------------------------
		V. FORMS
----------------------------------------------------------- */

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

/* -----------------------------------------------------------
		VI. HEADINGS
----------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	padding: 0 0 10px 0;
	margin: 0;
	line-height: 1;
	color: #005484;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration: none; }

h1 { font-size: 25px; }

h2 { font-size: 22px; }

	.col h2 {
		font-weight: normal;
		font-size: 14px;
		color: #333;
		line-height: 1.3em;
	}

	#sidebar h2 {
		font-size: 18px;
		font-weight: normal;
	}

		#sidebar2 h2{
		        font-size: 16px;
		        font-weight: bold;
		}


h3 { font-size: 15px; color: #5A1615; font-weight: bold; }

	#sidebar h3 {
		font-size: 13px;
		font-weight: normal;
		font-style: italic;
		line-height: 16px;
	}

h4 { font-size: 16px; }

h5 { font-size: 11px; line-height: 13px; font-style: italic; }

/* -----------------------------------------------------------
		VII. CLEARFIX
----------------------------------------------------------- */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hide from IE Mac \*/
.clearfix { display: block; }
/* End hide from IE Mac */
