

* { outline: none; }
input::-moz-focus-inner { border: 0; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0px;
	padding: 0px;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
}
fieldset, img {
	border: 0px;
}
address, caption, cite, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0px;
}

.clear { clear: both; }
.hidden { display: none; }
.textright { text-align: right; }
.textleft { text-align: left; }
.textcenter { text-align: center; }
.divider { margin: 0px 0px 23px 0px; background: #333333; height: 1px; }

/* ----- *\
	MAIN HTML AND BODY
\* ----- */

html {
	font-family: Arial, Trebuchet MS, sans serif;
	font-size: 0.875em;
    color: #ffffff;
	margin: 0px auto;
	padding: 0px;
	background: #151515;
}

body {
    margin: 0px;
    padding: 0px;
    line-height: 1.71em;
}

/* ----- *\
	TYPOGRAPHY
\* ----- */

h1, h2, h3, h4, h5, h6 {
	padding-bottom: 24px;
	font-family: Georgia, Times, Times New Roman, serif;
	color: #9ec7c3;
	font-weight: normal;
}

h1 {
	font-size: 3em;
	line-height: 1em;
}

h2 {
	font-size: 1.71em;
	line-height: 1em;
}

h3 {
	font-size: 1.5em;
	line-height: 1em;
}

h4, h5, h6 {
	font-family: Arial, Trebuchet MS, sans serif;
	font-size: 1.29em;
	line-height: 1.33em;
	text-transform: uppercase;
}

p {
	padding-bottom: 24px;
}

ul, ol {
	padding: 0px 40px 24px 40px;
}
ul {
	list-style: square outside;
}
ul ul,
ol ol {
	margin: 0px 0px 0px 60px;
}

blockquote {
	margin: 0px 60px 0px 40px;
	border-left: 5px solid #cc1e1e;
	padding-left: 15px;
	text-indent: -0.4em;
}

a {
	color: #cc1e1e;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* ----- *\
	ADMINISTRATION BAR
\* ----- */

#adminbar {
	padding: 5px 10px;
	background: #1973b0 url(../admin_images/adminbar.png) top repeat-x;
	border: 1px solid #004c80;
	margin-bottom: 21px;
}
#adminbar form {
	padding: 0px;
	margin: 0px;
}
#editbutton {
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
	display: block;
	height: 40px;
	width: 220px;
	border: none;
	background: url(../admin_images/edit.png) top;
	cursor: pointer;
	text-indent: -3333px;
	overflow: hidden;
}
#editbutton:hover {
	background: url(../admin_images/edit.png) bottom;
}
#viewmediaform {
	display: block;
	float: right;
}
#viewmedia {
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
	display: block;
	height: 40px;
	width: 220px;
	border: none;
	background: url(../admin_images/viewmedia.png) top;
	cursor: pointer;
	text-indent: -3333px;
	overflow: hidden;
}
#viewmedia:hover {
	background: url(../admin_images/viewmedia.png) bottom;
}

/* ----- *\
	MAIN BODY CONTAINERS
\* ----- */

#maincontent {
	background: url(../images/blackspotbg.png);
}

.wrapper {
	width: 980px;
	margin: 0px auto;
}

#maincontent .wrapper {
	background: #000000;
}

#banner_div {
	height: 132px;
	position: relative;
}

#content_div {
	padding: 36px 20px 24px 20px;
}

#footer_div {
	padding-top: 24px;
	color: #ffffff;
	text-align: center;
}

#footer_div a {
	color: #ffffff;
}

/* ----- *\
	HEADER ELEMENTS
\* ----- */

#logo {
	display: block;
	position: absolute;
	top: 30px;
	left: 20px;
	padding: 0px;
	margin: 0px;
}

#contact_div {
	margin: 0px;
	padding: 0px;
	position: absolute;
	right: 20px;
	top: 12px;
	text-align: right;
	width: 400px;
}

#contact_div h3 {
	font-family: Arial, Trebuchet MS, sans serif;
	padding-bottom: 0px;
	padding-top: 10px;
	font-weight: bold;
}

/* ----- *\
	MAIN NAVIGATION
\* ----- */

#navbar_div {
	background: #1c1c1c;
	border-bottom: 6px solid #9ec7c3;
}

#navbar_div a {
	display: block;
	padding: 9px 36px;
	float: left;
	color: #ffffff;
	text-transform: uppercase;
}
#navbar_div a:hover {
	text-decoration: none;
	background: #ac0909;
}
#navbar_div a.current {
	background: #ac0909;
}

/* ----- *\
	HOME
\* ----- */

#home_maincallout {
	background: url(../images/maincalloutbg.png) repeat-y left top;
	height: 408px;
	position: relative;
}

#home_div {
	background: url(../images/homebg.png);
}

#home_images {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 740px;
	height: 408px;
	overflow: hidden;
}
#home_images img {
	position: absolute;
	right: 0px;
	top: 0px;
}

#home_textoverlay {
	width: 740px;
	padding: 12px 0px;
	background: url(../images/redgridline.png);
	position: absolute;
	right: 0px;
	top: 310px;
	font-size: 48px;
	line-height: 48px;
	font-family: Georgia, Times, Times New Roman, serif;
}

#home_sidenav {
	position: absolute;
	left: 20px;
	width: 200px;
}
#home_sidenav a {
	display: block;
	text-transform: uppercase;
	font-size: 1.71em;
	line-height: 1em;
	border-top: 1px solid #666666;
	padding: 23px 0px 24px 0px;
	color: #ffffff;
}

