@charset "utf-8";
body {
	background: #fff url(../img/bodyBG.jpg) top left repeat-x;
	color: #5c5f63;
}

#container {
	width: 950px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	padding: 0 0 10px 0;
	background: #fff url(../img/containerBG.jpg) top center repeat-y;
}
#header { 
	background: url(../img/headerBG.jpg) top center no-repeat;
	height: 60px; 
	padding: 0;
	overflow: visible;
} 
#header a {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	text-indent: -9009px;
	display: block;
	width: 250px;
	height: 96px;
	background: url(../img/logo.gif) left top no-repeat;
	padding: 0;
	position: relative;
	z-index: 1000;
	left: 30px;
	top: 15px;
	
}
#nav {
	padding: 0 ; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0;
	height: 30px;
	background: url(../img/navBG.jpg) top center no-repeat;
	
}
#banner {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(../img/bannerBG.jpg) top center no-repeat;
	height: 260px;
	
}
#subbanner {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(../img/subbannerBG.jpg) top center no-repeat;
	height: 260px;
	
}
#subbanner2 {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(../img/subbanner2BG.jpg) top center no-repeat;
	height: 200px;
	
}
#mainContent {
	padding: 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0 auto;
	background: url(../img/contentBG.jpg) top center no-repeat;
}

/*#mainContent table{
	border: thin;
	margin: 10px auto;
	width:425px;
}
#mainContent table td{
	border: thin;
	font-weight:bold;
	text-align:center;
}*/

#mainContent ul li {
	margin-top: 10px;
}
#mainContent h1, h2, h3 {
	color: #160041;
}
#mainContent h1, h2 {
	font-variant: small-caps;
}

#mainCol {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0;
	float: left;
	width: 615px;
}

#mainCol h1 {
	color: #920000;
}
#mainCol h2 {
	color: #45949d;
}
#mainCol ol, ul {
	margin: .5em 1em 1em 3em;
}
#mainCol a {
	color: #0d3a97;
	font-weight: bold;
	text-decoration: underline;
}
#mainCol a:hover {
	color: #670001;
}

#sidebar {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0;
	float: right;
	width: 255px;
	height: 500px;
	font-size: 100%;
}
#sidebar h3 {
	color: #0d3a97;
	font-weight: bold;
	margin: 10px 5px;
}
#sidebar h4 {
	color: #160041;
	font-weight: bold;
	margin: 0px 15px 10px 10px;
	border-bottom: thin groove;
}
#sidebar p {
	margin: 0 25px 0px 10px;
	color: #0d3a97;
	font-weight: bold;
}
#sidebar ul {
	margin-left:40px;
}
#sidebar a {
	color: #0d3a97;
	font-weight: bold;
	text-decoration: none;
}
#sidebar a:hover {
	color: #670001;
}

#footer { 
	background: #25292e;
	color: #dcdcdc;
	margin: 0;
	font-size: 75%;
} 
#footer-inner { 
	background: url(../img/footer-innerBG.jpg) top center no-repeat;
	width: 950px;
	margin: auto;
	padding: 20px 0;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	clear: both;
	text-align: center;
}
#footer a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	text-decoration: underline;
}
#clear { 
	clear: both; 
}
.imgR  {
    float: right;
	margin: 0 0 5px 10px;
}
.imgL  {
    float: left;
	margin: 0 10px 5px 0;
}


#contactFormWrap {
	float: left;
	width: 540px;
	margin-bottom: 10px;
}

table,tr, th, td {vertical-align:top;}