/* CSS Document */
body {
	margin: 0 auto;
	padding: 0;
	line-height: 24px;
	text-align: right;
	color: #666;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 100;
	background: url(images/backgrounds/contact.jpg) top center;
	min-width: 1015px;
	overflow: auto;
}

* {
	margin: 0;
	padding: 0;
}

a {
	color: #FF9;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

p, h4, h3, h2 { margin-bottom: 20px; }

h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: 100;
	font-size:16px;
}

blockquote {
	clear: both;
	margin-bottom: 30px;
}
	blockquote span {
		font-size: 16px;
		font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
		font-weight: 100;
		line-height: 24px;
		display: block;
	}

#notice {
	border: 2px solid #FF0000;
	color:#FF0000;
	background-color:#FFFFFF;
	margin: 0px 0px 10px 0px;
	padding: 5px;
	text-align:left;
	width: 400px;
}

#nice_notice {
	border: 2px solid #006600;
	color:#006600;
	background-color:#FFFFFF;
	margin: 0px 0px 10px 0px;
	padding: 5px;
	text-align:left;
	width: 400px;
}

.photo_bar {
	width: 330px;
	float: right;
	margin: 0 0 30px 25px;
	text-align: center;
}
	.photo_bar img { margin-bottom: 15px; }

dl.form{ width: 100%; }
dl.form dt { float: left; margin-right: 18px; width: 100px; text-align: right; }
dl.form dd { margin: 0 0 18px 0; }
p.form_header { border-bottom: 3px solid #ccc; padding-bottom: 10px; }

img.photo_right {
	float: right;
	margin: 0 0 10px 15px;
}

img.photo_left {
	float: left;
	margin: 0 15px 30px 0;
}



/* Layout Styles */

#hidden_images {
	position: absolute;
	top: -5000px;
}

#splash_page {
	width: 100%;
	height: 100%;
	background: url(images/whitestar_web_parts_14.jpg) top center #c1c1c1;	
	position: absolute;
	text-align: center;
	margin: 0 auto;
	z-index: 1000;
	color: #fff;
}
	#splash_logo {
		background:url(images/whitestar_splash_06.gif) no-repeat;
		width: 238px;
		height: 300px;
		position: relative;
		margin: 0 auto;
		margin-top: 150px;
		font-family: Verdana, Geneva, sans-serif;
		font-size: 16px;
		font-weight: 100;
	}
	#splash_logo img {
		margin-top: 37px;
		margin-bottom: 200px;
	}

#header {
	width: 100%;
	height: 56px;
	position: fixed;
	z-index: 200;
	margin: 0 auto;
	background: url(images/whitestar_web_parts_12.jpg) top center repeat-x;
	text-align: left;
}

	#header h1 {
		position: absolute;
		top: 0;
		left: 2%;
		width: 238px;
		height: 209px;
	}
		#header h1 a {
			display: block;
			width: 238px;
			height: 209px;
			text-indent: -9999px;
			background: url(images/whitestar_web_parts_02.gif) no-repeat;
		}
		
	#header h2 {
		position: absolute;
		margin: 0 auto;
		 top: 240px;
		 /* background: url(images/home_slogan.png) no-repeat;
		 text-indent: -9999px; 
		 width: 479px;
		 height: 165px;
		 left: -80px;
		 */
		 left:2%;
		 font-family: Tahoma, Geneva, sans-serif;
		 text-shadow: #000 1px 1px;
		 font-size: 28px;
		 font-weight: 100;
		 text-align: center;
		 line-height: 35px;
		 width: 238px;
		 color: #fff;
	}
	#header > img {
		top: 240px;
		display: none;
		left: 50%;
		position: absolute;
	}
	
	#header > ul {
		position: relative;
		width: 744px;
		height: 56px;
		margin: 0 auto;
		float: left;
		left: 28%;
	}
		#header > ul > li {
			list-style: none;
			float: left;
			height: 56px;
		}
			#header > ul > li > a  {
				display: block;
				height: 56px;
				text-indent: -9999px;
				
			}
			
				#header > ul > li > a:hover { background-position: 0 -56px; }
			
				#header > ul > li.nav_home > a { background-image: url(images/whitestar_nav_01.png); width: 101px; }
				#header > ul > li.nav_profile > a { background-image: url(images/whitestar_nav_02.gif); width: 160px; }
				#header > ul > li.nav_benefits > a { background-image: url(images/whitestar_nav_03.gif); width: 191px; }
				#header > ul > li.nav_request > a { background-image: url(images/whitestar_nav_04.gif); width: 160px; }
				#header > ul > li.nav_contact > a { background-image: url(images/whitestar_nav_05.png); width: 132px; }
				



