@charset "UTF-8";
/* CSS Document */

html, body, *					{ margin:0; padding:0; color:#ffffff; font-family: Arial, Helvetica, sans-serif; font-size:14px; line-height:18px;}
body							{ background: url(../img/background-image.jpg) no-repeat center center fixed #000000; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;}
h1								{ font-size:15px; line-height:21px; font-weight:bold; padding-bottom:10px; font-weight: 700; color:#FFFFFF; }
ul								{ list-style-position:inside;}
li								{ padding: 3px 0;}
p								{ margin-bottom:12px;}
hr								{ border: 0; height: 1px; background: #fff; margin:20px 0;}




.white-header					{background-color:#FFFFFF; height:220px;}
.logo							{width:325px; margin:0 auto; padding-top:46px;}
.divider						{height:40px;}




form * 							{background: none;}
		
input[type=text], textarea 		{-webkit-appearance: none;
								-moz-appearance: none;
								border: none;
								background: #ffffff;
								-webkit-border-radius: 0;
								-moz-border-radius: 0;
								border-radius: 0;
								padding: 10px 10px 10px 10px;
								color:#B3B3B3;
								width:260px;
								font-family:Arial, Helvetica, sans-serif;
								font-size:13px;
								}
		
textarea						{height:120px; color:#000000;}
		
input[type=submit], button 		{
								-webkit-appearance: none;
								-moz-appearance: none;
								border: none;
								background: #209fa8;
								-webkit-border-radius: 0;
								-moz-border-radius: 0;
								border-radius: 0;
								padding: 10px 10px 10px 10px;
								color:#ffffff;
								font-family:Arial, Helvetica, sans-serif;
								font-size:13px;
								}
								
.form-spacing					{margin:10px 0;}
.comment-header					{margin-bottom:10px; margin-top:20px;font-family:Arial, Helvetica, sans-serif;font-size:13px;}