/* CSS Document */
body, html { 
    margin: 0; 
	padding: 0;
	color: #878787;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	background: #111114;
}
h2 	{
    font-size: 11px;
	font-weight: normal;
	text-align: center; 
} 
p { 
    margin: 0 0 13px 0; 
	line-height: 1.5em; 
} 
ul { 
    line-height: 1.5em;

} 
.red_head { 
    color: #c24f2a; 
} 
.read_more {
    letter-spacing: 0; 
	background:url(images/readmore_bg.jpg);
	display: block; 
	width: 90px;
	height: 19px;  
	text-align: center; 
}
.read_more a{
    color: #fff;
	text-decoration: none; 
}
.read_more a:hover{
    text-decoration: underline; 
}
.index_images { 
    text-align: center; 
}  
.index_images img{
    margin: 0 6px 0 6px; 
}   
a { 
    color: #9d351a; 
} 
a:hover{
    text-decoration: none;  
} 
img#rapidstatscounter { 
    display: none; 
} 
/*main layout*/
#container { 
    width: 766px; 
	margin: 0 auto 30px auto ;
} 
#navigation {
    font-family:Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	letter-spacing: 4px;
	height: 90px;
	width: 766px;
	text-align: center; 
} 
#navigation a{
    height: 55px; 
	padding-top:30px; 
    width: 190px;
	float: left;
	display: block;
	text-align: center; 
	color: white;
	text-decoration: none;  
    border-top: 5px solid #111114;
}

#navigation a:hover{
    border-top: 5px solid #8f1a0f;
	background: #222228;     
}
#main_header_logo {
    background:url(images/logo.jpg); 
	width: 267px;
	height: 386px; 
	float: left;  
} 
#main_header_pic {
    background: url(images/pass.jpg); 
	width: 499px;
	float: left;
	height: 386px;  
}
#main_body_right {
    float: left;
	width: 412px;
	padding: 0 0 0 52px;
	margin-bottom: 30px;  
}
#main_body_right h1 {
    font-size: 25px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	letter-spacing: -1px;
	margin: 37px 0 30px 0; 
}
#main_body_right h3 {
    font-size: 25px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	letter-spacing: -1px;
	border-top: 1px dashed #343435; 
	padding-top: 37px; 
}
#main_body_left {
    float: left;
	width: 277px;
	padding: 0 0 0 24px;
	border-right: 1px dashed #343435;
	margin-top: 29px 
}
.left_img {
	text-align: center; 
} 
#main_body_left h4 {
    font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	letter-spacing: -1px;
	margin: 8px 0 30px 0; 
}  
#footer { 
    background: #222223;
	height: 62px;
	clear: left;
	color: #fff; 
} 
#footer a{
    color: #fff; 
}
#footer_left { 
    float:left; 
    padding-left:50px;
	padding-top: 27px;  
}
#footer_right { 
    float:right; 
    padding-right:50px;
	text-align:right;
	padding-top: 27px; 
}
#contact_form input, textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	border: 1px solid #797979; 
	width: 300px;
	background: #222223;
	height: 25px;
	padding: 1px; 
	color: #fff;
} 
#contact_form textarea {
    height: 150px;
} 
#buttons input { 
    width: 100px;
	height: 19px; 
	border: none; 	
	background:url(images/readmore_bg.jpg);
    color:#fff; 
} 


/*Forms defaults*/
input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#404040;
}
label {
	color:#000;
	cursor:pointer;
	padding-left:2px;
	line-height:15px;
	vertical-align:top;
}
label.chosen {
	color:#333;
}

/*Transparent items*/
.transparent {
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity: 0;
	border:0px solid #FFF;
	background:#FFF;
	z-index:10;
	cursor:pointer;
}
.transparentFake {
	background:none;
	border:none;
}
.transparent2 {
	z-index:10;
}
.textinput, .textinputHovered {
	width:236px;
	height:20px;
	background:url(images/input.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textinputHovered {
	background-position:left bottom;
}


.textarea, .textareaHovered {
	width:336px;
	height:125px;
	background:url(images/textarea.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textareaHovered {
	background-position:left bottom;
}
.buttonSubmit, .buttonSubmitHovered {
	width:69px;
	height:26px;
	color:#FFF;
	font-weight:bold;
	padding:2px 5px;
	background:url(images/button.gif) no-repeat left top;
	cursor:pointer;
	border:none;
}
.buttonSubmitHovered {
	background-position:left bottom;
}
#stylesheetTest {
	position:absolute;
	left:-999px;
	width:10px;
	height:10px;
}



    


