/* /////////////////////////////////////////////

Author: Erik Guthrie (Ritetek Enterprises, Inc.)
Copyright: All Rights Reserved.

//////////////////////////////////////////////*/

/* @group Mass 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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* @end */

/* @group Basic Structure */

body {
	font-size: 62.5%;
	line-height: 1;
	color: black;
	font-family: Arial, Verdana, sans-serif;
	background: #5C0e13;
}

#wrapper {
	float: left;
	position: relative;
	width: 760px;
	margin: 0 0 0 -380px;
	left: 50%;
	background: white;
}

#masthead,
#content {
	position: relative;
	float: left;
	width: 100%;
}

#masthead {
	height: 140px;
	background: url(masthead.png) 0 0 no-repeat;
}

#navigation {
	position: relative;
	float: left;
	margin: 0 10px 10px;
	width: 220px;
	background: #A81922;
}

#pageContent {
	position: relative;
	float: left;
	margin: 0 10px 10px 0;
	width: 510px;
}

#footer {
	position: relative;
	float: left;
	width: 760px;
	height: 34px;
	border-top: 3px solid #EBBE5E;
}

.special {
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0 0 9px;
	border-bottom: 1px dashed #ddd;
}

.special img {
	display: block;
	position: relative;
	float: none;
	margin: 0 auto 8px;
}

.special p {
	text-align: center;
	margin: 0;
}

/* @end */

/* @group Typography */

h2 {
	font: bold 1.8em/1.5em Arial, sans-serif;
	margin: 0 0 0.75em 0;
	color: #A81922;
	padding: 0 10px;
}

h3 {
	font: bold 1.5em/1.5em Arial, sans-serif;
	margin: 0 0 0.9em 0;
	color: #222;
	padding: 0 10px;
}

h3.clear {
	clear: both;
	padding-top: 1em;
}

a {
	color: #A81922;
}

a:hover {
	color: #90151D;
	text-decoration: none;
}

p, li {
	font: normal 1.2em/1.5em Arial, sans-serif;
	margin: 0 0 1em 0;
	color: #666;
	padding: 0 10px;
}

li {
	margin: 0.3em 0 0.3em 30px;
	list-style: disc;
}

ul {
	margin-bottom: 1.2em;
}

p strong {
	font-weight: bold;
	color: #333;
}

p.clear {
	clear: both;
	padding-top: 1em;
}

p.large {
	font-size: 1.3em;
	text-align: center;
}

p.loud {
	font: bold 1.4em/1.5em Arial, sans-serif;
}

/* @group Images */

#pageContent img {
	display: block;
	float: left;
	margin: 0 10px 12px;
	line-height: 1.5em;
	padding: 3px;
	border: 1px solid #aaa;
}

#pageContent .contentBox {
	float: left;
	width: 100%;
	padding: 12px 0 0;
	border-bottom: 1px dotted #ccc;
}

#pageContent .contentBox img {
	float: right;
}

#pageContent img.right {
	float: right;
}

#pageContent img.van {
	margin-left: 40px;
	margin-bottom: 20px;
}

#pageContent img.center {
	position:  relative;
	float: none;
	margin-left: auto;
	margin-right: auto;
}

#pageContent img.first {
	margin-left: 40px;
	margin-right: 2px;
	margin-bottom: 10px;
}

/* @end */

#contactInfo {
	position: relative;
	float: left;
	background: #D86B08;
	width: 100%;
	padding-top: 10px;
}

#contactInfo img {
	margin: 2px;
	padding: 0;
	border: 0;
}

#contactInfo p strong {
	color: #401908;
	font-size: 1.4em;
}

#contactInfo p a {
	color: #401908;
}

#contactInfo p {
	color: #61260C;
}

#masthead h1 {
	text-indent: -999em;
	overflow: hidden;
}

#footer p {
	text-align: center;
	line-height: 34px;
	margin: 0;
}

/* @end */

/* @group Navigation */

#navigation ul,
#navigation ul li,
#navigation ul li a {
	display: block;
	position: relative;
	float: left;
	list-style: none;
	text-decoration: none;
	margin: 0;
	padding: 0;
	font-size: 1em;
}

#navigation ul li a {
	width: 220px;
	font: bold 1.4em/3em Arial, sans-serif;
	text-transform: capitalize;
	text-indent: 20px;
	color: white;
	border-bottom: 1px solid #90151D;
	border-top: 1px solid #D53540;
	color: white;
}

#navigation ul li a:hover {
	color: #EBBE5E;
}

/* @end */


