/* BASE CSS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0px;
	padding: 0px;
}

html {
	background-color: #000000;
}

body {
	background-image: url('../images/background.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #2B2B2B;
}

body.editor {
	background-image: none;
	background-color: #DCDCDC;
}

table td {
	vertical-align: top;
}

.datatable td {
	padding: 0px 3px 3px 0px;
}

.datatable .radio {
	margin-left: 20px;
}

p {
	margin-bottom: 10px;
}

ul {
	padding-left: 15px;
}

#content ul, #content ol {
	padding-left: 15px;
	margin-bottom: 10px;
}

h1 {
	font-size: 15px;
	font-weight: bold;
	line-height: 15px;
	text-transform: uppercase;
	color: #BA5624;
	margin-bottom: 5px;
}

img { 
	border: none;
}

a {
	text-decoration: none;
	outline: none;
	color: #BA5624;
}

a:hover {
	color: #000000;
}

blockquote {
    margin: 10px 0px 10px 15px;
}

.cl {
	clear: left;
}

.cr {
	clear: right;
}

.cb {
	clear: both;
}

.title {
	font-size: 14px;
	line-height: 22px;
}

.info {
	font-size: 10px;
	line-height: 18px;
}

/* FORM CSS */                      

fieldset {
	border: 0px;
}
 
legend {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}
 
fieldset td {
	padding: 2px 4px;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding: 1px;
}
 
.button {
	border: 0px;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	padding: 2px 4px;
}

.alert, .red {
	color: #FF0000;
}

/* LAYOUT CSS */

#container {
	width: 935px;
	margin: 0px auto;
	position: relative;
}

#container_inner {
	padding-top: 105px;
}

#logo {
	position: absolute;
	top: 10px;
	left: 0px;
	z-index: 0;
}

#content_box {
	clear: right;
	background-image: url('../images/content_bg.png');
	background-repeat: repeat-y;
	margin: 0px 0px 0px 3px;
}

#content_box_top {
	background-image: url('../images/content_top.gif');
	background-repeat: no-repeat;
	background-position: top left;
	padding: 15px 7px 0px 7px;
	min-height: 450px;
}

#content {
	width: 700px;
	float: right;
	margin: 0px 14px 0px 0px;
	display: inline;
}

#content.fullwidth {
	width: 889px;
	float: none;
	padding: 0px 15px;
}

#left_content {
	width: 189px;
}

#banners img {
	margin-bottom: 10px;
}

#banners.home {
	float: right;
}

#copyright {
	margin: 0px 0px 0px 3px;
	padding: 15px 12px 0px 0px;
	background-image: url('../images/content_bottom.png');
	background-repeat: no-repeat;
	color: #9B9B9B;
	font-size: 11px;
	text-align: right;
}

#photo_credit {
	float: left;
	width: 300px;
	text-align: left;
	margin-left: 10px;
	display: inline;
}

#home_photo {
	width: 459px;
	height: 275px;
	background-repeat: no-repeat;
	float: left;
	margin: 0px 15px 0px 0px;
	display: inline;
}

#home_content {
	padding-right: 15px;
	height: 105px;
	overflow: auto;
}

#news {
	background-color: #BEBEBE;
	width: 270px;
	float: left;
	margin: 0px 15px 0px 0px;
	display: inline;
	color: #545454;
	line-height: 16px;
	display: inline;
}

#news h3 {
	font-size: 13px;
	line-height: 13px;
	font-weight: normal;
	text-transform: uppercase;
	float: left;
	margin: 8px 10px 8px 10px;
	display: inline;
}

#news span {
	display: block;
	float: right;
	width: 100px;
	margin: 7px 10px 0px 0px;
	text-align: right;
	display: inline;
}

#news span a {
	color: #545454;
}

#news_inner {
	background-color: #CECECE;
	height: 139px;
	overflow: auto;
	clear: both;
	padding: 5px 5px 0px 10px;
}

#news b {
	color: #BA5624;
	font-weight: normal;
}

#news a {
	white-space: nowrap;
}

#home_features {
	clear: both;
	margin: 4px 0px 0px 4px;
}

.home_feature {
	width: 288px;
	height: 407px;
	background-image: url('../images/home_feature_bg.png');
	background-repeat: no-repeat;
	float: left;
	margin-left: 10px;
	display: inline;
	position: relative;
	padding: 1px;
	display: inline;
}

