* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 100%;
	font: Times New Roman;
	color: #000;
	background: #FFF;
	
}

a:link {
	text-decoration: underline;
	color: #1D2540;
}
a:visited {
	text-decoration: underline;
	color: #300;
}
a:hover {
	text-decoration: underline;
	color: black;
}
a:active {
	text-decoration: underline;
	color: black;
}

a.faq {
	text-decoration: none;
	color: #300;
}
a.faq-left {
	text-decoration: none;
	color: #CC9;
}

img {
	border: 0;
}
img.bio {
	border: 3px solid #330000;
}

p {
	font-size: 1em;
	margin-bottom: 1em;
	/*margin-top: 0.4em;*/
}

h1 {
	font-size: 1.7em;
	color: #FF7F00;
}
h2 {
	font-size: 1.5em;
	color: #386c7f;
	color: #386ca3;
}
h3 {
	font-size: 1.1em;
	color: #0DE1FF;
	color: #13b5FF;
}
h4 {
	font-size: 1em;
}


#banner {
	width: 944px;
	margin: 0px auto;
	padding: 10px;
}

#centerbox {
	width: 944px;
	margin: 30px auto;
	text-align: center;
	/*padding:15px;*/
	
}

#content {
	width: 524px;
	height: 545px;
	background: url(/images/Main_Background.png);
	border: 5px solid #330000;
	text-align: left;
	padding: 15px;
	float: right;
	
	font-size: 1.2em;
	font-family: Times New Roman;
	color: #CCCC99;
}

#leftpanel {
	width: 370px;
	height: 575px;
	background: white;
	border: 5px solid #CCCC99;
	float: left;
}

#centerboxsub {
	width: 944px;
	margin: 30px auto;
	text-align:center;
	background: #CC9;
	border: 5px solid #330000;
	/*padding:15px;*/
	
}

#contentsub {
	width: 544px;
	height: 545px;
	
	text-align: left;
	padding: 15px;
	float: right;
	
	background: url(/images/FlourishCorner.png) no-repeat right bottom;
	
	font-size: 1.2em;
	font-family: Times New Roman;
	color: #330000;
}

#leftpanelsub {
	width: 370px;
	height: 575px;
	background: #300;
	float: left;
	text-align: right;
}
#leftpanelsubtop {
	width: 340px;
	height: 80px;
	padding: 10px 15px;
	display: table-cell;
	vertical-align: middle;
	
	background: url(/images/Sub_Background_Top.png);
}
#leftpanelsubmid {
	width: 355px;
	padding-right: 15px;
	background-image: url(/images/Sub_Background_Mid.png);
	background-repeat: repeat-y;
	
	font-size: 1.2em;
}
#leftpanelsubbot {
	width: 370px;
	height: 100px;
	background: url(/images/Sub_Background_Bot.png);
}

div.biobox {
	width: 924px;
	position: relative;
	left: -385px
}
div.biobox-photo {
	width: 370px;
	float: left;
	text-align: center;
}
div.biobox-copy {
	width: 524px;
	float: left;
	padding: 15px;
	text-align: left;
}

#flourishsub {
	text-align: center;
	vertical-align: middle;
	height: 39px;
	padding: 16px 1px 31px
}

#flourishcorner {
	float: right;
	text-align: right;
	vertical-align: middle;
	height: 40px;
}

#nav {
	width: 100px;
	float: left;
	background: white;
	font-size: 1.5em;
	margin: 0px 0px;
	text-align:left;
	padding:15px;
	border:1px solid #333;
	background-color:#eee
}

#footer {
	font-size: .8em;
	margin-top: 0.4em;
}


div.nav-tab {
	width: 185px;
	float: left;
	color: #CC9;
	font-size: 1.2em;
	font-family: Times New Roman;
}

#aboutus {
	display: block;
	width: 185px;
	height: 39px;
	background: url("/images/About_button_hover.png") no-repeat 0 0;
}
#aboutus:hover {
	background-position: 0 -39px;
}
#aboutus span {
	display: none;
}

#faq {
	display: block;
	width: 185px;
	height: 39px;
	background: url("/images/FAQ_button_hover.png") no-repeat 0 0;
}
#faq:hover {
	background-position: 0 -39px;
}
#faq span {
	display: none;
}

#bios {
	display: block;
	width: 185px;
	height: 39px;
	background: url("/images/Bios_button_hover.png") no-repeat 0 0;
}
#bios:hover {
	background-position: 0 -39px;
}
#bios span {
	display: none;
}

#resources {
	display: block;
	width: 185px;
	height: 39px;
	background: url("/images/Resources_button_hover.png") no-repeat 0 0;
}
#resources:hover {
	background-position: 0 -39px;
}
#resources span {
	display: none;
}

#directions {
	display: block;
	width: 185px;
	height: 39px;
	background: url("/images/Directions_button_hover.png") no-repeat 0 0;
}
#directions:hover {
	background-position: 0 -39px;
}
#directions span {
	display: none;
}




