@charset "utf-8";
body {
	margin:0px;
	padding:0px;
	font-size: 12px;
	color:#000000;
	line-height:20px;
	font-family:Arial, Helvetica, sans-serif;
}
p, h1, h2, h3{
	margin:0px;
	padding:0px;
}
a, a:hover{
	outline:none;
}
h1{
	background-image:url(../images/bullet.jpg);
	background-repeat:no-repeat;
	background-position:left;
	color:#000000;
	font-size:12px;
	font-weight:bold;
	margin-top:12px;
	line-height:30px;
	padding-left:34px;
}
h2{
	font-size:14px;
	color:#FFFFFF;
	line-height:18px;
	margin-top:14px;
	text-align:center;
}
#container{
	width:920px;
}
#leftbg{
	background-image:url(../images/left.jpg);
	background-repeat:repeat-y;
	background-position:left;
}
#rightbg{
	background-image:url(../images/right.jpg);
	background-repeat:repeat-y;
	background-position:right;
}
#wrapper{
	margin:0px 10px;
}
#headermain{
	clear:both;
}
#header{
	text-align:left;
	background-image:url(../images/header.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
#nav{
	 background-image:url(../images/nav.jpg);
	 background-repeat:repeat-x;
	 background-position:top;
	 height:35px;
	 text-align:center;
	 font-size:14px;
	 line-height:35px;
}
#nav a{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	padding:10px 20px;
}
#nav a:hover, #nav .current{
	text-decoration:none;
	background-image:url(../images/navhover.jpg);
	background-repeat:repeat-x;
	background-position:top;
	padding:10px 20px;
}
#headerbar{
	text-align:left;
}
#maincontent{
	padding:32px 29px;
	text-align:left;
	_height:190px;
	min-height:190px;
}
#maincontent p{
	padding:10px 0px 3px 5px;
}
#mainbox{
	clear:both;
	padding-top:32px;
}
.box{
	width:269px;
	float:left;
	margin-right:17px;
}
.boxcontent{
	background-image:url(../images/boxbg.jpg);
	background-repeat:repeat-y;
	background-position:left;
}
.boxhead{
	background-image:url(../images/boxtop.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
.boxbot{
	background-image:url(../images/boxbot.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
}
.imgbdr{
	border:2px solid #e6e6e6;
}
.boxtxt{
	line-height:20px;
	color:#000000;
	padding:0px 20px;
}
.readmore a{
	color:#971010;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	padding-right:30px;
}
.readmore a:hover{
	color:#5e0000;
}
.contxt{
	margin-left:28px;
}
.learnmore, .more{
	text-align:right;
	margin-top:10px;
}
.learnmore a{
	color:#971010;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	background-image:url(../images/learnmore.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	width:147px;
	height:37px;
	padding:11px 24px;
	margin-top:5px;
}
.more a{
	color:#971010;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	background-image:url(../images/learnmore.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	width:147px;
	height:37px;
	padding:11px 33px;
	margin-top:5px;
}
.links a{
	color:#910000;
	text-decoration:underline;
}
.links a:hover{
	text-decoration:none;
}
#formtab{
	margin-top:20px;
}
.req{
	color:#FF0000;
}
.submitbtn{
	background-image:url(../images/submit.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	background-color:#FFFFFF;
	border:none;
	width:129px;
	height:33px;
}
#details{
	margin-top:15px;
	clear:both;
}
.headerimg{
	margin-top:12px;
}
.imgflt{
	margin-left:33px;
	border:2px solid #e6e6e6;
}
.head{
	font-size:18px;
	font-weight:bold;
	padding-top:35px;
	padding-bottom:10px;
}
.email{
	background-image:url(../images/mail.jpg);
	background-repeat:no-repeat;
	background-position:25px 0px;
	padding-left:60px;
}
#footer{
	background-color:#ececec;
	line-height:35px;
	text-align:right;
	color:#000000;
	font-size:11px;
	padding-right:29px;
}


/*------clearfix------*/

.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.clearfix {
  display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
