@charset "utf-8";
/* CSS Document */
@import url("reset.css");
/*End hide from IE-mac */


body {
	text-align:center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #EEDFC8;
	margin: 0px;
}
#topBand {
	background-color: #6F1726;
	height: 30px;
	width: 100%;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}



/* Main Wrapper*/
#wrapper {
	text-align:left;
	width:846px;
	position:relative;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 1.2em;
	background-color: #FFF;
}



/* Main Layout */

#header {
	height: 130px;
	width: 846px;
	float: left;
}


/*
Navigation Banner
*/

#navigationBanner {
	background-color: #6E1726;
	width: 846px;
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
}

#contentWrapper {
	background-repeat: repeat-y;
	background-position: center top;
	padding-bottom: 25px;
	width: 766px;
	background-color: #FFF;
	text-align: left;
	padding-top: 30px;
	padding-left: 40px;
	padding-right: 40px;
	float: left;
}
#wrapperOuter {
	background-color: #EEDFC8;
	width: 100%;
	background-image: url(../images/BG.png);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	overflow: hidden;
}

#footerBand {
	background-color: #6F1726;
	width: 100%;
	padding-bottom: 75px;
}


/* CHEAT LIST:
- to fix IE 6 double margin on floated elements, apply "display: inline" to the CSS rule. Example: div {float:left;margin:40px;display:inline;}
*/

/*
Clears floats within container, so container continues to wrap around contents
*/
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

.clearfix {display:inline-table;}
/*Hides from IE-mac\*/
*html .clearfix {height:1%;}
.clearfix {display:block;}

.left {float: left;}
.right {float: right;}


/*Temp navigation styles for building site*/

#navBarTemp ul li {
	display:inline;
	margin:0 10px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
#navBarTemp ul li a {
	color: #FFF;
	display:block;
	float:left;
	padding:5px 10px;
	background-color: #999;
	text-decoration: none;
}
#navBarTemp ul li a:hover {background:#eee;color:black;}



#creditBox {
	width: 900px;
	padding-top: 10px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	clear: both;
}

#creditBox a {
	color: #FFF;
	font-size: 0.9em;
	text-decoration: none;
}

#creditBox a:hover {
	color: #000000;
	font-size: 0.9em;
	text-decoration: underline;
}



/* PAGE FOOTER */

#footerBox {
	width: 900px;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	color:#FFF;
	font-size: 0.9em;
}

#footerBox a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #000000;
	text-decoration: none;
}

#footerBox a:hover {
text-decoration: underline;
}
h1 {
	padding-bottom: 20px;
	font-size: 1.6em;
	font-weight: bold;
	color: #CB9F5B;
	letter-spacing: .3em;
}

h2 {
	padding-bottom: 5px;
	font-size: 1.1em;
	font-weight: bold;
	color: #C79750;
	letter-spacing: 0.1em;
}
h3 {
	padding-bottom: 1px;
	font-size: 1.1em;
	font-weight: bold;
	color: #6E1726;
	letter-spacing: 0.1em;
}
.boxedArea {
	border: 1px solid #CB9F5B;
	padding: 25px;
	width: 150px;
	float: right;
	margin-bottom: 20px;
	margin-left: 30px;
	background-color: #EEDFC8;
}



a:link {
	color: #000;
}

a:visited {
	color: #000;
}

a:hover {
	color: #6E1726;
}

a:active {
	color: #000;
}
.quoteBox {
	margin-bottom: 20px;
	border: 1px dotted #CB9F5B;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 350px;
	position: relative;
}
.imgRightQuote {
	float: right;
	margin-left: 20px;
	margin-top: -30px;
	position: absolute;
	right: 1px;
	top: 17px;
}
.quoteBox2 {
	margin-bottom: 20px;
	border: 1px dotted #CB9F5B;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 375px;
	padding-right: 20px;
	position: relative;
}
.imgRight {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}
.imgLeftQuote {
	float: left;
	margin-left: 20px;
	margin-top: -30px;
	position: absolute;
	right: 394px;
	top: 9px;
}
.quoteBox3 {
	margin-bottom: 20px;
	border: 1px dotted #CB9F5B;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 400px;
	position: relative;
}
