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

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 20px;
}
p {
	margin-bottom: 10px;

}
h1 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #FFFFFF;
	font-family: 'Arial Narrow', Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 5px;
}
strong {
	color: #FFFFFF;
}

h4 {
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	margin-top: 10px;
}



a {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.dynamic li {
	display: block;
	line-height: 20px;
	padding-left: 20px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 8px 6px;
}
.dynamic li a {
	text-decoration: none;
}
#message {
	float: left;
	margin-top: 10px;
}
a.button {
	background-image: url(../images/button_bg.gif);
	display: block;
	height: 30px;
	line-height: 30px;
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	padding-right: 12px;
	color: #DD0000;
	font-weight: bold;
	text-decoration: none;
}
a.button span {
	background-image: url(../images/button_cap.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding-left: 12px;
}
a.button:hover {
	text-decoration: underline;
}
#contact form {
	float: left;
}
#contact  form p {
	margin: 0px;
	padding: 0px;
}
#contact /* CSS Document */


 form .label {
	float: left;
	width: 120px;
	text-align: right;
	padding-right: 20px;
	font-size: 14px;
	font-weight: normal;
	line-height: 30px;
}
#contact  form .input {
	float: left;
}
#contact  form .row {
	float: left;
	width: 500px;
	margin-bottom: 10px;
}
#contact    form input,  form textarea {
	height: 30px;
	width: 300px;
	float: left;
	border: 1px solid #8E0000;
	line-height: 30px;
	background-color: #F6F1E5;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Garuda, sans-serif;
	font-weight: normal;
	font-size: 14px;
}
#contact   form textarea {
	height: 150px !important;
}
