@charset "UTF-8";
/* CSS Document */

body{
	padding: 0;
	margin: 0;
	font-family: Helvetica, Arial, Verdana;
	font-size: 14px;
	color: #2c2c2c;
	line-height: 17px;
	background: url(../img/background_4.jpg) center top;
}

h1{
	color: #8f8f8f;
	font-size: 16px;
	margin: 20px 0 2px 0;
}

h2{
	color: #000;
	font-size: 18px;
}

h3{
	color: #b75f03;
	font-size: 16px;
}

h4{
	color: #d8c8b4;
	font-size: 16px;
	margin: 10px 0 10px 0;
}

#container{
	margin: 0 auto;
	width: 960px;
}

img{
	border: none;
}

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


h3.error {
	color: #98090e;
	font-size: 16px;
}

.clear {
	clear: both;
}

/* MENU STYLE */

#links_block{
	width: 950px;
	margin: 0 auto;
	text-align: center;
}

#links_block_home {
	width: 800px;
	margin: 0 auto;
	text-align: center;
}

#links{
	padding: 10px 0 25px 0;
}

#links li{
	list-style: none;
	float:left;
}

#links li.current {
	background: url(../img/menu1_right_on.gif) no-repeat right top;
	padding: 0;
	margin-left: 5px;
}

#links li a {
	display:block;
	color:#303030;
	text-decoration:none;
	padding: 5px 11px 5px 11px;
}

#links li a:hover {
	color:#ffffff;
}

#links li.current a {
	background: url(../img/menu1_left_on.gif) no-repeat left top;
	margin-left: -5px;
	color:#ffffff;
}

#links li.current a:hover {
	color: #ffffff;
}
				
/* END MENU STYLE */

#content_home{
	background: url(../img/content_home_bg_2.jpg);
	width: 953px;
	height: 767px;
}

#content_home #content_text{
	color: #fff;
}



#survivor_logo{
	padding: 17px 0 10px 34px;
}

#content_text{
	padding-left: 34px;
	width: 400px;
}

#login{
	width: 251px;
	height: 281px;
	background: url(../img/login_bg.jpg);
	margin: 20px 0 0 0;
	padding: 10px 22px 0 22px;
}

#contact{
	width: 630px;
	height: 431px;
	background: url(../img/envelope.gif) no-repeat;
	margin: 10px 0 0 0;
	color: #fff;
	float: right;
}

#contact_txt{
	width: 190px;
	color: #3f0d0c;
	font-size: 12px;
	font-weight: bold;
	margin: 130px 0 0 50px;
}




#contact_txt_error{
	width: 220px;
	height: 186px;
	color: #3f0d0c;
	font-size: 12px;
	font-weight: bold;
	margin: 106px 0 0 40px;
	padding: 12px 0 0 30px;
	background: url(../img/validation_error.gif) no-repeat;
}

#contact_txt_error h2 {
	font-size: 12px;
	width: 160px;
	font-weight: bold;
	color: #3f0d0c;
}

#contact_txt_error p {
	font-size: 10px;
	width: 160px;
	/*font-weight: bold;
	color: #3f0d0c;*/
	color: white;
	padding: 0 0 2px 0;
	margin: 0;
}


#contact_page_success {
	font-weight: bold;
	color: #4fb220;
}

#contact_page_error h2 {
	font-weight: bold;
	color: red;
}
#contact_page_error p {
	font-weight: bold;
	color: red;
}

	


#contact_form{
	width: 333px;
	float: right;
	margin: 40px 35px 0 0;
	font-weight: 100;
}

#contact_form p{
	margin: 5px;
}


#contact_form p.thank_you{
	margin: 80px 0 0 60px;
	line-height: 1.5em;
	font-size: 16px;
	font-weight: bold;
	width: 205px;
}


#contact_form form{
	margin-top: 10px;
}

#contact_form form .textbox{
	width: 300px;
}

#contact_form form .oneline{
	height: 18px;
}




form#contact_form_page .textbox{
	width: 550px;
}

form#contact_form_page .oneline{
	height: 18px;
}





#contact_form form #submit{
	float: right;
	margin: 5px 23px 0 0;
	background: url(../img/send_btn.jpg);
	border: 0;
	height: 35px;
	width: 74px;
	cursor: pointer;
}

#footer_home{
	clear: both;
	color: #fff;
	font-size: 10px;
	margin: 5px 200px 20px 0;
	text-align: right;
}

#footer{
	clear: both;
	color: #fff;
	font-size: 10px;
	margin: 20px 350px 20px 0;
	text-align: right;
}