/* 
@author: Paul Jones

Global preset - That's right no funny stuff
 ============================================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, 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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    list-style: none;
    text-decoration: none;
    border-collapse: collapse;
    border-spacing: 0;
}:focus {
    outline: 0;
}

body {
	font-family: Arial,Helvetica,sans-serif;
	height: 100%;
}

#content a:hover {
	color: #5c743d;
	text-decoration: underline;
}

#body-bg {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: -50;
}



#container {
	width: 1000px;
	margin: 0 auto;
}

#header {
	width: 1000px;
	height: 118px;
	background: url(../images/header-bg.jpg) no-repeat;
	float: left;
	position: relative;
}

#header #logo {
	bottom:-22px;
	position:absolute;
	right:46px;
}

#header #nav-main {
	width: 1000px;
	height: 23px;
	margin-top: 95px;
	background-color: #20367f;
	font-size: 9pt;
}

#header ul {
	margin-left: 12px;
}

#header li {
	position: relative;
}

#header li {
	background-color: #20367f;
}

#header li, #header li a, #header li a:link, #header li a:visited {
	color: #fff;
	float: left;
	margin: 2px 5px;
}

#header li:hover, #header li.parent:hover {
	background-color: #4f9149;
}

#header a:link, #header a:visited, #header a:hover {
	width: 100%;
}

#header a:hover {
	background-color: transparent;
}

#header li ul {
	position: absolute;
	left: -10px;
	top: 18px;
	z-index:100;
	border: 1px solid #7B7AA6;
	background-color: #20367f;
	display: none;
}

#header li ul ul {
	position: absolute;
	left: 130px;
	top: -7px;
	margin: 0;
}

#header li li {
	float: left;
	clear: both;
	width: 130px;
}

#header li li.parent {
	background: url(../SpryAssets/SpryMenuBarRight.gif) no-repeat scroll 125px 6px;
}

#content {
	float: left;
	width: 980px;
	padding: 14px 10px;
	position: relative;
}

#content .background {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -20;
	background-color:#FFFFFF;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;

}

#content #sidebar {
	float: left;
	font-size:9pt;
}

#sidebar p {
	margin: 12px 0;
}

#sidebar a {
	color: #007700;
}

#sidebar .moreLink {
	margin-left: 150px;
}

#sidebar .panel {
	background-color:#999999;
	margin:16px;
	width:230px;
}

#sidebar .header {
	background-color:#20367F;
	color:#FFFFFF;
	font-size:9pt;
	padding:4px 13px;
}

#sidebar .content {
	background-color: #fff;
	color:#777777;
	padding:4px 20px;
}

#content #mainArea {
	background-color:#FFF;
	float:left;
	margin:16px 12px;
	width:684px;
}

#mainArea a, #mainArea a:link, #mainArea a:visited {
	color: #007700;
}

#mainArea a:hover {
	color: #5c743d;
}

#mainArea p {
	margin: 10px 0;
}

#mainArea li {
	list-style-position: outside;
	list-style-type: disc;	
	margin: 5px 0 5px 20px;
}

#mainArea li p {
	display: inline;
}

#mainArea td {
	border: solid 1px #000000;
	padding:2px 10px;
}

#mainArea .header {
	background-color:#20367F;
	color:#FFFFFF;
	font-size:9pt;
	padding:4px 15px;
}

#mainArea .content {
	background-color:#fff;
	color:#777777;
	font-size:9pt;
	padding:1px 15px 20px;
}



#footer {
	float: left;
	width: 1000px;
	height: 200px;
}

#footer .header {
	background:#20367F url(../images/bac_logo.jpg) no-repeat scroll 27px 0;
	color:#999;
	float:left;
	font-size:9pt;
	height:42px;
	padding:24px 290px;
	width:420px;
}

#footer .content {
	float: left;
	color:#777777;
	font-size:9pt;
	margin-left: 200px;
}

#footer .links {
	float:left;
	height:100px;
	width:990px;
	padding-left:10px
}

#footer .links li {
	float:left;
	margin: 25px;
}