html, body {margin: 0; padding: 0; border: 0;}

body {
	color: #333;
	background: #fff url("/image/cache/bodybackground.gif") repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	margin: 8px 0;  /* Use margin: XXpx 0; to add space at the top of the layout */
}
#editor { text-align: left; background: none; }

p  {margin: 6px 0; padding: 0 6px; line-height: 135%; }

h1 { font-size: 1.5em; color: #d37612; margin: 6px 2px; padding: 0;}
h2 { font-size: 1.05em; color: #e39939; margin: 2px 4px; padding: 0; text-transform: uppercase;}
h3 { font-size: 1em; color: #2f3139; margin: 2px 8px; padding: 0;}
h4 { font-size: .95em; color: #313131; margin: 2px 10px; padding: 0;}
h5 { font-size: .90em; color: #000; margin: 2px 12px; padding: 0;}
h6 { font-size: .85em; color: #d37612; margin: 2px 14px; padding: 0;}

ul { margin-left: 1.15em; padding-left: .8em; line-height: 120%; list-style: circle;}

a         {text-decoration: none; color: #d37612; font-weight: bold;}
a:active  {text-decoration: none; color: #333;}
a:hover   {text-decoration: none; color: #EC975F;}
a:visited {text-decoration: none; color: #333;}

.clear { clear: both; }

.top {background: none; height: 80px; text-align: left;}
.top h1 {display: none;}

.header-box {
	float: left; 
	width: 100%;
	height: 100px;
	background-position: 50px 30px;
}
.wrapper {
	margin: 0 auto;
	width: 780px;
	text-align: left;
	border: 0px solid #fff;
	background: none;
}

.outer {
	position: relative; 
	width: 780px;   
}
.menu_main {
	float: left;
	background: none;
	width: 100%;
	height: 27px;
}
.picture-box {  
	border-bottom: 1px solid #6c4b1e; 
	float:left;
	width: 777px;
	background: url(/image/cache/orange-ball.jpg);
	height: 200px;
	margin-top: -12px;
	margin-left: -12px;
	margin-bottom: 12px;
}
.center-wide {
	float: left;
	width: 754px;
	border: 1px solid #6c4b1e; 
	background: #fff;
	padding: 12px;
}
.footer { 
	width: 778px; 
	padding-top: 2px; 
	font-size: 10px; 
	text-align: center; 
	color: #333; 
	background: #dd8e27;
	border-bottom: 1px solid #6c4b1e;
	border-left: 1px solid #6c4b1e;
	border-right: 1px solid #6c4b1e;
	text-align:center;
	margin: 0 auto;
	height: 30px;
}
.footer p { margin: 3px 0px; padding: 0px 6px;} 

.breadcrumb { font-size: .8em; color: #5D729E; padding-left: 2px; width: 98%; float: left; margin-bottom: 1%;}
.breadcrumb a { color: #555555; font-weight: normal;}
.breadcrumb a:hover { color: #AAA; }

.newsbox { 
	display: block; 
	width: 175px; 
	padding: 6px; 
	border: 1px solid #aaa; 
	background: #fff; 
	float: right; 
	color: #000; 
	margin-left: 6px; 
	margin-bottom: 6px;
}
.newsbox h2 {text-align: center; border-bottom: 1px solid #aaa; padding-bottom: 3px; color: #333;}
.newsbox ul { list-style: none; margin: 0 auto; line-height: 110%; padding: 0px; }
.newsbox li { margin-top: 12px; background: none; padding-left: 6px; font-size: 10px; }
.newsbox p a {color: #666; }

/*Gallery Styles*/
div.gallery {
	float: left;
	padding: 2px 2px 2px 2px;
	margin: 1px 1px 1px 1px;
}
div.gallery p {
	font-size: 10px;
	text-align: center;
}
ul.thumbGallery {
	list-style: none;
	list-style-image: none;
	padding: 0;
	margin: 0; 
	text-align: center;
	color: #666;
	margin: 0 auto;
	width: 95%;
}
ul.thumbGallery li {
	position: relative;
	width:115px;
	height: 100px;
	overflow: hidden;
	font-size: 10px;
	list-style-image: none;
	float: left;
	border: 1px solid #ccc;
	padding: 3px;
	margin-bottom: 70px;
	margin-right: 15px;
	white-space: nowrap;
}
ul.thumbGallery li a, li a:visited {
	border-bottom: 0px;
	text-decoration: none;
}
ul.thumbGallery a img {
	border: 1px solid #ccc;
	margin-bottom: 5px;
	position: relative;
	height: 75px;
}
div.photo {
	padding: 4px 4px 4px 4px;
	margin: 6px 2px 6px 2px;
	text-align: center;
}
div.photo p {
	font-size: 10px;
	text-align: center;
}
div.photo img {border: 1px solid #aaa; width: 100%; }

/* Paging & Gallery Link Styles */
#paging_links, #gallery_paging_links{
	width: 100%;
	text-align: center;
	margin: 0px 0px;
	float: left;
	height: 20px;
	padding: 10px 0px;
	text-transform: capitalize;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
#paging_links a:hover, #paging_links a, #paging_links a:visited, #paging_links a:link, #paging_links a:active, .gallery_home_link a, .gallery_next_link a, .gallery_prev_link a {
	color: #000;
	font-weight: normal;
}
.prev_link_inactive a, .next_link_inactive a, .prev_link_inactive a:visited, .next_link_inactive a:visited, .prev_link_inactive a:hover, .next_link_inactive a:hover, .gallery_home_link a:hover, .gallery_next_link a:hover, .gallery_prev_link a:hover {
	color: #999;
}
#paging_links .prev_link, .gallery_home_link a, .gallery_next_link a, .gallery_prev_link a {
	border: 1px solid #555;
	color: #555;
	padding: 2px 4px;
	margin: 0 4px;
	background-color: #ddd;
}
#paging_links .prev_link_inactive, .gallery_next_link_inactive, .gallery_prev_link_inactive{
	border: 1px solid #555;
	color: #999;
	padding: 2px 4px;
	margin: 0 4px;
	background-color: #fff;
}
#paging_links .next_link {
	border: 1px solid #555;
	color: #77787b;
	padding: 2px 4px;
	margin: 0 4px;
	background-color: #ddd;
}
#paging_links .next_link_inactive {
	border: 1px solid #555;
	color: #999;
	padding: 2px 4px;
	margin: 0 4px;
	background-color: #fff;
}
#paging_links .page_link {
	border: 1px solid #555;
	color: #77787b;
	padding: 2px 4px;
	margin: 0 4px;
	background-color: #ddd;
}
#paging_links .currentpage {
background:#aaa none repeat scroll 0 0;
}

/* Calendar */
#calendar {
	text-align: center;
	width: 700px;
	padding: 0px;
	margin: 0px;
    margin-left: 25px;
	border-left: 1px solid #000;
	font: normal 12px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #63231f;
	text-align: center;
	background-color: #fff;
}
#calendar .nav, #calendar .nav a {
	font: bold 18px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #fff;	
	text-align: center;
	text-decoration: none;
}	
#calendar .caption{
	margin: 0;
	padding: 0;
	color: #fff;
	width:700px;
	font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background: url(/image/cache/bodybackground.gif) repeat;
	text-align: center;
	height: 20px;
	border-top: 1px solid #000;
	border-bottom: none;
}
#calendar .caption .nav{color: #fff;}

#calendar .caption a{
	display: inline;
	color: #fff;
}
#calendar th {
	font:  11px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	background: #DD8E27;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
}
#calendar .today, #calendar td.today a, #calendar td.today a:link, #calendar td.today a:visited {
	color: #333;
	font-weight: bold;
	background-color: #EFBE86;
}
#calendar td {
	width: 50px;
	height: 50px;
	text-align: left;
	vertical-align: top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;	
	padding-left: 2px; 
	color: #333;
}
#calendar td ul { list-style: none; margin: 0; padding: 0;}

#calendar td a {
	text-decoration: underline;
	display: block;
	width: 100%;
	font-size: 11px;
    color: #333; 
}
#calendar td a:link, td a:visited {	
	color: #333;
}
#calendar td a:hover, td a:active {
	color: #000;
}
#eventdetails {
	margin: auto;
	padding-top: 20px;
	width: 350px;
}
#eventdetails .title{
	font-size: 15px;
	font-weight: bold;
	padding-left: 38px;
	padding-bottom: 10px;
}
#eventdetails .time{
	font-style:italic;
	margin-left: 45px;
	float: left;
	margin-top: -8px;
}
#eventdetails .outlook{
	float: left;
	position:relative;
	padding-left: 20px;
	margin-top: -15px;
}
#eventdetails .date{
	font-style:italic;
	font-weight: bold;
	padding-left: 45px;
}
#eventdetails .desc{
	margin-top: 0px;
	margin-left: 38px;
}
#eventdetails .label{
	font-style: italic;
	color: #999999;
	font-size: 11px;
	float: left;
	clear: both;
}

