/*       Layout
======================= */
body {
    margin: 0px;
    padding: 0px;
    text-align: center;
    background:#fff url("../images/body-bg.png") repeat-x;
}
div {
    position: relative;
}
img {
    border:0;
}
#pagewidth{
	margin:0 auto;
    padding:348px 0 0;
    width:865px;
    position:relative;
    text-align: left;
}
#content {
    width:100%;
    overflow: hidden;   
    padding-bottom: 30px;
}
#header{
	position:absolute;
    left:0;
    top:0;
    width: 865px;
    background: url("../images/header-bg.jpg") no-repeat 20px 20px;
    height: 290px;	
}
#wrapper{
    clear:both;
}
#leftcol{
	width:190px;
    float:left;
    position:relative;
    z-index:5;
    padding:5px 0 0;    
    overflow:hidden;
    margin-left: 30px;
}
#rightcol{
	width:155px;
    float:right;
    position:relative;
    z-index:5;
    padding:5px 0 0;    
    overflow:hidden;
}
#maincol{
	float:left;
    width:460px;
    position:relative;
    padding: 0; 
 }
#footer{
    width: 100%;
    overflow: hidden;
    padding-top: 5px;
    padding-bottom: 20px;
    clear: both;
    border-top: 1px solid #bcbcbc;
}
.left {
    float:left;
}
.right {
    float:right;
}
.txtl{
    text-align:left;
}
.txtc{
    text-align:center;
}
.txtr{
    text-align:right;
}
.clear {
    clear:both;
}
.red {
    color:#F00;
}

 /*       Text
======================= */
body, td, div, select, textarea, input {
    font: 12px Arial, Verdana, Helvetica, sans-serif;
    color: #666;
}
p, h1, h2, h3, table, form {
    margin-left: 0px;
    margin-right: 0px;
}
ul,ol{
    margin:0em 0px 1em 30px; /* Right = same as other elements. Left = Left of other elements +30 */
    padding: 0px;
}
ul li, ol li{
    line-height:1.3em;
    margin: .25em 0;
    padding: 0;
}
li ol, li ul{
    margin-left: 30px;
    margin-top:0;
    margin-bottom:0;
}
table{
    margin-right:0;
}
p {
    margin-top:0;
    margin-bottom:1em;
    line-height:1.3em;
}
h1 {
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: .3em;
    color: #000;    
}
h2 {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: .5em;        
}
h3 {
    font-size: 13px;
    margin-top: 16px;
    margin-bottom: .5em;
}
h4 {
    font-size: 12px;
    margin-top: 13px;
    margin-bottom: .4em;
}
h2, h3, h4, legend {
    color:#333;    
}


/*      Vertical Nav
========================= */

#nav {
    list-style:none;
    width: 863px;
    margin:0;
    padding:0;
    line-height:1em;
    overflow: hidden;
    position: absolute;
    top: 293px;
    left: 0;
}
#nav li{
    position:relative;
    float:left;
    margin:0;
    padding:0;
}
#nav li a {
    display:block;
    padding:2px 15px 2px 18px;
    text-decoration:none;
    color:#fff;
    background: url("../images/menu-bg.gif") no-repeat;
    font-weight: bold;
    margin-bottom: 1px; 
    text-shadow: 1px 1px 0px #0087a8;
}
#nav li:FIRST-CHILD a {
    background: none;
    padding-left: 0; 
}
#nav li a:hover,
#nav li a.current  {
	text-decoration: underline;
}

/*       Links
======================= */
a {
    color:#006699;
    text-decoration:underline;
    outline:none;
}
a:hover {    
    text-decoration:none;
}

