@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #8d4200 url(/images/bg-top.png) top left repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #555;
	text-align: center;
}
a:link, a:visited, a:active {
	color: #914601;
	text-decoration: none;
}
a:hover {
	color: #F99D0D;
}
hr {
	border-top: 1px solid #f99d0d;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}
img {
	border: 0px;
}
img a {
	border: 0px;
}
h1 {
	color: #8d4200;
	font-size: 30px;
	font-weight: normal;
	margin: 0;
	padding-bottom: 10px;
	line-height: 38px;
}

h2 {
	color: #eb8f00;
	font-size: 20px;
	font-weight: normal;
	margin: 0;
	line-height: 24px;
}

h3 {
	color: #8d4200;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	line-height: 18px;
}

h4 {
	color: #8d4200;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	line-height: 12px;
}

ul {
	padding-left: 15px;
}
ul li {
	line-height: 18px;
	list-style-type: square;
	margin-bottom: 10px;
}
ol {
}
ol li {
	line-height: 18px;
	margin-bottom: 10px;
}
blockquote {
	line-height: 18px;
}
table {
	margin: 0;
}
td {
	vertical-align: text-top;
	line-height: 18px;
}
/*  CUSTOM STYLES	*/
#wrapper {
	width: 1002px;
	background: url(../images/header-bg.jpg) top center no-repeat;
	margin: 0 auto;
}
#wrapper-inner {
	width: 913px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	padding-top: 252px;
}
#header {
	position: relative;
}

#toplinks	{
	position: absolute;
	top: -50px;
	right: 0px;
/*	top: 190px;
	left: 670px;*/
	font-size: 14px;
	font-weight: bold;
	color: #E7D6B8;
	}
#toplinks ul	{
	margin: 0;
	padding: 0;
	}
#toplinks ul li	{
	margin: 0;
	padding: 0 15px;
	display: inline;
	border-right: 1px solid #fff;
	}

#toplinks ul li.last	{
	border-right: 0;
	}

#toplinks a:link, #toplinks a:visited, #toplinks a:active	{
	color: #fff;
	}
#toplinks a:hover 	{
	color: #f99d0d;
	}

#topnav	{
	height: 77px;
	background: url(/images/topnav-bg.png) top center no-repeat;
	}

#nav-wrap	{
/*	width: 913px;*/
	clear: both;
/*	padding: 0px 7px;*/
	padding-left: 7px;
	}

#content {
	}

#content-wrap	{
	clear: both;
	padding: 0px 7px;
	background: url(/images/content-wrap-bg.png) top left repeat-y;
	}
	
#titleimg	{
	height: 230px;
	background: url(/images/titleimg-bg.png) top left repeat-x;
	}

#content-main	{
	padding: 35px 25px 13px 25px;
	overflow: auto;
	height: 100%;
	}

#content-main a:link, #content-main a:visited, #content-main a:active {
	color: #914601;	
	}

#content-main a:hover	{
	color: #F99D0D;
	}

#content-footer	{
	clear: both;
	height: 28px;
	background: url(/images/content-footer.png) top left no-repeat;
	}
	
#c0 {
	float: left;
	width: 850px;
	background-color: #fff;
}

#c1 {
	float: left;
	width: 450px;
	margin-right: 25px;
	background-color: #fff;
}

#c2 {
	float: left;
	width: 370px;
	background-color: #fff;
}

.sbimg	{
	float: right;
	margin: 10px 0px 10px 15px;
	border: 1px solid #8D4200;
	}
		
.sidebar1 {
	width: 370px;
	font-size: 11px;
	margin-bottom: 25px;
}

.sidebar1 h4	{
	padding: 10px 0px 0px 0px;
	font-weight: bold;
	font-size: 12px;
	color: #914601;
	}

.sidebar1-tab	{
	height: 27px;
	}
.sidebar1-body	{
	background: #fff9f3 url(/images/sidebar1-top-bg.png) top center no-repeat; 
	padding: 5px 30px;
	overflow: auto;
	}

.sidebar1-foot {
	height: 15px;
	background: url(/images/sidebar1-foot-bg.png) top center no-repeat;
}

.sidebar2 {
	width: 370px;
	font-size: 11px;
}

.sidebar2 h4	{
	padding: 10px 0px 0px 0px;
	font-weight: bold;
	font-size: 12px;
	color: #914601;
	}

.sidebar2-tab	{
	height: 27px;
	}
.sidebar2-body	{
	background: #fff3e1 url(/images/sidebar2-top-bg.png) top center no-repeat; 
	padding: 5px 30px;
	overflow: auto;
	}

.sidebar2-foot {
	height: 15px;
	background: url(/images/sidebar2-foot-bg.png) top center no-repeat;
}

.sidebar-img	{
	text-align: center;
	}

.sidebar1 h2, .sidebar2 h2	{
	margin-top: 15px;
	}

.sidebar1 h3, .sidebar2 h3	{
	margin-top: 15px;
	font-size: 14px;
	}

.sidebar1-body img 	{
	border: 1px solid #914601;
	}

.sidebar2-body img	{
	border: 1px solid #FA9E0D;
	}

#footer {
	clear: both;
	font-size: 11px;
	color: #fff;
	padding: 10px 32px 20px 32px;
}


#footer a:link, a:visited, a:active	{
	color: #fff;
	}

#footer a:hover	{
	color: #FA9E0D;
	}
	
#footer ul	{
	margin: 0;
	padding: 0;
	}

#footer ul li	{
	display: inline;
	margin: 0;
	padding: 0 10px 0 10px;
	border-right: 1px solid #fff;
	}

#footer ul li.first	{
	padding-left: 0;
	}

#footer ul li.last 	{
	border-right: 0;
	}

.lefty	{
	float: left;
	}
.righty	{
	float: right;
	}	
	
.image	{
	float: right;
	margin: 10px 0px 10px 15px;
	border: 1px solid #8D4200;
	}

.image2	{
	float: left;
	margin: 10px 15px 10px 0px;
	border: 1px solid #8D4200;
	}
	
.instruct	{
	float: left;
	width: 60px;
	margin: 10px 17px 5px 0px;
	line-height: 14px;
	}
	
.instruct a	{
	color: #F99D0D;
	font-weight: bold;
	}

.instruct a:hover	{
	color: #914601;
	}

.clr	{
	clear: both;
	}

.gc	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-transform: uppercase;
	}

#tableschedule	{
	width: 100%;
	border: 2px solid #F99D0D;
	padding: 2px;
	}

.even	{
	background-color: #fff3e1;
	}

.odd	{
	background-color: #FFF9F3;	
	}
	
.slideshow {
	width: 899px;
	height: 230px;
	margin-bottom: 5px;
}

/* Added 20110321  */
h3 a	{
	color: #F99D0D !important;
}

h3 a:hover	{
	color: #914601 !important;
	text-decoration: underline;
}
