/*-----------------------------------------------------------------*/
/* CONTAINS STYLES USED BY ALL PAGES, HOME AND SUB ----------------*/
/*-----------------------------------------------------------------*/


/* -- primary colors -- 
x5 green = #8cc63f / rule #1c280d
x10 yellow = #e7a614 / rule: #2e2104
x20 green = #737a35 / rule: #3e4310
x50 red = #bf311a / rule: #742316
*/

/* Body & Main Wrapper------------------------------------------------*/
/*--------------------------------------------------------------------*/
body {
	font-family: "Trebuchet MS", Tahoma, Helvetica, Verdana, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 76%;
	color: #848d93;
	background: #000;
	text-align: center;
	}

body.x5 {
	background: #000 url(../images/bkgrnd_primary_x5.gif) no-repeat top center;
	}

body.x10 {
	background: #000 url(../images/bkgrnd_primary_x10.gif) no-repeat top center;
	}

body.x20 {
	background: #000 url(../images/bkgrnd_primary_x20.gif) no-repeat top center;
	}

body.x20s {
	background: #000 url(../images/bkgrnd_primary_x20.gif) no-repeat top center;
	}

body.x50 {
	background: #000 url(../images/bkgrnd_primary_x50.gif) no-repeat top center;
	}

body.landing {
	background: #000 url(../images/bkgrnd_landing.jpg) no-repeat top center;
	}

body img {
	padding: 0;
	margin: 0;
	border: 0;
	display: block;
	}
	
	
/* WRAPPER  -----------------------------------------------*/
/*---------------------------------------------------------*/
#wrapper {
	z-index:1;
	border: none;
	margin: 0 auto;
	padding: 0;
	display: block;
	width: 1000px;
	text-align: left;
	background: transparent;
	min-height: 726px;
	}


/* Header  ---------------------------------------------------------*/
/*------------------------------------------------------------------*/




#header {
	display: block;
	border: none;
	width: 1000px;
	height: 128px;
	background: transparent;
	margin: 70px 0 0 0;
	padding: 0;
	}


#header h1,
#header h1 a {
	float: right;
	display: inline;
	width: 443px;
	height: 93px;
	background: transparent;
	text-decoration: none;
	margin: 5px 0 0 0;
	padding: 0;
	cursor: hand;
	clip: rect(0, 443px, 93px, 0);
	overflow: hidden;
	}
	
#header h1 {
	text-indent: -9999px;
}


body.x5 #header h1 {
	background: transparent url(../images/logo_header_x5.gif) no-repeat top left;
}
body.x10 #header h1 {
	background: transparent url(../images/logo_header_x10.gif) no-repeat top left;
}
body.x20 #header h1 {
	background: transparent url(../images/logo_header_x20.gif) no-repeat top left;
}
body.x20s #header h1 {
	background: transparent url(../images/logo_header_x20.gif) no-repeat top left;
}
body.x50 #header h1 {
	background: transparent url(../images/logo_header_x50.gif) no-repeat top left;
}



body.home #header {
position: relative;
top: -680px;
left: 0px;
	
}
 
/* Footer  ------------------------------------------------*/
/*---------------------------------------------------------*/

#footer {
	display: block;
	position: relative;
	top: -100px;
	left: 0px;
	background-color: red;
	margin: 0 auto;
	padding: 0 0 20px 0;
	width: 1000px;
	text-align: center;
	}
	

body.x5 #footer {
	background: transparent url(../images/footer_bkgrnd_x5.gif) no-repeat 0px 2px;
	border-top: 3px solid #1c280d;
}
body.x10 #footer {
	background: transparent url(../images/footer_bkgrnd_x10.gif) no-repeat 0px 2px;
	border-top: 3px solid #2e2104;
}
body.x20 #footer {
	background: transparent url(../images/footer_bkgrnd_x20.gif) no-repeat 0px 2px;
	border-top: 3px solid #3e4310;
}
body.x20s #footer {
	background: transparent url(../images/footer_bkgrnd_x20.gif) no-repeat 0px 2px;
	border-top: 3px solid #062758;
}
body.x50 #footer {
	background: transparent url(../images/footer_bkgrnd_x50.gif) no-repeat 0px 2px;
	border-top: 3px solid #742316;
}
	
