/* CSS Document */


html,
body {
	margin:0;
	padding:0;
	height:100%;
}
/* default font size at 11 px (16px * 69%) */
body {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-color:#c9c1b8;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	background-image:url(/images/background_gradient.jpg);
	background-repeat:repeat-x;
}
/* remove browser defaults */
* {
   padding:0;
   margin:0;
}

p{
	margin-bottom:1em;
}
h2,
h3{
	margin-bottom:0.5em;
	font-weight:normal;
}
ol{
	margin-left:2em;
	font-size:0.75em;
	font-family:Arial, Helvetica, sans-serif;
}
#cms_content_copy hr{
	color: #340E00;
background-color: #340E00;
height: 1px;
border:none;
margin: 0.7em 0;
}

#cms_content_copy a{
	text-decoration:none;
	color:#340E00;
}

/* position the whole site in the middle (horiz) on the page */
#site_wrapper{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:964px;
	background-color:#EEECDA;
	min-height:100%;
	padding-left:20px;
	padding-right:20px;
	margin-bottom:0;
	padding-bottom:0;
}

*html #site_wrapper{
	width:969px;
	height:100%;
}

#content_wrapper{
	position:relative;
	padding-top:20px;
	margin-bottom:-20px;
}
#logo{
	margin-bottom:90px;
}
#menu{
	position:relative;
	width:210px;
}

#address{
	margin-top:25px;
	color:#BBB1A5;
	text-transform:uppercase;
	font-size:0.63em;
}
#address .title_case{
	text-transform:capitalize;
	margin-top:30px;
	margin-bottom:0.5em;
}
#footer_links{
	font-size:0.63em;
}

#address a,
#footer_links,
#footer_links a{
	color:#BBB1A5;
	text-transform:uppercase;
	text-decoration:none;
}
#address a:hover,
#footer_links a:hover{
color:#340E00;
}

.main1 {
	margin:0; padding:0;
}
.main2 {
	margin:0; padding:0;
}
.left {
	float:left;
	width:293px;
	margin:0;
	padding:0;
}


.middle {
	margin:0 0 0 300px;
}

.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0;
	padding:0;
	background:transparent;
}


.hide{
	visibility:hidden;
	display:none;
}