/* CSS Document */
body, html {
    margin: 0; 
	padding: 0;
	font-family: tahoma; 
	font-size: 13px;
	color: #555;

} 
img#rapidstatscounter { 
    display: none; 
} 
h2 { 
    width: 484px;
	text-align: right;
	margin:3px 20px 0  262px;
	font-size: 10px;
	font-weight: normal;  
} 
ul { 
    letter-spacing: 2px;
	margin-bottom: 13px; 
} 
li {
    line-height: 1.5em; 
} 
a {
    font-weight: bold;
	color: #111; 
} 
a:hover {
    text-decoration: none; 
} 
p {
    margin: 0 0 13px 0;
	line-height: 1.5em; 
} 
#container { 
    width: 766px;
	margin: auto;
	height: 100%; 
	background: url(images/left_bg.gif) left repeat-y; 
} 
#navigation {
    height: 40px;
	text-align: left;
	padding-top: 50px;
	padding-left:20px; 
	border-bottom: 8px solid #edeef1;
	font-size: 14px;
	word-spacing: 30px;
	color: #d7dbe4; 
	background: #fff;
	background:url(images/nav_bg.gif)
} 
#navigation a { 
    color: #232323; 
	text-decoration: none; 
}  
#navigation a:hover { 
    color: #4167ac; 
	text-decoration: none; 
}
#header {
    background:url(images/template_02.jpg) #fff; 
	height: 326px;
	width: 766px;
	float: left; 
} 
#mainbody_contact {
    float: left; 
	width:  220px; 
	background: #e2e5ed;
	padding: 0 0 0 42px;
}
#mainbody_contact h4 {
    color: #0d0e13;
	font-size: 20px; 
	letter-spacing: 0px;
	margin: 37px 0 34px 0;
	font-weight: normal; 
} 
#mainbody_main { 
    float: left; 
	width: 450px;
	padding: 0 32px 0 22px; 
} 
#mainbody_main img {
    margin: 0 0 0 0; 
} 
#mainbody_main h1 {
	margin: 37px 0 34px 0;
	color: #0d0e13; 
	font-size: 20px;
	font-weight: normal; 
} 
#mainbody_main h4 {
	margin: 30px 0 24px 0;
	color: #0d0e13; 
	font-size: 20px;
	font-weight: normal; 
} 
#footer { 
    background:url(images/template_05.gif); 
	height: 40px;
	clear: left;
	color: #8a8a8a;
	text-align: center;
	padding-top: 35px; 
}

#footer a { 
    color: #577098; 
	font-weight: normal; 
}

/*Forms defaults*/
input, textarea {
	font-family: tahoma;
	font-size:12px;
	color: #555;
	letter-spacing: 2px;
	line-height: 1.5em; 
}
label {
	color: #555;
	cursor:pointer;
	padding-left:2px;
	line-height:15px;
	vertical-align:top;
}
label.chosen {
	color:#333;
}

/*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;
}
form { 
    margin-bottom: 20px; 
} 




    

