﻿/***** BEGIN RESET *****/

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,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;	
}

ol, ul {
	list-style: none;
}

table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}

/***** END RESET *****/

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	background:#1d1d1d url('../siteart/bg.jpg') repeat-x;
	color:#FFF;
}

/***** TEXT/LINK FORMATTING *****/

a:link, a:visited {color:#FFF; text-decoration:underline;}

a:hover, a:active {color:#CCC; text-decoration:none;}

p{margin-bottom:18px;}

h1,h2,h3,h4,h5{line-height:normal; font-family:Verdana,Arial,sans-serif; text-transform:uppercase; margin-bottom:5px;}
h1{font-size:24px;}
h2{font-size:21px;}
h3{font-size:18px;}
h4{font-size:14px;}
h5{font-size:12px; font-style:italic;}

#contact-box h4{color:#fb6731;}

ul.content{list-style:disc inside;}
ul.content li{width:auto;}

/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}

/***** SITE FRAMEWORK *****/
.left{float:left; margin:0px 15px 10px 0px;}
.right{float:right; margin:0px 0px 10px 15px;}
.clear-it{clear:both;}
.border-it{border:1px solid #ccc;}

#wrap {
	margin: 30px auto;
	width: 960px;  /** Change to appropriate table width **/
	position:relative;
}

#header{
	background:url('../siteart/hdr-bg.jpg') no-repeat;
	height:112px;
	width:960px;
	position:relative;
	color:#1b1b1b;
}
#mid{background:#232323 url('../siteart/mid-bg.jpg') no-repeat; padding:15px; height:306px;}
#content{background:#121212 url('../siteart/content-bg.jpg') no-repeat; padding:45px 15px 30px;}
#footer{background:url('../siteart/footer-bg.jpg') no-repeat; height:127px; padding:70px 0px 0px;}

/************************** HEADER STYLES *****************************/

#logo{padding:10px;}

#tagline{font-size:18px; font-style:italic; position:absolute; top:15px; right:10px; text-align:right;}
#tagline h1{text-transform:uppercase; color:#fb6731; font-size:18px; margin-bottom:3px;}

#nav{
	position:absolute;
	bottom:0px; right:0px;
	background:url('../siteart/nav-bg.png') no-repeat;
	height:37px;
	width:888px;
	text-transform:uppercase;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

#nav li{float:right;}
#nav li a{
	text-decoration:none;
	color:#fb6731;
	display:block;
	padding:9px 17px;
	background:url('../siteart/divider.gif') top right repeat-y;
}
#nav li a.last{background:none;}
#nav li a:hover{color:#FFF;}



/********************* MID STYLES *************************/
#contact-box{
	background:url('../siteart/contact-box-bg.png') no-repeat;
	height:349px;
	width:238px;
	padding:15px;
	float:right;
}



/***** FORM STYLES *****/
form.myform{
	width:650px;
}
.myform label{
	padding:.7em .5em;
	display:inline-block;
	width:100px;
	margin-bottom:10px;
}

.myform input, .myform select, .myform textarea{
	padding:.7em .5em;
	width:500px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #ddd;
	margin-bottom:10px;
}

.myform input.button, .myform input.button:focus{width:630px; border:0px;}

.myform label.checkbox, .myform input.checkbox{width:auto; padding:0 .5em;}

.myform input:focus, .myform textarea:focus{
	background:#4380AD;
	color:#FFF;
	text-shadow:0px 0px 2px rgba(0,0,0,.9);
}


/***** FOOTER STYLES *****/

a.footerlink:link, a.footerlink:visited, a.footerlink:active{text-decoration:underline; font-family:Arial, Helvetica, sans-serif;font-size:10pt;}
a.footerlink:hover {text-decoration:none; font-family:Arial, Helvetica, sans-serif;font-size:10pt;}

.footertext{font-family:Arial, Helvetica, sans-serif;font-size:10pt; color:#999999;}

.smallfootertext{font-family:Arial, Helvetica, sans-serif;font-size:8pt; color:#999999;}

.divfooter{
	width:450px; text-align:center; margin:20px auto; line-height:normal;
}
