

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 100%;
	font: Times New Roman;
	color: #CCCC99;
	background: url(/images/pinstripe.png);
	
}

a:link {
	text-decoration: underline;
	color: #300;
}
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;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.1em;
}
h4 {
	font-size: 1em;
}


#banner {
	background: url(/images/Header.png) no-repeat center center !important;
	
	background: url(/images/Header.gif) no-repeat center center;
	
	width: 944px;
	height: 186px;
	margin: 0px auto;
	padding: 10px;
	
	
}

#centerbox {
	width: 944px;
	margin: 35px 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 !important;
	background: url(/images/index.jpg) no-repeat center center;
	border: 5px solid #CCCC99;
	float: left;
}

#centerboxsub {
	width: 944px;
	margin: 30px auto;
	text-align:center;
	background: #CC9;
	border: 5px solid #330000;
	
	/* for ie6 */
	overflow: visible !important;
	overflow: hidden;
	
}

#contentsub {
	width: 544px;
	height: 545px;
	
	text-align: left;
	padding: 15px;
	float: right;
	
	background: url(/images/FlourishCorner.png) no-repeat right bottom !important;
	background: url(/images/FlourishCorner.gif) no-repeat right bottom;
	
	font-size: 1.2em;
	font-family: Times New Roman;
	color: #330000;
	
	/* for ie6 */
	position: relative;
	top: 0px !important;
	left: 0px !important;
	top: -8700px;
	left: 370px;
	

}

#leftpanelsub {
	width: 370px;
	height: 575px;
	background: #300;
	float: left;
	text-align: right;
}
#leftpanelsubtop {
	height:100px;
	width:370px;
	padding: 0px 0px;
	
	/*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.subheader {
	padding:30px 15px;
}

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;
}

#flourishmain {
	height: 59px;
	
	background: url(/images/FlourishMain.png) no-repeat center center !important;
	background: url(/images/FlourishMain.gif) no-repeat center center;
}

#flourishsub {
	height: 80px;
	/*padding: 16px 1px 31px*/
	
	background: url(/images/FlourishSub.png) no-repeat center center !important;
	
	background: url(/images/FlourishSub.gif) no-repeat center center;
}

#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 !important;
	
	background: url("/images/About_button_hover.gif") no-repeat 0 0;
}
#aboutus:hover {
	background-position: 0 -39px !important;
}
#aboutusOn {
	display: block;
	width: 185px;
	height: 39px;
	
	background: url("/images/About_button_on.png") no-repeat 0 0 !important;
	background: url("/images/About_button_on.gif") no-repeat 0 0;
}
#aboutus span {
	display: none;
}

#faq {
	display: block;
	width: 185px;
	height: 39px;
	background: url("/images/FAQ_button_hover.png") no-repeat 0 0 !important;
	
	background: url("/images/FAQ_button_hover.gif") no-repeat 0 0;
}
#faq:hover {
	background-position: 0 -39px !important;
}
#faqOn {
	display: block;
	width: 185px;
	height: 39px;
	
	background: url("/images/FAQ_button_on.png") no-repeat 0 0 !important;
	background: url("/images/FAQ_button_on.gif") no-repeat 0 0;
}
#faq span {
	display: none;
}

#bios {
	display: block;
	width: 185px;
	height: 39px;
	background: url("/images/Bios_button_hover.png") no-repeat 0 0 !important;
	
	background: url("/images/Bios_button_hover.gif") no-repeat 0 0;
}
#bios:hover {
	background-position: 0 -39px !important;
}
#biosOn {
	display: block;
	width: 185px;
	height: 39px;
	
	background: url("/images/Bios_button_on.png") no-repeat 0 0 !important;
	background: url("/images/Bios_button_on.gif") no-repeat 0 0;
}
#bios span {
	display: none;
}

#sites {
	display: block;
	width: 185px;
	height: 39px;
	background: url("/images/Sites_button_hover.png") no-repeat 0 0 !important;
	
	background: url("/images/Sites_button_hover.gif") no-repeat 0 0;
}
#sites:hover {
	background-position: 0 -39px !important;
}
#sitesOn {
	display: block;
	width: 185px;
	height: 39px;
	
	background: url("/images/Sites_button_on.png") no-repeat 0 0 !important;
	background: url("/images/Sites_button_on.gif") no-repeat 0 0;
}
#sites span {
	display: none;
}

#directions {
	display: block;
	width: 185px;
	height: 39px;
	background: url("/images/Directions_button_hover.png") no-repeat 0 0 !important;
	
	background: url("/images/Directions_button_hover.gif") no-repeat 0 0;
}
#directions:hover {
	background-position: 0 -39px !important;
}
#directionsOn {
	display: block;
	width: 185px;
	height: 39px;
	
	background: url("/images/Directions_button_on.png") no-repeat 0 0 !important;
	background: url("/images/Directions_button_on.gif") no-repeat 0 0;
}
#directions span {
	display: none;
}




