/*       Layout
======================= */
body {
    margin: 0px;
    padding: 0px;
    text-align: center;
    background:#fff url("../images/body-bg.gif") repeat-x;
}
div {
    position: relative;
}
img {
    border:0;
}
#pagewidth{
	margin:0 auto;
    padding:103px 0 0;
    width:865px;
    position:relative;
    text-align: left;
}
#content {
    width:100%;
    overflow: hidden;   
    padding-bottom: 20px;
}
#header{
	position:absolute;
    left:0;
    top:0;
    width: 865px;
    background: url("../images/header-bg.jpg") no-repeat right 8px;
    height: 83px;	
}
#wrapper{
    clear:both;
}
#leftcol{
	width:160px;
    float:left;
    position:relative;
    z-index:5;
    padding:3px 0 0;    
    overflow:hidden;
}
#maincol{
	float:right;
    width:680px;
    position:relative;
    padding: 0; 
 }
#footer{
    width: 100%;
    overflow: hidden;
    padding-top: 5px;
    padding-bottom: 20px;
    clear: both;
    border-top: 1px solid #bcbcbc;
}
.two-columns {
	width: 100%;
	overflow: hidden;	
}
.column {
	float: left;
	padding-left: 28px;	
}
.column.first {
	padding-left: 0px;	
}
.two-columns .column {
	width: 325px;	
}
.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: #000;
}
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: 20px;
    margin-top: 5px;
    margin-bottom: .3em;
    background: #e3edef;
    padding: 6px 10px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
    
}
h2 {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: .5em;    
}
h3 {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: .5em;
}
h1, h2, h3, legend {
    color:#000;    
}
a {
	outline:none;
}

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

#nav {
    list-style:none;
    width: 160px;
    margin:0;
    padding:0;
    line-height:1em;
    overflow: hidden;
}
#nav li{
    position:relative;
    float:left;
    margin:0;
    padding:0;
}
#nav li a {
    display:block;
    padding:2px 5px 2px 7px;
    text-decoration:none;
    color:#fff;
    background: #005e6c;
    font-weight: bold;
    width: 148px;
    margin-bottom: 1px; 
}
#nav li a:hover,
#nav li a.current  {
    background: #000;
}
#nav li ul {
	margin: 0;
	padding: 2px 0;
	width: 100%;
	overflow: hidden;
}
#nav li ul li{
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}
#nav li ul li a{
	font-size: 11px;
	color: #006666;
	background: none;
	padding: 1px 5px 1px 10px;
	width: 145px;
	margin-bottom: 0;
	line-height: 11px;
}
#nav li ul li a:hover{
	background: none;
	color:#000;
}

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

/*       Header
========================= */
#header h4 {
    margin:0;
    padding: 0;
    background: none;    
    position:absolute;
    height:59px;
    width: 285px;
    top:10px;
    left:-2px;
    overflow:hidden;
}
#header h4 a{
    display:block;
    height:100%;
    width: 100%;
}
#header h4 a span{
    display:block;
    height:100%;
    width: 100%;
    position:absolute;
    top:0;
    left:0;
    background: url("../images/logo.gif") no-repeat; /* logo image */
    cursor:pointer; /* ie */
}


/*       Leftcol
========================= */
.add-block {
	text-align: center;
	margin: 10px 0 0;	
	padding: 10px;
}
.add-block.blue {
	background: #e4f7f2;	
	margin-top: 17px;
}
.add-block.blue p {
	color: #666666;	
}
.add-block p {
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 0;	
}
a.red-button {
	display: block;
	text-align: center;
	padding: 2px 0;
	-khtml-border-radius: 3px;
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #e9322c;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	margin-top: 10px;
	font-size: 11px;
}
a.red-button:hover {
	background: #b50b0b;
}


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

#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, #header h1 a span{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;}
#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{ width: auto; height:auto; text-indent:0; position:static;top:0;left:0;}
#header h1{ margin-bottom:1em;}
}

/*     additional css
========================= */

.column img {
	padding: 4px 0 8px 0;	
}
.column img.right {
	padding: 0 0 8px 10px;
	float:right;	
}
.column img.left {
	padding: 0 10px 8px 0;
	float:right;	
}

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;
}

