/* Unchanged */
@charset "UTF-8";


/* End reset */

/* v1.0 | 20080212 */

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;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

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

/* End reset */


body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #282828;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
}
.mainBody #container {
	width: 750px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.mainBody #header {
	width: 750px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.mainBody #nav {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	float: left; /* sit this on the left side of the page */
	width: 20%;
}

.mainBody #mainContent {
	padding-bottom: 20px;
	float: right; /* sit this on the right side of the page */
	width: 80%;
}

h1 {font-size: 15px;
	font-style: bold;
	padding-bottom: 12px;
}

h2 {font-size: 13px;
	font-style: bold;
	padding-bottom: 11px;
}

h3 {font-size: 12px;
	font-style: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

p {padding-bottom: 20px;
	color: #DDDDDD;
}

a	{
	font-style: bold;
	color:#FFFFFF;
}

.constrained {width: 340px;
}

li {list-style: disc;
	list-style-position: outside;
	margin-left: 12px;
	padding-bottom: 20px;
	color: #DDDDDD;
}

li.navButton {
	list-style: none;
	padding-bottom: 0px;
}

li.navButton a {
	width: 83px;
	height: 21px;
	margin-bottom: 0px;
	background-image: url(../images/navButUp.png);
	background-repeat: no-repeat;
	background-position: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: -0.04em;
	color: #FFF;
	display: block;
	text-decoration: none;
	text-align: right;	
	padding-right: 8px;
	padding-top: 8px;
}
li.navButton a:hover {
	width: 83px;
	height: 21px;
	margin-bottom: 0px;
	background-image: url(../images/navButDn.png);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: -0.04em;
	color: #FFF;
	display: block;
	text-decoration: none;
	text-align: right;	
	padding-right: 8px;
	padding-top: 8px;
}

ul.navButton {
	width: 83px;
	text-align:left;
}

.offset {
	float: right;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 20px;
}

.fatHeader {
	font-size: 100px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	text-transform: capitalize;
	line-height: 90px;
	letter-spacing: -10px;
	color: #FFF;
}

#flashcontent {
	width: 30%; 
	height: 180px; 
	margin-bottom:50px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	float: left; /* sit this on the left side of the page */
}	


.mainBody #footer {
	clear: both; /* get rid of the floats and make this sit on the bottom of the page */
	width: 100%;
	height: 115px;
	font-size: 9px;
	background: #000000;
	background-image: url(../images/footerBG.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 auto;/*  the auto margins (in conjunction with a width) center the page */
}

.mainBody #tail {
	clear: both;
	width: 100%;
	background: #000000;
	margin: 0 auto;
}

