/* CSS Document */
body { 
		margin: 0; 
		padding: 0;
		font-family: tahoma; 
		font-size: 11px;
		color: #5a6b6d;
		background: url(images/main_bg.gif) repeat-x top; 
} 
img#rapidstatscounter { 
		display: none; 
} 
a { 
		color: #0fb6d0; 
		text-decoration: underline; 
} 
a:hover {
		text-decoration: none; 
} 
p { 
		margin: 0 0 13px 0;
		line-height: 1.6em; 
}
h1 {
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 29px; 
		color: #00acc6;
		margin: 0 0 18px 0;
		padding: 0; 
} 
h4 {
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 29px; 
		color: #223c44 ;
		margin: 29px 0 18px 0;
		padding: 0;  
}
h3 {
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 25px; 
		color: #1b3037;
		margin: 23px 0 21px 0;
		padding: 17px 0 0 0;
		border-top: 1px solid #c7d2d8; 
}
h2 { 
		text-align: center; 
		font-weight: normal; 
		font-size: 10px; 
		margin: 0; 
		padding: 0; 
} 
		
#container {
		width: 753px;
		margin: 0 auto 10px auto;
} 
#header {
		height: 154px; 
		background: url(images/header.jpg); 
} 

#main_img { 
		background: url(images/main_img.jpg);
		height: 238px;
		position: relative; 
}
#main_nav { 
		margin: 0; 
		padding: 0;
		list-style: none;
		display: block; 
		height: 52px; 
		width: 753px;
		z-index: 5000;
		position:absolute; 
		top: 0; 
		left: 0;
} 
#main_nav li { 
		display: inline; 
} 

#main_nav li a {
		width: 150px;
		height: 34px;
		display: block;
		float: left;
		text-align: center; 
		color: #fff;
		padding-top: 18px;
		text-decoration: none;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		letter-spacing: 1px;
		font-weight: bold;
		background:url(images/nav_bullet.gif) no-repeat 50% 25%; 
}
#nav_bg { 
		width: 753px; 
		height: 52px;
		background:url(images/nav_bg2.jpg); 
		opacity: .50;
		filter: alpha(opacity=50);
		z-index: 4999;
		position:absolute; 
		top: 0; 
		left: 0;
}  
#main_body { 
		overflow: hidden;
		background: url(images/main_body_bg.gif repeat-x top #fff); 
}
#main_1 {
		width: 357px; 
		float: left;
		padding: 0 32px 0 29px;
		margin: 29px 0 20px 0;
		border-right: 1px solid #c7d2d8; 
} 
.index_list { 
		color: #39414a;
		font-weight: bold; 
		margin: 0 0 13px 0; 
		padding: 0; 
		list-style: none;
		line-height: 1.6em;
		display: block; 
		width: 178px;
		float: left; 
}
.index_list li { 
		background: url(images/list_bullet.gif) no-repeat 0 50%;
		padding-left: 20px; 
} 
.clear_list { 
		clear: both; 
} 
#main_2 {
		width: 305px; 
		float: left;
		padding: 0 0 0 29px;
		margin: 0 0 20px 0;  
}
.img_right { 
		float: right;
		border: 1px solid #1b3037;
		margin: 0 0 0 10px;  
} 
#main_2 a { 
		color:#39414a; 
		font-weight: bold; 
		text-decoration: none; 
}
#main_2 a:hover { 
		text-decoration: underline; 
}  
#footer {
		height: 37px; 
		background: #39414a;
		clear: both;
		color: #aebdc4;
		padding: 20px 0 0 29px; 
} 

#footer a { 
		color: #aebdc4; 
} 

/*Forms defaults*/
input, textarea {
		font-family: tahoma; 
		font-size: 11px;
		color: #5a6b6d;
}
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;
}



