/* CSS Document */
body { 
		margin: 0; 
		padding: 0;
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 13px; 
		color: #434343;
		background: #f0f0f0; 
}
img#rapidstatscounter { 
		display: none; 
} 
a { 
		color: #931625;
		font-weight: bold;
		text-decoration: underline; 
} 
a:hover { 
		text-decoration: none; 
} 
p { 
		line-height: 1.6em; 
		margin: 0 0 13px 0; 
} 
#container { 
		width: 900px; 
		margin: 0 auto 10px auto; 
} 
#top { 
		height: 40px; 
		background: #0e2436; 
}
#header {
		background:url(images/header.gif); 
		height: 97px; 
} 
#right_main_img { 
		width: 621px; 
		height: 296px;
		float: left; 
} 
#right_main_img_contact { 
		width: 621px; 
		height: 296px;
		float: left;
		background: url(images/main_img_contact.jpg);
} 
#left_nav { 
		margin: 0; 
		padding: 44px 0 0 25px;
		width: 254px; 
		height: 252px;
		float: left;
		background: #122d44;
		list-style: none; 
}
#left_nav li {
}  
#left_nav a { 
		font-family: Georgia, "Times New Roman", Times, serif;
		font-variant: small-caps; 
		font-size: 14px; 
		color: #ffffff;
		font-weight: bold; 
		text-decoration: none;
		display: block; 
		width: 208px;
		height: 24px;
		padding: 5px 0 0 20px;  
		border-bottom: 1px dashed #1b3e5b;
		background: url(images/blue_bullet.gif) no-repeat 0 50%;
} 
#left_nav a:hover { 
		background: url(images/blue_bullet.gif) no-repeat 0 50% #1d3e5b;
}
#main_1 { 
		width: 269px; 
		float: left;
		margin: 20px 0 25px 0;
		padding-left: 10px;  
} 
#main_2 { 
		width: 591px;
		float: left;
		padding: 0 0 0 30px;
		margin: 39px 0 25px 0; 
} 
#contact_box { 
		width: 247px; 
		height: 400px;
		border: 1px solid #e1e5e7;
		background: url(images/contact_bg_top.gif) top repeat-x #fff;
		padding: 0 0 0 20px;   
}
.contact_box_img1 { 
		float: right;
		margin: 0 25px 0 0;  
} 
h1, h2, h3 { 
		font-family: Georgia, "Times New Roman", Times, serif;
		font-variant:small-caps; 
}
h1 {
		padding: 0; 
		margin: 0 0 20px 0; 
		font-size: 27px;
		color: #265a7e;
		border-bottom: 1px dashed #bababa;
		padding-bottom: 10px;
} 
h2 {
		padding: 0; 
		margin: 40px 0 20px 0; 
		font-size: 23px;
		color: #265a7e;
		border-bottom: 1px dashed #bababa;
		padding-bottom: 10px;
}
h4 { 
		padding: 0; 
		margin: 0; 
		font-weight: normal; 
		color: #fff;
		text-align: center;
		font-size: 11px; 
}    
#contact_box h3 {
		margin: 19px 0 39px 0; 
		padding: 0;
		color: #fff;
		font-size: 23px; 
}
.blue_header { 
		color: #2191c1;
		font-weight: bold;
}
.index_list { 
		width: 290px; 
		display: block; 
		float: left;
		margin: 0 0 13px 0; 
		padding: 0;
		color: #2191c1; 
		font-weight: bold;
		line-height: 1.6em;
		list-style: none; 
} 
.clear { 
		clear: both; 
}
#footer {
		height: 82px; 
		background: #122d44;
		clear: both;
		color: #fff;
		padding: 33px 0 0 31px;  
} 
#footer a{
		color: #fff;
		text-decoration: underline;
		font-weight: normal; 
}
#footer a:hover{
		text-decoration:none; 
} 

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



		 


