@charset "UTF-8";
/* CSS Document */

body  {
	font: 14px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background: #e5dcbf url(/_images/tile_top.png) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	color: #4a3838;
}
.twoColFixLtHdr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #edeae0;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	padding: 0 0px;  
	width: 980px;
} 
.twoColFixLtHdr #frame {
	padding: 0;
	width: 980px;
	background-image: url(/_images/mainframe.png);
	height: 351px;
} 
.mainImage {
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}

.twoColFixLtHdr #sidebar1 {
	float: left;
	width: 196px;
	background: #edeae0;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #e5dcbf;
	height: 100%;
	display: inline;
	padding-top: 8px;
	padding-right: 30px;
	padding-bottom: 15px;
	text-align: left;
}
#sidebar1 ul{
	width:176px;
	text-align: right;
	list-style-type: none;
	
}

#sidebar1 ul li{
	border-bottom:#988f70 dotted 1px;
	font:12px/24px Verdana, Helvetica, sans-serif;
	font-weight:bold;
	color: #988f70;
}

#sidebar1 ul li.contact{border:none;}

#sidebar1 ul li a{
	font-family:Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#806549;
}
#sidebar1 ul li a:hover{
	text-decoration:underline;
}


.twoColFixLtHdr #mainContent {
	padding: 0 10px 0 5px;
	background-color: #f9f9f8;
	width: 716px;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.bodyBox {
	border: 1px solid #566853;
}
.bodyBox2 {
	border: 1px solid #566853;
	margin-right: 5px;
	margin-bottom: 5px;
}
.twoColFixLtHdr #picCol {
	float: right;
	width: 218px;
}
.twoColFixLtHdr #picBox {
	background-color: #988f70;
	width: 214px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #edeae0;
	margin-top: 10px;
	padding: 4px 2px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 0.75em;
	color: #edeae0;
	font-weight: 300;
	
}
.picBorder {
	border: 1px dotted #FFF;
}
.twoColFixLtHdr #copyBox {
	width: 480px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
	padding-bottom: 5px;
}
.twoColFixLtHdr #copyBox  h1{
	font-style: italic;
	font-size: 1.65em;
}
.twoColFixLtHdr #copyBox  h2{
	font-size: 1.25em;
	font-weight: bold;
}
#copyBox ul{
	color: #3b3b3b;
	line-height: 20px;
	margin-left: 20px;
	padding-left: 10px;
}
#copyBox a, 
a:visited, 
a:active  {
	text-decoration:none;
	color:#912813;
}
#copyBox a:hover{
	text-decoration:underline;
}

.twoColFixLtHdr #copyBoxM {
	width: 480px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
}
.twoColFixLtHdr #copyBoxB {
	width: 480px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	text-align: left;
}
#copyBoxB a, 
a:visited, 
a:active  {
	text-decoration:none;
	color:#912813;
}
#copyBoxB a:hover{
	text-decoration:underline;
}
.twoColFixLtHdr #frameBox {
	width: 100%;
}
.twoColFixLtHdr #picBoxM {
	background-color: #988f70;
	width: 214px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #edeae0;
	padding: 4px 2px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 0.75em;
	color: #edeae0;
	font-weight: 300;
	float: right;
}
.twoColFixLtHdr #copyBoxM h1 {
	font-style: italic;
	font-size: 1.65em;
}

.twoColFixLtHdr #shadow {
	padding: 0 10px 0 20px; 
	background:#DDDDDD url(/_images/drop_shadow.png) repeat-x;
	height: 9px;
} 
.twoColFixLtHdr #footer {
	background:#DDDDDD url(/_images/tile_footer.png) repeat-x;
	height: 69px;
}
.twoColFixLtHdr #footerContainer {
	height: 54px;
	background-image: url(../images/footer.png);
	width: 980px;
	margin: 0 auto;
	color: #FFF;
	font-size: 0.85em;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
	padding-top: 15px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; 
	padding: 10px 0; 
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#quotebox {
text-align:center;
margin-right: -20px;
margin-left: 20px;
font-size: 1em;
margin-top: 20px;


}