/* Calendar List View Styles */
.event-item {
	list-style-type: none;
	width: 600px;
	margin: 0px;
	padding: 15px 0px;
}
.event-item .event-description {
	margin-left: 80px;
	font-size: 11px;
	color: #000000;
}
.event-item .event-date {
	margin-left: 10px;
	font-size: 11px;
	color: #A4AC4F;
}
.event-item .event-description p{
	margin: 0px;
	padding:0px;
}
.event-item .event-description em {
	color: #666666;
	float: left;
	height: 12px;
	padding-right: 10px;
}
.event-item .event-heading span {
	font-size: 13px;
	color: #533632;
	margin: 4px 4px 4px 10px;
	padding: 0px;
	font-weight:bold;
}
.event-item .event-heading {
	font-size: 11px;
	clear: both;
	padding: 2px 0px;
}
.event-item .event-heading{
	color: #A4AC4F;
}
/* END Calendar List View Styles */

/*Navigation Styles*/
#nav { background: url("/image/cache/navbar-orange.gif") no-repeat;}
#nav, #nav ul {
	z-index: 10;
	height: 27px;
	width: 100%;
	float: left;
	list-style: none;
	line-height: 1.25em;
	border: none;
	color: #000;
	padding: 0;
	margin: 1px 0px 0px 0px;
	font-size: 10px;
	font-family: Arial;
	font-weight: bold;
	text-align: left;	
}
#nav a {
	display: block;
	width: 100%;
	color: #000;
	text-align: center;
	white-space: nowrap;
	padding: 7px 4px 6px 4px;
	border: none;
}
#nav li {
	float: right;
	padding-right: 12px;
	width: 98px;
	margin-top: 1px;
	border: none;
}
#nav li ul {
	position: absolute;
	background-color: #454545;
	left: -999em;
	height: auto;
	width: 11em;
	border: none;
	margin: 0;
	padding: 0;
	margin-top: -1px;
}
#nav li li {
	padding-right: 1em;
	width: 10em;
}
#nav li ul a {
	width: 100%;
	white-space: normal;
	text-align: left;
	color: #fff;
}
#nav li ul a:hover {
	width: 100%;
	border: none;
	background: #C07F30;
}
#nav li ul ul {
	margin: -2em 0 0 11em;
	border: none;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.thover ul ul, #nav li.thover ul ul ul {
	left: -999em;
	border: none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.thover ul, #nav li li.thover ul, #nav li li li.thover ul {
	left: auto;
	border: none;
}
#nav li:hover, #nav li.thover {
	background-color: #C07F30;
	color: #000;
	border: none;
}
#nav li li:hover, #nav li li.thover {
	background-color: #C07F30;
	color: #000;
	border: none;
}
/*End Navigation Styles*/

