@charset "utf-8";
/* Padding Layout top,right,bottom,left */

body,td,p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; 
	color: #ffffff;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #ffffff;
}
#container {
	width: 950px;
	background: #000000;
	padding: 10px 10px 10px 10px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#navcontainer {
	height: 20px;
	float:right;
}
#mainbanner {
	width: 950px;
	height: 101px;
	background-image: url(site_images/homebanner.gif);
	background-repeat:no-repeat;
	margin-top: 20px;
	padding: 0px 0 20px 0;
}
#mainbody {
	height: 470px;
}
#mainbody1 {
	height: 470px;
	border: 1px solid #333333;
}
#mainbodygallery {
	height: 478px;
	border: 1px solid #333333;
}
#mainbodyonline {
	height: 550px;
	width: 950px;
	border: 1px solid #333333;
}
#homebox1 {
	height: 450px;
	width: 300px;
	border: 1px solid #ffffff;
	float: left;
	margin-right: 23px;
}
#homebox2 {
	height: 450px;
	width: 300px;
	border: 1px solid #ffffff;
	float: left;
}
#homebox3 {
	height: 450px;
	width: 300px;
	border: 1px solid #ffffff;
	float: right;
}
#aboutimg {
	height: 470px;
	width: 400px;
	float: left;
}
#faqstext {
	height: 430px;
	width: 490px;
	padding: 20px;
	float: left;
	text-align: left;
}
#linkstext {
	height: 430px;
	width: 508px;
	padding: 20px;
	float: left;
	text-align: left; overflow: auto;
}
#abouttext {
	height: 430px;
	padding: 20px;
	text-align: left;
}
#abouttextbox {
	position: absolute;
	width:900px;
	height:390px;
	z-index:11;
	overflow: auto;
	scrollbar-3dlight-color:#000000;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#000000;
	scrollbar-darkshadow-color:#000000;
	scrollbar-face-color:#666666;
	scrollbar-highlight-color:#000000;
	scrollbar-shadow-color:#000000;
	padding-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
}
.aboutheadings			{font-family: Arial, Helvetica; font-size: 14px; color: #ffffff; text-decoration: underline;}
.aboutheadingsyellow	{font-family: Arial, Helvetica; font-size: 14px; color: #FFF200; text-decoration: underline;}

#contactimg {height: 470px;	width: 400px; float: left;}
#contacttextbox {
	position: inherit;
	width:430px;
	height:400px;
	z-index:11;
	left: 466px;
	top: 200px;
	overflow: auto;
	scrollbar-3dlight-color:#000000;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#000000;
	scrollbar-darkshadow-color:#000000;
	scrollbar-face-color:#666666;
	scrollbar-highlight-color:#000000;
	scrollbar-shadow-color:#000000;
}
#linksimg {height: 470px; width: 400px;	float: left;}
#faqsimg {height: 470px; width: 400px; float: left;}
.imageborders {border: 1px solid #ffffff;}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 10px;
	text-align: center; 
	color: #666666;
}
.sublinks {font-family: Verdana, Arial;	font-size: 11px; color: #fff200; text-decoration: underline;}
.sublinks:link {font-family: Verdana, Arial;	font-size: 11px; color: #fff200; text-decoration: underline;}
.sublinks:visited {font-family: Verdana, Arial;	font-size: 11px; color: #fff200; text-decoration: underline;}
.sublinks:hover {font-family: Verdana, Arial;	font-size: 11px; color: #fff200; text-decoration: underline;}
.sublinks:active {font-family: Verdana, Arial;	font-size: 11px; color: #fff200; text-decoration: underline;}
#thumbcontainer {
	width: 248px;
	height: 478px;
	float: left;
	padding: 0px;
}
.thumbs {
	padding: 0px;
	float: left;
	height: 40px;
	width: 40px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	border: 1px solid #ffffff;
}
#bigimagecontainer {
	width: 680px;
	height: 458px;
	float: right;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
}

