body {
    margin-top: 20px;
    background: #000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
	color: #69943C;
}

a {
	text-decoration: none;
	color: #69943C;
}

a:hover {
	color: #B7A472;
}

h2 {
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#container {
    margin: 0px auto;
    width: 1000px;
    background: #000;
    border: 1px solid #B7A472;
}

#header {
    width: 1000px;
    height: 120px;
    background: url([(base_url)]assets/templates/nightmarker/images/header.png) top left no-repeat;
	border-bottom: 1px solid #B7A472;
	overflow: hidden;
}

#header h1 {
    text-indent: -9999px;
}

#contact {
	display: inline;
	float: right;
	padding: 10px 10px;
}

#contact form {
	margin-top: 10px;
}




#flashcontent {
	width: 640px;
	float: left;
}




#page {
    clear: both;
	width: 1000px;
}



.request-form form {
	margin: 0;
	padding: 0;
	background: #000;
}
.request-form td {
	margin-bottom: 5px;
	padding-bottom: 10px;
	vertical-align: top;
}
.request-form fieldset {
	margin-bottom: 20px;
	background: #000;
	border: 1px solid #B7A472;
}
.request-form legend {
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #B7A472;
	font-size: 12px;
	font-weight: bold;
}
.request-form input[type=text] {
	width: 200px;
}
.request-form .errors {
	padding-bottom: 20px;
	background: #000;
}
.request-form td label {
	display: block;
	width: 250px;
}




#accordion {
    width: 200px;
    font-size: 11px;
}
#accordion li a {
	display: block;
	padding: 5px 5px;
	border-bottom: 1px solid #B7A472;
	outline: none;
}
#accordion ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#accordion li a:hover {
	background: #69943C;
	color: #000;
}
#accordion .panel-body div ul li a, #accordion .panel-body-here div ul li a {
	padding-left: 15px;
}




/*
 * search
 */
 
#search {
	padding: 20px 5px 0px 5px;
	text-align: center;
}
#ajaxSearch {
	margin: 0;
	padding: 0;
}
#ajaxSearch_intro {
	display: none;
}
#ajaxSearch_input {
	margin: 0;
	padding: 0;
	width: 100px;
	padding: 4px;
	background: #000;
	border: 1px solid #69943C;
	color: #B7A472;
}
#ajaxSearch_submit {
	padding: 3px;
	background: #69943C;
	color: #000;
	border: 1px solid #B7A472;
}



/*
menu
*/
#nav {
	float: left;
	width: 200px;
}

.menu-outer {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.menu-row {
	border-top: 1px solid #B7A472;
	text-transform: uppercase;
}

.menu-outer .first {
	border-top: none;
}

.menu-row a {
	display: block;
	padding: 5px 3px;
	background: #000;
	color: #69943C;
}

.menu-row a:hover {
	background: #69943C;
	color: #000;
}

.menu-here a {
	background: #69943C;
	color: #000;
}

.menu-inner {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.menu-inner .first {
	border-top: 1px solid #B7A472;
}

.menu-inner .menu-row a {
	padding-left: 20px;
}




.footer-menu-outer {

}

.footer-menu-row {
	display: inline;
	text-transform: uppercase;
}



#content {
	float: left;
	width: 779px;
	padding: 10px 10px;
	border-left: 1px solid #B7A472;
}

#content h2 {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #B7A472;
	font-size: 12px;
}

.content-section {
	margin-bottom: 20px;
	background: #000000;
}

.section-title {
    margin: 0px;
    padding: 10px 10px;
    font-size: 10px;
    text-align: left;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}




#footer {
    clear: both;
    text-align: center;
    padding-bottom: 20px;
    border-top: 1px solid #B7A472;
    font-size: 10px;
}

#footer ul {
    margin: 0;
    margin-top: 20px;
    padding: 0;
    list-style: none;
}

#footer ul li {
    display: inline;
    margin: 0px 10px;
    padding: 0;
}

.centered {
	text-align: center;
}

.clear {
    clear: both;
}

.alignright {
	float: right;
}