/* Talk Forums */
#forum td { 
	background: #ffffff; 
	border: 0; 
	color: #000000; 
	font-weight: normal; 
	text-align: left; 
	text-decoration: none; 
	vertical-align: top; 
	padding: 6px 0 3px 6px;
}
#forum-border {
	background: #000000; 
	border: 1px solid #000000; 
	margin-top: 9px; 
	margin-bottom: 3px;
}
#forum-currentpage { 
	background: #ffffff; 
	border: 0; color: #333333; 
	font-weight: bold; 
	text-align: left; 
	text-decoration: underline; 
	vertical-align: top; 
}
#forum-header td{ 
	background: #666666; 
	color: #ffffff; 
	font-weight: bold; 
	text-align: left; 
	text-decoration: none; 
	padding: 6px 0 6px 6px;
}
#forum-highlight td{ background: #f6ede4; padding: 6px 0 3px 6px; }
#forum-title { color: #ffffff; font-weight: bold; text-align: left; text-decoration: none; vertical-align: top; }
#forum-title a, #forum a { font-weight: normal; }

/*Latest News Styles*/
.article {margin-top: 6px; margin-bottom: 6px; float: left; border: 1px solid #ddd; padding: 6px; background: #eee;}
.splitleft{float: left; color: #888;}
.splitright{float: right;}

/* Payment - Cart Styles */
#cartbuttons {padding: 6px 0; }
#cartbuttons ul {list-style: none; }
#cartbuttons li { float: left; }

#paymentbuttons {padding: 6px 0; }
.paymenttitle { padding: 18px 0 3px 0; font-weight: bold; }
.additionalamount { display: none; }

#payment_totalamount {}
#paymentinstructions {padding: 6px; }

.errmsg { color: #f00; }

.g-ads { text-align: center; margin: 0 auto; padding: 3px; }