/* --- CSS Reset --- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}



body {
	background-color: #404040;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	font-weight:normal;
	color:#999999;
	
	}

img {
	border: none;
}

a {
	text-decoration: none;
}

a:hover, a:active {
	color: #EC1442;
}

div.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
}


/* TYPE */

h1, h1 a {
	font-family: Helvetica, Arial, sans-serif;
	font-size:14px;
	line-height:19px;
	color:#EC1442;
	font-weight:normal;
	text-decoration:none;
	padding-bottom:12px;
}
	
h2, h2 a {
	font-family: Helvetica, Arial, sans-serif;
	font-size:14px;
	line-height:19px;
	color:#A3CAD6;
	font-weight:normal;
	text-decoration:none;
}


h3, h3 a {
	font-family: Helvetica, Arial, sans-serif;
	font-size:11px;
	line-height:15px;
	font-weight:bold;
	color:#666666;
	text-decoration:none;
}

h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-size:11px;
	line-height:15px;
	font-weight:normal;
	color:#999999;
	text-decoration:none;
}

h4 a {
	font-family: Helvetica, Arial, sans-serif;
	font-size:11px;
	line-height:15px;
	font-weight:bold;
	color:#999999;
}

h5 {
	font-family: Helvetica, Arial, sans-serif;
	font-size:11px;
	line-height:15px;
	color:#EC1442;
	font-weight:normal;
}


/* MAIN */

div#mainouterwrapper {
	width: 943px;
	margin: 0 auto;
	padding-bottom: 2em;
	position: relative;
}


div#maininnerwrapper {
	width: 879px;
	margin: 0 auto;
	background: transparent url("images/maininnerwrapper-bg.gif") repeat-y left top;
}



div#maindiv {
	width: 851px;
	margin: 0 auto;
	background-color: #fff;
}



/* HEADER */

div#top {
	width: 815px;
	height: 17px;
	margin: 0 auto;
	background: transparent url("images/header-bg.gif") no-repeat left top;
	position: relative;
}

div#header {
	width: 815px;
	height: 56px;
	margin: 24px auto 24px auto;
	position: relative;
	border-bottom: #CCC 1px solid;
	padding:0;
}

div#logo {
	width: 591px;
	height: 56px;
	float:left;
}

div#tagline {
	width: 202px;
	height: 56px;
	float:left;
	padding-top:12px;
	margin-left:20px;
}


/* INTRO */

div#intro {
	width: 815px;
	margin: 24px auto 24px auto;
	position: relative;
	border-bottom: #CCC 1px solid;
	padding:0;
}

div#intro-column1 {
	width: 591px;
	float:left;
	margin-bottom:24px;
}

div#intro-column2 {
	width: 202px;
	float:left;
	padding:0;
	margin-left:20px;
	margin-bottom:24px;
}


/* FEATURED */

div#feature {
	width: 815px;
	margin: 24px auto 0 auto;
	position: relative;
	border:0;
	padding:10px 0 20px 0;
}

div#feature-column1 {
	width: 187px;
	float:left;
	margin-bottom:0;
}

div#feature-column2 {
	width: 608px;
	float:left;
	padding:0;
	margin-left:20px;
	margin-bottom:0x;
}



/* SITE LISTINGS */

div#sites-top {
	width: 815px;
	margin: 24px auto 0 auto;
	position: relative;
	border:0;
	padding:12px 0 0 0;
	border-top: #CCC 1px solid;
}

div#sites-column1 {
	width: 397px;
	float:left;
	margin-bottom:0;
}

div#sites-column2 {
	width: 397px;
	float:left;
	padding:0;
	margin-left:21px;
	margin-bottom:0;
}

div#sites-lower {
	width: 815px;
	margin: 32px auto 0 auto;
	position: relative;
	border:0;
	padding:0 0 24px 0;
}

div#sites-text {
	width: 187px;
	float:left;
	margin-bottom:0;
}


/* BOTTOM TEXT */

div#bottom {
	width: 815px;
	margin: 24px auto 0 auto;
	position: relative;
	border-top: #CCC 1px solid;
	padding:18px 0 24px 0;
}

div#bottom-column1 {
	width: 591px;
	float:left;
	margin:0;
}

div#bottom-column2 {
	width: 202px;
	float:left;
	padding:0;
	margin-left:20px;
	margin-bottom:0;
}





/* END MAINBODY */


/* FOOTER */

div#footer {
	width: 879px;
	margin: 0 auto;
	padding: 12px 0 0 0;
	color: #737373;
	background: transparent url("images/maininnerwrapper-bg-bottom.gif") no-repeat left top;
}

div#footer a {
	color: #999;
	text-decoration: none;
}

div#footer a:hover, div#footer a:active {
	color: #aaa;
}

div#footer p {
	margin: 0;
	display: inline;
}

div#footer p#contactlink {
	font-weight: bold;
	font-size: 11px;
	line-height: 12px;
	float: left;
	margin-left: 14px;
}

div#footer p#copyright {
	font-size: 9px;
	line-height: 12px;
	float: right; 
	margin-right: 32px;
}


/* END FOOTER */
