
body, html {
	width:100%;
	height:100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: #5c5c59;
	font-family:Verdana, Arial, sans-serif;
}

/*
h1 {
	font-size: 11px;
	color:#336633;
}

h2 {

}

h3 {

}
*/

.entrybox {
	width:100%;
}
.fullbody_table {
	position:relative;
	width:100%;
	height:100%;
	margin-right:-15px;
	margin-bottom:-15px;
}

.comingsoon_table {
	width:80%;
	height:500px;
	background:#fae6c7;
}


/* left column navigation box */
#leftnav {
	line-height: 13px;
	color: #336633;
	background:url(/images/side_tile_full.jpg) repeat;
	width: 146px;
}

#leftnav a {
	color:#ffffff;
	text-decoration:none;
}

#leftnav a:hover {
	color:#ffffff;
	text-decoration:underline;
}

#leftnav a:active {
/*	color:#A75D10;*/
	color:#ffffff;
}

#leftnav a:visited {
	color:#efefef;
}


/*    */
.navbar_text {
	color:#ffffff;
	font-size:70%;
	font-weight:bold;
}

.navbar_text a {
	color:#ffffff;
	text-decoration:none;
}

.navbar_text a:hover {
	text-decoration:underline;
}

.navbar_text a:visited {
	/*text-decoration:underline;*/
}

.navbar_text a:active {
	color:#ffffff;
}

.leftcol_subhead {
	color:#ffffff;
	font-size:85%;
}

.form_section_box {
	border:solid 1px #773700;
	margin-top:10px;
}

.form_title {
	color:#ffffff;
	font-weight:bold;
	padding-left:8px;
}

.form_title a {
	color:#ffffff;
	text-decoration:none;
}

.form_title a:hover {
	color:#ffffff;
	text-decoration:underline;
}

.form_title_host {
	color:#ffffff;
	font-weight:bold;
	padding-left:8px;
}

.form_subtitle {
	color:#000000;
	font-size:95%;
	font-weight:bold;
}

.form_textbox_title {
	color:#773700;
	font-size:75%;
}

.form_textbox_longtext {
	color:#773700;
	font-size:65%;
}

.brown_text {
	color:#773700;
}

.text_form {
	width:100%;
}

table.form_subheader {
	margin-top:8px;
}

.bottom_bumper {
	width:100%;
	height:10px;
}

.bottomborderbrown {
	border-bottom:solid 1px #773700;
}

.topborderbrown {
	border-top:solid 1px #773700;
}

.font85 {
	font-size:85%;
}

.warning_red {
	color:#cc0000;
}

td.warning_red {
	border:2px solid #cc0000;
}

/************** Content *****************/

.body_content {
	/*background-color: #fae6c7;*/
	width: 95%;
	font-size: 11px;
	line-height: 13pt;
	margin:0 auto 0 auto;
	/*padding-left: 25px;
	color:#fae6c7;
	padding-right: 25px;*/
}



.body_content a {
	color:#1E57A5;
	font-weight: bold;
	text-decoration:none;
}

.body_content a:hover {
	color:#64A4E8;
	text-decoration:underline;
	font-weight: bold;	
}

.body_content a:active {
	color:#A75D10;
	font-weight: bold;
}

.body_content a:visited {
	color:#4F7AB6;
	font-weight: bold;
}


h1 {
	color:#000000;
	font-size:20px;
	line-height:20px;
	font-weight: bold;
}

.body_content h1 {
	font-style:italic;
	font-size:20px;
	width:90%;
	/*margin:25px auto 8px auto;*/
	color:#5c5c59;
	font-weight:normal;
}

.body_content h2 {
	color:#000000;
	font-size:15px;
	line-height:18px;
	font-weight: bold;
	margin:0;
}

.body_content h3 {
	color:#773700;
	font-size:13px;
	line-height:13px;
	font-weight: bold;
	margin:3px 0 0px 0;
}

.body_content h4 {
	color:#000000;
	font-size:12px;
	line-height:20px;
	font-weight: bold;
	margin:10px 0 -10px 0;
}

.body_content img {
	border:0;
	float:right;
	margin:0 0 6px 6px;
}

.quote_content p {
	color:#773700;
	font-style:italic;
	font-size:11px;
	line-height:14px;
	margin:3px 0 3px 0;
}

.box_title p {
	margin:0px 0 0 -6px;
}

.box_text {
	font-size:11px;
}

.box_text p {
	margin:0;
}

.box_image p {
	margin:0;
}
.intro_content {
	color:#773700;
	width: 95%;
	font-size: 11px;
	line-height: 13pt;
	margin:0 auto 0 auto;
	/*padding-left: 25px;
	color:#fae6c7;
	padding-right: 25px;*/
}
.intro_content p {
	color:#773700;
}

/*.body_content p {
	color:#3E3E3B;
	padding-left: 25px;
	padding-right: 25px;
}*/

