/* CSS Document */

body { 
	margin: 0;
	padding: 0;
	background: #a99a6a;
	font-family: helvetica, verdana, arial, sans-serif;
	font-size: .825em;
	color: #1f1f1f;
	line-height: 1.6em;
}

/** Universal Text Styles **/

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

a:hover {
	color: #0071BC;
	text-decoration: underline;
}

h1 {
	font-size: 1.25em;
	color: #c14C19;
	font-weight: normal;
	margin: 0;
	padding: 12px 0 0 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h2 {
	font-size: 1.1em;
	color: #000;
	font-weight: bold;
	margin: 0;
	padding: 12px 0 0 0;
}




/** DIV STYLES **/

#wrapper {
	width: 800px;
	margin: 0 auto;
	background: #DAE0E5 url(../images/bg.jpg) no-repeat;
}

#header {
	width: 800px;
	margin: 0;
	padding: 0;
	height: 162px;
}

#left {
	width: 245px;
	margin: 0 50px 0 30px;
	padding: 0;
	float: left;
	display: inline;
	text-align: center;
	clear: both;
}

#right {
	width: 425px;
	margin: 0 50px 0 0;
	padding: 0;
	float: right;
	display: inline;
	border-bottom: #c3c8ce thin solid;
	border-top: #c3c8ce thin solid;
	clear: none;
	height: 366px;
}


#rightlong {
	width: 425px;
	margin: 0 50px 0 0;
	padding: 0;
	float: right;
	display: inline;
	border-bottom: #c3c8ce thin solid;
	border-top: #c3c8ce thin solid;
	clear: none;
}


#footer {
	clear: both;
	width: 800px;
}

/** Footer Styles **/

#footerleft {
	width: 245px;
	margin: 25px 50px 25px 30px;
	padding:  5px 0 0 0;
	background: #c3c8ce;
	text-align: center;
	height: 25px;
	float: left;
	display: inline;
	color: #1f1f1f;
}

#footerleftlong {
	width: 245px;
	margin: 25px 50px 25px 30px;
	padding:  5px 0 0 0;
	text-align: center;
	height: 25px;
	float: left;
	display: inline;
	color: #1f1f1f;
}

#footerright {
	width: 425px;
	margin: 23px 50px 25px 0;
	padding:  5px 0 0 0;
	background: #c3c8ce;
	text-align: center;
	height: 25px;
	float: right;
	display: inline;
	color: #1f1f1f;
}

.footcopy {
	width: 245px;
	margin: 0 50px 10px 30px;
	padding:  1px 0 0 0;
	background: #cacfd4;
	height: 18px;
	font-size: 9px;
	color: #808284;
	text-align: center;
	clear: both;
}

.footcopy2 {
	width: 245px;
	margin: 0 0 10px 0;
	padding:  1px 0 0 0;
	background: #cacfd4;
	height: 18px;
	font-size: 9px;
	color: #808284;
	text-align: center;
	clear: both;
}

.footerlongtext {
	font-size: 1.35em;
	color: #1f1f1f;
}


a.footlink {
	color: #808284;
	text-decoration: none;
}

a.footlink:hover {
	color: #c14c19;
	text-decoration: none;
}
 
	




/** Nav Div & Styles **/
.nav {
	float: left;
	margin: 0;
	padding: 0;
	height: 162px;
}

a.subnav {
	font-size: .9em;
	color: #000;
	text-decoration: none;
	line-height: 1.5em;
}

a.subnav:hover {
	color: #c14c19;
	text-decoration: none;
}





/** Paragraph Styles **/
.first {
	margin: 18px 0 0 0;
	padding: 0;
}

