@charset "UTF-8";
/* CSS Document */
/* 	STYLE SHEET FOR ????? ############################################ WRITTEN BY MOUNTAIN @ MK VISUAL  ## */


/* TABLE OF CONTENTS

	- HTML / BODY Elements
	
	- HEADER
		- main navigation
		
	- CONTENT
		- forms styles
		
	- FOOTER
		
	- FLOATS & CLEARFLOATS
	
	- OTHER GENERAL CLASSES
	
------------------------------------- */


/* ---------------------- @ HTML / BODY Elements ---------------------- */
html, body {
	height: 100%;
}
body {
	background-attachment: fixed;
	background-image: url(../site_images/bkgrd_base.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #7C0000;
	font-family: "Avenir-light", "Avenir", "Lucida Grande", Arial, sans-serif;
}
#main_container {
	margin: auto;
	width: 100%;
	position: relative;
	min-height: 100%;
}

/* ---------------------- @ HEADER ---------------------- */
#header_wrap {
	width: 100%;
	background-image: url(../site_images/bkgrd_rpt.jpg);
	background-repeat: repeat-x;
	margin-bottom: 10px;
}

#header {
	width: 800px;
	margin: auto;
	font-size: 0.9em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #943A3A;
}


/* -------- @ logo ------- */
#header h1.logo {
	background-image: url(../site_images/psclarke_logo.gif);
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
}
#header h1.logo, #header h1.logo a {
	display: block;
	height: 90px;
	width: 123px;
}
#header h1.logo a span {
	display: none;
}
/* --- @ main navigation --- */
#header ul {
	text-transform: uppercase;
	position: absolute;
	width: 660px;
	top: 38px;
	letter-spacing: 0.1em;
}
#header ul li {
	display: inline;
	float: left;
	margin-right: 20px;
}
#header ul li.right {
	float: right;
	margin-right: 5px;
}

#header ul li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	padding: 10px;
}
#header ul li a:hover, #header ul li a:active {
	color: #C6AD14;
	background-color: #630000;
}


/* ---------------------- @ CONTENT ---------------------- */
#content {
	width: 800px;
	color: #FFFFFF;
	font-size: 0.9em;
	margin: auto;
	padding-bottom: 50px;
}
#content h1 {
	line-height: 1.4;
	font-size: 200%;
	margin: 10px 0px;
	font-weight: normal;
	letter-spacing: 0.1em;
}
#content h2 {
	font-size: 160%;
	line-height: 1.4;
	margin: 10px 0px;
	font-weight: normal;
	letter-spacing: 0.1em;
}
#content h3 {
	font-size: 120%;
	line-height: 1.4;
	margin: 10px 0px;
	letter-spacing: 0.1em;
	font-weight: normal;
}
#content p {
	margin: 0.5em 0em;
	line-height: 1.4;
}
#content p strong {
	font-weight: bold;
}
#content small {
	font-size: 80%;
}
#content a {
	color: #C6AD14;
	text-decoration: underline;
}
#content a:visited {
	color: #B39B11;
}
#content a:hover, #content a:active {
	text-decoration: none;
}
#content ul {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#content ul li {
	display: block;
	float: left;
	width: 230px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 10px;
	background-image: url(../site_images/nav_bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#banner {
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #943A3A;
	margin: 10px auto 20px auto;
}
#main_column {
	width: 500px;
}
#main_column img {
	padding: 4px;
	background-color: #FFFFFF;
	margin-right: 9px;
	margin-bottom: 9px;
	border: 1px solid #FFFFFF;
}
#main_column a img:hover, #main_column a img:active {
	border: 1px solid #510000;
}
#sub_column {
	width: 280px;
	float: right;
	margin: 0px;
	font-size: 0.9em;
}
#sub_column ul {
	margin-left: 0px;
}
#sub_column ul li {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #943A3A;
	padding-top: 5px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 5px;
	width: 270px;
}
/* --- @ form styles ------- */
#contactForm {
	width: 500px;
	margin: 10px 0px;
	border: 1px solid #943A3A;
}
#contactForm em {
	color: #C6AD14;
	font-size: 1.5em;
}
#contactForm h2 {
	padding-top: 5px;
	padding-left: 10px;
}
.form_section {
	display: block;
	margin: 10px auto;
	width: 460px;
}
.half_column {
	width: 220px;
	float: left;
	margin-left: 20px;
	margin-top: 0px;
}
.form_section label {
	display: block;
	margin-bottom: 1px;
	font-size: 0.9em;
}
.form_section label strong {
	color: #999999;
	font-size: 0.9em;
}
.form_section input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #FFFFFF;
	width: 454px;
	padding: 3px;
}
.half_column input {
	width: 215px;
}
.form_section textarea {
	width: 454px;
	background-color: #FFFFFF;
	padding: 3px;
}
.form_checkbox {
	margin: 10px auto;
	width: 460px;
	font-size: 90%;
}
.form_checkbox input {
	float: left;
	margin-top: 3px;
}
.send_section {
	width: 460px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: right;
}
.send_section input {
	text-align: center;
	background-color: #990000;
	color: #FFFFFF;
	padding: 5px 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 120%;
}



/* ---------------------- @ FOOTER ---------------------- */
#footer_wrap {
	position: absolute;
	bottom: 0px;
	width: 100%;
	background-color: #510000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #943A3A;
}
#footer {
	font-size: 0.7em;
	margin: auto;
	width: 800px;
}
#footer p {
	color: #990000;
	line-height: 1.4em;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer p small {
	color: #C89871;
}
#footer a {
	text-decoration: underline;
}
#footer a:visited {
	color: #990000;
}
#footer a:hover, #footer a:active {
	text-decoration: none;
}
#footer p.mkv  {
	float: right;
}




/* ---------------------- @ FLOATS & CLEARFLOATS ---------------------- */
.clearfloats {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
.clearfloat_left {
	font-size: 1px;
	line-height: 0px;
	clear: left;
	height: 0px;
}



/* ---------------------- @ GENERAL CLASSES ---------------------- */
