/* CSS Document */

body { 
    margin: 0;
	background: #212528;
	font-family: tahoma;
	font-size: 12px;
	letter-spacing: 0;
	color: #72a5c3;  
}
a { 
   color:#fff; 
   text-decoration: underline; 
} 
a:hover { 
   text-decoration: none; 
} 
.index_list, .secondary_list { 
	margin: 0 0 13px 13px; 
	padding: 0;
	line-height: 2em; 
}
.index_list { 
	display: block; 
	float: left;
	width: 211px; 
}
.index_list a, .secondary_list a {
	color: #72a5c3;
	text-decoration: none;
} 	
.index_list a:hover, .secondary_list a:hover {
	text-decoration: underline;
}
.clear { 
	clear: both; 
} 
.gallery_g { 
	text-align: center; 
} 
.gallery_g img{
	margin: 0 7px 0 7px;
	border: 1px solid #fff; 
} 
.index_img_1 img {
	float: right;
	margin-left: 30px; 
}
h2 { 
	text-align: center; 
	font-weight: normal; 
	font-size: 11px; 
	margin: 0; 
} 
img#rapidstatscounter { 
	display: none; 
}
	
h1 {
   color: #fff;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 20px;
   margin: 32px 0 32px 0;
   letter-spacing: 1px; 
} 
h3 {
   color: #fff;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 20px;
   margin: 32px 0 32px 0;
   border-top: 1px solid #2b2f32;
   padding-top: 28px; 
   letter-spacing: 1px; 
} 
h4 {
   color: #fff;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 20px;
   letter-spacing: 1px;
   margin: 32px 0 32px 0; 
} 
p {
   margin: 0 0 13px 0;
   line-height: 1.5em; 
} 
ul { 
	line-height: 1.5em; 
} 
#container { 
   width: 830px; 
   margin: auto; 
} 
#top_header {
    background:url(images/top_header.gif); 
	height: 100px; 
} 
#logo { 
    font-family: Arial, Helvetica, sans-serif; 
	font-size: 38px; 
	color: #fff;
	background:url(images/logo.gif) 0 85% no-repeat;
	padding: 30px 0 0 91px; 
	margin-left: 33px; 
} 
.logo_right { 
    color: #72a5c3; 
	font-size: 12px; 
    font-family: tahoma; 
} 
.main_header_all {
	margin-top: -20px;
	height: 150px;
}
#main_header_index{ 
    background: url(images/main_header.jpg);
}
#main_header { 
    background: url(images/main_header1.jpg) center center;
}
#main_header2 { 
    background: url(images/main_header2.jpg) center center;
}
#nav { 
    background:url(images/navigation.gif); 
	font-size: 14px; 
	color: #383b3e;
	text-align: center;
	margin: 5px 0 0 0; 
}
#nav ul {
	line-height: 50px;
	min-height: 50px;
} 
#nav li {
	display: inline;
	list-style-type: none;
	background: url(images/nav_list_hover.gif) no-repeat center 0px;
	padding: 15.5px 50px;
	margin: 0 auto;
}
#nav li:hover {
	background: url(images/nav_list_hover.gif) no-repeat center -50px; 
}
#nav a {
	color: #eee; 
	text-decoration: none;
	font-weight: bold;	
	font-family: tahoma;
	font-size: 15px;
}
#nav a:hover {
	color: #fff;
    text-decoration: underline;
	cursor: pointer;
}
#left_main { 
 	 width: 474px;
	 float: left;
	 padding: 0 31px 0 48px;  
} 
#left_main p {
	text-align: justify;
}
#right_main { 
    background:url(images/right_main.gif); 
	width: 243px; 
	height: 497px;
	float: left;
	padding: 0 0 0 34px; 
} 
#footer { 
	background:url(images/footer.gif); 
	height: 69px;
	clear: both;
	padding: 48px 0 0 48px; 
} 
#footer a { 
	color: #72a5c3;
	text-decoration: none; 
} 
#footer a:hover{
    text-decoration: underline; 
} 

/* form stuff */ 
#contact_form {
	color: #fff;  
} 
#contact_form input, textarea { 
	width: 300px;
	height: 20px; 
	padding: 1px;
	background: #000;
	border: 1px solid #000;
	font-family: tahoma; 
	font-size: 12px; 
	color: #72a5c3
}
#contact_form textarea { 
	height: 100px; 
	overflow: auto; 
}
.butttons_width input { 
	width: 50px; 
}   


#blanket {
	background-color: #111;
	opacity: 0.65;
	filter:alpha(opacity=65);
	position: absolute;
	z-index: 9001;
	top: 0px;
	left: 0px;
	width: 100%;
}
.infoBox {
	position: absolute;
	background-color: #eeeeee;
	width: 300px;
	height: 300px;
	z-index: 9002;
	border: 3px double white;
	padding: 0;
	color: #497e9a;
}
.infoBox a {
	color: #212528;
	text-align: right;
	position: absolute;
	top: 2px;
	left: 265px;
	padding: 0 15px 18px 15px;	
	background: url(images/info_box_close.gif) no-repeat;
}
.infoBox h2 {
	font-size: 14px;
	text-decoration: underline;
	margin: 2px 0 5px 2px;
	font-weight: bold;
}
.infoBox p {
	padding: 5px 10px;
}

.alert {
	color: #d22229;
	font-size: 16px;
}

.large_white {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}
