body {
	font-family: "Lucida Sans";
	font-size: 12px;
	color: #000000;
	background-color: #666457;
	padding: 0px;
	margin: 0px;
}

h1 {
	margin: 15px 0px 0px 0px;
	color: #333333;
	font-size: 20px;
	font-weight: bold;
}

h2 {
	margin: 40px 0px 0px 0px;
	color: #7E261A;
	font-size: 14px;
	font-weight: bold;
}

h3 {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	
}

img {
	border: 0px;
}

a {
	text-decoration: none;
	color: #990000;
}

a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

#container {
	padding: 0px 0px 10px 0px;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

#header {
	width: 900px;
	height: 257px;
	background-color: #4B4E66;
	background-image: url(../images/design/headerBorderBg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}

#headerLeft {
	padding: 40px 0px 0px 2px;
	width: 248px;
	height: 210px;
	background-image: url(../images/design/headerLeftBg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #DCDADC;
	float: left;
}

#addressText {
	margin: 35px 0px 0px 0px;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	color: #333333;
}

#phone {
	line-height: 28px;
	font-size: 23px;
	color: #7E261B;
}

#headerRight {
	width: 650px;
	height: 204px;
	float: right;
	background-image: url(../images/design/headerImage.jpg);
	background-repeat: no-repeat;
}

#rightText {
	margin: 0px;
	padding: 6px 0px 0px 0px;
	width: 363px;
	height: 28px;
	float: right;
	text-align: center;
	background-color: #232720;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	z-index: 1000;
	/* for IE */
	filter:alpha(opacity=85);
	/* CSS3 standard */
	opacity:0.85;
}

#navigation {
	margin: 0px 0px 0px 0px;
	padding: 16px 0px 0px 0px;
	width: 650px;
	height: 30px;
	background-image: url(../images/design/navigationBg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	float: right;
	color: #FFFFFF;

}

#navigation a {
	margin: -16px 0px 0px 0px;
	padding: 15px 0px 12px 0px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	float: left;
	width: 129px;
	text-align: center;
}

#navigation a:hover {
	color: #FFFFFF;
	background-color: #61291D;
}

#contentArea {
	margin: 0px;
	padding: 8px 0px 0px 0px;
	width: 900px;
	background-image: url(../images/design/contentBg.jpg);
	background-repeat: repeat-y;
	background-position: top;
}

#mainContent {
	padding: 0px 20px 10px 20px;
	width: 610px;
	background-color: #FFFFFF;
	float: left;
	line-height: 17px;
}

#sideContent {
	padding: 16px 14px 10px 14px;
	width: 222px;
	float: right;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

#orangeLine {
	margin: 30px 0px 30px 0px;
	border-bottom: solid 1px #938A4F;
}

#missionContainer {
	margin: 0px 4px 0px 4px;
}

#missionText {
	margin: 20px 0px 40px 0px;
	font-size: 12px;
}

#sideHeader {
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}

#quoteText {
	font-size: 14px;
}

#sideImage {
	width: 222px;
	height: 163px;
	margin: 10px 0px 0px 0px;
}

#footer {
	padding: 10px 5px 5px 5px;
	margin: 0px 0px 3px 0px;
	width: 890px;
	height: 21px;
	background-color: #5F291D;
}

#footerText {
	color: #FFFFFF;
	float: left;
}

#footerLinks {
	color: #FFFFFF;
	float: right;
}

#footerLinks a {
	color: #FFFFFF;
	text-decoration: none;
}

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

#belowFooterText {
	color: #FFFFFF;
}

#belowFooterText a {
	color: #FFFFFF;
	text-decoration: none;
}

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

/* Contact Form Styles */
#contact {
	margin: 25px auto 0px auto;
	width: 550px;
}

#contact fieldset {
	border: solid 1px #938A4F;
	width: auto;
	margin: 0px 0px 8px 0px;
	padding: 10px 10px 10px 10px;
}

#contact legend {
	font-weight: bold;
	margin: 0px 0px 0px 10px;
	padding: 0px 5px 0px 5px;
}

#contact label {
	float: left;
	display: block;
	margin: 0px 5px 0px 0px;
	width: 12em;
	text-align: right;
}

#contact input, #contact select, #contact textarea {
	float: left;
	margin: 0px;
	padding: 0px;
}

#contact div {
	margin: 0px;
	padding: 3px 0px 3px 0px;
}
/* Contact Form Styles */



/* Content Population Styles */
div.listDouble {
	float: left;
	width: 35%;
}

ul.listSpaced li {
	margin: 10px 0px 10px 0px;
}
/* Content Population Styles */