/*CSS*/
body {
background: #ffffff; 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 75%;
margin: 0px auto;
color: #808080;
margin-top: 0px;}
acronym { cursor: help; border-bottom: 1px dashed #999; }

a { text-decoration: underline; color: #6698c9;}

a:hover { text-decoration: none; color: #8DBBC7; }

img {border: 0;}

.img_left {
float: left;
margin-right: 5px;
}

.img_right {
float: right;
margin-left: 5px;
}

.left {text-align: left;}
.right {text-align: right;}
.center {text-align: center;}

/*------------ Container ---------------------------------------------*/
#container {
width: 872px;
margin: -60px auto 0em auto;
background-color: #fff;
padding: 0px;
}

#content {
width: 872px;
background: #fff;
}	
/*------------ Logo & Top navigation ----------------------------------------*/	
#topwrapper {
width: 100%;
background: inherit;
margin: 0px 0em 0px 0em;
padding: 0;
}


*html #topwrapper {margin: 0;} /* IE fix */

#logo h1{
width: 872px;
display: block;
float: left;
margin-top: 0 px;
text-indent: -99999px;
}

#logo h1 a{
width: 300px;
display: block;
text-decoration: none;
}


/*------------ Header section ----------------------------------------*/	
#header {
clear: both;
background: #fff url(../images/header4.jpg) no-repeat;
padding: 0 0 262px 0;
}

*html #header {padding: 0 0 250px 0;} /*IE fix */
	
#header h1 {
text-indent: -99999px;
}	

/*------------ Content section -----------------------------------------*/



#contentwrapper {
width: 872px;
background: #fff url(../images/bg2.jpg) repeat-y;
margin: -222px 0em 8px 0em;
padding: 0;

}

/*------------ Left collumn items --------------------*/
#left_coll {
width: 850px;
background: inherit;
clear: left;
float:left;
margin: 0 10px 0 0;
padding: 10px 10px 10px 0px;
line-height: 1.6em;
font-size: 0.9em;
}

#left_coll h1 {
font-size: 1.2em;
padding-left: 25px;}


#left_coll h2 {
font-size: 1.2em;
padding-left: 25px;}

#left_coll p {
padding-left: 25px;}

.box01 {
width: 815px;
border: 1px solid #ccc;
background: #e8e8cc;
padding: 3px;
margin-top: 2px;
margin-left: 25px;
}

.box p {
font-size: 0.9em;
}

.addbox01 {
width: 815px;
border: 1px solid #ccc;
background: #99FF66;
padding: 3px;
margin-top: 2px;
margin-left: 25px;
}

.addbox p {
font-size: 0.9em;
}

#boxes {
margin-left: 25px;}

#box1 {
background: #fff url('../images/boxbg.jpg') repeat-x top;
border: 1px solid #ccc;
width: 30%;  
float: left; 
margin: 0 2px; text-align: left;
padding: 1px; 
}

#box2 { 
background: #fff url('../images/boxbg.jpg') repeat-x top;
border: 1px solid #ccc;
margin: 0 auto;
width: 30%;  text-align: left; 
padding: 1px;
}

#box3 { 
background: #fff url('../images/boxbg.jpg') repeat-x top;
border: 1px solid #ccc;
width: 30%; 
float: right; 
margin: 0 2px; text-align: left;
padding: 1px;
}


#box1 h2, #box2 h2, #box3 h2 {
margin-left: 4px;
}

.center {
text-align:center;
display:block;
margin-top: 15px;
}

.box {
margin: 0em 24px 10px 4px;
line-height: 1.3em;
font-size: 0.8em;
border: 0;text-align: center;}
/*------------ Center collumn items --------------------*/


/*------------ Footer section -----------------------------------------*/

#footerwrapper {
width: 872px;
clear: both;
margin: -18px 0px 5px 0px;
padding: 0px;
font-size: 0.8em;}
#footerwrapper2 {
width: 872px;
background: #fff url(../images/bgbt2.jpg) no-repeat;
clear: both;
margin: -35px 0px 0px 0px;font-size: 0.8em;padding-top:15px;padding-left: 0px;padding-bottom: 70px;padding-right: 0px;}

#footerwrapper2 p {padding-top:45px;}

#footerwrapper2 a { text-decoration: underline; color: #888;}
#footerwrapper2 a:hover { text-decoration: none; color: #A2AFBF; }

#footer {
width: 852px;text-align: center;
}




#payOff {
width: 852px;
background inherit;
clear: both;
margin: 0 auto;
padding: 5px 0 10px 0;
font-size: 0.9em;
color: #000;
text-align: center;
}
#payOff a { text-decoration: underline; color: #888;}
#payOff a:hover { text-decoration: none; color: #ccc; }


/*----------- workarounds and hacks -------------------------------------*/
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



/***** Navigation *****/
#navigation
{
	background:#99ff66;
	color:#3366ff;
	font-size:.8em;
	height:2em;
	line-height:2em;
	margin-top: 193px;
	margin-left: 25px;
	margin-right: 25px
}

#navigation li
{
	float:left;
	list-style:none;
	white-space:nowrap;
}

#navigation li a
{
	background:inherit;
	color:#3366ff;
	display:block;
	font-weight:bold;
	padding:0 15px;
	text-decoration: none;
	text-transform:uppercase;    }

* html #navigation a {width:1%;}

#navigation .selected,#navigation a:hover
{
	color:#ffffff;
	text-decoration: none;}

#navigation ul,#navigation li
{
	margin:0;
	padding:0;
}
