
/* -----------------------------------------
Global Reset
v1.0 | 20080212 
http://meyerweb.com/eric/tools/css/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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

del { text-decoration: line-through; }
ins { text-decoration: none; background: #ffc; }

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }

:focus { outline: none; }

/* Font Reset */
body { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 62.5%; }
html>body { font-size: 11px; }

/* ----------------------------------------- 
Clearfix Hack [slightly enhanced]
http://perishablepress.com/press/2008/02/05/
-------------------------------------------- */
.clearfix:after, #content:after { 
	visibility: hidden; 
	display: block; 
	font-size: 0; 
	content: " "; 
	clear: both; 
	height: 0;
}
.clearfix, #content { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix, * html #content { height: 1%; }
.clearfix, #content { display: block; }
/* close commented backslash hack */

/* - - - - - - - - - - - - - - - - - - - - - - -               H T M L	               - - - - - - - - - - - - - - - - - - - - - - - */

/* Anchor Links 
-------------------------------------------- */
a:link { color: #000; text-decoration: underline; }
a:visited { color: #000; text-decoration: underline; }
a:hover {  color: #000; text-decoration: none; }
a:active {  color: #000; text-decoration: none; }

a:focus { outline: none; }

/* Headings 
-------------------------------------------- */
h1, h2, h3, h4, h5, h6 { font-weight: bold; }

h1 { margin: 0 0 1em; font-size: 1.8em; }
h2 { margin: 0 0 1em; font-size: 1.6em; }
h3 { margin: 0 0 1.286em; font-size: 1.4em; }
h4 { margin: 0 0 1.5em; font-size: 1.2em; }
h5 { margin: 0 0 1.8em; font-size: 1em; }
h6 { margin: 0 0 2em; font-size: 1em; }

#content h1 {
	text-align:center;
}

/* Text Elements 
-------------------------------------------- */
p, ul, ol, dl, blockquote, pre { margin: 0 0 1.5em; font-size: 1em; line-height: 1.4em; }
#content p { font-size: 1.1em; }

blockquote { padding: 0 1.25em; }
small, cite { font-size: 0.9em; }
strong, b, dt, th { font-weight: bold; }
address, cite, em, i, caption, dfn, var { font-style: italic; }

ul, ol { margin: 0 0 2em 1em; }
ul li, ol li { margin-left: 1em; line-height: 1.6em; }

ul { list-style-type: disc; }
ul ul { list-style-type: circle; }
ul ul ul { list-style-type: square; }
ul ul ul ul { list-style-type: disc; }

ol { list-style-type: decimal; }
ol ol { list-style-type: upper-roman; }
ol ol ol { list-style-type: lower-roman; }
ol ol ol ol { list-style-type: upper-alpha; }

dl { margin-bottom: 2em; }
dt { font-weight: bold; }
dd { margin-bottom: 1em; padding-left: 1.5em; }

del { text-decoration: line-through; }
address, abbr, acronym { font-style: normal; }
acronym, abbr { border-bottom: 1px dotted #333; cursor: help; }
acronym { text-transform: uppercase; }
pre, kbd, code, samp, tt, var { font-family: "Courier New", Courier, monospace monospace; }

sub { font-size: 0.9em; line-height: 1em; vertical-align: sub; }
sup { font-size: 0.9em; line-height: 1em; vertical-align: super; }

/* Tables 
-------------------------------------------- */
table {	margin: 0 0 1.5em; }
caption { text-align: left; }
th, td { padding: 0.25em 0.5em; }
tbody td, tbody th { border: 1px solid #999; }
tfoot { font-style: italic; }

/* - - - - - - - - - - - - - - - - - - - - - - -         M A I N - L A Y O U T         - - - - - - - - - - - - - - - - - - - - - - - */

/* Global Styles
-------------------------------------------- */
body {
	color: #000;
	background-color: #762124;
}

#wrapper {
	margin: 0 auto;
	width: 1024px;
	padding: 0;
	text-align: left;
	background-color: #fff;
}

/* Header
-------------------------------------------- */
#header {
	width: 1000px;
	height: 120px;
	padding: 0 12px;
	clear: both;
}

#header .logo {
	float: left;
}

#header .slogo {
	float: right;
}

/* Nav
-------------------------------------------- */

ul#nav { 
	clear: both; 
	margin: 30px 0 0 0; 
	padding: 0; 
	list-style: none;
	background-color: #ee2d23;
	width: 1024px;
	height: 30px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

ul#nav li {
	float: left;
}

ul#nav li a {
	font-size: 1.2em;
	display: block;
	color: #fff;
	width: 150px;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 0 0 10px;
}

/* Content
-------------------------------------------- */
#content {
	clear: both;
	width: 1000px;
	padding: 20px 12px 0 12px;
}

/* Footer
-------------------------------------------- */
#footer {
	background-color: #fff;
	border-top: 1px solid #000;
	clear: both;
	width: 1024px;
	margin: 0 auto;
	padding: 20px 0 20px 0;
	text-align: center;
}

#footer p, #footer p a {
	color: #555555;
}

/* - - - - - - - - - - - - - - - - - - - - - - -    S E C O N D A R Y - L A Y O U T    - - - - - - - - - - - - - - - - - - - - - - - */

/* Listings
--------------------------------------------- */

.listing {
	clear: both;
	border: 1px solid #000;
	width: 1000px;
	height: 210px;
	margin-bottom: 5px;
}

.listing h3 {
	display: block;
	color: #fff;
	background-color: #ee2d23;
	width: 996px;
	padding: 2px;
	border-bottom: 1px solid #000;
}

.listing h3 a {
	text-decoration: none;
	color: #fff;
}

.listing div.info {
	float: left;
}

.listing div.image {
	float: left;
	width: 210px;
	padding: 0 0 10px 10px;
}

/* Forms
--------------------------------------------- */

form div {
	padding: 2px 0 2px 0;
	clear: left;
}

form div label {
	float: left;
	width: 110px;
	font-size: 1.2em;
	line-height: 1.6em;
}

form div input {
	width: 180px;
}

form div.checkbox {
	clear: none;
	float: left;	
}

form div.radio fieldset label,
form div.checkbox label {
	float: left;
	width: 80px;
}

form div.radio fieldset input,
form div.checkbox input {
	width: 25px;
	float: left;
}

form div.radio fieldset legend {
	font-size: 1.2em;
	line-height: 1.6em;
}