@charset "UTF-8";

/* 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;
  	font-family: Arial, Verdana, Sans-serif;
	background: transparent;
	outline:0;  
}

html {
	font-size:100.01%;
	height:100%;
	overflow:-moz-scrollbars-vertical;
	overflow-y:scroll; 
}

body { 
  line-height: 1; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

td, th{ 
	vertical-align: top;
	text-align:left;
}



/* TinyMCE Class */
body.mceContentBody {
	background-image:none;
   	background-color:#FFFFFF;
	text-align:left;
	font-family:Arial;
	font-size:12px;
}



/* General Classes */
#inner-content ul, #inner-content ol, body.mceContentBody ul, body.mceContentBody ol{
	margin:0 0 20px 0;
}

#inner-content ul {
	list-style-type: disc;
}

#inner-content ol {
	list-style-type: decimal;
}

#inner-content li, body.mceContentBody li, body.mceContentBody li{
	margin: 0 0 0 13px;
}

#inner-content h1{
	float: left;
	width: 100%;
	border-bottom: 1px solid #DCDCDC;
	vertical-align: bottom;
	padding-bottom: 3px;
	color: #2b2825;
	font-size: 15px;
	margin-bottom:10px;
	font-weight:bold;
}

#inner-content h2{
	padding-bottom: 0px;
	color: #2b2825;
	font-size: 12px;
	font-weight:bold;
}

#inner-content p{
	padding-bottom:10px;
}

#inner-content a{
	color:#3e5a72;
	text-decoration:underline;
}

#inner-content a:hover, #inner-content a:active{
	text-decoration:none;
}


.small{
	font-size:10px;
	line-height:normal;
}

.hide{
	display: none;
}

hr{
	border: none;
	background:none;
	height:1px;
	border-bottom: 1px solid #DCDCDC;
	margin-top: 2px;
	margin-bottom: 2px;
}

.right{
	text-align:right;
}

.top{
	vertical-align:top;
}

.floatRight{
	float:right;
}

.floatLeft{
	float:left;
}

.clear{
	clear:both;
}

.nowrap{
	white-space:nowrap;
}



/* Basic Classes */
html{
	overflow: auto;
}

html,
body{
	margin: 0px;
	padding: 0px;
	text-align: center;
}

body {
	background: #666d75  url('/pub/img/background.png') repeat-x;
	font-size:12px;
	color:#2b2825;
	height:100%;
	line-height:18px;
}

div#body{
	position: relative;
	width: 918px;
	margin: 0px auto;
	text-align: left;
}
	
div#content{
	position: relative;
	float: left;
	margin-top: 158px;
	width: 918px;
	width: 918px;
	min-height: 599px;
	padding-bottom: 180px;
}

div#header{
	clear: both;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 858px;
	height: 103px;
	padding: 10px 30px;
}

#slideshow ul{
	list-style: none;
}

div#logo{
	float: left;
	margin-top: 24px;
	width: 125px;
	height: 66px;
}

div#header-text{
	float: right;
	margin-top: 28px;
	text-align: right;
}

div#menu{
	position: absolute;
	clear: both;
	top: 124px;
	height: 33px;
	width: 858px;
	padding: 0px 30px;
	background: url('/pub/img/menu-background.png') repeat-x;
}

div#menu a.header-menu-item{
	position: relative;
	float: left;
	padding: 8px 0px 6px 0px;
	font-size: 12px;
	font-weight: bold;
	color: #d7d8d8;
	text-decoration: none;
}

div#menu .current, div#menu a.current {
	color: #FFFFFF;
}

div#menu span{
	float: left;
	font-size: 12px;
	margin: 0px;
	padding: 6px 0px 7px 0px;
	color: #FFFFFF;
}

div#menu span.header-menu-seperator{
	float: left;
	height: 33px;
	width: 2px;
	margin: 0px 13px 0px 14px;
	background: url('/pub/img/menu-seperator.png') repeat-x;
}

div#footer{
	position: relative;
	float: left;
	width: 858px;
	height: 31px;
	padding: 16px 30px;
	background: transparent url('/pub/img/footer-background.png') repeat-x;
	color: #A6B3B3;
}

div#footer *{
	color: #A6B3B3;
	text-decoration: none;
}

div#footer-address{
	float: left;
}

span#footer-address-title{
	font-weight: bold;
}

div#footer-menu{
	float: right;
	text-align:right;
}

a#focusnet{
	font-size:10px;
	color: #4a4f55;
	text-decoration:none;
	margin-left:724px;
}

div#footer-free{
	position: relative;
	display: block;
	height: 180px;
	width: 918px;
	background-color: transparent;
}

div.banner-text{
	clear: both;
	position: absolute;
	color: #FFFFFF;
}

div#banner{
	position: relative;
	float: left;
	width: 918px;
	height: 102px;
	overflow:hidden;
}

div#inner-content{
	position:relative;
	float: left;
	width: 858px;
	padding: 44px 30px;
	background: #FFFFFF url('/pub/img/content-background.png') repeat-x;
}

div#banner-text-1{
	top: 18px;
	left: 27px;
	text-align: left;
	z-index:1000;
}

div#content-col-1{
	width: 100%;
	float: left;
	min-height: 201px;
}
