﻿*{margin: 0; padding: 0;}
html,body {
	padding: 0;
	margin: 0;
	clear: both;
	background-image: url('images/RepeatableTextureBackground.jpg');
	background-repeat: repeat;	
	font-family: Arial, Sans-Serif;
  font-size: .8em;
	color: #ffffff;
	min-height: 900px;
	height: 100%;
}

body#page1
{
	background-image: url("images/main-background3.jpg");
	background-position: center top;
	background-repeat: no-repeat;
}

ul{
	list-style: none;
}

a:hover
{
	/*display: block;*/
	*display:inline;
	color: #ffffff !important;
	cursor: pointer !important;
}

a, a:visited
{
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

img
{
	border:0;
}

p{
	color: #b2b2b2;
	font-size: 1.2em;
}

.h4{
	font-size: 1.0em;
	color: #ffffff;
	padding: 0;
	margin: 0;
	font-weight: normal;
}

.h6{
	font-weight: bold;
	color: #ffffff;
	font-size: 1.0em;
	margin: 0 0 0 10px;
}

#topBox{
	width: 100%;
	min-height: 767px; 
	*height: 767px;
	position: relative;
	top: 21px;
}

#topContainer {
	margin: 0 auto;
	width: 826px;
	height: 43px;
}

#bottomBox{
	width: 100%;
	margin: 0 auto;
}

#menuContainer {
	float: left;
	width: 550px;
	margin: 25px 0 0 0;
	padding: 0;
	font-size: 1.5em;
}

#logoContainer {
	margin: 10px 5px 0 0;
	float: right;
}

#pageContent {
	width: 828px;
	margin: 0 auto;
}

#featuredContainer
{
    clear: both;
	position: relative;
	left: 0;
	width: 100%;
	height: 105px;
	margin: 0 auto;
}

#leftColBg, #midLeftColBg, #midRightColBg, #rightColBg{
	background-color: #000;
	float: left;
	margin: 1px;
	border: 0;
	height: 97px;
}

#leftColBg, #midLeftColBg, #midRightColBg, #rightColBg{
	width: 204px;
}

.leftImg{
	background: url('images/feature1.jpg') bottom left no-repeat;
	height: 97px;
	width: 204px;
	display: block;
}

.leftImg:hover{
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 97px;
	width: 204px;
	display: block;
}
	
.midLeftImg{
	background: url('images/feature2.jpg') bottom left no-repeat;
	height: 97px;
	width: 204px;
	display: block;
}

.midLeftImg:hover{
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 97px;
	width: 204px;
	display: block;
}

.midRightImg{
	background: url('images/feature3.jpg') bottom left no-repeat;
	height: 97px;
	width: 204px;
	display: block;
}

.midRightImg:hover{
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 97px;
	width: 204px;
	display: block;
}

.rightImg{
	background: url('images/feature4.jpg') bottom left no-repeat;
	height: 97px;
	width: 204px;
	display: block;
}

.rightImg:hover{
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 97px;
	width: 204px;
	display:block;
}

#bottomBox{
	width: 100%;
	height: 100%;
	background: none;
}

#bottomBox table{
	margin: 0 auto;
	border-collapse: collapse;
	width: 828px;
}

#bottomBox table td{
	vertical-align: top;
	padding-top: 5px;
}

.translucentBoxBg{
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	-khtml-opacity: 0.90;
	opacity: 0.90;
}

ul.nav,
.nav ul{
/*Remove all spacings from the list items*/
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
}

ul.nav>li{
	display: inline;
	position: relative;
	padding: 0 30px 0 0;
	font-size: 12pt;
}

#socialLinks ul{
	list-style: none;
}

#socialLinks li{
	display: inline;
	padding: 0;
	margin: 0;
}

#copyright{
	font-size: 1.2em;
	*font-size: 1.0em;
	color: #a2a2a2;
	width: 350px;
	text-align: right;
}
