/*
 * || Properties ||
 * Author: Lucem Solutions
 * Date: 4/3/09
 * 
 * || Responsibilities ||
 * I am a stylesheet.
 * 
 * || History ||
 * 
 * || Attributes ||
 * 
 */

body {
	z-index: -1;
	margin: 0 auto;
	width: 1000px;
	height: 100%;
	line-height: 1.5em;
	background: #fff;
	font-family: arial, verdana, sans-serif;
	font-size: small;	
	color: #000;
	}
		
#wrapper {
	z-index: 0;
	float: left;
	position: relative;
	display: table; /* must put this in for FireFox. */
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	background: #fff;
	width: 980px;
	height: 100%;
	/*border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;*/
	}
	
#innerwrapper {
	z-index: 1;
	float: left;
	position: relative;
	margin: 0 auto;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background: #fff;
	width: 958px;
	/*border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;*/
	}
       
#body {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 100%;
	min-height: 500px;
	line-height: 1.5;
	font-size: 95%;
	text-align: left;
	}

a:link {
	color: #000485;
	text-decoration: none;  
	}
		
a:visited {
	color: #000485;
	text-decoration: none;
	}
		
a:hover {
	color: #d69218;
	text-decoration: underline;
	}
	
/* --[ header ]-- */
#header {
	position: relative;
	margin: 0 auto;
	padding: 10px;
	height: 115px;
	background: #fff;
	border-bottom: 1px solid #ccc;
	}
	
#header #title {
	float: left;
	position: relative;
	padding-top: 5px;
	width: 250px;
	font-size: 320%;
	font-weight: bold;
	color: #d69218;
	}
	
#header #logo {
	float: right;
	position: relative;
	margin-right: 5px;
	margin-top: -35px;
	vertical-align: top;
	}
	
#header #ticker {
	float: left;
	position: relative;
	margin-right: 5px;
	margin-top: 100px;
	margin-top: 10px;
	width: 395px;
	vertical-align: top;
	text-align: center;
	}
	
#header #login {
	float: right;
	position: relative;
	margin-right: 5px;
	vertical-align: bottom;
	text-align: right;
	}
	
#headerBlog {
	position: relative;
	margin: 0 auto;
	padding: 10px;
	height: 160px;
	background: #fff;
	border-bottom: 1px solid #ccc;
	}
	
#headerBlog #title {
	float: left;
	position: relative;
	padding-top: 5px;
	width: 250px;
	font-size: 320%;
	font-weight: bold;
	color: #d69218;
	text-align: center;
	}
	
#headerBlog #logo {
	float: right;
	position: relative;
	margin-right: 5px;
	margin-top: -35px;
	vertical-align: top;
	}
	
#headerBlog #ticker {
	float: left;
	position: relative;
	margin-right: 5px;
	margin-top: 100px;
	margin-top: 10px;
	width: 475px;
	vertical-align: top;
	text-align: center;
	}
	
#headerBlog #login {
	float: right;
	position: relative;
	margin-right: 5px;
	margin-top: 100px;
	margin-top: 10px;
	vertical-align: top;
	text-align: right;
	}
	
/* --[ footer ]-- */
#footer {
	float: left;
	position: relative;
	margin-top: 10px;
	padding-top: 10px;
	width: 100%;
	text-align: center;
	font-size: 95%;
	color: #000;
	border-top: 1px solid #ccc;
	}
	
#footer #footerlinks {
	padding-bottom: 5px;
	text-align: center;
	font-size: 95%;
	}
	    	
#footer #copyright {
	padding-bottom: 20px;
	text-align: center;
	font-size: 90%;
	}
	
/* --[ home ]-- */
#pageBody {
	margin: 0 auto;
	width: 922px;
	vertical-align: top;
	}
	
#pageTop {
	margin-bottom: -5px;
	background: url(../../resource/images/background_top.jpg) no-repeat;
	width: 922px;
	height: 290px;
	}

#guide {
	float: right;
	padding-top: 15px;
	padding-right: 20px;
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 200%;
	text-align: right;
	line-height: 120%;
	}
	
#topten {
	float: right;
	margin-top: 140px;
	margin-left: 300px;
	padding-bottom: 50px;
	padding-right: 20px;
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 170%;
	text-align: right;
	line-height: 105%;
	}
	
#pageBottom {
	margin: 0 auto;
	background: url(../../resource/images/background_bottom.gif) no-repeat;
	width: 668px;
	height: 270px;
	align: center;
	}
	
#pageBody #freeReport {
	margin: 0 auto;
	width: 300px;
	align: center;
	}
	
#pageBody #highlights {
	margin-top: 30px;
	width: 668px;
	color: #fff;
	font-size: 15px;
	}

#pageBody #highlights .title {
	padding-top: 5px;
	padding-left: 15px;
	padding-bottom: 5px;
	font-size: 17px;
	font-weight: bold;
	color: #efb410;
	}

#pageBody #box1, #pageBody #box2, #pageBody #box3 {
	float: left;
	padding-left: 0;
	height: 100px;
	color: #fff;
	}

#pageBody #box1 {
	margin-left: 12px;
	width: 200px;
	}
	
#pageBody #box2 {
	margin-left: 12px;
	width: 200px;
	}
	
#pageBody #box3 {
	margin-left: 22px;
	width: 200px;
	}

#pageBody #highlights #boxBody1 {
	padding-left: 15px;
	}
	
#pageBody #highlights #boxBody2 {
	padding-left: 15px;
	}
	
#pageBody #highlights #boxBody3 {
	padding-left: 15px;
	}
	
/* --[ layout ]-- */
#pagetitle {
	font-weight: bold;
	font-size: 165%;
	}
	
#subhead {
	padding-top: 10px;
	font-weight: bold;
	font-size: 110%;
	}
	
.orderedlist {
	float: left;
	padding-top: 10px;
	width: 50%;
	}
	
#step {
	margin-bottom: 5px;
	padding-top: 10px;
	font-weight: bold;
	font-size: 135%;
	border-bottom: 3px solid #ccc;
	}
	
#leftnav {
	float: left;
	position: relative;
	margin: 0;
	padding-right: 10px;
	width: 300px;
}

#content {
	float: right;
	position: relative;
	width: 640px;
}

#guideBlog {
	margin: 0;
	padding-bottom: 10px;
	text-align: center;
}
	
/* --[ Force pre to wrap ]-- */
.prewidth {
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
	width: 100%;
	font-family: arial, verdana, sans-serif;
	}