/* CSS Document */
body { 
		margin: 0;
		background: url(images/bg.jpg) repeat-x;
		font-family: Georgia, "Times New Roman", Times, serif; 
		font-size: 12px;
		color: #6a6a6a; 
} 
img#rapidstatscounter {
		display: none; 
} 
a {
		color: #cc3762; 
		text-decoration: underline
} 
a:hover { 
		text-decoration: none; 
} 
h1, h3 { 
		font-family: Helvetica, Arial, sans-serif;
		color: #056dad;
		font-size: 20px;
		font-weight: bold;
		margin: 0 0 20px 0; 
		padding: 0;
} 
h4 { 
		font-family: Helvetica, Arial, sans-serif;
		color: #056dad;
		font-size: 20px;
		font-weight: bold;
		border-top: 5px solid #e5e5e5; 
		margin: 0 0 20px 0;
		padding: 30px 0 0 0; 
} 
		
p { 
		line-height: 1.5em; 
		margin: 0 0 13px 0; 
}
.index_list { 
		line-height: 1.5em;
		margin: 0 0 13px 17px;
		padding: 0; 
		display: block; 
		width: 206px; 
		float: left;
		list-style: none;
}  
.index_list li {
		background: url(images/bullet.gif) no-repeat 0 50%;
		padding-left: 17px;
		margin-bottom: 5px; 
} 
.index_list_clear { 
		clear: both; 
} 
#container { 
		width: 736px; 
		margin: 0 auto 0 auto; 
} 
#header { 
		height: 117px;  
		background: url(images/header.jpg)
} 
#header h2 { 
		font-size: 12px; 
		font-weight: normal;
		text-align: center;
		margin: 0; 
		padding: 7px 0 0 0;  
} 

#main_image { 
		height: 302px; 
} 
#main_image2 { 
		height: 302px; 
		background: url(images/main_image2.jpg); 
} 
#navigation { 
		margin: 10px 0 0 0; 
		padding: 0;
		list-style: none;
		display: block;
		width: 734px;
		height: 62px;
		border: 1px solid #e0e0e0; 
		background: url(images/nav_bg.jpg)
} 
#navigation li{
		display: inline; 
} 
#navigation a{
		display: block; 
		float: left; 
		width: 125px; 
		height: 39px; 
		text-align: center;
		padding-top: 23px;
		color: #919191; 
		text-decoration: none; 
		font-size: 13px;
		letter-spacing: 1px; 
}
#navigation a:hover{
		background: url(images/nav_bg_over.jpg); 
		color: #fff; 
} 
#main_body_main { 
		width: 446px;
		float: left;
		border-right: 1px solid #e5e5e5;
		padding: 0 36px 0 18px;
		margin: 39px 0 17px 0; 
} 
#main_body_right {
		width: 208px;
		float: left; 
		margin: 39px 0 0 0;
		padding: 0 0 17px 27px;
} 
#main_body_right a { 
		text-decoration: none
} 
#main_body_right a:hover {
		text-decoration: underline; 
} 
#footer { 
		height: 63px;
		clear: both; 
		border-top: 2px solid #e5e5e5;
		padding: 30px 0 0 18px; 
} 
#footer a { 
		color: #0680bb; 
} 

/*Forms defaults*/
input, textarea {
		font-family: Georgia, "Times New Roman", Times, serif; 
		font-size: 12px;
		color: #6a6a6a;
}
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;
}
.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;
}



