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

body {
	font-family: "arial";
	font-size:13px;
	color:#333333;
	background-color:#000000;
	margin:0px;
}
#wrapper {
	width:970px;
	margin:auto;	
	background-color:#FFFFFF;
}
#header {
	height:183px;
	background-image:url(../images/header.jpg);
	text-align:right;
	padding-right:10px;
}
#menu {
	background-image:url(../images/menuFill.jpg);
	height:28px;
	border-bottom:1px solid #666666;
	border-top:1px solid #666666;
	color:#FFFFFF;
}
.menuItem a:link, .menuItem a:visited, .menuItem, .menuItemActive a, .menuItemActive{
	color:#FFFFFF;
	height:28px;
	width:80px;
	float:right;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
}
.menuItem, .menuItemActive a, .menuItemActive {
	border-left:1px #ffffff solid;
	text-transform:uppercase;	
	line-height:28px;
}
.menuItem a:hover, .menuItemActive, .menuItemActive a, .menuItemActive, .menuItemActive a:hover, .menuItemActive a:visited  {
	background-color:#CC0000;
	color:#FFFF00;
}

#content {
	background-repeat:repeat-x; 
	background-position:top;
	min-height:267px;
}
.pad{
	padding:20px;
}
#footer {
	background-image:url(../images/footerFill.jpg);
	background-repeat:repeat-x; 
	background-position:top;
	height:68px;
	padding-right:20px;
	font-size:10px;
}

.panel {
	float:left;
}
#ledMain {
	width:920px;
}
#left {
	margin-right:40px;
}

#right {
	margin-left:40px;	
	width:280px;
	height:250px;
	float:right;
}
.redtitle {
	color:#CC0000; font-weight:bold;font-size:18px;
}
.blacktitle {
	color:#000000; font-weight:bold; font-size:24px; line-height:24px;
}
.greytitle {
	color:#666666; font-weight:bold; font-size:12px;
}
.dotted {
	border-bottom: 2px #999999 dotted;
	margin-top:8px;
	margin-bottom:14px;
}
.holder {
	border:1px #999999 solid;
	height:36px;
	margin-top:10px;
	margin-bottom:10px;
}
.hleft, .hright {
	float:left;
	padding:4px;
}
.hleft {
	width:28px;
	height:28px;
	font-size:24px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#bbc6d0;
	border-right:1px #999999 solid;
}
.hright {
	width:221px;
	height:16px;
	padding:10px;
	background-color:#ebebeb;
	color:#4d6f91;
}
p {
	margin-bottom:10px;
}
h1 {
	color:#006699;
	display:inline;
	font-weight:bold;
	font-size:12px;
	margin-right:4px;
}
h2 {
	display:inline;
	font-size:11px;
	font-weight:normal;
}
a:link, a:visited {
	color:#4d6f91;
}
a:hover {
	color:#000000;
}
.border {
	border:1px #666666 solid;
}
#footerimg {
	margin-left:20px;
	margin-top:3px;
}
.faq {
	padding-bottom:10px;
	margin-top:10px;
	border-bottom:1px #CCCCCC solid;
}
/*FORM CSS */
.contactForm {
	border: 1px #ccc dashed;
	background-color:#EFEFEF;
	padding:6px;
	color:#666;
}
.textField {
	width:203px;
}
.fixedWidth {
	width:140px;
}
.selectBox {
	width:144px;
}
.button {
	width:85px;
}
.phone1 {
	width:30px;
}
.phone2 {
	width:40px;
}
#copyright {
	font-size:10px;
}	

