/* CSS Document */
body { 
		margin: 0;
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 12px;
		background: url(images/top.gif) repeat-x #bfc1ba;
		color: #2c363d; 
} 
a { 
		color: #556678; 
		text-decoration: underline; 
} 
img#rapidstatscounter { 
		display: none; 
} 
a:hover { 
		text-decoration: none; 
} 
#container { 
		width: 766px;
		margin: 0 auto 30px auto; 
} 
#header { 
		background: url(images/header.gif);
		height: 132px;
} 
#main_nav {
		width: 219px; 
		height: 283px; 
		background: url(images/left_main.gif); 
		float: left; 
} 
#main_nav ul { 
		margin: 41px 0 0 77px; 
		padding: 0;
		list-style: none; 
} 
#main_nav li { 
		margin-bottom: 15px;
		background: url(images/bullet.gif) no-repeat 0 50%;
		padding-left: 20px; 
} 
#main_nav a{
		color: #fff; 
		text-decoration: none;
		font-size: 13px; 
} 
#main_nav a:hover{
		text-decoration: underline;
} 
#main_right { 
		background: url(images/main_image1.jpg); 
		width: 547px; 
		height: 283px;
		float: left;
} 
#main_right2 { 
		background: url(images/main_image2.jpg); 
		width: 547px; 
		height: 283px;
		float: left;
} 
#main_right3 { 
		background: url(images/main_image3.jpg); 
		width: 547px; 
		height: 283px;
		float: left;
}
#main_right4 { 
		background: url(images/main_image4.jpg); 
		width: 547px; 
		height: 283px;
		float: left;
}  
#footer { 
		height: 50px; 
		background: url(images/footer.gif);
		clear: both;
		color: #7c8a96;
		padding: 30px 0 0 65px; 
} 
#footer a { 
		color: #7c8a96; 
} 
#main_body { 
} 
#main_side { 
		width: 214px; 
		float: right;
		padding: 0 42px 0 67px;
		border-right: 1px dashed #a2a39a;
		margin-bottom: 30px; 
} 
#main_main {
		width: 362px; 
		float: right;
		padding: 0 41px 0 39px;
		margin-bottom: 30px; 
} 
h1, h4, h3 {
		font-size: 20px; 
		font-weight: bold;
		color: #3e4e5f;
		padding: 0; 
		margin: 20px 0 0 0; 
} 
h3 {
		border-top: 1px dashed #a2a39a;
		padding-top: 17px; 
}
h2 { 
		margin: 0; 
		padding: 0; 
		font-weight: normal; 
		color:#fff;
		font-size: 11px;
		text-align: center; 

}  
.index_list{ 
		padding: 0; 
		margin: 0 0 13px 0;
		list-style: none;
		float: left;
		display: block; 
		width: 181px;
		font-weight: bold;
		line-height: 1.5em; 
}
.index_list li { 
		background: url(images/bullet_inex_list.gif) no-repeat 0 50%; 
		padding-left: 17px; 
}  
.list_clear {
		clear: both; 
}


/*Forms defaults*/
input, textarea {
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 12px;
		color: #2c363d; 
}
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;
}
 
		