.home_feature_content {
	padding: 5px 10px;
	overflow: auto;
	height: 260px;
}

.home_feature span a {
	text-align: right;
	font-weight: bold;
	position: absolute;
	top: 380px;
	width: 268px;
}

/* NAVIGATION CSS */

#nav {
	padding: 0px;
	margin: 0px 6px 0px 0px;
	height: 30px;
	float: right;
	background-image: url('../images/nav_bg.png');
	background-repeat: repeat-x;
	z-index: 100;
	position: relative;
	display: inline;
}

#nav li {
	list-style: none;
	float: left;
	border-left: 1px solid #393736;
}

#nav li a {
	display: block;
	height: 20px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: .05em;
	padding: 5px 8px;
}

#nav li a:hover {
	color: #BA5624;
}

#nav li.active a {
	color: #BA5624;
	background-image: url('../images/nav_active.gif');
	background-position: bottom center;
	background-repeat: no-repeat;
}

#subnav {
	width: 175px;
	background-image: url('../images/subnav_top.png');
	background-repeat: no-repeat;
	margin: 0px 0px 20px 15px;
}

#subnav ul {
	background-image: url('../images/subnav_bottom.png');
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 175px;
	padding: 0px;
}

#subnav li {
	list-style: none;
	padding: 0px 1px;
}

#subnav li a {
	display: block;
	line-height: 14px;
	color: #363636;
	padding: 5px 9px;
}

#subnav li a:hover {
	color: #BA5929;
}

#subnav li.active a {
	background-color: #FFFFFF;
	color: #BA5929;
}

/* GALLERY STYLES */

.gallery {
	padding: 0px;
	margin: 0px;
}

.gallery td {
	width: 167px;
	text-align: center;
	padding: 0px 7px 17px 0px;
}

.gallery table {
	background-color: #FAF8F6;
	border: 1px solid #C1BAB1;
	width: 138px;
	height: 138px;
}

.gallery td table td {
	padding: 2px;
	width: 137px;
	height: 137px;
	vertical-align: middle;
}

.gallery img {
	padding: 0px;
	margin: 0px;
}

/* ADMIN CSS */

#admin .button {
	margin: 0px 3px 6px 0px;
}

#admin .admin_table {
	width: 100%;
}

#admin .admin_table td {
	padding-right: 4px;
}

#admin ul, #admin ol {
	padding-left: 0px;
}

#admin_nav .button {
	width: 150px;
}

.admin-index-list img { 
	float: left; 
	padding: 2px 6px 2px 4px;
}

.admin-index-list, .admin-index-grid { 
	list-style-type: none; 
	margin: 0px; 
	padding: 0px; 
	width: 100%;
}

.admin-index-list li { 
	padding: 3px;
	margin: 5px 0px;
	line-height: 17px;
	background-color: #aaa; 
	background-image: url('../images/admin_bar_bg_light.png');
	background-position: center left;
	background-repeat: repeat-x;
	border: 1px solid #999; 
}

.admin-index-list li div {
	float: right;
	padding: 0px;
	margin: 0px 3px;
	text-align: center;
}

#admin .admin-index-list .button { margin: 0px; width: 100%; }
.admin-index-list li div.view { width: 46px; }
.admin-index-list li div.configure { width: 77px; }
.admin-index-list li div.edit { width: 36px; }
.admin-index-list li div.subpages { width: 100px; }
.admin-index-list li div.delete { width: 55px; }

.admin-index-grid li {
	width: 143px;
	height: 188px;
	padding: 8px 0px 0px 8px;
	float: left;
	background-color: #aaa; 
	border: 1px solid #999; 
	margin: 0px 10px 10px 0px;
}

/* FAQ Styles */
#faqs div.question {
	cursor: pointer;
	border: 1px solid #454545;
	padding: 3px 19px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: left top;
}

#faqs div.collapse div.question {
	background-color: #9E9E9E;
	background-image: url(../images/faq_button_off.gif);
}

#faqs div.collapse div.answer {
	display: none;
}

#faqs div.expand div.question {
	background-color: #9E9E9E;
	background-image: url(../images/faq_button_on.gif);
}

#faqs div.expand div.answer {
	display: block;
	margin-bottom: 10px;
}

