﻿@charset "utf-8";
body{
	margin: 0px 0 0px 0;
	padding: 0;
	line-height: 1.5em;
	background: #C0C0C0 url(images/background.jpg) repeat-y center
top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

b{font-size: 110%;}
em{
}
.center {
	text-align: center;
}

h1 {
	font-size: 24px;
	text-align: left;
}
h2 {
	font-size: 20px;
	text-align: left;
}
h3 {
	font-size: 17px;
	text-align: left;
}

#maincontainer{
	width: 934px; /*Width of main container*/;
	margin: 0 auto; /*Center container on page*/
	}
#topsection{
	height: 105px; /*Height of Header jpg +20px for Navigation*/
}
#topsection a{
	color: #FFFFFF;
	font-weight: bold;
}

#contentwrapper{
float: left;
width: 100%;
background-color: #COCOCO;
}

#contentcolumn{
	margin-left: 0px; /*change for adding left column example 150px*/
	text-align: left;
}

#footer{
	clear: left;
	width: 100%;
	color: #000000;
	text-align: center;
	padding: 5px 0 2px 0;
	height:87px;
	background-color: #ffffFF;
}

#footer a{
	color: #FFFFFF;
}
#Footer-adjust {
	position: relative;
	top: -115px;
}
.ImageLinks {
	border-width: 0px;
}

.innertube{
	margin: 7px 7px 7px 7px; /*Margins for inner DIV inside each column (to provide padding)*/
}
.em2 {
	font-weight: bold;
	font-style: italic;
	text-align: left;
}
p {
	text-align: justify;
}
a {
	color: #000080;
}
.nav {
	height: 251px;
}

.top-home {
	background-image: url('../images/OrangeTop_1x3.jpg');
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	vertical-align: bottom;
}
.top-contact {
	background-image: url('../images/OrangeTop_1x4.jpg');
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	vertical-align: bottom;
}
#OrangeBar {
	padding: 3px;
	background: #FFFFFF;
	margin-top: 10px;
}
#box {
	margin-top: 5px;
	padding: 5px;
	background: #FFFFFF;
	border-bottom-color: #8f8472;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
#block {
	height: 114px;
	background-color: #FFFFFF;
	border-bottom-color: #8f8472;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
#block strong{
	font-size: 15px;
	font-weight: bold;
}
.orangebold {
	color: #ED582D;
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	vertical-align: bottom;
}

/*--------------------------------- Navagation Section ----------------------------------*/

#navAlpha {
	font-size: 12px;
	background-color: #e6e6cc;
	font-weight: bold;
		width: 189px;
	height: 26px;

}
#navAlpha a {
	display: block;
	padding: 4px 8px 4px 29px;
	margin: 0;
	text-decoration: none;
	text-align: left;
	border-bottom: 1px solid #FFFFFF;
	color: #FFFDBC;
	background: #ED582D;
	background-image: url('images/ButtonUp.png');
	background-repeat: no-repeat;
}
	
#navAlpha a:hover {
	background: #AA3526;
	color: #ffffff;
	background-image: url('images/ButtonOver.png');
	background-repeat: no-repeat;

	}	


/*--------------------------------- Main Navagation Top "Beige" Section ----------------------------------*/

	#ProNav {
	background-color: #CADDFD;
	font-size: 12px;
	}

	#ProNav a {
	color: #FFFDBC;
	background: #8F8472;
	background-image: url('images/ButtonUp.png');
	background-repeat: no-repeat;
}

	#ProNav a:hover {
		background: #464741;
		color: #ffffff;
		background-image: url('images/ButtonOver.png');
		background-repeat: no-repeat;

		}
.marquee {
	font-size: 16px;
	font-weight: bold;
}