/*       Header
========================= */
#header h1 {
    margin:0;
    padding: 0;
    background: none;    
    position:absolute;
    height:59px;
    width: 285px;
    top:13px;
    left:0px;
    overflow:hidden;
}
#header h1 a{
    display:block;
    height:100%;
    width: 100%;
}
#header h1 a span{
    display:block;
    height:100%;
    width: 100%;
    position:absolute;
    top:0;
    left:0;
    background: url("../images/logo.jpg") no-repeat; /* logo image */
    cursor:pointer; /* ie */
}
#tagline-top, #tagline {
	position: absolute;
	white-space: nowrap;
	text-indent: -9999em;
}
#tagline-top {
	width: 256px;
	height: 55px;
	right: 5px;
	top: 20px;		
	background: url("../images/tagline-top.gif") no-repeat;
}
#tagline {
	width: 420px;
	height: 117px;
	right: 83px;
	top: 130px;		
	background: url("../images/tagline.gif") no-repeat;
}

/*       Leftcol
========================= */
#subnav {
	list-style: none;
	margin: 0;
	padding: 0 0 20px;
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #00a9d2;	
}
#subnav li {
	margin: 0;
	padding: 0;
	float: left;
	position: relative;	
	width: 100%;	
}
#subnav li a {
	color: #006699;
	border-bottom: 1px solid #00a9d2;
	font-weight: bold;	
	padding: 6px 0 7px 5px;
	display: block;
	width: 185px;		
	text-decoration: none;	
}
#subnav li a span {
	color: #666;
	font-weight: normal;
}
#subnav li a:hover {
	color: #cc0000;	
}
.add-block {
	text-align: center;
	margin: 10px 0 0;	
	padding: 10px;
}
.add-block p {
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 0;	
}
a.red-button {
	display: block;
	text-align: center;
	padding: 8px 0;
	-khtml-border-radius: 5px;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #e9322c;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	margin-top: 10px;
	font-size: 12px;
}
a.red-button:hover {
	background: #ff6600;
}
.sidebar {
	width: 155px;
	margin: 0;
	padding: 0 0 178px;
	background: url("../images/sidebar-bottom.jpg") no-repeat left bottom;		
}
.sidebar .content {
	background: url("../images/sidebar-bg.png") repeat-y;
	padding: 5px 10px 0;
	width: 135px;
	margin: 0;
	color: #000;
	font-size: 11px;
	text-align: center;	
}
.sidebar .content p {
	margin-top: 5px;
	margin-bottom: 0;	
}
.sidebar .content p a{
	text-decoration: none;	
}
.sidebar .content p a:hover{
	color:#ff0000;	
}
.sidebar .top {
	background: url("../images/sidebar-top.gif") no-repeat;
	padding: 0;
	width: 100%;
	margin: 0;	
	height: 11px;
	overflow: hidden;
}


/*       Footer
========================= */
#footer a, #footer a:hover{
    color:#999999;
    text-decoration: none;
}

#footer p{
    margin:0;
    color:#999999;
    font-size:.9em;
}

/*     Float containers fix - Thanks to: http://www.csscreator.com/attributes/containedfloat.php
=============================== */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */


/*     printer styles
========================= */
 @media print{
/* Hide unwanted elements */
#leftcol, #rightcol, #nav, #header h1 a span, #tagline-top, #tagline{display:none;}
/* Kill floats and backgrounds */
body #pagewidth, #maincol, #wrapper, body, #footer, #header, #header h1, #header h1 a,#footer p{width:100%; float:none; background:none;}
/* Set margins to 0 */
p, h1, h2, h3, table {margin-left:0;margin-right:0;}
ul, ol {margin-left:30px; margin-right:0;}
#pagewidth{padding-top: 0;} 	
#maincol {padding-top:0;}
/* Make texts black */
p, li, #footer p, #footer p a{color:#000;}
/* Print Logo as text */
#header,#header h1, #header h1 a{display: none;}
#header h1{ margin-bottom:1em;}
}

sup,
sub {
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    position: relative; 
}
sup {
    bottom: 1ex;
}
sub {
    top: .5ex;
}
label, button, input[type="submit"]{
    cursor:pointer;
}
address {
    font-style:normal;
}
acronym, abbr {
	border:none;
}