#container {
	/*
	position: relative;
	
	float: left;
	margin-left: 22%;
	width: 50%;
		min-width: 800px; */
		min-height: 1500px;
		text-align: left;
		width: 76%;
		padding-left: 24%;
		position: relative;
		overflow: hidden;
}

	
					
	#content {
		position: absolute;
		width: 50%;
		min-width: 800px;
		background: url(images/content_back.png);
		min-height: 1000px;
		top: 90px;
	}
		.sub_content_inner {
			color: #eee;
			padding: 25px;
		}
	
		#col_one {
			position: relative;
			float: left;
			width: 500px;
		}
			.sub_content_inner h3 {
				font-size: 16px;
				font-weight: 100;
				border-bottom: 1px solid #fff;
			}
		
			#content h2.title {
				width: 100%;
				height: 45px;
				border-bottom: 2px solid #fff;
			}
				
		
		#col_two {
			position: relative;
			float: right;
			width: 250px;
		}
		
		
		
		
		
	#footer {
		position: fixed;
		bottom: 0;
		width: 100%;
		height: 100px;
		margin: 0 auto;
		background: url(images/whitestar_web_parts_12.jpg) top center #737373;
	}
		#footer a { color: #fff; }
		#footer_nav {
			position: absolute;
			top: 20px;
			left: 20px;
		}
			#footer_nav li {
				list-style: none;
				float: left;
				margin-right: 20px;
			}
			
		#footer_info {
			position: absolute;
			top: 50px;
			left: 20px;
		}
			#footer_info li {
				list-style: none;
				float: left;
				margin-right: 20px;
			}
			
/* FAQ Styles */

.faq_section {
	clear: both;
	padding: 20px;
	margin-bottom: 30px;
}
	.faq_section .answer { 
		background: url(images/icon_answer.png) no-repeat 0 10px; 
		padding: 10px 10px 10px 40px; 
		margin-bottom: 35px; 
	}

	
	
	.faq_section h3 {
		background: url(images/icon_question.png) no-repeat 0 0px;
		padding-left: 40px;
		line-height: 24px;
		margin-bottom: 0px;
		height: 25px;
	}

/* Request Offer Styles */

.request_form { width: 298px; }
			
			.request_form label {
				text-transform: uppercase;
				font-size: 14px;
				font-weight: 100;
				font-family: Arial, Helvetica, sans-serif;
			}
			.request_form input { height: 30px; }
			.request_form > table > tbody > tr > td {
				padding-bottom: 20px;
				
			}
			
			.request_form .wide {
				width: 300px;
			}
			.request_form input.short {
				width: 90px;
			}
			.request_form input.medium {
				width: 140px;
			}
			.radio_class {
				width: 30px;
				height: 30px;
			}
			td.right_cell { text-align: right; }
			
			.request_form_two { width: 800px; }
			
			.request_form_two label {
				text-transform: uppercase;
				font-size: 14px;
				font-weight: 100;
				font-family: Arial, Helvetica, sans-serif;
				display: block;
			}
			.request_form_two input { height: 30px; }
			.request_form_two > table > tbody > tr  td {
				padding-bottom: 20px;
				vertical-align: top;
				width: 33%;
				
			}
			
			.request_form_two .wide {
				width: 800px;
			}
			.request_form_two input.short {
				width: 115px;
			}
			.request_form_two input.medium {
				width: 200px;
			}
			
			
			.request_form_two > table > tbody > tr  td table.sub_table_four td { width: 200px; }