@charset "utf-8";
/* CSS Document */

html {
min-height: 102%;	
}

body {
	background-image:url(../images/gradient_bg.jpg);
	background-repeat:repeat-x;
}
p{
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
color:#000;
font-weight: normal;
}
.asterixtext{
	font-size: 10px;
	color:#666;

}
h1{
font-family:Arial, Helvetica, sans-serif;
font-size: 20px;
color:#0B3E20;
font-weight: bold;	
}
h2{
font-family:Arial, Helvetica, sans-serif;
font-size: 16px;
color:#0A8B3F;
font-weight: bold;	
}
h3{
font-family:Arial, Helvetica, sans-serif;
font-size: 14px;
color:#0A8B3F;
font-weight: bold;	
}
h4{
font-family:Arial, Helvetica, sans-serif;
font-size: 13px;
color:#0A8B3F;
font-weight: bold;	
}
h5{
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
color:#000000;
font-weight: bold;	
}
#leftcol li{
font-family:Arial, Helvetica, sans-serif;
font-size: 13px;
color:#000;
font-weight: bold;	
}
a:link, a:active, a:visited{
	color: #D78905;
	/*color: #0B3E20;*/
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	color: #0A8B3F;
	text-decoration: none;
}
#wrapper{
margin: 0 auto;
width: 965px;
height: auto;
}
#header{
width: 965px;
height: 165px;
background-image:url(../images/header.png);
background-repeat: no-repeat;
	position: relative;
	z-index: 1;
}
#header_logo{
	width: 313px;
	height: 173px;
	background-image:url(../images/header_logo.png);
	background-repeat:no-repeat;
	position: relative;
	left: -20px;
	top: -100px;
	z-index: 10;
}

#header_flash{
	width: 350px;
	height: 100px;
	position: relative;
	left: 450px;
	top: 30px;
	z-index: 22;
}
#nav{
	width: 650px;
	height: 35px;
	position: relative;
	z-index: 100;
	/*top: -48px;*/
	top: -148px;
	left: 300px;
}
#faux_top{
	width: 965px;
	height: 20px;
	background-image:url(../images/faux_top_bg.png);
	background-repeat: no-repeat;
	position: relative;
	top: 0px;
}
#faux_middle{
	width: 965px;
	height: auto;
	background-image:url(../images/faux_middle_bg.png);
	background-repeat:repeat-y;
	position: relative;
	overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
	display: block;
	margin-top: 14px;
	z-index: 0;
	/*top: -14px;*/

}
.gecko #faux_middle{
	top: -14px;
	}
.gecko #faux_bottom{
	top: -14px;
	}
.chrome #faux_middle{
	top: -14px;
	}
.chrome #faux_bottom{
	top: -14px;
	}
	.safari #faux_middle{
		top: -14px;
	}
	.safari #faux_bottom{
		top: -14px;
	}
	.ie7 #bodywrapper {
  top: 80px;
}
	.ie7 #faux_top {
  top: -94px;
}
	.ie7 #footer {
  position: relative;
  top: 80px;
}
.ie6 #faux_top {
	top: -94px;
}
	.ie6 #bodywrapper {
  top: -65px;
}
	.ie6 #footer {
  position: relative;
  top: -65px;
}

#bodywrapper{
	margin: 0 auto;
	width: 965px;
	height: auto;
	position: relative;
	z-index: 0;
	/*top: 175px;*/
}
.safari #bodywrapper{
	display: inline-block; /*Safari Fix for #Faux_Middle*/
}

#faux_bottom{
	width: 965px;
	height: 35px;
	background-image:url(../images/faux_bottom_bg.png);
	background-repeat: no-repeat;
	position: relative;
	/*top: -14px;*/
}
#leftcol {
	width: 580px;
	height: auto;
	float: left;
	padding: 10px;
	position: relative;
	z-index: 10;
	top: -15px;
}
#rightcol {
	width: 290px;
	height: auto;
	float: right;
	padding: 10px;
	margin-right: 30px;
}
.rightfeature_top {
	width: 290px;
	height: 15px;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #FFF;
	text-align:center;
	padding:5px;
	background-image:url(../images/right_top_bg.png);
	background-repeat:no-repeat;
}
.rightfeature_middle {
	width: 270px;
	height: auto;
	padding-left: 5px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image:url(../images/right_middle_bg.png);
	background-repeat:repeat-y;
}
.rightfeature_bottom {
	width: 290px;
	height: 25px;
	background-image:url(../images/right_bottom_bg.png);
	background-repeat:no-repeat;
}
/*IE 6 specific - for Right Featureboxes*/
.ie6 .rightfeature_top {
    position: relative;
	left: 30px;
}
.ie6 .rightfeature_middle {
    position: relative;
	left: 30px;
}
.ie6 .rightfeature_bottom {
    position: relative;
	left: 30px;
}
/*End IE 6 specific*/
#footer {
	width: 965px;
	height: 45px;
	background-image:url(../images/footer_bg.png);
	background-repeat:no-repeat;
	padding-top: 1px;
	text-align:center;
	color: #0A8B3F;
	/*margin-top: -15px;*/
}
.img_left{
	float: left;
	padding: 10px;
}
.img_right{
	float: right;
	padding: 10px;
}
.img_center{
	text-align:center;
	padding: 10px;
}

