/* GLOBAL SETTINGS */
BODY {
	padding: 0px;
	margin: 0px;
	background-color: #996633;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
TD {
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
IMG {
	border: 0px;
}

a:link { color: #333333; text-decoration: underline; font-size: inherit; }
a:visited { color: #333333; text-decoration: underline; font-size: inherit; }
a:hover { color: #333333; text-decoration: underline; font-size: inherit; }

a.red_link:link { color: #FFF; background-color: #CC3300; text-decoration: none; padding: 2px; font-size: inherit; }
a.red_link:visited { color: #FFF; background-color: #CC3300; text-decoration: none; padding: 2px; font-size: inherit; }
a.red_link:hover { color: #FFF; background-color: #CC3300; text-decoration: underline; padding: 2px; font-size: inherit; }


/* Buttons */

.core-button {
	font: 11px arial,helvetica,sans-serif; 
	font-weight: bold; 
	color: #333333; 
	cursor: pointer;
	background-image: url(img/form_btn_tile.gif); 
	background-color: #FFFFFF;
	padding-left: 3px;
	padding-right: 3px;
	border: 2px outset #CCCCCC;
}
.core-button-border {
	background-color: #F3BD55;
}
.core-button-table {
	display: inline;
}

/* TEMPLATE BODY SETTINGS */
.container {
	width: 779px;
	padding: 0;
	margin: 0 auto;
}
.main_body {
	background-image: url(img/main_bg.gif);
	background-repeat:repeat-y;
	margin: 0px auto 0px auto;
	width: 779px;
}
.foreground_body {
	background-image:url(img/body_bg.gif);
	background-repeat:repeat-y;
	margin: 0px;
}
.coffee_start {
	background-image:url(img/coffee_start_bg.jpg);
	background-repeat: no-repeat;
}

.content_body {
	margin: 10px 110px 0px 30px;
}
.content_body a {
	color: #222222;
	text-decoration: underline;
}
.content_body a:hover {
	background-color: #d5bd77;
	color: #FFFFFF;
	text-decoration: none;
}
.content_body ul {
	list-style-type: square;
	margin-right: 20px;
}
.content_body li {
	padding-top: 7px;
}


.float_form {
	background-color: #e8d8a7;
	border: 1px dashed #b8a366;
	color: #4e4738;
	font-size: 8pt;
	float: right;
	padding: 15px;
	margin-left: 5px;
}

.form_field {
	padding-bottom: 5px;
}


.middle_content {
	background-color: #e8d8a7;
	margin: 10px 101px 10px 20px;
	border-top: 1px dashed #b8a366;
	border-bottom: 1px dashed #b8a366;
	padding: 5px 12px 5px 12px;
	color: #4e4738;
	font-size: 8pt;
}
.middle_content a {
	color: #cc3300;
	text-decoration: none;
	font-weight: bold;
}
.middle_content a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #cc3300;
	font-weight: bold;
}


.referral_box {
	float: left;
	width: 225px;
	font-size: 8pt;
	border: 1px dashed #999999;
	margin-right: 15px;
	margin-bottom: 15px;
	padding: 5px;
}
.referral_box .field {
	padding-top: 3px;
}


.choice_box {
	font-size: 10pt;
	color: #222222;
	border: 1px dashed #999999;
	margin-right: 15px;
	margin-bottom: 15px;
	padding: 5px;
	background-color: #FFFFFF;
	height: 100px;
	cursor: pointer;
}
.choice_box .field {
	padding-top: 3px;
}


.error_box {
	padding: 5px;
	/*background-color: #CC3300;*/
	background-image: url(img/red_bg.png);
	background-repeat: repeat;
	color: #FFF;
}

a.error_link:link { color: #FFF; background-color: transparent; text-decoration: underline; font-size: inherit; }
a.error_link:visited { color: #FFF; background-color: transparent; text-decoration: underline; font-size: inherit; }
a.error_link:hover { color: #FFF; background-color: transparent; text-decoration: underline; font-size: inherit; }

a.top_link:link { color: #E8D8A7; background-color: transparent; text-decoration: none; font-size: 7pt; }
a.top_link:visited { color: #E8D8A7; background-color: transparent; text-decoration: none; font-size: 7pt; }
a.top_link:hover { color: #D5BD77; background-color: transparent; text-decoration: none; font-size: 7pt; }

.footer_body {
	background-image:url(img/footer_bg.jpg);
	background-repeat: no-repeat;
	height: 212px;
}
.footer_links {
	font-size: 8pt;
	color: #99885a;
	text-transform: lowercase;
	text-align: center;
}
.footer_links a {
	color: #99885a;
}
.footer_links a:visited {
	color: #99885a;
}
.footer_links a:hover {
	background-color: #d5bd77;
	color: #FFFFFF;
	text-decoration: none;
}
.footer_vision {
	font-size: 8pt;
	color: #d5bd77;
	margin: 5px;
	text-align: center;
}
.footer_vision a {
	text-decoration: none;
	color: #d5bd77;
}
.footer_vision a:hover {
	background-color:#FFFFFF;
	color: #d5bd77;
}

.margincenter {
	margin: 0px auto 0px auto;
}


/* FORM CONTROLS */

.left_label30 {
	width: 30%;
	text-align:right;
	padding-right: 7px;
	font-weight: bold;
}
.left_label40 {
	width: 40%;
	text-align:right;
	padding-right: 7px;
	font-weight: bold;
}

.right_control30 {
	width: 70%;
	text-align: left;
}
.right_control40 {
	width: 60%;
	text-align: left;
}



/* TEXT STYLES */
h1, h2, h3, h4, h5 {
	letter-spacing: -0.2px;
	cursor: default;
}
h1 {
	color: #312522;
	font: Bold 30px Verdana;
}
h2 {
	color: #312522;
	font: Bold 22px Verdana;
}
h2.orange {
	color: #cc3300;
	font: Bold 20px Arial;
}
h3 {
	color: #cc3300;
	font: Bold 18px Arial;
}
h3.formheader {
	color: #312522;
	background-color: #e8d8a7;
	border-top: 1px dashed #b8a366;
	border-bottom: 1px dashed #b8a366;
	padding: 5px 12px 5px 12px;
	font: Bold 15px Verdana;
}
h4 {
	color: #312522;
	font: Bold 16px Arial;
}
h5 {
	color: #312522;
	font: Bold 14px Arial;
}