@charset "utf-8";
/* CSS Document */

body { background:#252525; margin-top:1px; }

.clear { clear:both; }
.hidden { display:none; }
.quote_small {	font-size:8px; }

#container {
	width:940px;
	margin:0px auto;
	}

#borderContainer {
	width:934px;
	padding:3px 3px 0px 3px;
	background:#121212;
	}
	
	#innerContainer {
		float:left;
		width:934px;
		background:#FFFFFF;
		}
		
			#logoContainer {
				float:left;
				width:934px;
				background:#FFFFFF;
				border-bottom:3px solid #121212;
				}
				
				h1#headerLogo {
					width:192px;
					height:73px;
					background:url(../images/logo_sunstone.jpg) top left no-repeat;
					margin-top:0px;
					margin-bottom:0px;
					margin-left:16px;
					}
			
			#bodyContainer {
				float:left;
				width:880px;
				height:284px;
				background:#20333a url(../images/bg_bodyContainer.jpg) top left no-repeat;
				padding:0 0 0 54px;
				}
				
				#title_headline {
					font-family:Arial, Helvetica, sans-serif;
					font-size:36px;
					font-weight:bold;
					color:#ffbd37;
					width:475px;
					position:relative;
					top:19px;
					left:68px;
					}
					
				#title_subheadline {
					float:left; 
					font-family:Arial, Helvetica, sans-serif;
					font-size:18px;
					color:#c9d6a6;
					width:600px;
					position:relative;
					top:30px;
					}
					
				#copy_main {
					float:left;
					width:600px;
					font-family:Tahoma, Helvetica, sans-serif;
					font-size:12px;
					color:#FFFFFF;
					position:relative;
					top:35px;
					}
					
				#call2action {
					float:left;
					width:600px;
					position:relative;
					top:59px;
					color:#c9d6a6;
					font-family:Tahoma, Helvetica, sans-serif;
					}
					
					#btn_quote {
						float:left;
						width:243px;
						height:51px;
						}
					
					#copy_quote {
						float:left;
						width:330px;
						padding:8px 0 0 20px;
						line-height:19px;
						}
						
				#footerContainer {
					float:left;
					width:880px;
					height:208px;
					margin:0px auto;
					background:#252525 url(../images/bg_footerContainer.jpg) top left no-repeat;
					padding:14px 0 0 60px;
					}
						
					#footer_headline {
						color:#FFFFFF;
						font-family:Arial, Helvetica, sans-serif;
						font-size:18px;
						width:600px;
						}
						
						#footer_bullets {
							float:left;
							width:750px;
							margin:6px 0 0 0;
							}
							
							.bullet_col {
								float:left;
								width:215px;
								}
							
							.bullet_list {
								color:#7a7a7a;
								font-family:Tahoma, Helvetica, sans-serif;
								font-size:12px;
								padding:0px;
								margin:0px;
								list-style:inside;
								}
								
								.bullet_list li {
									margin-bottom:4px;
									}
									
						#footer_options {
							float:left;
							width:750px;
							font-family:Arial, Helvetica, sans-serif;
							font-size:12px;
							color:#4e4e4e;
							position:relative;
							top:30px;
							}
							
							#footer_options a {
								text-decoration:none;
								color:#4e4e4e;
								}
