body {
	background-image: url(../cmsimages/background.jpg);
	background-repeat: repeat-x;	
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}

.wrapper {
	width: 886px;
	margin:0 auto;
	padding:0;
	color:#fff;
	
}
.header {
	float:left;
	background-image: url(../cmsimages/header.jpg);
	height: 167px;
	width: 886px;	
}
.Phone {
	font-size:30px;
	float:right;
	padding:32px 38px 0 0;
	color:#ffbb10;
}
.nav {
	float:left;
	width:100%;
	padding:0;
	margin:0;
}
.nav ul {
	margin:36px 0 0 -23px;
	position:relative;
	z-index:100;
	width:870px;
}
.nav ul li {
	display:inline;
}
.nav ul li a {
	display:block;
	float:left;
	line-height:16px;
	padding:0 46px;
	text-decoration:none;
	font-size:16px;
	color:#fff;
}
.nav ul li a:hover {
	color:#FC0;
}

.nav ul li.longLi{
	text-transform:none;
}
/* style the second level background */
.nav ul ul a.drop, .menu ul ul a.drop:visited {
	backgrond-color:# F00;
}
/* style the second level hover */
.nav ul ul a.drop:hover{
	color:#039;
}
.nav ul ul :hover > a.drop {
background:#c9ba65;
}
/* style the third level background */
.nav ul ul ul a, .menu ul ul ul a:visited {
backgrond-color:#F00
}
/* style the third level hover */
.nav ul ul ul a:hover {
	color:#33C;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.nav ul li ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:28px;
	left:133px; 
	width:135px;
	z-index: 10;
	overflow:visible;
}
.nav ul li ul.first {
	visibility:hidden;
	position:absolute;
	height:0;
	top:-19px;
	left:135px; 
	width:130px;
	z-index: 100;
	overflow:visible;
	background-color:#F00;
	color:#F00;
}
.nav ul li ul.first a {
	display:block;
	width:130px;
	background-color:#004D91;
	height:30px;
	font-size:14px;
	text-align:left;
	padding:5px 0 0 12px;
	color:#fff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	
}
.nav ul li ul.first a:hover {
	color:#FC0;
}

/* position the third level flyout menu */
.nav ul li ul li ul{
	left:130px; 
	top:0;
	width:200px;
	color:#000;
}
	
.nav ul ul li a {
	width: 200px;
	height: 29px;
	background-image: url(images/li-biglong.png);
	background-repeat: no-repeat;
	float:left;
	background-color:#F00;
}
/* position the third level flyout menu for a left flyout */
.nav ul ul ul.left {
left:-155px;
}
/* style the table so that it takes no part in the layout - required for IE to work */
.nav table {position:absolute; top:0; left:0;}
/* style the second level links */

.nav ul ul ul a, .nav ul ul ul a:visited {
	height:auto;
	line-height:1em;
	padding:7px 4px;
	width:200px;
	color:#0F6CAF;
}
* html .nav ul ul a{
width:135px;
}
/* make the second level visible when hover on first level list OR link */
.nav ul li:hover ul,.nav ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.nav ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.nav ul :hover ul :hover ul{ 
visibility:visible;
}

.panels {
	float: left;
	height: 309px;
	width: 915px;
	margin-top:50px;
	background-color:#000;
}
.panels ul {
	margin:10px;
	list-style:none;
	padding:0;
	width:915px;
}

.panels ul li {
	list-style:none;
	position:relative;
	
}
.panels ul li a, panels ul li a:visited {
	color: #FFF;
	text-decoration: none;
	background-image: url(../cmsimages/menuon.gif);
	background-repeat: no-repeat;
	list-style:none;
	display:block;
	width:209px;
	height:67px;
	line-height:60px;
	padding:0px 0 0 49px;
	font-size:20px;
	margin-bottom:4px;
}
.panels ul li a:hover {
	background-image: url(../cmsimages/menuhover.gif);
	background-repeat: no-repeat;
	color:#338EE1;
}
.panels ul ul {
	visibility:hidden;
	position:absolute;
	top:0;
	left:240px; 
}
.panels ul li:hover ul,
.panels ul a:hover ul {
visibility:visible;
}
.panels ul :hover ul ul{
visibility:hidden;
}
.panels ul :hover ul :hover ul{ 
visibility:visible;
}
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}

.panels ul li ul {
	background-color:#000000;
	color:#FFFFFF;
	height:20px;
	left:238px;
	overflow:visible;
	position:absolute;
	top:-9px;
	visibility:hidden;
	width:105px;
	z-index:100;
}
.panels ul li ul a {
	display:block;
	width:146px;
	background-color:#000;
	height:30px;
	font-size:14px;
	text-align:left;
	padding:0 0 0 4px;
	color:#fff;
	line-height:36px;
	margin:0;
}
.headline{
	float:left;
	width:900px;
	
}
.headline h1 {
	font-size: 25px;
	color: #FFF;
	text-align:center;
}

.mainsection {
	float:left;
	width:915px;
	margin-top:10px;
	background-color:#000;
	
}
.mainsectionhome {
	float:left;
	width:915px;
	margin-top:40px;
	background-color:#000;
	
}
.content {
	width:520px;
	color:#fff;
	float:left;
	padding:10px 25px 10px 30px;
}
.content h1 {
	font-size:22px;
	color:#09F;
}
.content p {
	font-size:13px;
	color:#ccc;
}
.content h2 {
	font-size:16px;
		color:#ccc;
}
.content ul li {
	font-size: 13px;
	color: #ccc;
}
a {
	font-size: 13px;
	color: #FFF;
}
a:visited {
	color: #FFF;
}
a:hover {
	color: #00F;
}
a:active {
	color: #03F;
}
.rightcol {
	float:left;
	width:287px;
	border: 1px solid #666;
	padding:8px;
	margin-top:20px;
}
.rightcol h2 {
	font-size:16px;
	color:#ccc:
}
.rightcol p {
	font-size:13px;
	color:#ccc;
}
.contact p a {
	color:#fff;
}
.half {
	float: left;
	width: 50%;
	margin: 0;
	padding: 0;
}
.half li {
  float: left;
  width: 255px;
  margin: 0;
  padding: 0;
} 
.clear {
	clear:left;
}
.content .gallery img {
	border-style:none;
	padding:0px 10px 10px 0; 
}
