﻿/* CSS layout */

/* Global Elements
=====================================================================*/

body {
	background-color: #494539; /*#585242; */
	line-height: 1.1em;	
}

/* Layout Divs
=====================================================================*/
#container {
	margin: 0 auto 0 auto;
	width: 970px; 	 /*Total width */
	padding-top: 3px;
	/*border: 1px solid #232429;*/
}

#container2
{
	margin: 0 auto 0 auto;
	width: 970px; 	 /*Total width */	
	border: groove 1px #232429;
}

#topbar {
	font-family: Arial;
	font-size: .7em;	
	color: #FAFAFC;
	margin-bottom: 5px;
	padding: 0 5px;
	text-align: right;
}
 
#masthead {
	background-color: #ececec;
	width: 970px;
	height: 255px;
	margin: 0;
	padding: 0;
}

#title {
	background: url(../../images/title.png) no-repeat;
	padding: 3px 10px;
	width: 970px;
	height: 100px;
}

#top_nav {
	margin-left: 6px;
	margin-bottom: 5px;
	padding: 3px 0 0 0;
	/*position: relative; ** IE6 needs this to display the div ***/  
}

#page_content {		
	padding: 5px 15px 5px 15px;
	margin-bottom: 5px;
	width: 950px;	
}

#index_content{ /* default.aspx only */
	padding: 5px 15px 5px 15px;
	margin: 10px 0;
	color: #FAFAFC;
	width: 940px;	
}

#footer {
	background-color: #232429;
	margin: 0;
	padding: 5px 10px;	
	width: 950px;
	height: 35px;	
}

/* Global Styles
=====================================================================*/
p {
	font-family: Verdana;
	font-size: 11px;
	text-align: justify;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:focus{
	color: #1C2257;
	text-decoration: none;
}

a:hover{
	color: #1C2257;
	text-decoration: none;
}

h1 {
	font-family: Gautami;	
	font-weight: normal;
	font-size: 1.1em;
	line-height: 1.1em;
	color: #94342F;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}

h2 {
	font-family: Garamond;	
	font-weight: normal;
	font-size: 1.2em;
	line-height: 1.1em;
	color: #2575ad;
	text-align: center;
}

h3 {
	font-family: Garamond;	
	font-weight: normal;
	font-size: 1.5em;
	line-height: 1.1em;
	color: #FAFAFC;
	text-align: left;
}

h4 {
	font-family: Garamond;	
	font-weight: normal;
	font-size: 1.2em;
	line-height: 1.1em;
	color: #2575ad;
	text-align: left;
	text-transform: uppercase;
}

h5 {
	font-size: 1.5em;
	line-height: 1.2em;
}

h6 {
	font-size:.88em;
	letter-spacing: 1px;
	font-weight: bold;
	text-transform: uppercase;
}

img{
	/*margin: 5px;*/
	border: 0
}

hr{	
	text-align: left;
	margin-left: 0px;
	border-style: groove;
}


/* Footer styles
=====================================================================*/
#footer table {
	width: 100%;
	font-size: 11px;
	font-family: Arial;
	text-align: left;
	color: #CCCCCC;
}
	

/* Contact Page styles
=====================================================================*/
#formsubmit table{
	width: 33%;
	border: 0;
	border-spacing: 0;
	margin-left: 160px;		
}

#formsubmit td{
	padding: 0;
}

#formsubmit .inputback{
	background-color: #ececec;
}

#formsubmit label{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-weight: bold;*/
	font-style: normal;
	font-size: .7em;
	color: #515151;
}

#formsubmit .req{
	color: maroon;
}



