body {

	margin: 0;
	padding: 0;
	font-family: Cambria,Tahoma, Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #000;

}

.alt {

	display: none;

}

#page {

	display: block;
	text-align: center;
	background: url("images/flowerybg.jpg");

}

#layout {

	text-align: left;
	margin-left: auto;
	margin-right: auto;

}

#theLogo {

	position: absolute;
	z-index: 10;
	*left: 0;

}

#topNav {

	height: 58px;
	background: url("images/greenbar.png") top left repeat-x;

}

#topNav .container {

	padding-left: 200px;
	height: 58px;
	background: url("images/navbar_bg.png") top center repeat-x;

}

#topNav ul {

	list-style: none;
	margin: 0;
	padding: 0;

}

#topNav ul li {

	display: inline;
	width: 110px;
	height: 58px;
	float: left;
	background: url("images/navdivider.png") top right repeat-y;

}

#topNav ul li a {

	display: block;
	text-align: center;
	width: 110px;
	height: 48px;
	padding-top: 10px;
	font-size: 16px;
	color: #ffd200;
	font-weight: bold;
	text-decoration: none;
	background: url("images/navbg_hover.png") 0px 0px no-repeat;

}

#topNav ul li a span {

	font-size: 13px;
	display: block;
	text-align: center;

}

#topNav ul li #homeLinkDivider {

	display: block;
	width: 2px;
	height: 58px;
	float: left;
	background: url("images/navdivider.png") top center repeat-y;

}

#topNav ul li#homeLink a {

	*position: absolute;
	*z-index: 100;

}

#topIMG {

	height: 256px;
	background: url("images/topimg.jpg") top left no-repeat;

}

#topIMG #topBlackBar {

	position: absolute;
	z-index: 5;
	width: 100%;
	height: 72px;
	background: url("images/headershadow.png") top left repeat-x;	

}

#topIMG #bottomBlackBar {

	position: absolute;
	z-index: 5;
	width: 100%;
	height: 3px;
	background: url("images/darkbar.png") top left repeat-x;
	margin-top: 253px;

}

#pageHeadline {

	height: 58px;
	background: url("images/greenbar.png") top left repeat-x;

}

#pageHeadline h3 {

	height: 58px;
	color: #fff;
	margin: 0;
	font-size: 28px;
	padding: 10px 10px 0 18%;
	background: url("images/headershadow.png") top left repeat-x;

}

#contentTableWrap {

	background: url("images/headershadow.png") top left repeat-x;

}

#contentTable {

	width: 100%;

}

#contentTable #leftSide {

	background: url("images/shadow_left.png") top right repeat-y;

}

#content {

	width: 900px;
	background: #fff url("images/contentbg.png") top center repeat-y;

}

#content .container {

	width: 780px;
	margin-left: auto;
	margin-right: auto;
	background: url("images/headershadow.png") top left repeat-x;
	text-align: left;

}

#content .container #contentText {

	padding: 15px;
	position: relative;
	top: -15px;

}

#contentTable #rightSide {

	background: url("images/shadow_right.png") top left repeat-y;

}

#content a.image img {

	border: none;
	margin: 10px;

}

#content a.image {

	margin-right: -50px;

}

#content .right {

	float: right;

}

.blurbBox {

	width: 208px;
	float: right;
	clear: right;
	background: url("images/bubble_middle.png") top left repeat-y;
	margin: 37px -45px 40px 10px;

}

.bbTop {

	width: 208px;
	height: 99px;
	background: url("images/bubble_top.png") top left no-repeat;
	position: absolute;
	margin-top: -22px;

}

.bbContainer {

	padding: 0 20px;
	position: relative;
	top: -18px;
	z-index: 5;
	margin-bottom: -28px;

}

.bbContainer h3 {

	margin: 0;
	padding-bottom: 10px;
	color: #fff;
	text-align: center;

}

.bbBottom {

	width: 208px;
	height: 83px;
	background: url("images/bubble_bottom.png") bottom left no-repeat;
	position: absolute;
	margin-top: -60px;

}

.greenButton {

	width: 230px;
	height: 117px;
	background: url("images/greenbutton.png");
	float: left;
	margin: 0 10px;

}

.greenButton h3 {

	margin: 0;
	padding: 0;
	color: #ffd200;
	font-size: 24px;

}

.greenButton .buttonContainer {

	padding: 10px;
	color: #fff;
	font-size: 13px;

}

.greenButton .buttonContainer a {

	color: #fff;
	font-weight: bold;

}

.greenButton p {

	margin: 0;
	padding: 5px 0;

}

#bottomNav {

	color: #54321c;
	font-weight: bold;
	padding: 0 0 5px 15px;
	clear: both;
	
}

#bottomNav a {

	color: #54321c;

}

#copyright {

	background: #e5e5e5;
	border-top: 2px solid #d5d5d5;
	padding: 5px;
	text-align: center;
	font-size: 10px;

}

#copyright a {

	color: #54321c;
	text-decoration: none;
	font-weight: bold;

}

#copyright a:hover {

	text-decoration: underline;

}