@charset "utf-8";
html {
	height: 101%;

}

body {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF9DB;
	background: #233A54;
}

/*------------------
Body styles used to change background for main and sub pages (the brown band)
------------------*/

.MainBody {
	background: #15354c url(_img/MainBG.jpg) repeat-x top;
}
.SubBody {
	background: #15354c url(_img/SubBG.jpg) repeat-x center top;
}

/*------------------
Wrappers for everything
------------------*/

#wrapper {
	height: 100%;
	width: 990px;
	margin: 0 auto;
	padding: 0px;
}

#header {
	background: url(_img/Logo.jpg) no-repeat left top;
	height: 319px;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 990px;
}

/*------------------
The address and phone numbers inside the header
------------------*/
#HeadContact {
	margin-top: 185px;
	float: right;
	text-align: right;
	padding-right: 70px;
	color: #4D3215;
	font: .9em Georgia, "Times New Roman", Times, serif;
	background: url(_img/ContactIcons.jpg) no-repeat right top;
}

#HeadContact a {
	color: #4D3215;
}

#HeadContact a:hover {
	text-decoration: underline;
}

/*------------------
The content inside the brown banner. The actual brown is controlled by the above style .MainBody
------------------*/

#MainPageBanner {
	height: 246px;
	float: left;
	width: 990px;
	margin-top: 4px;
}
/*------------------
The text area
------------------*/
#content {
	float: left;
	width: 970px;
	padding:0;
	margin-top: 20px;
	margin-right: 10px;
	margin-left: 10px;
	clear: both;
}
#contentFoot {
	clear: both;
	float: none;
}
hr {
	color: #FFFF99;
}



#footer {
	width: 990px;
	margin: 0 auto;
	clear: both;
	padding-top: 20px;
	float: left;
	text-align: center;
	padding-bottom: 20px;
}
#footer  a   {
	padding-right: 5px;
	padding-left: 5px;
	font-size: 0.8em;
}

#footer p {
	margin: 0px;
	padding: 0px;
}
#metalStrips {
	float: right;
	width: 591px;
	clear: none;
	height: 183px;
	margin-top: 15px;
}
#metalStrips .Strip {
	background: url(_img/Strip.gif) no-repeat;
	margin: 0px;
	padding: 13px 0px 0px;
	display: block;
	height: 48px;
	width: 591px;
	text-align: center;
	font: normal 27px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	letter-spacing: -1px;
	word-spacing: 5px;
}




/* ------------------
Navigation.
------------------ */
#nav {
	float: left;
	margin-top: 5px;
}

.Nav {
	padding: 0px;
	margin: 0;
	width: 950px;
	position: relative;
}
.Nav li {
	float: left;
	list-style: none;
	margin-top: 0px;
}
.Nav li.back {
	background: url(_img/NavWrench.gif) no-repeat right -30px;
	width: 15px;
	height: 30px;
	z-index: 8;
	position: absolute;
}
.Nav li.back .left {
	background: url(_img/NavWrench.gif) no-repeat left top;
	height: 30px;
	margin-right: 25px; /* 7px is the width of the rounded shape */
}

.Nav li a {
	text-decoration: none;
	color: #ffffff;
	outline: none;
	text-align: center;
	top: 7px;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	padding: 0px;
	margin-top: auto;
	margin-right: 23px;
	margin-bottom: auto;
	margin-left: 25px;
	font: bold 0.8em Georgia, "Times New Roman", Times, serif;
	word-spacing: .5em;
}

.Nav li a:hover,
.Nav li a:visited, .Nav li a:active{
	border: none;
	color: #fff;
	}
li .current {
	color: #00FFFF;
}

/*------------------
Text Styles
------------------*/

h1 {
	color: #FFF9DB;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}

h2 {
	color: #fff9db;
	font-size: 1.2em;
	padding: 0px;
	margin: 20px 0px 10px;
}
h3 {
	margin: 0px;
	padding: 0px;
	color: #fff9db;
}
#content li {
	color: #fff9db;
	margin: 0px 0px 5px;
	padding: 0px;
	list-style: inside;
	font-size: .9em;
}
ul  {
	margin: 0px;
	padding: 0px;
}



p {
	color: #fff9db;
	font-size: 0.9em;
	padding: 0px;
	margin: 15px 0px;
}



a {
	font-weight: bold;
	color: #fbe889;
	text-decoration: none;
}
a:active
{
  outline: none;
}

a:hover {
	color: #FFF;
	
}

/*------------------
Image Styles
------------------*/

.ImgFloatRight {
	float: right;
	margin: 10px 0px 10px 20px;
}
.clearboth {
	clear: both;
	margin-top: 20px;
	float: left;
}


.ImgFloatLeft {
	float: left;
	margin: 10px 20px 10px 0px;
}

.ImgFloatRight200 {
	float: right;
	margin: 10px 200px 10px 20px;
}

table img {
	border: 2px solid #FFFFFF;
	max-width: 350px;
	max-height: 261px;
}

table h2 {
	font-style: oblique;
	text-transform: capitalize;
}

