/* -------------------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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
html
{
	height:100%;
}
body {
	line-height: 1;
	background-color:#b1ab9b;
	height:100%;
}
ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	display:inline;
}
tr, td
{
	vertical-align:middle;
	color:#000000;
	font-weight: normal;
	font-size: 0.9em;
	font-family: sans-serif;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
#wrapper
{
	background-image:url('img/bg3.gif');
	background-repeat:repeat-y;
	width:1130px;
	height:100%;
	margin:0px auto;
	position:relative;
	left:-20px;
	z-index:1;
}
#wrapperTwo
{
	background-image:url('img/bg2.jpg');
	min-height:100%;
	background-repeat:no-repeat;
	margin:0px auto;
}
#header
{
	width:100%;
	height:224px;
}
#homeBox
{
	float:left;
	margin:10px 0px 0px 45px;
	width:220px;
	height:214px;
}
#homeBox a
{
	display:block;
	width:220px;
	height:214px;
}

#navBar
{
	float:left;
	margin:140px 0px 0px 35px;
	width:600px;
	height:23px;
}
#nav li {
	list-style: none;
	float:left;
	height:23px;
	margin:0px 32px 0px 0px;
}
#nav li, #nav a 
{
	background-image: url('img/nav.gif');
	display: block;
	height:23px;
}
	
#navReg  a {background-position: 0px 0px; width: 94px;}
#navSpn  a {background-position: -95px 0px; width: 103px;}
#navRte a {background-position: -199px 0px; width: 61px;}
#navCon a {background-position: -261px 0px; width: 87px;}
#navDon a {background-position: -349px 0px; width: 74px;}

#navReg a:hover {background-position:0px -23px;}
#navSpn a:hover {background-position:-95px -23px;}
#navRte a:hover {background-position:-199px -23px;}
#navCon a:hover {background-position:-261px -23px;}
#navDon a:hover {background-position:-349px -23px;}

#content
{
	margin-left:176px;
	width:802px;
}

#contentTitle
{
	margin:0px 20px;
	width:762px;
}

#mainContent
{
	background-color:#ffffff;
	margin-top:20px;
	width:100%;
	height:100%;
}

#leftContent
{
	margin-left:20px;
	width:500px;
}
#rightContent
{
	background-color:#dedede;
	width:200px;
	position:absolute;
	padding:10px;
	top:310px;
	right:180px;
}
#ms
{
	background-color:#ffffff;
	width:200px;
	position:absolute;
	padding:10px;
	top:310px;
	right:180px;
}
#rightContent .tweet
{
	margin-top:10px;
}

#footer
{
	height:170px;
	background-color:#ffffff;
	
}
#button
{
	width:100px;
	margin:0px auto;

}
img.twitterImg
{
	vertical-align:middle;
}
.sponsorLevel
{
	width:500px;
	clear:left;
}
.logo
{
	margin:20px 10px 0px 0px;
}
h1
{
	color:#dc3522;
	font-weight: bold;
	font-style: inherit;
	font-size: 2.25em;
	font-family: sans-serif;
}
h2
{
	color:#000000;
	font-weight: bold;
	font-style: inherit;
	font-size: 1em;
	font-family: sans-serif;
}
p
{
	color:#000000;
	font-weight: normal;
	font-size: 0.825em;
	line-height: 1.25em;
	font-family: sans-serif;
}
p.sponText
{
	color:#000000;
	font-style:italic;
	font-weight: normal;
	font-size: 0.65em;
	line-height: 1.25em;
	font-family: sans-serif;
}
p.tweetText
{
	color:#000000;
	font-style:italic;
	font-weight: normal;
	font-size: 0.625em;
	line-height: 1.25em;
	font-family: sans-serif;
}
p.tweetText a {text-decoration:none; color:#dc3522;}
p.tweetDate
{
	color:#000000;
	font-weight: bold;
	font-size: 0.625em;
	line-height: 1.25em;
	font-family: sans-serif;
}

a {text-decoration:none; color:#dc3522;}
a:hover {color:#ff3522;}
strong{font-weight:bold; font-size:1.5em;}

