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

html, body {
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../images/BG.jpg);
	background-repeat:repeat-x;
	background-color:#000000;
	color:#FFFFFF;
	height: 100%;
	margin: 0 0 0 0;
}
img {
	border:0px
}
/** Container CSS Rules **/
#container {
	background-image: url(../images/containerBG.png);
	background-repeat:repeat-y;
	width:840px;
	min-height: 100%;
	position: relative;
	margin: 0px auto -150px auto;
}
/** Header CSS Rules **/
#header {
	background-image:url(../images/masthead.png);
	background-repeat:no-repeat;
	width:780px;
	padding: 201px 30px 29px 30px;
}
/** HTML H1 Re-Class CSS Rules for the Right Content Position**/
.rightHeaderBG {
	display: block;
	width:530px;
	padding: 8px 0px 0px 10px;
	background-image:url(../images/headerBGright.png);
	background-repeat:no-repeat;
	height:40px;
}
.rightHeaderBG h1 {
	font-size:20px;
	color:#000000;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
/** HTML H1 Re-Class CSS Rules for the Full Content Position**/
.mainHeaderBG {
	display: block;
	width:760px;
	padding: auto 10px auto 0px;
	background-image:url(../images/headerBGright.png);
	background-repeat:no-repeat;
	height:40px;
}
.mainHeaderBG h1 {
	font-size:20px;
	color:#000000;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
/** Content CSS Rules **/
.content {
	width:780px;
	margin: 0 auto 0 auto;
	padding: 10px 10px 10px 10px;
}
.leftContent {
	float:left;
	width:240px;
	margin: 0px 0px 0px 20px;
}
.rightContent {
	float:right;
	width:550px;
	padding: 10px 0px 0px 10px;
	margin: 0px 20px 0px 0px;
}
.rightContent2 {
	float:right;
	width:240px;
	margin: 0px 20px 0px 0px;
}
.leftContent2 {
	float:left;
	width:550px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 20px;
}
/** Content Link (URL) CSS Rules **/
.content a {
	color:#ccffff;
	text-decoration: underline;
	font-weight: bolder;
}
.content a:hover {
	color:#77FFFF;
	text-decoration: none;
}
.rightContent a {
	color:#ccffff;
	text-decoration: underline;
	font-weight: bolder;
}
.rightContent a:hover {
	color:#77FFFF;
	text-decoration: none;
}
.leftContent2 a {
	color:#ccffff;
	text-decoration: underline;
	font-weight: bolder;
}
.leftContent2 a:hover {
	color:#77FFFF;
	text-decoration: none;
}
/** Left-Sub Navigation CSS Rules **/
.leftSubNavTop {
float:right;
	width:240px;
	background-image:url(../images/leftNavTop.png);
	background-position:bottom;
	background-repeat:no-repeat;
	height:20px;
	margin: 0px 0xp 0px 0px;
	padding:0px 0px 0px 0px;
}
.leftSubNavBody {float:right;
	width:210px;
	padding: 0px 15px 0px 15px;
	background-image:url(../images/leftNavMid.png);
	background-repeat:repeat-y;
	color:#FFFFFF;
	margin: 0px 0xp 0px 0px;
}
.leftSubNavBottom {float:right;
	width:240px;
	background-image:url(../images/leftNavBottom.png);
	background-position:top;
	background-repeat:no-repeat;
	height:20px;
	margin: -15px 0xp 0px 0px;
	padding:0px 0px 0px 0px;
}
.leftSubNavBody a {
	display: block;
	margin-right: 1px;
	padding: 5px 5px 5px 5px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #ffffff;
}
.leftSubNavBody a:hover {
	background-image:url(../images/navHover.png);
	background-repeat:repeat-x;
}
.leftSubNavBody h1 {
	font-size:16px;
	color:#ffffff;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
/** Navigation Styles **/
#nav {
	background-image:url(../images/navBG.png);
	background-repeat:no-repeat;
	width:780px;
	height:70px;
	margin: 0 auto 0 auto;
}
#nav ul {
	list-style: none;
	line-height: normal;
	margin: 0;
	padding: 0px 0 0 13px;
}
#nav li {
	display: block;
	float:left;
}
#nav a {
	display: block;
	float: left;
	margin-right: 1px;
	padding: 22px 15px 23px 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	text-decoration: none;
	color: #ffffff;
}
#nav a:hover {
	background-image:url(../images/navHover.png);
	background-repeat:repeat-x;
}
/** Clear CSS Rules **/
.bothClear {
	clear:both;
}
.clearBoth {
	clear:both;
}
/** Footer CSS Rules **/
.clearfooter {
	height: 150px;
	clear: both;
}
#footerBox {
	background-image:url(../images/footerBG.png);
	background-position:bottom;
	background-repeat:no-repeat;
	width:760px;
	height:130px;
	margin: 0 auto 0 auto;
	padding: 20px 20px 0px 20px;
}
.footerLeft {
	float:left;
	width:480px;
}
.footerLeft ul {
	list-style: none;
	line-height: normal;
	margin: 0;
	padding: 0px 0 0 13px;
}
.footerLeft li {
	display: block;
	float:left;
}
.footerLeft a {
	display: block;
	float: left;
	margin-right: 1px;
	padding: 5px 5px 5px 5px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #ffffff;
}
.footerLeft a:hover {
	background-image:url(../images/navHover.png);
	background-repeat:repeat-x;
}
.footerRight {
	font-size:12px;
	float:right;
	width:260px;
}
.footerRight a {
	color:#ccffff;
	text-decoration: underline;
	font-weight: bolder;
}
.footerRight a:hover {
	color:#77FFFF;
	text-decoration: none;
}
#footer {
	width:840px;
	height: 150px;
	position: relative;
	margin: 0 auto 0 auto;
}
/** Lightbox Gallery Styles **/
			.gallery {
	zoom:1;
}
.gallery a {
	font-family:Verdana, Helvetica, sans-serif;
	font-size:10px;
	font-style:normal;
	font-size-adjust:none;
	line-height:1.4em;
	display:block;
	text-align:center;
	float:left;
	margin:5px;
	padding:6px;
	text-decoration:none;
	color:#666666;
	border:solid 1px #b8b8b8;
	background-color:#f4f5f5;
	opacity:0.87;
	filter:alpha(opacity=87);
}
.gallery a:hover {
	opacity:1;
	filter:alpha(opacity=100);
}
.gallery a img {
	border: none;
}
.gallery a#vlightbox {
	display:none
}
