body {
	background-image: url('/images/new/background_image.jpg');
	background-repeat: repeat-x;
	background-color: #fff;
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial;
}

#wrapper {
	width: 794px;
	margin: auto;
	margin-top: 0;
	background-image: url('/images/new/footer_text_bg.jpg');
	background-repeat: repeat-y;
}

#header {
	height: 172px;
	/*position: relative;*/
}

#header-logo img {
	border: 0;
}

#header h2 {
	margin: 0;
	padding: 0;
}

#header-logo {
	/*position: absolute;
	top: 0px;
	left: 0px;
	*/
	height: 101px;
}

#header-links {
	background-image: url('/images/new/links_bg.jpg');
	background-repeat: repeat-x;
	border-top: 1px solid #7E9441;
	border-bottom: 1px solid #6C7E3b;
	padding: 10px;
	text-align: center;
	color: white;
}
/*

#header-links[id] {
	width: 100%;
	display: table;
	position: static;
}
	*/

#header-links a {
	/*padding-bottom: 35px;
	margin: 25px;
	text-decoration: none;
	font-size: 18pt;
	color: #dfeecb;
	*/
	text-decoration: none;
	font-size: 16pt;
	color: #dfeecb;
	margin-left: 10px;
	margin-right: 10px;
}

#header-links a.link-selected {
	color: white;
}

/*
#header-links-child {
	vertical-align: middle;
	text-align: left;
	position: static;
	display: table-cell;
	width: 100%;
	height: 69px;
}

#header-links-child a {
	vertical-align: middle;
}
*/

#spotlight {
	height: 277px;
	background-color: #33ff00;
}
#info {
	padding-left: 5px;
	padding-right: 5px;
	color: #4d3d19;
	font-family: Helvetica, Arial;
}
#info h2 {
}
#bottom {
	/*position: relative;*/
}

#bottom-left, #bottom-right {
	width: 365px;
	/*top: 0px;*/
	padding: 0px 5px 0px 5px;
	color: #4d3d19;
}

#bottom-left {
	float: left;
	margin-left: 10px;
}

#bottom-right {
	float: right;
	margin-right: 10px;
}

#bottom h2 {
	color: #71501d;
	margin: 0px;
	margin-top: 3px;
	margin-bottom: 12px;
}

#footer {
	/*background-color: #ccc;*/
	height: 53px;
	border-top: 1px solid #7e9441;
	background-image: url('/images/new/footer_bg.jpg');
	background-repeat: repeat-x;
	color: #1b3418;
	text-align: center;
	clear: both;
}
#footer-links {
	margin-top: 10px;
	text-align: center;
	clear: both;
}
#footer-links a {
	/*padding-bottom: 35px;
	margin: 25px;
	text-decoration: none;
	font-size: 18pt;
	color: #dfeecb;
	*/
	text-decoration: none;
	font-size: 12pt;
	color: #dfeecb;
}

#footer-corners {
	background-image: url('/images/new/footer_bottomcorners.png');
	repeat: none;
	width: 794px;
	height: 22px;
	margin: auto;
	margin-top: 0;
	margin-bottom: 10px;
}

/* Tab navigation */

/*.ui-tabs-vertical { width: 55em; }*/
.ui-tabs-vertical .ui-tabs-nav { 
	padding: .2em .1em .2em .2em; 
	float: left; 
	width: 11em;
	font-family: Helvetica, Arial;
}
.ui-tabs-vertical .ui-tabs-nav li { 
	clear: left; 
	width: 100%; 
	border-bottom-width: 1px !important; 
	border-right-width: 0 !important; 
	margin: 0 -1px .2em 0;
}
.ui-tabs-vertical .ui-tabs-nav li a { 
	display:block; 
}
.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-selected { 
	padding-bottom: 0; 
	padding-right: .1em; 
	border-right-width: 1px; 
	border-right-width: 1px; 
}
.ui-tabs-vertical .ui-tabs-panel { 
	padding: 1em; 
	float: left; 
	/*width: 40em;*/
}

.ui-tabs li a {
	font-size: 80%;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
	color: #1c4716;
}

.ui-widget-content {
	background: none;
}
.ui-state-active, .ui-widget-content .ui-state-active {
	border: 0;
	background: none;
	padding: 0px;
	margin: 0px;
}
.ui-state-default, .ui-widget-content .ui-state-default {
	background: none;
	padding: 0px;
	margin: 0px;
}
.ui-widget-header {
	background: none;
	padding: 0px;
	margin: 0px;
}

.ui-widget-content {
	border: 0;
}

.ui-state-hover {
	color: black;
}

#tabs div {
	float: left;
	width: 60%;
	font-family: Helvetica, Arial;
	color: #4d3d19;
}

#tabs img {
	border: 2px solid black;
}

