/* CSS Document */
body { 
    margin: 0;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #919191;
	letter-spacing: 1px; 
} 
p { 
    margin: 0 0 13px 0; 
	line-height: 1.5em; 
} 
a { 
    color: #38576f;
	text-decoration: underline; 
}
a:hover { 
	text-decoration: none; 
} 

#container {
    width: 780px; 
	margin: auto;
} 
#header_top { 
    height: 111px; 
	background:url(images/template_01.gif);
    padding: 0 0 0 5px; 

}
#header_top h2{ 
    margin: 0;
	padding: 0; 
	font-weight: bold;
	letter-spacing: -2px; 
	font-family: Helvetica, Arial, sans-serif;
	font-size: 30px;
	color: #343434;
	background: url(images/logo2.jpg) left no-repeat;
	display: block; 
	height: 46px;
	padding-left: 100px;
	padding-top: 30px; 
}
#header_top h3 { 
    margin: 0 0 15px 0;
	font-weight: normal; 
	font-size: 11px;
	text-align: center; 
} 
h3 { 
    margin: 0 0 10px 0 ;
	font-weight: normal; 
	font-size: 11px;
	text-align: center; 
} 
.headerh2_right { 
    color: #a2a2a2; 
}  
.headerh2_right_right { 
    color: #a2a2a2;
	font-size: 15px;
	font-weight: normal; 
	letter-spacing: 0; 
} 
#header { 
    height: 315px;
	background:url(images/template_02.gif);
}
#navigation { 
    height: 42px; 
	background:url(images/template_03.gif);
	text-align: center;
	word-spacing: 18px;
	font-size: 13px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #343434;
	padding-top: 35px;  
} 
#navigation a{
    color: #343434;
	text-decoration: none; 
} 
#navigation a:hover{
    text-decoration: underline; 
} 
#main_body {

}
#main_body_left { 
     float: left;
	 width: 262px;
	 border-right: 1px solid #dbdbdb;
	 margin: 36px 0 0 0;
	 padding: 0 0 0 19px; 
} 
#main_body_right{ 
     float: left;
	 width: 450px;
	 padding: 0 18px 0 30px;
	 margin: 0 0 20px 0
	 
} 
#main_body_left h3{
    font-size: 22px; 
	color: #343434;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0;
	font-weight: normal;
	margin: 0 0 32px 0;
	text-align: left; 
}
h1 { 
    font-size: 22px; 
	color: #343434;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0;
	font-weight: normal;
	margin: 36px 0 32px 0;
} 
h2 { 
    font-size: 22px; 
	color: #343434;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0;
	font-weight: normal;
	margin: 0 0 26px 0;
}
#footer { 
    height: 61px;
	background: url(images/template_05.gif);
	padding: 30px 0 0 19px;
	line-height: 1.5em;
	clear: both; 
} 
#footer a{
    text-decoration: none;
	color: #38576f; 
} 
#footer a:hover{
    text-decoration: underline; 
} 
.indexlist_left { 
    margin: 0 59px 13px 0; 
	padding: 0;
	float: left;
	list-style: none;
	line-height: 1.5em;
	letter-spacing: 1px;
	color: #38576f
} 
.indexlist_right { 
    margin: 0 0 13px 0; 
	padding: 0;
	float: left;
	list-style: none;
	line-height: 1.5em;
	letter-spacing: 1px;
	color: #38576f
} 
.listclear { 
    clear: both; 
}
img#rapidstatscounter { 
    display: none; 
} 
.gallery { 
    text-align: center; 
} 
.gallery img{
    margin: 0 5px 0 5px;
	padding: 3px;
	border: 1px solid #dcdcdc;  
} 

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



