/*GLOBAL*/
* 			{ margin:0; padding:0; }  
body 			{ height: 100%; width: 100%; margin: 0; padding: 0; font-family: arial, helvetica, sans-serif; }

/*HEADER*/
#header_background 	{ background: url('../images/header_background.jpg') repeat-x; height: 92px; width: 100%; }
#header 		{ height: 92px; width: 800px; margin: 0 auto; }
#header a 		{ color: #aaa; font-size: 12px; text-decoration: none; }
#header a:hover 	{ color: #1f5263; }
#navigation 		{ height: 20px; width: 800px; float: left; margin-top: 4px; }
#links 			{ float: right; padding-top: 45px; }
.logo 			{ float: left; margin-top: 6px; border: none; }
.header_input1 		{ background: url('../images/header_input.png') no-repeat; height: 18px; width: 157px; position: absolute; margin-top: 4px; margin-left: 427px; padding-top: 1px; padding-left: 4px; border: none; color: #aaa; }
.header_input2 		{ background: url('../images/header_input.png') no-repeat; height: 18px; width: 157px; position: absolute; margin-top: 4px; margin-left: 585px; padding-top: 1px; padding-left: 4px; border: none; color: #aaa; }
.submit 		{ background: url('../images/login_button.png') no-repeat; height: 18px; width: 57px; position: absolute; margin-top: 4px; margin-left: 743px; border: none; cursor: pointer; }	
.submit:hover 		{ background-position: -57px 0; }

/*CONTENT*/
#content_background 	{ background: url('../images/body_background.jpg') repeat-x; height: 491px; width: 100%; }
#content 		{ width: 800px; margin: 0 auto; }
#content p 		{ color: #a09f9f; font-size: 19px; margin-left: 56px; font-weight: bold; line-height: 22px; }
#content p a 		{ color: #225b6e; text-decoration: none; }
#content p a:hover 	{ color: #555; }
#signup_content		{ font-size: 14px; color: #888; }
#signup_content a	{ color: #225b6e; text-decoration: none; }
#signup_content a:hover	{ color: #222; }
.homepage_module_left 	{ background: url('../images/homepage_module_left.png') no-repeat; height: 407px; width: 387px; float: left; margin-top: 42px; }
.homepage_module_right 	{ background: url('../images/homepage_module.png') no-repeat; height: 407px; width: 387px; float: left; margin-top: 42px; }
.module_content_left 	{ background: none; position: absolute; height: 335px; width: 337px; margin-top: 22px; margin-left: 24px; }
.module_content_right 	{ background: #fff; position: absolute; height: 335px; width: 337px; margin-top: 22px; margin-left: 24px; }
.module_content_rightt	{ background: #fff; position: absolute; height: 337px; width: 345px; }
.module_content_rightb	{ background: #fff; position: absolute; height: 324px; width: 337px; }
.module_title 		{ margin-top: 7px; margin-left: 18px; color: #fff; font-size: 24px; font-weight: bold; }
.checkmark 		{ float: left; margin-right: 10px; }
.bullet_point 		{ padding-top: 7px; color: #225b6e; font-size: 30px; font-weight: bold; }

/*SIGNUP FORM*/
#form_left 		{ height: 50px; float: left; color: #c4c4c4; font-size: 15px; font-weight: bold; line-height: 32px; text-align: right; display: block; }
#form_right 		{ height: 50px; float: right; width: 195px; display: block; }
#recaptcha 		{ padding-top: 30px; height: 124px; width: 313px; margin-left: 10px; }
.form_right_input 	{ height: 21px; width: 195px; padding-top: 2px; padding-left: 4px; border: 2px solid #c4c4c4; color: #c4c4c4; font-size: 15px; font-weight: bold; }
.input_padding 		{ margin-top: 3px; }
.back_button		{ margin-top: 22px;  margin-left: 82px; float: left; height: 22px; width: 78px; background: url('../images/back_button.png') no-repeat; border: none; display: block; cursor: pointer; }
.back_button:hover	{ background-position: -78px; }
.submit_button		{ margin-top: 22px; float: left; margin-left: 10px; height: 22px; width: 78px; background: #ffee00 url('../images/submit_button.png') no-repeat; border: none; display: block; cursor: pointer; }
.submit_button:hover	{ background-position: -78px; }
.cancel_button		{ margin-top: 22px; margin-left: 10px; float: left; height: 22px; width: 78px; background: #ffee00 url('../images/cancel_button.png') no-repeat; border: none; display: block; cursor: pointer; }
.cancel_button:hover	{ background-position: -78px; }

/*FOOTER*/
#footer_background 	{ background: #356372 url('../images/footer_background.jpg') repeat-x; height: 417px; width: 100%; }
#footer_content 	{ height: 417px; width: 800px; margin: 0 auto; }
#footer_content		{ font-size: 14px; color: #888; }
#footer_content a	{ color: #225b6e; text-decoration: none; }
#footer_content a:hover	{ color: #222; }
.news_column 		{ width: 248px; float: left; padding-top: 15px; }
.news_column h1 	{ margin-bottom: 5px; color: #fff; font-size: 24px; font-weight: bold; }
.news_module 		{ background: url('../images/news_module.png') no-repeat; height: 350px; width: 248px; }
.news_content 		{ height: 320px; width: 218px; padding-top: 16px; margin-left: 15px; }
.news_post		{ border: 4px solid #356372; background: #fff; margin-bottom: 10px; width: 300px; padding: 5px; }

/*RANDOM*/
h2			{ color: #225b6e; font-size: 15px; font-weight: bold; line-height: 32px; }
h3			{ color: #888; font-size: 24px; font-weight: bold; }
h4			{ color: #225b6e; font-size: 12px; font-weight: normal; }
.line 			{ height: 1px; width: 210px;  border-top: 1px dotted #aaa; margin-top: 13px; margin-bottom: 13px; }
.hspacer 		{ height: 100px; width: 26px; float: left; }
.hspacer2 		{ height: 200px; width: 28px; float: left; }