#footer p,
p.copyright {
	margin: -30px 20px 0 0;
	color: #666;
	float: left;
	background: transparent;
	font-size: 1.2em;
	}
	
	
	#footer a,
	#footer a:link,
	#footer a:visited {
	display: inline;
		font-size: 1.0em;
		font-weight: normal;
		text-decoration: underline;
		}
		
	#footer a:hover,
	#footer a:active {
		text-decoration: none;
		}



/* ==== X5 ==== */
body.x5 .colorize,
body.x5 h1,
body.x5 h2,
body.x5 h3,
body.x5 a,
body.x5 a:link {
	color: #8cc63f;
}
body.x5 a:visited {
	color: #4e6233;
}
body.x5 a:hover {
	color: #91ff00;
}
body.x5 a:active {
	color: #8cc63f;
}

/* ==== X10 ==== */
body.x10 .colorize,
body.x10 h1,
body.x10 h2,
body.x10 h3,
body.x10 a,
body.x10 a:link {
	color: #e7a614;
}
body.x10 a:visited {
	color: #87671f;
}
body.x10 #a:hover {
	color: #ffbb21;
}
body.x10 a:active {
	color: #e7a614;
}

/* ==== X20 ==== */
body.x20 .colorize,
body.x20 h1,
body.x20 h2,
body.x20 h3,
body.x20 a,
body.x20 a:link {
	color: #737a35;
}
body.x20 a:visited {
	color: #3e4310;
}
body.x20 a:hover {
	color: #a1af29;
}
body.x20 a:active {
	color: #737a35;
}

/* ==== X20S ==== */
body.x20s .colorize,
body.x20s h1,
body.x20s h2,
body.x20s h3,
body.x20s a,
body.x20s a:link {
	color: #737a35;
}
body.x20s a:visited {
	color: #3e4310;
}
body.x20s a:hover {
	color: #a1af29;
}
body.x20s a:active {
	color: #737a35;
}




/* ==== X50 ==== */
body.x50 .colorize,
body.x50 h1,
body.x50 h2,
body.x50 h3,
body.x50 a,
body.x50 a:link {
	color: #bf311a;
}
body.x50 a:visited {
	color: #742316;
}
body.x50 a:hover {
	color: #ff2400;
}
body.x50 a:active {
	color: #bf311a;
}




/* Basic Elements -------------------------------------------------*/
/*-----------------------------------------------------------------*/



p {
	font-size: 1.0em;
	font-weight:normal;
	color: #d1d1d1;
	margin: 0;
	padding: 0 0 6px 0;
	line-height: 1.7em;
	}

hr {
	border: 0;
	color: #ccc;
	background-color: #677079;
	height: 1px;
	width: 100%;
	text-align: left;
	}

h1 {
	font-size: 2.0em;
	font-weight: normal;
	margin: 0;
	line-height: 1.8em;
	}

h2 {
	font-size: 1.6em;
	font-weight: bold;
	margin: 0;
	line-height: 1.4em;
	}


h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
	margin: 12px 0 0 0;
	line-height: 1.1em;
	}
	

h4 {
	font-size: 1.1em;
	font-weight: bold;
	color: #e51937;
	margin: 0;
	line-height: 1.1em;
	}
	

/* Basic Classes -------------------------------------------------*/
/*----------------------------------------------------------------*/
.hide {
	display: none;
	}

.clear {
	content: ".";
	overflow: hidden;
	clear: both;
	font-size: 1px;
	}

.right,
img.right {
	float: right;
	padding: 10px;
	}

.left {
	float: left;
	padding: 10px;
	}

.needInfo {
	color: #ea00ff;
}

img.missing {
	width: 100px;
	height: 100px;
	background-color: #ea00ff;
	
}

/* Table -----------------------------------------------*/
/*------------------------------------------------------------------*/
table {
	font-size: 1.0em;
	font-weight: normal;
	line-height: 1.3em;
	margin: 0 0 5px 0;
	padding: 0;
	border-top: 1px solid #666;
	}

table th,
table td {
	font-size: 1.0em;
	font-weight: normal;
	line-height: 1.3em;
	margin: 0;
	padding: 4px;
	border-right: none;
	border-bottom: 1px solid #666;
	text-align: left;
	}

