3@charset "utf-8";
/* CSS Document */



body
{
margin:0;
padding:0;
}

.top_strip
{
background-image:url(images/top_strip_bg.jpg);
background-repeat:repeat-x;
height:29;
}

.top2_strip
{
background-image:url(images/top2_strip_bg.jpg);
background-repeat:repeat-x;
height:178;
}

.h1
{
font-family:Arial, Helvetica, sans-serif;
font-size:24px;
font-weight:bold;
text-decoration:none;
color:#2f658a;
letter-spacing:-1px;
}

.h2
{
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
font-weight:bold;
text-decoration:none;
color: #006600;
}
 

.normal
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
text-decoration:none;
text-align:justify;
line-height:20px;
color: #FFFFFF;
}
 
 
 
.normal2
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
text-decoration:none;
text-align:justify;
line-height:20px;
color: #000000;
}
 
/* --- The Form --- */

#inline { display: none; width: 600px; }

#contact {  }

#contact fieldset {
    border: 1px solid #EEEEEE;
    padding: 20px;
	border-radius: 3px;
}

#contact legend {
    border: 1px solid #EEEEEE;
    color: #617797;
    margin-bottom: 0 !important;
    padding: 7px 10px;
	font-weight: bold;
	border-radius: 3px;
}

#contact label {
	display: inline-block;
	float: left;
	font-size: 1em;
	height: 26px;
	line-height: 26px;
	width: 180px;
}

#contact input, #contact textarea, #contact select {
	background: none repeat scroll 0 0 #F5F5F5;
	border: 1px solid #CCCCCC;
	color: #666666;
	font: 1em "Dosis";
	margin: 5px 0;
	padding: 5px;
	width: 360px;
	border-radius: 3px;
}

#contact .button { border-radius: 3px; margin: 5px 20px 10px 155px; }

#contact input:focus, #contact textarea:focus { border: 1px solid #eee; color: #444; background: #fff; }

#contact .error { border: 1px solid #973d3d; background: #f0bebe; color: #a35959; }
#contact .error:focus { border: 1px solid #eee; color: #a35959; }
