@charset "UTF-8";
@import url(core/iehacks.css);
@import url(core/reset.css);

/*===============================
	Global
Sets the default document font 
size, family and color
===============================*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #444;
	background-color: #EEEEED;
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat-x;
}
h1 { font-weight: bold; font-size: 160%; color: #444; }
h2 { font-weight: bold; font-size: 140%; color: #444; margin-bottom: 0.75em; letter-spacing: -1px; }
h3 { font-weight: bold; font-size: 120%; color: #ee2a1a; margin-bottom: 0.5em; }
h4 { font-weight: bold; font-size: 100%; color: #444; margin-bottom: 0.75em; }
h5 { font-weight: normal; font-size: 100%; color: #444; margin-bottom: 0.5em; font-style: italic}
p { line-height: 1.6em; margin-bottom: 1em; text-align: justify; }
img { border: 0; }
ul.standardlist { list-style: disc; margin: 10px 0; padding-left: 10px; font-size: 100%; }
ul.standardlist li, ul.standardlist ul li { margin-left: 10px; line-height: 1.5em; padding-bottom: 5px;}
ul.standardlist ul { list-style: circle; margin-left: 10px; padding-left: 10px; font-size: 100%; }
a {	color: #ee2a1a; }
a:focus,a:hover,a:active { color: #000; }
strong { font-weight: bold; }

/*===============================
	SITE WRAPPER
===============================*/
#site-wrapper {
	width: 950px;
	
	/* center site */
	margin-left: auto;
	margin-right: auto;
}
/*===============================
	HEADER 
===============================*/
#header-wrapper {
	width: 950px;
	height: 183px;
}
#header-title {
	float: left;
	margin-top: 54px;
}
#header-call {
	float: right;
	width: 175px;
	margin-top: 157px;
	text-align: right;
	font-size: 80%;
}
#header-call img {
	float: left;
	padding-right: 5px;
}
#header-call strong {
	font-size: 110%;
	font-weight: bold;
}
/*===============================
	NAVIGATION 
===============================*/
#nav {
	width: 100%;
	height: 150px;
	float: left;
	display: inline;
	margin-top: 13px;
}
#nav ul {
	float: left;
	display: inline;
	width: 100%;
	margin: 0;
	font-size: 85%;
}
#nav ul li {
	width: 14.285%;
	float: left;
	display: inline;
	list-style: none;
	line-height: 1em;
	margin: 0;
	padding: 0;
}
#nav ul li.last {
	float: right;
	display: inline;
	margin-left: -5px;
}
#nav ul li a span {
	font-size: 70%;
	display: block;
	padding-top: .5em;
	font-weight: normal;
	color: #000;
}
#nav ul li a {
	display: block;
	padding: 30px 5px 5px 13px;
	margin: 0;
	height: 92px;
	text-decoration: none;
	font-weight: bold;
	border-right: 5px #fff solid !important;
	border-left: 1px #DDD solid !important;
	color: #444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#nav ul li a:focus,
#nav ul li a:hover,
#nav ul li a:active {
	background: #444;
	color: #eeeeed;
}
#nav ul li a:focus span,
#nav ul li a:hover span,
#nav ul li a:active span {
	background: #444;
	color: #eeeeed;
}
#nav ul li.current a,
#nav ul li.current a span {
	background-color: #ee2a1a;
	color: #eeeeed;
}
/*===============================
	BODY 
===============================*/
#main {
	margin-top: 30px;
	margin-bottom: 30px;
	float: left;
	width: 950px;
}
#col1 { float: left; width: 400px; }
#col2 { width:auto; margin: 0 400px; }

#singlecol { float: left; width: 500px; margin-left: 200px; padding-left: 20px; text-align: justify; border-left: 1px dotted #ee2a1a; }
#singlecol_content { position: relative; }

/* Preparation for absolute positioning within content columns */
#col1_content, #col2_content { position:relative;}

#helpwwlogo { position: absolute; bottom: 180px; right: 130px; width: 275px; height: 150px; }
/*===============================
	FOOTER
===============================*/
#footer {
	clear: both;
	height: 96px;
	background-color: #333333;
	padding: 0;
}
#footer-content {
	width: 950px;
	margin: 0 auto;
}
#footer-content-left {
	float: left;
	line-height: 2em;
	margin-top: 18px;
	width: 400px;
}
#footer-content-left img {
	margin: 0 0 2px 10px;
}
#footer-content-left a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #ffffcc;
	text-decoration: none;
}
#footer-content-left a:focus,
#footer-content-left a:hover,
#footer-content-left a:active {
	border-bottom: 1px dotted #ffffcc;
}
#footer-content-right {
	float: right;
	margin: 0;
	padding: 0;
	width: 400px;
}
#subfooter {
	width: 950px;
	margin: 5px auto;
	font-size: 70%;
	color: #999999;
}
#subfooter .copyright {
	float: left;
}
#subfooter .author {
	float: right;
}

/* Backup for correct positioning */
#header-wrapper, #nav, #main, #footer { clear:both; }

/*===============================
	Section clearing methods
===============================*/

/* clearfix method for clearing floats */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* essential for Safari browser !! */
.clearfix { display: block; }

/* overflow method for clearing floats */
.floatbox { overflow:hidden; }

/* IE-Clearing: Only used in Internet Explorer, switched on in iehacks.css */
#ie_clearing { display: none; }
