body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #000;
}
h1, h4, h5, h6 {
	font-size: 12px;
	color: #fff;
	font-weight: normal;
}
h4 {
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #FF9900;
	margin-left: 2px;
}
h2 {
	color: #666;
	font-weight: normal;
	font-size: 30px;
	text-transform: uppercase;
	margin:0;
	margin-bottom: 10px;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 32px;
}
h3 {
	color: #990000;
	font-weight: normal;
	font-size: 12px;
	text-transform: none;
	margin-bottom: 10px;
	padding-top: 0;
	margin-top: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a { color:#666666; }
a:hover { color:#999999; }
p {
	line-height: 17px;
}

.wrapper {
	width: 1000px;
	margin: 0px auto;
}


.toppanel {
	background: #FFF url(../images/logo.png) no-repeat 20px 0px;
	height: 80px;
	width: 100%;
}
.menu {
	display: inline-block;
	margin-top: 10px;
}
ul.topnav {
	list-style: none;
	padding: 0 20px;
	margin: 0;
	float: left;
	font-size: 14px;
	background-color: #E6E6E6;
	-moz-border-radius: 15px 0px 0px 15px;
	border-radius: 15px 0px 0px 15px;
}
ul.topnav li {
	float: left;
	margin: 0;
	padding: 0 15px 0 0;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
}
ul.topnav li a {
	padding: 10px 5px;
	color: #333;
	display: block;
	text-decoration: none;
	float: left;
}
ul.topnav li a:hover{
	color: #990000;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	background: url(../images/menu/subnav_btn.gif) no-repeat center top;
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0;
	top: 35px;
	background: #E6E6E6;
	margin: 0; padding: 0;
	display: none;
	float: left;
	min-width: 170px;
	-moz-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
}
ul.topnav li ul.subnav li{
	margin: 0px;
	padding: 0px;
	clear: both;
	min-width: 170px;
	text-align: left;
	font-size: 12px;
	border-top: 1px dotted #333;
}


.indexarea {
	background: #F5F5F5 url(../images/container-bg.png) repeat-x bottom center;
	border-top-color: #E6E6E6;
	border-top-style: solid;
	border-top-width: 3px;
	border-bottom-color: #333;
	border-bottom-style: solid;
	border-bottom-width: 5px;
}

.indexspot {
	background: #F5F5F5 url(../images/spotlight.jpg) no-repeat;
	width: 980px;
	height: 350px;
}

.indexcols {
	background: #181818 url("../images/bottom-bg.png") no-repeat;
	padding: 0px;
}
.indexcols ul {
	margin: 0px;
	padding: 0px;
}
.indexcols ul li {
	display: inline-block;
	vertical-align: top;
	margin: 20px 20px 30px 20px;
	text-align: left;
	width: 285px;
	min-height: 300px;
	color: #666;
	font-size: 13px;
}
.indexcols ul li h3 {
	border-bottom: 1px solid #333;
	color: #686868;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 5px;
}

.panel {
	background-color: #F5F5F5;
	padding: 30px;
}

.leftpane {
	display: inline-block;
	width: 630px;
	margin: 0px 10px;
	min-height: 400px;
}
.leftpane li {
	line-height: 18px;
}

.language {
	border: 0px;
	padding: 2px 5px 2px 20px;
}

.imagebox {
	float: left;
	margin: 3px;
	padding: 2px;
	border: 1px solid #CCC;
}

.imagebox:hover {
	border: 1px solid #0099CC;
	cursor: pointer;
}

#contactForm div {
	margin: 5px 0px;
}
#contactForm div label {
	width: 120px;
	display: inline-block;
	vertical-align: top;
	line-height: 25px;
}
