body { 
font:12px Arial, Helvetica, sans-serif; 
background-color:#856d49; 
margin:0px; 
}

a:link, a:visited{
	color: #666666;
}
a:hover,a:focus {
	color: #004422;
}


#main {
	width:850px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	padding-right:30px;
	padding-left:30px;
	border: 1px solid #02563d;
	background-color: #FFFFFF;

}
#main #head {
	background-repeat: no-repeat;
	border-bottom: 1px solid #999999;
	height:95px;
}
#main #topimage {
	padding-top: 5px;	
}

.logo {
	height: 75px;
	background-repeat: no-repeat;
	padding-left: 20px;
	top:150px;
	width:300px;
}
#phone{
	background-image:url(../images/phone.jpg);
	background-repeat:no-repeat;
	background-position:right;
	width:320px;
	height:70px;
	position:absolute;
	top:10px;
	padding-left:450px;
	visibility: hidden;
	
}
.contbox h1{
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #004422;
	margin: 0px;
	padding: 0px;
	text-transform: capitalize;
}
#virtual {
	background-image: url(../images/virtu_bg.jpg);
	background-repeat: no-repeat;
	padding: 5px;
	background-position: bottom;
	border: 1px solid #CCCCCC;
}


.contboxtrans h1{
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #004422;
	text-transform: none;
	margin-top: 3px;
	margin-bottom: 3px
}

#main #content {
	margin-top:5px;
	padding-top:5px;	
}
#main #content #concol01 {
	float: left;
	width: 29%;
	margin-right:5px;
}
#main #content #concol02 {
	float: left;
	width: 70%;
}
#main #footer{
	margin-left:auto;
	margin-right:auto;
	font-family: tahoma;
	font-size: 10px;
	color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 10px;
	margin-top: 10px;
	}
	
.contbox {
	background-image: url("../images/bk.jpg");
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px solid #CCCCCC;
	padding: 8px;
}
.cont_small {
	font-family: verdana;
	font-size: 11px;
	color: #666666;
}
.body_cont {
	font-family: arial;
	font-size: 12px;
	line-height: 19px;
	color: #000000;
	list-style-position: outside;
	list-style-type: square;
}

.contbox li a {
text-decoration:none
}

.contbox ul{
	list-style-image: url(../images/bull_smallarrow.png);
	line-height: 16px;
}


.line {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 3px;
	padding-bottom: 3px;
}
.contboxdesign01 {
	background-image: url(../images/frontpage/centertabs_bkgd.jpg);
	background-repeat: no-repeat;
}
.contboxdesign02 {

	background-image: url(../images/frontpage/bkgd-1208.jpg);
	background-repeat: no-repeat;
}
.contboxtrans {
	padding: 10px;
}


/*** Form Styles BEGIN ***/

table.formLayout td {
  padding: 5px;
  vertical-align: center;
}

.label {
  text-align: right;
  font-weight: bold;
  color: #666666;
}

.inlineLabel {
  margin: 0px 10px;
  text-align: right;
  font-weight: bold;
  color: #666666;
}

input.text {
  border: solid 1px #999999;
  width: 200px;
  color: #666666;
}

input.zip {
  border: solid 1px #999999;
  width: 50px;
  color: #666666;
}

input.submit {
  border: solid 1px #999999;
  color: #666666;
}

select {
  border: solid 1px #999999;
  color: #666666;
}

option {
  color: #666666;
}

/*** Form Styles END ***/