﻿/* Global Normaliazing Styles */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abs
br, 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 {
	border:2;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	margin:2;
	outline:0;
	padding:0;
	vertical-align:top;
}
html {
    overflow-y:scroll;
}
body {
	background:#fff;
	font-size:62.5%;
	line-height:1;
	height: auto;
}
ol, ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
:focus {
	outline:0;
}
ins {
	text-decoration:none;
}
del {
	text-decoration:line-through;
}
table {
	border-collapse:inherit;
	border-spacing:0;
}
h1, h2, h3, h4, h5, h6 {
	color:#000;
	font-weight:bold;
	text-align:left;
}
p, li, dt, dd, label {
	color:#000000;
	font-weight:normal;
	text-align:left;
}
a {
	color:#fff;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
img {
    -ms-interpolation-mode:bicubic;
}

/* Header */
#header {
	background:#fff;
	border-bottom:5px solid #e2e2e2;
	margin:0 auto;
	padding:15px 0 7px;
	position:relative;
	width:1080px;
}
#header h1, #header h1 a {
	display: block;
	float:left;
	height:41px;
	text-align:left;
	text-decoration:none;
	text-indent:-5555px;
	width:305px;
}

/* introHeader */
#introHeader {
	background:#fff;
	margin:0 auto;
	padding:15px 0 7px;
	position:relative;
	width: 1080px;
}
#introHeader h1, #introHeader h1 a {
	display: block;
	float:left;
	height:41px;
	text-align:left;
	text-decoration:none;
	text-indent:-5555px;
	width:257px;
}

/* Nav */
#header ul.nav {
	float:right;
}
#header ul.nav li {
	display:block;
	float:left;
	font-size:12px;
	font-weight:bold;
	padding:0 6px;
	text-align:center;
	text-transform:none;
}
#header ul.nav li a { 
    color:#999;
    display:block;
    height:37px;
    padding:11px 0 1px; 
    text-decoration:none; 
}
#header ul.nav li a:hover {
	color:#000;
}

/* Content Containers */
.contentContainer {
	margin:0 auto;
	position:relative;
	width:1080px;
}
.mainContent {
	float:left;
	width:1080px;
}
.arrow {
    background:url(../Images/sprite.png) no-repeat scroll 0 -140px;
    height:28px;
    width:300px;
}
.invalid .arrow {
    background-position:-305px -140px;
}


/* Modules */
.module {
	position:relative;
	background-color: #FFFFFF;
}
.module .header {
    color:#fff;
    margin-bottom:5px;
    padding-bottom:5px;
}
.module .header a {
    color:#fff;
}
.module .header h3 {
    color:#fff;
    font-size:1.6em;
	text-transform:uppercase;
}
.module .content a {
    color:#fff;
}
.module .footer {
    color:#fff;
    margin-top:5px;
}
.module .footer p {
    font-size:1.2em;
}
.module .footer a {
    color:#fff;
}




/* Footer */
#footerWrapper {
    margin-top:15px;
    padding-bottom:1px;
}
#footerWrapper #footer {
	margin:0 auto 0;
	padding:8px 0 0 0;
    width:1080px;
}
#footerWrapper #footer a:hover {
    color:#fff;
}
#footerWrapper #footer .legal {
    clear:left;
    _margin-top:20px;
	_padding-top:15px;
    padding-top:15px;
	#padding-top:5px;
}
#footerWrapper #footer p {
	font-size:1.3em;
	line-height:1.4em;
	margin-bottom:15px;
}
#footerWrapper #footer .footerBlock {
	float:left;
	margin:10px 0 15px 0;
}
#footerWrapper #footer .footerBlockLeft {
	margin-right:15px;
	width:435px;
}
#footerWrapper #footer .footerBlockMiddle {
	margin-right:15px;
	width:315px;
}
#footerWrapper #footer .footerBlockRight {
	width:300px;
}
#footerWrapper #footer .footerBlock h5 {
	margin-bottom:5px;
	font-size:1.3em;
	font-weight:normal;
}
#footerWrapper #footer .footerBlockLeft h5 {
	font-size:1.5em;
}
#footerWrapper #footer .footerBlock h5 a {
	color:#fff;
}
#footerWrapper #footer .footerBlock p {
	font-size:1.2em;
	line-height:1.4em;
}
#footerWrapper #footer .footerBlock ul {
	list-style:square;
}
#footerWrapper #footer .footerBlock ul li {
	margin-left:13px;
	#margin-left:17px;
	font-size:1.2em;
	line-height:1.5em;
}
#footerWrapper #footer .footerBlock img {
	margin-right:10px;
	float:left;
}
#footerWrapper #footer .footerDiscussion p {
	margin:0;
	padding:2px 0;
	font-size:1.1em;
}
#footerWrapper #footer .footerSeperator {
    clear:left;
}



/* Float clearing styles */
.clearfix:after {
    clear:both;
    content:".";
    display:block;
    height:0;
    visibility:hidden;
}
.clearfix { display:inline-block; }
/* Hide from IE Mac \*/
.clearfix { display:block; }
/* End hide from IE Mac */
