@charset "utf-8";
body {
	background-color: #0a0a0a;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:17px;
	color:#333333;
}
.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #1E1E1E;
	line-height: 17px;
	text-align:left;
	}

#container {
	width: 900px;
	margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) auto right and left will centre it in the browser */ 
	text-align: center;
	position: relative;
	background-image:url(../images/pattern_bg.jpg);
	background-repeat:repeat;
	padding:10px;
	border-color:#2f2f2f;
	border-width:1px;
	border-style:solid;
	}
	
.headerDiv {
	width:900px;
	height:162px;
	position: relative;
	text-align:center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #2f2f2f;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #2f2f2f;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #2f2f2f;
	}	
	
.headerDiv a:link {
	text-decoration: none;
	font-style: normal;
	border-width:0px;
}
.headerDiv a:visited {
	text-decoration: none;
	font-style: normal;
	border-width:0px;
}
.headerDiv a:hover {
	text-decoration: none;
	font-style: normal;
	border-width:0px;
}
.headerDiv a:active {
	text-decoration: none;
	font-style: normal;
	border-width:0px;
}
.contentArea {
	background-color: #0a0a0a;
	width:880px;
	padding:10px;
	position: relative;
	text-align:center;
	border-left-color:#2f2f2f;
	border-left-width:1px;
	border-left-style:solid;
	border-right-color:#2f2f2f;
	border-right-width:1px;
	border-right-style:solid;
	
	}

.whiteContentDiv {
	background-color: #FFFFFF;
	padding:10px;
	position: relative;
	}
	
.bodyTextDiv {
	padding-top:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:17px;
	color:#333333;
	text-align:left;
	}

.bodyTextDiv a:link {
	text-decoration: none;
	color: #0072bc;
}

.bodyTextDiv a:visited {
	text-decoration: none;
	color: #0072bc;
}

.bodyTextDiv a:hover {
	text-decoration:underline;
	color: #0072bc;
}

.bodyTextDiv a:active {
	text-decoration: none;
	color: #0072bc;
}

.footer {
	width:902px;
	height:41px;
	background-image:url(../images/footer.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	line-height:15px;
	text-align:center;
	padding-top: 10px;
	clear:both;
}

.footer a:link {
	text-decoration: none;
	color: #666666;
	}
.footer a:visited {
	text-decoration: none;
	color: #666666;
	}
.footer a:hover {
	text-decoration: underline;
	color: #666666;
	}
.footer a:active {
	text-decoration: none;
	color: #666666;
	}

.subNav {
	background-color:#202020;
	width:133px;
	padding-left:20px;
	padding-right:20px;
	padding-top:50px;
	float:left;
	margin-right:2px;
	text-align:left;
	text-decoration: none;
	color: #0072bc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:20px;
	}
	
.subNav a:link {
	text-decoration: none;
	color: #999999;
	}
.subNav a:visited {
	text-decoration: none;
	color: #999999;
	}
.subNav a:hover {
	text-decoration: underline;
	color: #0072bc;
	}
.subNav a:active {
	text-decoration: none;
	color: #999999;
	}
.imageHolder {
	width:208px;
	float:right;
	position:relative;
	padding-top:40px;
	}
.dividedContentDiv {
	text-align:left;
	width:840px;
	float:left;
	}
	
/* -----------------------------------------------
LIGHTBOX STUFF
------------------------------------------------*/
#lightbox{
	background-color:#FFFFFF;
	padding: 10px;
	}

#lightboxDetails{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-top:8px;
	color:#333333;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(../images/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(../blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
	}
	
.thumbnail {
	margin-right: 3px;
	margin-bottom: 3px;
	padding: 0px;
	float: left;
}

