/* CSS Document */
body { 
  background: url(../images/bk2.jpg) repeat;
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 18px; 

  scrollbar-face-color: #B5B992;
  scrollbar-highlight-color: #ffffff;
  scrollbar-3dlight-color: #ffffff;
  scrollbar-darkshadow-color: black;
  scrollbar-shadow-color: antiquewhite;
  scrollbar-arrow-color: #ffffff;
  scrollbar-track-color: #FBF6E9;
}

#wrap {
  border: dotted 0px
  width: 100%;
	height:100%;
}

/* Container file has mainbody and right-col enclosed and header */
#container {
  border: dotted 0px;
  width: 786px;
	background: transparent url(../images/body_bk.jpg) repeat;
  margin-left: auto; /* this keeps page to center*/
  margin-right: auto; /* this keeps page to center*/
  position:absolute;
  left: 50%;  /* sets ver centre  */
  top: 50%; /* sets ver centre  */
  margin-top: -260px; /* sets ver centre - half of the height */
  margin-left: -355px; /* sets ver centre -  half of the width */
}

#header{
  border: dotted 0px;
  width: 786px;
	height: 60px;
  left:0px;
  top:0px;
}

#header-in{
  border: dotted 0px;
  width: 786px;
  background: transparent url(../images/top.jpg) no-repeat; 
	height: 60px;
}

/* ################ MENU CSS ############ */

#menu{
  border: dotted 0px #ffffff;
  margin-top: 4px;
	float: right;
	width: 425px;
	height: 50px;
	color:#ffffff;
}

.menu_link a { 
  border: dotted 0px;
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 13px; 
  color: #ffffff; 
  text-decoration: none;
  margin-bottom: 10px;
  margin-left:3px;
  text-align: center;
  font-style: italic; 
}

.menu_link a:hover  { 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 13px ; 
  color: #ccc; 
  background-color: #;
  text-align: center;
  text-decoration: underline;
  font-style: italic; 
}

#body-wrap{
  border: dotted 0px;
}

#left-col{
  width:347px;
  background: transparent url(../images/left_bk.jpg) repeat; 
  height: 381px;
}

#left-col-in{
  border: dotted 0px;
  width:347px;
  height: 381px;
}

/* ################ MAIN BODY ############ */

#mainbody{
  border: dotted 0px;
  font-family: Arial, Helvetica, sans-serif; 
  height: 380px;
	background: transparent url(../images/bk4.jpg) repeat;
	float: right;
  overflow:auto;
	margin-left: 0px;
	padding-bottom: 0em;
	padding-top: 1em;
	margin-right: 2.5em;
	padding-left: 0em;
  line-height:150%;
  text-align:left;
  font-size:13px;	
  color: #404040;  
	width: 385px;
}

#content{
  vertical-align: top;
}

/* #################### CONTENT ############### */

.table_txt{ 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 12px; 
  color: #404040; 
  font-style: normal; 
}

a { 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 14px; 
  color: #496D3F; 
  text-decoration: underline;
  font-style: normal; 
}

a:hover { 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 14px; 
  color: #BBBF9C; 
  background-color: #;
  font-style: normal; 
}

h1 { 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 16px; 
  color: #496D3F; 
  font-style: italic;  
  margin-bottom: 2px;
}

h2 { 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 24px; 
  color: #0D443D 
 }

h3 { 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 16px; 
  color: #0D443D; 
  font-style: italic; 
  margin-bottom: 0 
}

h4 { 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 18px; 
  color: #A52A2A 
}

h5 { 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 12px; 
  color: #A52A2A 
}

h6 { 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 8px; 
  color: #A52A2A 
} 

hr{ 
  color:brown; 
  background-color:tan; 
  width:90%; 
  height:2px; 
} 

p {
  margin-top: 0;
}

.note { 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 14px; 
  color: purple; 
  font-weight: bold;
} 

li {
list-style-type: disc
margin-top: 5px;
}


/* #################### FORMS ############### */

input {
  color: #000000;
  background-color: #E2E5D5;
  height: 15px;
  font-size: 12px;
  border: solid #9B9B9B 1px;
}

#select
{
  color: #000000;
  background: #E2E5D5;
  border: 1px solid #9B9B9B;
  height: 15px;
  font-size: 12px;
}

textarea{
  color: #000000;
  background: #E2E5D5;
  border: 1px solid #9B9B9B;
  font-size: 12px;
}

.text{
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 13px; 
  color: #404040;
}

.address{
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 13px; 
  color: #404040;
  line-height: 140%;
}


input.btn {   
  color:#050;   
  font: bold 75%'trebuchet ms',helvetica,sans-serif;   
  background-color: #ffffff;   
  height: 20px;
 }  

.form_label{
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 13px; 
  color: #404040;
  text-align: right;
}

/* ################ FOOTER ############ */
 #footer {
  border: dotted 0px;
	width: 786px;
	background: transparent url(../images/bottom.jpg) no-repeat; 
	height: 27px;
  text-align:center;
  clear: both;
  margin: 0;
  padding: 0em;
  margin-top: 0px;
  margin-left: 0px;
}

 #footer2 {
  border: dotted 0px;
	width: 100%;
  margin-left: auto; /* this keeps page to center*/
  margin-right: auto; /* this keeps page to center*/
	height: 65px;
  text-align:center;
  position:absolute;
}

.menu_link2 a { 
  border: dotted 0px;
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 12px; 
  color: #ffffff; 
  text-decoration: none;
  margin-bottom: 10px;
  margin-left:3px;
  text-align: center;
  font-style: none; 
  letter-spacing: 1px;
}

.menu_link2 a:hover  { 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 12px ; 
  color: #ccc; 
  background-color: #;
  text-align: center;
  text-decoration: underline;
  font-style: none; 
}

 #copy {
  border: dotted 0px;
  margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif; 
  font-size: 12px; 
  color: #ffffff;
  text-decoration: none;
  text-align:center;
}


#cbiz {
  border: dotted 0px;
  margin-top: 15px;
	height: 15px;
	background-image: url(../images/cbiz-powered.jpg);
	background-position: center; 
	background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto; 
	width: 80px;
}
