@charset "utf-8";
/* CSS Document */
@import url("reset.css");

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}

html {
	height: 101%;
}

td, th {
	vertical-align: top;
	text-align: left;
}

strong {
	font-weight: bold;
}

#bodybg {
	background: url(../images/bg_body.gif) repeat-x #FFF;
}

a:link, a:active, a:visited {
}

a:hover {
}

.item_separator {
}

.buttonheading {
}

.clr {
	clear: both;
}

.componentheading, .contentheading {
}

#top {
	width: 960px;
	margin: 0 auto;
}

#header {
	height: 314px;
}

#header .logo {
}

#header-left {
	float: left;
	padding-top: 190px;
	padding-left: 50px;
}

#header-right {
	float: right;
}

#contentbox {
	width: 924px;
	margin: 17px auto 0 auto;
}

#content-content {
	background: url(../images/bg_content_middle.png) repeat-y;
	position: relative;
}

#content-top {
}

#content-left {
	float: left;
	width: 203px;
	margin-left: 6px;
}

#nav-left {
	margin: 10px 0 0 15px;
}

#nav-left ul {
}

#nav-left ul li ul {
	margin-left: 10px;
	margin-top: 10px;
}

#nav-left ul li {
	background: url(../images/bg_nav_left.png) no-repeat 0 5px;
	margin-bottom: 20px;
}

#nav-left ul li ul li {
	background: none;
	margin-bottom: 13px;
	line-height: 15px;
}

#nav-left ul li:hover,
#nav-left ul li.current,
#nav-left ul li.active {
	background: url(../images/bg_nav_left_hover.png) no-repeat 0 1px;
	margin-bottom: 20px;
}

#nav-left ul li ul li.current {
	background: none;
	margin-bottom: 13px;
}

#nav-left ul li ul li:hover {
	background: none;
	margin-bottom: 13px;
	text-decoration: underline;
}

#nav-left ul li.current a {
	font-weight: bold;
}

#nav-left ul li ul li.current a {
	font-weight: bold;
}

#nav-left ul li.current ul li a {
	font-weight: normal;
}

#nav-left a {
	color: #000000;
	padding-left: 40px;
	text-decoration: none;
	text-shadow: 1px 1px 1px #CCC;
	display: block;
}

#nav-left a:link {
}

#nav-left a:hover {
}

#content-right {
	float: right;
	width: 660px;
	margin-right: 6px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	background: url("../../../images/backgrounds/bg-default.jpg") no-repeat right bottom;
}

#content {
	margin-top: 10px;
	margin-right: 230px;
	padding-bottom: 75px;
}

#content h1, #content h2, #content h3, #content h4 {
	margin: 10px 0;
}

#content h1 {
	font-size: 14px;
	color: #F9B200;
	font-weight: bold;
}

#content h2 {
	font-size: 14px;
	color: #000;
	font-weight: bold;
}

#content p {
	line-height: 17px;
	margin: 15px 30px 15px 0;
}

#content ul, #content ol {
	margin: 15px 30px 15px 0;
	padding-left: 20px;
}

#content li {
	line-height: 16px;
	margin-bottom: 5px;
	background: url(../images/bg_list.png) no-repeat 0 6px;
	padding-left: 15px;
}

#content a {
	color: #000;
}

#content a:hover {
	color: #F9B200;
}

#content-bottom {
	clear: both;
}

#navbox {
	height: 35px;
	text-align: right;
	background: url(../images/bg_nav_top.gif) no-repeat right top;
	margin-right: 30px;
}

#nav-top {
}

#nav-top ul {
	float: right;
}

#nav-top ul li {
	float: left;
	height: 35px;
	line-height: 30px;
	background: url(../images/bg_nav_top.gif) no-repeat 0 0;
	list-style-type: none;
}

#nav-top ul li:hover,
#nav-top li.active a {
	background: url(../images/bg_nav_top_hover.gif) repeat-x 0 0;
}

#nav-top li#item-101 a {
	background: none;
}

#nav-top a {
	color: #000000;
	padding: 10px 25px;
	text-decoration: none;
	line-height: 35px;
	height: 35px;
	text-shadow: 1px 1px 2px #CCC;
}

#nav-top a:link {
}

#nav-top a:hover {
}

#footerbox {
	background: url(../images/bg_footer.gif) repeat-x;
	min-height: 100px;
	margin-top: 20px;
	padding: 20px 0 30px 0;
}

#footer {
	text-align: center;
	font-size: 11px;
	color: #808080;
	text-shadow: 1px 1px 2px #ccc;
	line-height: 13px;
}

#footer p {
	margin: 5px 0;
}

.contact-form {
}

.contact h3 {
	font-size: 14px;
	color: #000;
	font-weight: bold;
}

.contact-form label {
	padding: 5px 0px;
	display: block;
}

.contact-form label.required {
	font-weight: bold;
}

.contact-form legend {
	font-size: 11px;
	padding: 2px 0px;
}

.contact-form input[type='text'], .contact-form input[type='password'], .contact-form select, .contact-form textarea {
	font-size: 12px;
	color: #444;
	border: 1px solid #ccc;
	padding: 2px;
	background-color: #FFF;
	width: 300px;
}

.invalid {
	border-color: #F00 !important;
	color: #FF0000;
}

.contact-form input[type='text']:hover, .contact-form input[type='password']:hover, .contact-form select:hover, .contact-form textarea:hover {
	border: 1px solid #F9B200;
	background-color: #FFF;
}

.contact-form input[type='text']:focus, .contact-form input[type='password']:focus .contact-form select:focus, .contact-form textarea:focus {
	border: 1px solid #F9B200;
	background-color: #f3f3f3;
}

.contact-form textarea {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif !important;
}

.contact-form select {
	padding: 1px;
}

.contact-form button {
	margin-top: 5px;
}
	