#home_sidenav a:first-child {
	border-top: none;
	padding-top: 24px;
}

#home_sidenav a:hover {
	text-decoration: none;
	color: #cc1e1e;
}

#home_leftcol {
	float: left;
	width: 580px;
}

#home_rightcol {
	float: right;
	width: 319px;
}

/* ----- *\
	ADMIN IMAGES
\* ----- */

.text_image_left {
	float: left;
	margin: 0px 21px 10px 0px;
	background: #ffffff;
	border: 1px solid #dfdfdf;
	padding: 4px;
}

.text_image_right {
	float: right;
	margin: 0px 0px 10px 21px;
	background: #ffffff;
	border: 1px solid #dfdfdf;
	padding: 4px;
}
.text_image_left p {
	margin: 4px 0px 0px 0px;
	padding: 0px;
}

.text_image_right p {
	margin: 4px 0px 0px 0px;
	padding: 0px;
}

/* ----- *\
	TEXT PAGES
\* ----- */

#sidemenu {
	float: left;
	width: 220px;
	background: #333333;
}
#sidemenu a {
	display: block;
	color: #ffffff;
	padding: 0px 12px;
}
#sidemenu a:hover {
	background: #666666;
	text-decoration: none;
}
#sidemenu a.current {
	background: #c1c1c1;
	color: #000000;
}

#textsection {
	float: right;
	width: 700px;
}

/* ----- *\
	GALLERIES, STAFF, & LINKS
\* ----- */

.cattable {
	float: left;
	width: 130px;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
	background: #333333;
	border: 1px solid #444444;
}
.catimage {
	height: 130px;
}
.cattable a {
	color: #ffffff;
}
.imagetable {
	float: left;
	width: 130px;
	height: 130px;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
	background: #333333;
	border: 1px solid #444444;
}

.linkdescription {
	float: right;
	width: 790px;
}

.staffholder {
	border-top: 1px solid #333333;
	padding-top: 23px;
}
.staffholder:first-child {
	border-top: none;
	padding-top: 0px;
}

/* ----- *\
	BLOG
\* ----- */

#sidebar {
	float: right;
	width: 220px;
	background: #333333;
	padding: 24px 0px 0px 0px;
}

#blogcontent {
	float: left;
	width: 700px;
}

.sidedivider {
	height: 1px;
	background: #666666;
	margin: 0px 10px 23px 10px;
}

#sidebar h4 {
	padding-left: 20px;
}

#sidebar .rssfeed a {
	display: block;
	padding: 0px 0px 0px 20px;
}
#sidebar .rssfeed a img {
	margin-bottom: -4px;
	margin-right: 4px;
}
#sidebar a {
	display: block;
	color: #ffffff;
	padding: 0px 0px 0px 30px;
	text-decoration: none;
}
#sidebar a:hover {
	text-decoration: none;
	background: #666666;
	color: #ffffff;
}

#commentform label {
	display: block;
	color: #999999;
}

#commentform .textinput {
	background: #ffffff;
	border: 1px solid #333333;
	padding: 3px;
	width: 220px;
}

#commentform textarea {
	background: #ffffff;
	border: 1px solid #333333;
	padding: 3px;
	width: 300px;
	height: 75px;
}

.blogentry {
	padding: 0px 0px 23px 0px;
	
}
.firstentry {
	
}
.readmore {
	text-align: right;
}

.date { color: #999999; font-style: italic; }

.comment1 {
	background: #333333;
	margin: 5px 0px;
	padding: 21px 20px 0px 20px;
	margin-bottom: 21px;
}

.comment2 {
	background: #444444;
	margin: 5px 0px;
	padding: 21px 20px 0px 20px;
	margin-bottom: 21px;
}

.submit_button {
	background: #cc1e1e;
	border: 1px solid #ac0909;
	padding: 6px 10px;
	color: #ffffff;
	text-transform: uppercase;
	cursor: pointer;
}
.submit_button:hover {
	background: #ac0909;
}

/* ----- *\
	FAQs
\* ----- */

.faq {
	margin: 0px 0px;
}

.faqholder {
	position: relative;
	padding-left: 50px;
}

.faqtitle {
	position: absolute;
	top: 0px;
	left: 20px;
	font-weight: bold;
	color: #999999;
}

/* ----- *\
	CONTACT FORMS
\* ----- */

#contactright {
	float: right;
	width: 460px;
}

#contactleft {
	float: left;
	width: 460px;
	border-right: 1px solid #333333;
}

.textinput {
	background: #ffffff;
	border: 1px solid #333333;
	padding: 3px;
	width: 220px;
}

.smallinput {
	background: #ffffff;
	border: 1px solid #333333;
	padding: 3px;
	width: 120px;
}

.phoneinput {
	background: #ffffff;
	border: 1px solid #333333;
	padding: 3px;
	width: 220px;
}
.codeinput {
	background: #ffffff;
	border: 1px solid #333333;
	padding: 3px;
	width: 80px;
}

#contactform label {
	display: block;
	color: #999999;
}

#contactform select {
	color: #222222;
}

#contactform textarea {
	background: #ffffff;
	border: 1px solid #333333;
	padding: 3px;
	width: 300px;
	height: 75px;
}

#codetable {
	width: 225px;
}
#codetable .secimagetd {
	width: 125px;
	text-align: center;
}
#codetable .secimagetd img {
	border: 1px solid #333333;
}


