/* CSS Document */
body { 
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #8e8e8e;
	background: #000; 
} 
h1 { 
    font-family: Arial, Helvetica, sans-serif; 
	font-size: 15px; 
	letter-spacing: 1px;
	color: #ff0000;
	word-spacing: 3px;
	margin:15px 0 15px 0;
	font-weight: bold;
	border-bottom: 1px solid #ff0000;
	padding-bottom: 4px;  
}
h2 { 
	text-align: center;
	font-size: 11px;
	font-weight: normal;
	margin: 0;
	color: #8e8e8e; 
} 
#main_body_main h2 { 
    font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	letter-spacing: 1px;
	color: #8e8e8e;
	word-spacing: 2px;
	margin:0 0 12px 0;
	font-weight: bold;
} 
img#rapidstatscounter { 
	display: none; 
} 
#main_body_main ul { 
	line-height: 1.5em; 
	color: #8e8e8e; 
	font-weight: bold; 
} 
.quotes li { 
	list-style: none; 
} 
p { 
	margin: 0 0 13px 0;
	line-height: 1.5em; 
}
.p_header {
	color: #ff0000;
	font-weight: bold; 
} 
a {
	color: #ff0000
} 
a:hover {
	text-decoration: none; 
}
h3 { 
    font-family: Arial, Helvetica, sans-serif; 
	font-size: 15px; 
	letter-spacing: 1px;
	color: #8e8e8e;
	font-weight: bold;
	margin: 0 0 5px 0;
	text-align: left;
	padding: 30px 0 0 0; 
} 
.index_img img {
	float: left;
	margin: 0 17px 17px 0; 
} 
.about_img img {
	float: right;
	margin: 0 0 17px 17px; 
} 
.index_img_p { 
	height: 150px;
	width: 450px;
	display: block;
	margin: 0 0 20px 0 ; 
	padding: 0; 
	
} 
#container {
	width:675px; 
	margin: 0 auto 27px auto;
  } 
#header {
	background:url(images/header.jpg); 
	height: 109px; 
} 
#header_img {
	height: 213px; 
}  
#main_body_left {
	width: 197px;
	height: 383px; 
	float: left;
} 
#main_body_main {
	width: 462px;
	float: left;
	padding: 0 0 0 16px;
	margin: 0 0 17px 0; 
} 
#footer { 
	background:#000000; 
	height: 28px; 
	clear: both;
	text-align: center; 
	color: #fff;
	padding: 10px 0 0 0;
	letter-spacing: 1px; 
}
#footer_bottom{ 
	height: 28px; 
	text-align: center; 
	color: #fff;
	padding: 10px 0 0 0;
	letter-spacing: 1px;
	color: #979797
}
#footer_bottom a{
    text-decoration: underline;
	color: #979797
}
#footer_bottom a:hover{
	text-decoration: none; 
}


/*navigation*/
#left_nav ul{
	margin:16px 0 0 0; 
	padding:0;
} 
#left_nav li{
	margin:0; 
	padding:0 0 0 0;
	list-style: none;
	display: inline; 
} 
#left_nav a{
	display: block;
	height: 22px; 
	margin: 0; 
	padding: 7px 0 0 31px;
	background:url(images/btn.gif);
	font-family:Arial, Helvetica, sans-serif;
	color: #898989;
	font-size: 12px; 
	letter-spacing: 0;
	font-weight: bold;
	text-decoration: none; 
} 
#left_nav a:hover{
	display: block;
	height: 22px; 
	margin: 0; 
	padding: 7px 0 0 31px;
	background: url(images/btn_over.gif); 
} 



/*Forms defaults*/
input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #8e8e8e;
}
label {

	cursor:pointer;
	padding-left:2px;
	line-height:15px;
	vertical-align:top;
}
label.chosen {

}

/*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:15px;
	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;
}



