* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	background: url(images/background.jpg);
}

/* TAG REDEFINITION */
a {
	color: #8d5d00;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
blockquote {
	margin: 10px 0 10px 20px;
}
h1 {
	font-size: 1.3em;
	font-weight: bold;
	padding: 0 0 7px 0;
}
h2 {
	font-size: 1.1em;
	font-weight: bold;
	padding: 5px 0 7px 0;
}
img {
	border: 0;
	behavior: url("pngbehavior.htc");
}
li {
	list-style-position: outside;
	margin-left: 20px;
}
option {
	padding: 0 5px;
}
p {
	margin: .5em 0 .5em 0;
}
td {
	vertical-align: top;
}
td.question {
	padding-right: 5px;
}
tr.colorA {
	background-color: #eeeeee;
}
input, textarea {
	margin: 2px;
}
#recaptcha_image {
	margin: 2px;
}
textarea.robust, input.robust {
	width: 400px;
}
textarea.robust_minor, input.robust_minor {
	width: 350px;
}
input.short {
	width: 2em;
}
.clearer {
	clear: both;
	visibility: hidden;
	height: 0;
}

/* SITE STRUCTURE */
#container {
	width: 880px;
	text-align: left;
	margin: 0 auto 20px auto;
}
#header {
	position: relative;
	width: 869px;
	height: 148px;
	margin-left: 10px;
}
#coneflower_top {
	height: 44px;
	width: 118px;
	margin:  5px 0 0 700px;
}
#coneflower_right {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 15px;
	height: 104px;
}
#body {
	position: relative;
	width: 844px;
	margin-left: 10px;
	background: url(images/left_col_bg.gif) repeat-y #e2e3d0;
	border: 5px solid black;
	border-top: 2px solid;
	border-bottom: none;
}
#left_col {
	float: left;
	width: 215px;
}
#left_col_bottom {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 215px;
	height: 74px;
	background: url(images/logo_top.jpg) no-repeat;
}
html>body #left_col_bottom {
	bottom: 0px;
}
#right_col {
	padding: 10px 10px 10px 0;
	margin-left: 225px;
}
#footer {
	position: relative;
	width: 864px;
	height: 100px;
	background: url(images/footer_bg.jpg) no-repeat 10px 0;
}

/* LEFT COLUMN */
#menu_hdr {
	width: 215px;
	height: 78px;
	background: url(images/menu_hdr_default.jpg) no-repeat;
	border-top: 10px solid #e2e3d0;
}
.menu_break {
	width: 215px;
	height: 4px;
	font-size: 0em;
	background: url(images/menu_hdr_bottom.gif) no-repeat;	
}
#menu_options {
	margin: 2px 0 0 12px;
}
.menu_option {
	height: 23px;
	margin-bottom: 2px;
}
#menu_option_final {
	margin-bottom: 0;
}
#contact_info {
	font-size: .75em;
	padding-top: 10px;
	margin: 10px 20px 80px 20px;
	background: url(images/menu_contact_txt.gif) no-repeat;
}
#contact_info a {
	color: black;
}

/* RIGHT COLUMN */
#right_col_header {
	margin-bottom: 10px;
}
.photo_right {
	float: right;
	margin: 0 0 10px 10px;
}
.photo_left {
	float: left;
	margin: 0 10px 10px 0;
}
.photo_right img, .photo_left img {
	border: 3px solid #ede6e3;
}
.photo_right .caption, .photo_left .caption {
	font-size: .8em;
	padding: 2px;
	background: #e9eadb;
	border-bottom: 1px solid #b1b2a3;
}
#newsletter {
	padding: 5px 5px 15px 5px;
	margin-bottom: 5px;
	background: url(images/classes_gradient.gif) repeat-x #e9eadb;
	border-top: 1px solid black;
	border-left: 1px dashed #acad9e;
}
#newsletter img {
	padding-left: 3px;
	border: 0;
}
#newsletter input {
	font-size: .85em;
}

/* FOOTER */
#logo_left {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 10px;
	height: 90px;
}
#logo_bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 117px;
	height: 20px;
	margin-left: 45px;
}
#legalese {
	position: absolute;
	left: 200px;
	top: 90px;
	width: 654px;
	font-size: .8em;
}
#legalese #credit {
	float: right;
	width: 150px;
	text-align: right;
}
#legalese #facebook {
	float: right;
	margin: 0 10px;
}
#legalese a {
	color: black;
}
/* HACKS */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}
/* Hides from IE-mac (www.positioniseverything.net/easyclearing.html) \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */