body {
	font-family: Georgia;
	color: #363636;
	background-color: #cac5a9;
	font-size: 11pt;
	line-height: 1.5em;
}

#wrapper {
	background-color: #faf7e6;
	overflow: hidden;
	border-left: 2px solid #bdb89f;
	border-right: 2px solid #bdb89f;
	padding-bottom: 40px;
}
.heading_box{
	background-color: #f0ead3;
	border: 1px solid #dbdbdb;
	padding: 15px;
	margin-bottom: 30px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}
.heading_box h2 {
	font-weight: normal;
	font-size: 15pt;
	line-height: 1.4em;
}
h3 {
	font-size: 17pt;
	margin-top: 2em;
}
ol {
	list-style-position: outside;
	list-style-type: decimal;
	margin-left: 20px;
}
.clear {
	clear: both;
}
.h_rule {
	background: url('images/h_rule.jpg') repeat-x;
	width: 100%;
}
.side_pic {
	margin: 0 auto;
	margin-bottom: 1em;
	display: block;
}
.disc {
	list-style-type: disc;
}
.no_b_margin {
	margin-bottom: 0px !important;
}
.b_margin {
	margin-bottom: 1em;
}
.no_r_margin {
	margin-right: 0px !important;
}
.no_t_margin {
	margin-top: -1em
}
h3.top {
	margin-top: 0px !important;
}
a {
	color: #a71313;
}
p {
	margin-bottom: 1em;
}


/* HEADER STYLES */
#header {
	background: url('images/headerbg.jpg') repeat-y;
	border-bottom: 1px solid #c1c0b9;
/*	width: 960px !important;*/
	margin-left: 0px;
	padding: 0px 10px;
}
#navcorners {
	float: right;
	background-color: #363636;
	margin: 0px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
.s_nav {
	-moz-border-radius-bottomleft: 5px;	
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
#scale {
	text-indent: -9999px;
	background: url('images/scale.png') no-repeat;
	width: 340px;
	height: 216px;
	display: block;
	margin-bottom: 15px;
	behavior: url(iepngfix.htc);
}
#header_text {
	float: left;
	font-style: italic;
	font-size: 18pt;
	line-height: 1.2em;
	text-shadow: 1px 1px 1px #fff ;
	margin-top: 55px;
}


/* COLUMN STYLES */
#left_column, #right_column {
	margin-top: 30px;
}
#right_column {
	background-color: #e1dcc6;
	border: 1px solid #cfcfcf;
	padding: 10px;
	width:  200px !important;
	font-size: 10pt;
	line-height: 1.4em;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}

/* INDEX BODY STYLES */
.checklist {
	float: left;
	margin-bottom: 1.5em;
	margin-right: 30px;
	line-height: 1em;
}
.checklist li {
	background: url('images/checkmark.png') no-repeat;
	background-position-top: 10px;
	padding-left: 30px;
	margin-bottom: 7px;
}



/* ABOUT STYLES */
.indent {
	margin-left: 2em;
	margin-top: 0px !important;
}

/* OVERVIEW STYLES */
.overview_sidebar {
	list-style: disc outside;
	margin-left: 15px;
}
.overview_sidebar_indent {
	list-style: disc outside;
	margin-left: 2.5em;
}


/* LINK STYLES */
.links_body {
	min-height: 500px;
}

/* CONTACT STYLE */

#contact_form span {
	font-size: 10pt;
	display: block;
	padding-bottom: 0.5em;
}
#contact_name, #contact_email  {
	border: 1px solid #ccc;
	font-size: 11pt;
	font-family: Georgia;
	margin-bottom: 1em;
	padding: 5px;
	width: 300px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}
#contact_phone {
	border: 1px solid #ccc;
	font-size: 11pt;
	font-family: Georgia;
	margin-bottom: 1em;
	padding: 5px;
	width: 130px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}
#contact_commentinput {
	border: 1px solid #ccc;
	font-size: 11pt;
	font-family: Georgia;
	margin-bottom: 1em;
	padding: 5px;
	width: 100%;
	height: 10em;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}
#contact_submit {
	background-color: #e1dcc6;
	border: 1px solid #cfcfcf;
	font-size: 11pt;
	padding: 5px 10px;
	width: 100px;
	height: 30px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}
#contact_submit:active {
	background-color: #cfcfcf;
	border: 1px solid #e1dcc6;
}
#success, #bademail, #badserver {
	font-style: italic;
}

/* FOOTER STYLES */
#footer {
	background-color: #363636;
	width: 100%;
	overflow: hidden;
}
#footer_wrapper {
	width: 920px;
	padding: 10px 20px;
	margin: 0 auto;
	text-align: center;
}
.footer_center {
	width: auto;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}
#footer h6 {
	display: inline;
	font-size: 9pt;
	font-weight: normal;
	color: #9e9a8d;
	margin-right: 20px;
	text-align: center;
}
#footer a {
	color: #9e9a8d;
}