.content {
	background-color: #fae6c7;
	width: 95%;
	font-size: 11px;
	line-height: 13pt;
	margin:0 auto 0 auto;
	/*padding-left: 25px;
	color:#fae6c7;
	padding-right: 25px;*/
}

.content a {
	font-size: 11px;
	color:#1E57A5;
	line-height: 13pt;
	font-weight: bold;
}

.content a:hover {
	color:#64A4E8;
}

.content a:active {
	color:#A75D10;
}

.content a:visited {
	color:#4F7AB6;
}

/* blog title styles */
.entry_title a {
	color:#000000;
	font-size:95%;
	font-weight: bold;
	text-decoration:none;
}

.entry_title a:hover {
	color:#333333;
	text-decoration:underline;
}

.entry_title a:active {
	color:#333333;
}

.entry_title a:visited {
	color:#000000;
	text-decoration:underline;
}


.body_link a {
	color:#1E57A5;
	font-weight: bold;
	text-decoration:none;
}

.body_link a:hover {
	color:#64A4E8;
	text-decoration:underline;
}

.body_link a:active {
	color:#1E57A5;
}

.body_link a:visited {
	color:#4F7AB6;
}

.comment_title a {
	font-size: 12px;
	color:#ffffff;
	font-weight: bold;
	text-decoration:none;
}

.comment_title a:hover {
	color:#64A4E8;
	text-decoration:underline;
}

.comment_title a:active {
	color:#A75D10;
	text-decoration:none;
}

.comment_title a:visited {
	color:#ffffff;
	text-decoration:underline;
}


.photo {
	margin-left: 10px;
	margin-right: 20px;
	padding: 10px;
}

.hostphoto {
	margin-top: 15px;
}

.divider {
	margin-left: 20px;
}

.testimonials {
	font-family: Verdana, Arial;
	color:#A75D10;
	font-size: 11px;
	line-height: 13pt;
	font-weight: bold;
}


.pagetitle {
	font-family: Verdana, Arial;
	text-transform: uppercase;
	color:#3E3E3B;
	font-size: 11px;
	line-height: 13pt;
	font-weight: bold;
	/*margin-top: 30px;*/
}	

.subtitle {
	font-family: Verdana, Arial;
	color:#A75D10;
	font-size: 11px;
	line-height: 13pt;
	font-weight: bold;
	margin-top: 30px;
}

.subtitlebrown {
	font-family: Verdana, Arial;
	color:#A75D10;
	font-size: 11px;
	line-height: 13pt;
	font-weight: bold;
}	

.NavHead a {
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	color:#e8a66b;
	line-height: 13pt;
	font-weight: bold;
}

.NavHead a:hover {
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	line-height: 13pt;
	color:#64A4E8;
	font-weight: bold;	
}

.NavHead a:active {
	font-family: Verdana, Arial, sans-serif;
	color:#e8a66b;
	font-size: 9px;
	line-height: 13pt;
	font-weight: bold;
}

.NavHead a:visited {
	font-family: Verdana, Arial, sans-serif;
	color:#4F7AB6;
	font-size: 9px;
	line-height: 13pt;
	font-weight: bold;
}




/************** Right Nav *****************/




#rightnav {/*
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #336633;
	height: 100%;
	background:url(../images/side_tile_full.jpg) repeat;
	background-color: #ff9966;*/
	width: 146px;
}

.rightquote {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 13pt;
	font-weight:bold;
	color: #A75D10;
	line-height: 20px;
	margin-top: 180px;
	margin-left: 20px;
	margin-right: 14px;
}




/************** Other Nav *****************/




.bannerquote {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #fff8e1;
	white-space:nowrap;
}




/************** Other styles *****************/




.copyright {
	margin-top: 10px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	color: #999966;
	white-space:nowrap;
}

.copyright a {
	color: #999966;
	white-space:nowrap;
}

.copyright a:hover {
	color: #ffffff;
	white-space:nowrap;
}


.brown {
	font-family: Verdana, Arial;
	color:#996600;
	font-size: 11px;
	line-height: 13pt;
	font-weight: bold;
}


.leftcol_subhead {
	color:#ffffff;
	}

.leftcol_subhead a {
	color:#ffffff;
	text-decoration:none;
	}
	
.leftcol_subhead a:hover {
	text-decoration:underline;
	}

.leftcol_subhead a:active {
	}

.leftcol_subhead a:visited {
	/*text-decoration:underline;*/
	}

.leftnavselect {
	color:#E2EFA4;
	font-weight: bold;
	}


/*
Old Content nav colors:
#content a {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color:#336600;
	line-height: 13pt;
	font-weight: bold;
}

#content a:hover {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 13pt;
	color:#D2ECA0;
	font-weight: bold;	
}

#content a:active {
	font-family: Verdana, Arial, sans-serif;
	color:#663333;
	font-size: 11px;
	line-height: 13pt;
	font-weight: bold;
}

#content a:visited {
	font-family: Verdana, Arial, sans-serif;
	color:#476C1E;
	font-size: 11px;
	line-height: 13pt;
	font-weight: bold;
}

*/