table th {
	color: #000;
	background: #666;
	font-weight: bold;
	}

table td {
	color: #000;
	background: transparent;
	}

#content table td img {
	margin: 5px 0 5px 0;
	padding: 0;
	border: 0;
	}

table td.pad {
	padding: 5px 0 5px 25px;
	}


ul,
ol {
 margin: 0 0 12px 10px;
 padding: 12px 0 0 0;
 font-size: 1.0em;
}
ul li,
ol li {
 margin: 5px 0 0 0;
}


/* Forms ----------------------------------------------------------*/
/*-----------------------------------------------------------------*/
.required {
	color: #ff0000;
	font-weight: bold;
	}

.subhead {
	padding: 0;
	margin: 0;
	margin-top: 4px;
	font-size: 1.4em;
	font-weight: bold;
	}

.noborder {
	padding: 0;
	margin: 0;
	border: 0;
	}

form {
	margin: 0;
	padding: 0;
	}

fieldset {
	border: 0;
	padding: 0;
	margin: 0;
	font-size: 1.0em;
	}

fieldset legend {
	display: none;
	}

fieldset label {
	display: inline;
	float: left;
	width: 130px;
	padding: 2px;
	margin: 5px;
	font-size: 1.0em;
	line-height: 1.0em;
	font-weight: bold;
	color: #ccc;
	background: transparent;
	text-align: right;
  }

fieldset input,
fieldset textarea,
fieldset checkbox, 
fieldset select, 
fieldset span.inline {
	line-height: 1.0em;
	display: inline;
	float: left;
	margin: 5px;
	padding: 2px;
  }

fieldset .nonlabel {
	display: block;
	padding: 0;
	margin: 0;
	font-size: 1.0em;
	color: #000;
	font-weight: bold;
	background: #fff;
	}

fieldset .textfield {
	padding: 0;
	margin: 0;
	font-size: 1.0em;
	height: 20px;
	width: 200px;
	background: #fff;
	}


fieldset .textarea {
	margin: 0;
	height: 150px;
	width: 300px;
	background: #fff;
	font-size: 1.0em;
	}

fieldset .selectmenu {
	margin: 0;
	height: 20px;
	width: 200px;
	background: #fff;
	font-size: 1.0em;
	}

fieldset .selectmenudate {
	display: inline;
	margin: 0;
	height: 20px;
	width: 100px;
	background: #fff;
	font-size: 1.0em;
	}

fieldset .submit {
	margin: 10px 0;
	padding: 4px;
	font-size: 1.0em;
	font-weight: bold;
	color: #000;
	background: #ff8330;
	border: 1px solid #000;
	}



/* ==== generic ==== */
a.generic,
a.generic:link,
body.x5 a.generic,
body.x5 a.generic:link,
body.x10 a.generic,
body.x10 a.generic:link,
body.x20 a.generic,
body.x20 a.generic:link,
body.x20s a.generic,
body.x20s a.generic:link,
body.x50 a.generic,
body.x50 a.generic:link {
	text-decoration: underline;
	color: #999999;
}

a.generic,
a.generic:visited,
body.x5 a.generic,
body.x5 a.generic:visited,
body.x10 a.generic,
body.x10 a.generic:visited,
body.x20 a.generic,
body.x20 a.generic:visited,
body.x50 a.generic,
body.x50 a.generic:visited {
	text-decoration: underline;
	color: #666666;
}
a.generic,
a.generic:hover,
body.x5 a.generic,
body.x5 a.generic:hover,
body.x10 a.generic,
body.x10 a.generic:hover,
body.x20 a.generic,
body.x20 a.generic:hover,
body.x20s a.generic,
body.x20s a.generic:hover,
body.x50 a.generic,
body.x50 a.generic:hover {
	text-decoration: none;
	color: #cccccc;
}
a.generic,
a.generic:active,
body.x5 a.generic,
body.x5 a.generic:active,
body.x10 a.generic,
body.x10 a.generic:active,
body.x20 a.generic,
body.x20 a.generic:active,
body.x20s a.generic,
body.x20s a.generic:active,
body.x50 a.generic,
body.x50 a.generic:active {
	text-decoration: underline;
	color: #999999;
}

sup,sub {
	line-height: 0;
}

