@charset "utf-8";
/* CSS Document */
.thebody {
	background-color: #2f2f2f;
	background-image: url(../images/bg.jpg);
	background-position: top left;
	background-repeat: repeat;
}
.maincontainer {
	width: 1000px;
	background-color: #2f2f2f;
	border: 1px solid #ffffff;
	margin: 0 auto;  
}
.logocontainer {
	width: 1000px;
	height: 136px;
	background-image: url(../images/logotop.jpg);
	text-align: right;
}
.logocontainer a:link {
	text-decoration: none;
	color: #ffffff;

}
.logocontainer a:visited {
	text-decoration: none;
	color: #ffffff;
}
.logocontainer a:hover {
	text-decoration: none;
	color: #cccccc;
}
.navbar {
	width: 1000px;
	height: 41px;
}
.leftnav {
	width: 202px;
	height: 541px;
	background-color: #363736;
	padding-left: 28px;
	padding-top: 20px;
	border-right: 1px solid #ffffff;
}
.leftnavlarge {
	width: 202px;
	height: 600px;
	background-color: #363736;
	padding-left: 28px;
	padding-top: 20px;
	border-right: 1px solid #ffffff;
}
.leftnavlarger {
	width: 202px;
	height: 700px;
	background-color: #363736;
	padding-left: 28px;
	padding-top: 20px;
	border-right: 1px solid #ffffff;
}
.leftnavXlarge {
	width: 202px;
	height: 1525px;
	background-color: #363736;
	padding-left: 28px;
	padding-top: 20px;
	border-right: 1px solid #ffffff;
}
.rightcontainer {
	width: 749px;
	color: #ffffff;
	float: right;
	padding: 10px;
	font-size: 12px;
}	
.rightcontainer a:link {
	text-decoration: none;
	color: #ffffff;

}
.rightcontainer a:visited {
	text-decoration: none;
	color: #ffffff;
}
.rightcontainer a:hover {
	text-decoration: none;
	color: #cccccc;
}
.rightcontaineratv {
	width: 709px;
	color: #ffffff;
	float: right;
	padding: 10px;
}
.formcontainer {
	width: 300px;
	height: 400px;
	color: #ffffff;
	float: left;
	padding: 10px;
}
.mapcontainer {
	width: 709px;
	height: 121px;
	padding: 30px;
}
.contactrightcontainer {
	width: 400px;
	height: 400px;
	float: right;
	color:#ffffff;
	padding-top: 10px;
	text-align: left;
	font-weight: bold;
}
.contactrightcontainer a:link {
	text-decoration: none;
	color:#ffffff;
}
.contactrightcontainer a:visited {
	text-decoration: none;
	color:#ffffff;
}
.contactcentralcontainer a:hover {
	text-decoration: none;
	color:#cccccc;
}
.cruisercontentrignt {
	float: right;
	padding-right: 20px;
	padding-top: 2px;
}
.rightcontainercruiser {
	width: 512px;
	color: #ffffff;
	float: left;
	padding-left: 10px;
}
.table {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}
.cell {
	padding-left: 20px;
	padding-right: 20px;
	vertical-align: top;
}
.table a:link {
	text-decoration: none;
	color: #ffffff;
}
.table a:visited {
	text-decoration: none;
	color: #ffffff;
}
.table a:hover {
	text-decoration: none;
	color: #cccccc;
}
.footer {
	width: 1000px;
	height: 40px;
	background-image: url(../images/footer.jpg);
	text-align: center;
}
.footer a:link {
	text-decoration: none;
	color: #ffffff;
}
.footer a:visited {
	text-decoration: none;
	color: #ffffff;
}
.footer a:hover {
	text-decoration: none;
	color: #cccccc;
}
/* 
  ------------------------------------
Drop Down Styles
  ------------------------------------
*/
body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 85%;
	background-color: #FFFFFF;
	margin: 24px 0;
	padding: 0;
	background-image: url(images/p7exp_pbg.jpg);
	background-repeat: repeat-x;
}
#menuwrapper {
	border-top: none;
	border-bottom: none;
	background-color: #909090;
}
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
#p7menubar, #p7menubar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
}
#p7menubar a {
	display: block;
	text-decoration: none;
	padding: 0px;
	border-right: none;
	font-size: .85em;
	color: #CCCCCC;
}
#p7menubar a.trigger {
	padding: 0px;
	background-image: url(images/p7PM_dark_south.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#p7menubar li {
	float: right;
	width: 9em;
}
#p7menubar li ul, #p7menubar ul li  {
	width: 12em;
}
#p7menubar ul li a  {
	color: #565656;
	border-right: none;
	padding: 0px;
}
#p7menubar li ul {
	position: absolute;
	display: none;
	background-color: #FFFFFF;
	border-right: none;
	border-bottom: none;
	background-image: url(images/p7exp_mgrad.jpg);
	background-repeat: repeat-x;
}
#p7menubar li:hover a, #p7menubar a:focus,
#p7menubar a:active, #p7menubar li.p7hvr a {
	color: #000000;
	background-color: #C19674;
}

#p7menubar li:hover ul, #p7menubar li.p7hvr ul {
	display: block;
}

#p7menubar li:hover ul a, #p7menubar li.p7hvr ul a {
	color: #000000;
	background-color: transparent;
}

#p7menubar ul a:hover {
	background-color: #606060!important;
	color: #FFFFFF!important;
}

#p7menubar li {width: auto;}
/* 
  ------------------------------------
End Drop Down Styles
  ------------------------------------
*/
