/* CSS Document */
* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	margin: 0px;
}

.hdr-contact {
	background-image: url(imgs/right-top.jpg); 
	background-repeat: no-repeat; 
	background-position: bottom;
}

.hdr-contact-txt {
	font-size: 0.65em;
	font-weight: bold;
	padding-right: 92px;
	padding-bottom: 30px;
	padding-top: 10px;
	color: #0A246A;
	width: 125px;
	text-align: right;
}


#content {
	padding: 10px;
	margin-top: 0px;
	font-size: 0.9em;
}

#content div.hdr-cont {
	border-bottom: 1px solid #ccc;
	padding-bottom: 0px;
}

#content h2 {
	color: #575757;
	font-size: 1.2em;
	margin-top: 0;
	margin-bottom: 5px;
}

#content h3 {
	color: #A8A8A8;
	font-size: 1.0em;
	margin-top: 15px;
	margin-bottom: 5px;
	font-style: italic;
}

#content a {
	color: #2C570C;
}

#content a:hover {
	color: #54A317;
}

#content fieldset {
	clear: both;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: none;
	border-right: none;
	padding: 10px;
	margin: 0;
	width: 500px;
	padding: 8px;
	margin-bottom: 10px;
	margin-top: 0;
}

#content fieldset legend {
	color: #A8A8A8;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
}

#content fieldset label {
	width: 100px;
	display: block;
	color: #333;
	font-size: 0.8em;
	font-weight: bold;
	float: left;
	text-align: right;
	vertical-align: middle;
	margin-top: 6px;
}

#content fieldset input[type=text], #content fieldset textarea, #content fieldset select {
	border: 1px solid #999;
	display: inline;
	margin: 5px 0 0 10px;
	font-size: 0.9em;
	padding: 3px;
}
#content fieldset input[type=submit], #content fieldset input[type=button] {
	border: 1px solid #333;
	background-color: #CCC;
	color: #333;
	margin: 5px;
	font-weight: bold;
	font-size: 0.8em;
	text-align: center;
}

#content fieldset input[type=submit]:hover, #content fieldset input[type=button]:hover {
	color: #369;
	background-color: #FFF;
}

#footer {
	font-size: 0.8em;
	color: #666666;
	text-align: center;
}

#footer a {
	color: #575757;
}

#footer a:hover {
	color: #A8A8A8;
}

