﻿/*Copyright (c) 2009, Brexson Media Group. All rights reserved. www.brexson.com
version: 1.0.0
Contains any elements that are common throughout the site. Mainly the core layout, font, and form settings.
*/
/*=========================================== CORE ===========================================*/
body {
	background:#e4ecfc url(../images/bg-body.png) repeat-x;
}

html {
	background:#e4ecfc url(../images/bg-body.png) repeat-x;
}

/*========================================== LAYOUT ==========================================*/
#wrapper {
	width:900px;
	margin:0px auto;
}

#container {
	width:900px;
	float:left;
	clear:both;
}

#top-banner {
	width:100%;
	height:152px;
	float:left;
	clear:both;
	background:url(../images/bg-topbanner.gif) repeat-x;
	position:relative;
	margin-bottom:14px;
}

#top-banner .logo {
	background:url(../images/logo-top.gif) no-repeat;
	width:143px;
	height:152px;
	position:absolute;
	left:0px;
}

#top-banner .text {
	position:absolute;
	background:url(../images/top-text.gif) no-repeat;
	height:11px;
	width:353px;
	left:161px;
	bottom:50px;
}

#top-banner #bg-cap {
	background:url(../images/top-bg-cap.gif) no-repeat;
	width:2px;
	height:152px;
	position:absolute;
	right:0px;
}

#main-nav {
	float:left;
	clear:both;
	background:url(../images/mainnav-bg.gif) repeat-x;
	height:34px;
	width:100%;
	position:relative;
}

#main-nav #leftcap {
	background:url(../images/mainnav-cap-left.gif) no-repeat;
	left:0px;
	z-index:1;
}

#main-nav #rightcap {
	background:url(../images/mainnav-cap-right.gif) no-repeat;
	right:0px;
}
#main-nav .cap {
	width:8px;
	height:34px;
	position:absolute;
	bottom:0px;
}
#main-nav #menu-list {
	margin:0px;
	padding:0x;
	height:34px;
	width:884px;
	position:absolute;
	left:0px;
	border:0px;
	z-index:2;
}
#main-nav #menu-list li {
	margin:0px;
	padding:0px;
	background:url(../images/topnav-divider.gif) no-repeat right;
	padding-right:15px;
	padding-left:15px;
	float:left;
	display:block;
	height:34px;
	line-height:34px;
	width:auto;
	list-style:none;
}

#main-nav #menu-list li.last {
	background:none;
	padding-right:0px;
}
#content-body {
	width:100%;
	float:left;
	clear:both;
	background:#fff url(../images/content-body-bg.gif) repeat-y;
}

#content-body #main-area {
	float:left;
	background:#fff;
	width:470px;
	margin-left:28px;
	margin-bottom:14px;
	margin-right:107px;
	height:100%;
}

#content-body #aux-area {
	float:left;
	background:#ecedf0;
	width:225px;
	margin-left:20px;
	margin-right:50px;
	margin-bottom:10px;
	height:700px;
	position:relative;
	_position:absolute;
	_top:0px;
	_right:0px;
}

#footer {
	float:left;
	width:860px;
	height:auto;
	line-height:41px;
	padding:10px 20px 10px 20px;
	clear:both;
	background:#48516c;
	color:#fff;
	font-size:11px;
}

#footer #disclaimer {
	font-size:90%;
	line-height:10px;
	margin-top:-10px;
}
em.underline {
	text-decoration:underline;
}
/*========================================== FONTS ===========================================*/
.center-text {
	text-align:center;
}
#main-nav #menu-list li {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#fff;
}

#main-nav #menu-list li a:link {
	color:#fff;
	text-decoration:none;
}
#main-nav #menu-list li a:visited {
	color:#fff;
	text-decoration:none;
}
#main-nav #menu-list li a:hover {
	color:#fff;
	text-decoration:underline;
}
#main-nav #menu-list li a:focus {
	color:#fff;
	text-decoration:underline;
}
#main-nav #menu-list li a:active {
	color:#fff;
	text-decoration:none;
}

#content-body {
	color:#191919;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	_position:relative;
_min-height: 700px;
_height: auto !important;
_height: 700px;

}


h1 {
	font-family:"Myriad Pro", Myriad, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:21px;
	color:#191919;
	font-weight:normal;
	text-transform:uppercase;
}

h2{
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	color:#191919;
	font-weight:normal;
}

h3{
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#191919;
	font-weight:bold;
}

h4{
}

h5{
}

h6{
}

a:link {
	color:#8696c6;
}

a:visited {
	color:#8696c6;
}

a:hover {
	color:#003;
}

a:focus {
	color:#003;
}

a:active {
	color:#8696c6;
}

/*========================================== FORMS ===========================================*/
form {
}

form fieldset {
}

form label {
}

form select {
}

form textarea {
}

form input.text {
}

form input.button {
}

form input.checkbox {
}

form input.radio {
}

form input.file {
}

form input.image {
}

form input.hidden {
}

iframe#sidebar {
	border:0px !important;
	height:700px;
	margin:0px;
	padding:0px;
	float:left;
	width:225px;
	position:absolute;
	top:0px;
	left:0px;
}