@charset "utf-8";
/* CSS Document */

/*Start Reset*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*End Reset*/

/*Colors
Light Brown - #9e846c
Med Brown - #645345
Dark Brown - #634e3d
Red - #92402d
Dark Red - #6c2514
End Colors*/


/*Main Body*/


body{
	background-color:#f6f3eb;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
	color:#5b493b;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}

td {
	padding: 7px;
	text-align:left;
	vertical-align:top;
}

a {
	color:#92402d;
	text-decoration:underline;
}

a:hover {
	color:#6c2514;
}

h1 {
	font-size:24px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:15px 0;
	font-weight:normal;
	line-height:33px;
}
	

h2 {
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:15px 0;
	line-height:22px;
	color:#917459;
	font-weight:normal;
}


h3 {
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:15px 0;
	line-height:22px;
	font-style:italic;
	color:#917459;
	font-weight:normal;
}

h4 {
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:15px 0;
	line-height:22px;
	font-style:italic;
	color:#92402d;
	font-weight:normal;
}

/*End Main Body*/

#container {
	width:987px;
	margin:10px auto;
}


#header{
	width:987px;
}

#logophoto{
	float:left;
	width: 134px;
	margin: 0 10px 8px 0;
}

#logotext{
	float:left;
	width: 250px;
	margin: 40px 0 0 2px;
}

#calltoaction{
	float:left;
	width: 415px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#9e846c;
	font-size:16px;
	text-align:right;
	margin: 40px 0 0 150px;
}

#navigation{
	float:left;
	width: 800px;
	margin: 17px 0 8px 30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#9e846c;
	font-size:13px;
	text-align:right;
}

	#navigation a{
		font-size:15px;
		color:#92402d;
		text-decoration:none;
	}
	
	#navigation a:hover{
		font-size:15px;
		color:#6c2514;
		text-decoration:underline;
	}

#flash{
	float:left;
	width: 987px;
	margin: 0 0 10px 0;
	border:solid 1px #d7cdbb;
}


#ctacontainer{
	float:left;
	width: 295px;
	padding:11px 11px;
	margin: 0 0 10px 9px;
	border:solid 1px #d7cdbb;
	background-color:#FFF;
}


	#ctaphoto{
	}
	
	#ctatext{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		}
		
		#ctatext a{
			font-size:11px;
			color:#92402d;
			text-decoration:underline;
			font-weight:bold;
	}
	
		#ctatext a:hover{
			font-size:11px;
			color:#6c2514;
			text-decoration:underline;
			font-weight:bold;
		}
	
	
	#ctacontainer h2{
			font-family:Georgia, "Times New Roman", Times, serif;
			color:#92402d;
			font-size:19px;
	}
	
	
/*secondary pages*/

#topphoto{
	float:left;
	width: 987px;
	margin: 0 0 10px 0;
	border:solid 1px #d7cdbb;
}	

	
	
#leftsidebar{
	float:left;
	width: 250px;
	padding:11px 11px ;
	margin: 0 0 10px 0;
	border:solid 1px #d7cdbb;
	background-color:#FFF;
}	
	
#bodycontainer{
	float:left;
	width: 677px;
	padding:3px 11px 11px 11px;
	margin: 0 0 10px 10px;
	border:solid 1px #d7cdbb;
	background-color:#FFF;
}

.imgleft{
	padding: 5px 5px 5px 5px;
	margin: 5px 5px;
	float:left;
	border:solid 1px #d7cdbb;
}

.imgright{
	padding: 5px 5px 5px 5px;
	margin: 5px 5px;
	float:right;
	border:solid 1px #d7cdbb;
}	


#beforeaftertable{
	float:left;
	width: 650px;
	padding:6px 6px ;
	margin: 0 0 0 0;
	border:solid 1px #d7cdbb;
	background-color:#f6f3eb;
}	

/*Footer*/
#footer {
	clear: both;
	text-align:right;
	color:#645345;
	font-size:11px;
	line-height:18px;
	padding:10px;
	}

	#footer a {
		color:#92402d;
		text-decoration:underline;
		}
	
	#footer a:hover {
		color:#6c2514;
		}
		
/*End Footer*/
