/*
* 

*
* CONTENTS:
* 1) RESET
* 2) GENERAL
* 3) REGIONS
* 4) HEADER
* 5) PRIMARY NAVIGATION
* 6) CONTENT
* 7) FOOTER
* 8) MISC
* 
*/

/*************** 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;
}

/*************** GENERAL ***************/

HTML,BODY {
	width:100%;
	min-height: 100%;
	_height: 100%;
}
INPUT, SELECT, TEXTAREA, LABEL {
		font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
		font-size: 1.1em;
}
BODY {
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-size: 62.51%;
	background: #999;
	line-height: 1;
	text-align: center;
}

/*************** REGIONS ***************/

H1 {
	background: url(images/header-bg.png) top left no-repeat;
	height: 177px;
	width: 100%;
}

#body-wrapper {
	width: 750px;
	background: #fff;
	border: 1px solid #fff;
	margin: 0px auto;
}
#content-wrapper {
	margin: 20px 70px;
}
STRONG {
	color:#FF0000;
	font-size:14px;
}
P {
	font-size: 1.2em;
	margin: 10px 0;
	line-height: 1.3em;
}
H2 {
	font-size: 2.4em;
	color: #e2310e;
	margin: 10px 0;
}
H3 {
	font-size: 1.8em;
	margin: 10px 0;
	color: #F00;
}

H4 {
	font-size: 1.4em;
	color: #e2310e;
}
H5 {
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.5em;
}
H6 {
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.5em;
	margin: 10px 0;
}
.padded-box {
	padding: 35px 20px;
}
.gradient-short {
	background: url(images/gradient-short.png) top left repeat-x #e2e0e1;
	padding: 10px;
}
.gradient-med {
	background: url(images/gradient-med.png) top left repeat-x #e2e0e1;
	padding: 10px;
	}
.gradient-med2 {
	background: url() top left repeat-x;
	padding: 10px;
}
.gradient-bottom {
	background: url(images/gradient-bg.png) bottom left repeat-x #fff;
}
.gradient-bottom2 {
	background: url() bottom left repeat-x #fff;
}

.strong {
	font-weight: bold;
}
.black, UL.black-list LI {
	color: #000 !important;
}
.normal, .normal LI {
	font-weight: normal !important;
}
.left {
	text-align: left;
}

A {
	color: #e2310e;
	font-weight: bold;
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}
.img-replaced {
	position: absolute;
	left: -9999px;
}
.center {
	text-align: center;
}
UL {
	margin-left: 20px;	
}
#content-wrapper LI {
	color: #e2310e;
	font-size: 1.2em;
	font-weight: bold;
	margin: 10px 0;
}
#content-wrapper LI SPAN {
	color: #000;
	font-weight: normal;
}



#header {
    background: url(images/header-bg.png) top repeat-x #fff;
    border: 1px solid #fff;
    height: 184px;
    padding: 0 10px 10px 0;
}
#header H1 {
    position: relative;
    width: 240px;
    height: 83px;
    overflow: hidden;
    float: left;
}
    #header H1 SPAN {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(images/h1-logo.gif) top no-repeat;
    }
#header H2 {
    color: #999;
    text-align: right;
    font-size: 1.3em;
    white-space: pre;
    margin: 10px 5px;
    margin-left: 310px;
    width: 410px;    
    text-transform: uppercase;
    font-style: italic;
    font-weight: normal;
}

/* --------------------------------- TOP NAV ---------------------------------*/

#top-nav {
    margin-left: 310px;
    width: 410px;
    text-align: right;
    font-size: 1em;
}
    #top-nav LI {
	display: inline;
	border-left: 1px solid #fff;
    }
    #top-nav A {
	color: #fff;
	text-decoration: none;
	padding: 3px 5px;
	font-size: 1em;
    }
    #top-nav A:hover {
	color: #f21;
    }
    #top-nav .first {
	border: 0;
    }
    
/* --------------------------------- MAIN NAV ---------------------------------*/

#main-nav {
	clear: both;
    
	margin: 0;
    padding: 13px 0;
    width: 100%;
    text-align: center;
    font-size: 1.1em;
}
    #main-nav LI {
	display: inline;
	background: url(images/main-nav-separator.gif) center left no-repeat;
    }
    #main-nav A {
	margin-left: 2px;
	color: #666;
	text-decoration: none;
	padding: 3px 5px;
    }
    #main-nav A:hover {
	color: #f11;
    }
    #main-nav .first {
	border: 0;
	background: 0;
	margin-left: 0;
    }


.img-replaced {
	position: absolute !important;
	left: -9999px !important;
}

.right {
	text-align: right;
}
.return {
	text-decoration: underline;
	font-size: 0.85em;
}

