/* CSS Document */
body {
		margin: 0; 
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #7e7e7e; 
}
img#rapidstatscounter { 
		display: none; 
} 
p { 
		margin: 0 0 13px 0; 
		line-height: 1.5em; 
}
.index_logos { 
		text-align: center; 
} 
.index_logos img {
		margin: 0 30px 0 30px; 
}   
.index_list { 
		line-height: 1.5em;
		display: block;
		width: 178px; 
		float: left; 
		margin: 0 0 13px 0; 
		padding: 0;
		font-weight: bold;
		list-style: none;   
}
.clear { 
		clear: both; 
}  

a {
		color: #000;
} 
a:hover {
		text-decoration: none; 
} 
#container { 
		width: 780px; 
		margin: auto; 
} 
#header { 
		height: 115px; 
		background:url(images/header_bg.jpg); 
} 
#header_logo { 
		width: 332px; 
		height: 115px; 
		float: left; 
		background: url(images/header_logo.jpg); 
}
#header_nav {
		display: block;
		float: left; 
		width: 448px;
		margin: 35px 0 0 0; 
		padding: 0; 
		list-style: none; 
} 
#header_nav li {
		display: inline; 
} 
#header_nav a{
		width: 87px;
		height: 28px; 
		display: block;
		float: right;
		margin-right: 15px;
		text-align: center;
		font-size: 14px; 
		color: #000;
		font-weight: bold;
		text-decoration: none;
		padding-top: 13px; 
}
#header_nav a:hover{
		color: #fff; 
		background: url(images/nav_bg.png);  
}
#main_img { 
		height: 255px; 
		background:url(images/main_img_1.jpg); 
		clear: left; 
}
#main_img2 { 
		height: 255px; 
		background:url(images/main_img_2.jpg); 
		clear: left; 
}
#main_img3 { 
		height: 255px; 
		background:url(images/main_img_3.jpg); 
		clear: left; 
}
#main_img4 { 
		height: 255px; 
		background:url(images/main_img_4.jpg); 
		clear: left; 
}
#main_body { 
		background: url(images/main_body_bg.jpg) top no-repeat;
		overflow: hidden; 
} 
#footer {
		height: 45px; 
		background: url(images/footer.jpg);
		color: #fff;
		padding: 60px 0 0 19px;
		clear: both; 
} 
#footer a{
		color: #fff;

} 
#footer a:hover{
		text-decoration: none; 
} 
#main_body_main {
		width: 357px; 
		float: left;
		padding: 0 32px 0 17px;
		margin: 33px 0 0 0; 
}
#main_body_about {
		width: 731px; 
		float: left;
		padding: 0 32px 0 17px;
		margin: 33px 0 0 0; 
}  
#main_body_right { 
		width: 355px; 
		float: left;
		margin: 33px 19px 0 0;
		display: inline;
} 
#right_box_top { 
		height: 50px; 
		background: url(images/right_box_top.jpg);
		font-size: 20px; 
		font-weight: bold; 
		color: #2685b1;
		padding: 15px 0 0 28px; 
		

} 
#right_box_main { 
		background:#f5f5f5;
		padding: 30px 0 0 28px;
		overflow: hidden; 
} 
#right_box_main a{
		text-decoration: none; 
}
#right_box_main a:hover{
		text-decoration: underline; 
} 
#right_box_bottom {
		height: 12px; 
		background:url(images/right_box_bottom.jpg); 
} 
h1 { 
		font-size: 20px; 
		font-weight: bold; 
		margin: 0 0 30px 0; 
		padding: 0;
		color: #2685b1;  
}
.under_h1 { 
		font-weight: normal;
		color: #161617
}
h2 { 
		text-align: center; 
		font-weight: normal; 
		margin: 0 0 1px 0; 
		padding: 0; 
		font-size: 10px; 
}  
h3 { 
		font-size: 25px; 
		font-weight: bold; 
		margin: 0 0 24px 0; 
		padding: 28px 0 0 0;
		color: #2685b1;
		border-top: 1px dashed #b2b2b2; 
}

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

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

/*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;
	overflow:auto;
}
.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;
}





 

