body {
	background-color: #191919;
	background-image: url(images/page-bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin-top: 15px;
	margin-bottom: 30px;
	font-weight: normal;
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
}
.h1, .h2, .h3 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	text-align: left;
}
.h1 {
	font-size: 140%;
	font-weight: lighter;
	color: #FFFFFF;
}
.h2 {
	font-size: 120%;
	color: #FF9900;
}
.h3 {
	font-size: 100%;	
	color: #FF6600;
}
.h1, .h2, .h3, p {
	margin: 0;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.nav-off {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(images/nav-bg-off.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 108px;
	line-height: 40px;
	background-position: center;
	text-align: center;
}
.nav-on {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(images/nav-bg-on.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 108px;
	line-height: 40px;
	background-position: center;
	text-align: center;
}
.nav-secondary {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: left;
	padding-right: 20px;
	padding-left: 10px;
}
a:link, a:visited  {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	
}.footer-nav-title {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: left;
}
.ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 11px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	text-indent: 20px;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 18px;
	font-weight: lighter;
	text-align: left;
}
.grey-box {
	background-color: #000000;
	background-image: url(images/grey-bg.png);
	background-repeat: repeat-x;
	color: #999999;
}
.orange-box {
	background-color: #c7471c;
	background-image: url(images/orange-bg.png);
	background-repeat: repeat-x;
}
.banner {
	background-image: url(images/banner-bg.jpg);
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #FFFFFF;
	text-align: center;
}
.bodytext {
	font-size: 11px;
	color: #999999;
	padding-right: 15px;
	line-height: 18px;
	font-weight: normal;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
.marquee {
	font-size: 11px;
	color: #333333;
	padding-right: 15px;
	line-height: 18px;
	font-weight: normal;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
.tagline {
	font-size: 18px;
	color: #666666;
	font-weight: normal;
	padding-left: 5px;
	font-family: "Times New Roman", Times, serif;
	text-align: left;
	font-style: italic;
}
.text {
	color: #999999;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
}
h1 {
	font-size: 140%;
}

#contact p, label, legend { font: 1.2em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; }

#contact h1 { margin: 10px 0 10px; font-size: 24px; color: #333333; }
#contact hr {
	color: inherit;
	height: 0;
	margin: 6px 0 6px 0;
	padding: 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}

#contact {
	display: block;
	width: 550px;
	padding: 0px;
	border: 0px solid #333333;
	-webkit-border-radius:5px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: 0px;
}

/* Form style */

#contact label {
	display: inline-block;
	float: left;
	height: 26px;
	line-height: 26px;
	width: 155px;
	font-size: 10pt;
	-webkit-border-radius:5px;
}
#contact input, textarea, select {
	width: 280px;
	margin: 0;
	padding: 5px;
	color: #666;
	background: #f5f5f5;
	border: 1px solid #000000;
	margin: 5px 0;
	font:1.5em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	webkit-border-radius:5px;
}   
#contact input:focus, textarea:focus, select:focus {
	border: 1px solid #999;
	background-color: #CCCCCC;
	color:#333;
}
#contact input.submit { width: 100px; cursor: pointer; border: 1px solid #222; background:#333; color:#fff; }
#contact input.submit:hover { background:#444; }
#contact input[type="submit"][disabled] { background:#888; }
#contact fieldset {
	padding:20px;
	border:1px solid #333333;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
#contact legend { padding:7px 10px; font-weight:bold; color:#000; border:1px solid #eee; -webkit-border-radius:5px; -moz-border-radius:5px; margin-bottom:0 !important; margin-bottom:20px; }

#contact span.required{
	font-size: 13px;
	color: #ff0000;
} /* Select the colour of the * if the field is required. */

#message { margin: 10px 0; padding: 0; }

.error_message { display: block; height: 22px; line-height: 22px; background: #FBE3E4 url('../assets/error.gif') no-repeat 10px center; padding: 3px 10px 3px 35px; color:#8a1f11;border: 1px solid #FBC2C4; -webkit-border-radius:5px; }

.loader { padding: 0 10px; }

#contact #success_page h1 { background: url('../assets/success.gif') left no-repeat; padding-left:22px; }

acronym { border-bottom:1px dotted #ccc; }
