

body {
	font:13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	background-color: #e3e3e3;
}
a:focus {
	outline:1px dotted invert
}
hr {
	border:0 #ccc solid;
	border-top-width:1px;
	clear:both;
	height:0
}
h1 {
	font-size:25px
}
h2 {
	font-size:23px;
	padding-top: 20px;
}
h3 {
	font-size:21px;
	padding-top: 10px;
	font-size:16px;
	font-weight: bold;
	color: #6a6969;
	border-bottom:1px;
	border-style: solid;
 	border-color:#d8d8d8;

}


h3.side
{
	line-height: 43px;
}
	
h4 {
	font-size:18px;
	color: #84a80a;
	font-weight: bold;
	padding: 0px;
}
h5 {
	font-size:17px
}
h6 {
	font-size:17px;
	color: #84A80A;
	border-bottom:1px;
	border-style: solid;
 	border-color:#d8d8d8;
}
ol {
	list-style:decimal
}
ul {
	list-style:square;
	color: #81A408;
	margin-bottom: 10px;
}
ul.blank {
	list-style: none;
}

li {
	
	margin-left:30px;
	padding: 5px;
	list-style: none;
}

li.icons {
	
	margin-left:30px;
	position: relative;
	padding-bottom: 40px;
}

p, dl, hr, h1, h2, h3, h4, h5, h6, ol, pre, table, address, fieldset {
	margin-bottom:20px
}

p.accent {
	color: #84a80a;
	font-weight: bold;
	padding: 0px;

}

p.normal {
	color: black
}

p.leading {
	font-size: 13.5px;
	font-weight:bold;
}

.input {
    border: 1px solid silver;
}
.input:hover {
    border: 1px solid gray;
}
.button {
    border: 1px solid #006;
    background: #ccf;
}
.button:hover {
    border: 1px solid #f00;
    background: #eef;
}
label {
    display: block;
    width: 150px;
    float: left;
    margin: 2px 4px 6px 4px;
    text-align: left;
}
br { clear: left; }

.bqstart {
     float: left;
     height: 45px;
     margin-top: -20px;
     padding-top: 55px;
     padding-right: 10px;
     margin-bottom: -50px;
     font-size: 700%;
     color: #84a80a;
 }

 .bqend {
     float: right;
     height: 25px;
     margin-top: 0px;
     padding-top: 35px;
     font-size: 700%;
     color: #84a80a;   
     margin-bottom: -50px;
 }
 
 blockquote {
	 -moz-border-radius: 10px;
	 border-radius: 10px;
	 margin: 0 auto; 
	 width: 500px;
	 font-size: 14px;
	 background-color: #f1f2f0;
	 padding: 20px;
	 margin-bottom: 20px;
	 border: 1px solid #dee0dd;
	 
 }
 
 blockquote.less {
	 padding-bottom: 0px;
	 font-size: 12px;
 }
 
 blockquote.sidebar2 {
width: auto;
font-size: 12px;
}	 

blockquote.sidebar3 {
	width: auto;
	margin-bottom: 7px;
	padding-bottom: 0px;
	text-align: center;
}
 
 blockquote.sidebar {
width: auto;
}	 
.listBox{

	 width: 550px;
	 padding-bottom: 1px;	 
 }
 
.footer_text {
	font-size: 11px;
	color: #848080;
	padding: 0px;
}

.legal {
text-align: right;
	font-size: 10px;
	color: #848080;
	padding: 0px;
}


img {
	padding:7px;
	float:left;
}

img.icons {
	padding: 0px;
	padding-right: 3px;
	position: relative;
	bottom: -2px; 
	vertical-align: middle;
	
}

img.rec {
	padding-right: 20px;
}
	

img.right {
	float: right;
}

img.up {
	position:relative;
top:-20px;
float:right;
}

img.up2 {
	position:relative;
top: 0px;
float:right;
}

img.recr {
	
	float: none;
}

.disclaimer a {	color: #ccc;}
ul.topnav {
	list-style: none;
	padding: 0 20px;	
	margin: 0;
	float: right;
	
	background: #222;
	font-size: 1.2em;
	background: url(topnav_bg.gif) repeat-x;
}
ul.topnav li {
	float: left;
	margin: 0;	
	padding: 0 10px 0 0;
	position: relative; /*--Declare X and Y axis base--*/
}
ul.topnav li a{
	padding: 10px 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
	font-size: 12px;
}
ul.topnav li a:hover{
	background: url(images/topnav_hover.gif) no-repeat center top;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 10px;
	height: 35px;
	float: left;
	background: url(images/subnav_btn.gif) no-repeat center top;
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 35px;
	background: #333;
	margin: 0; padding: 0;
	display: none;
	float: left;
	z-index: 10000;
	width: 170px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #111;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #252525; /*--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: 170px;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 145px;
	background: #333 url(images/dropdown_linkbg.gif) no-repeat 10px center;
	padding-left: 20px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #222 url(images/dropdown_linkbg.gif) no-repeat 10px center; 
}
#header img {
	margin: 20px 0 10px;
}

a.exit:link {color: #656262; text-decoration: none;}
a.exit:hover {color: #848080; text-decoration: underline;}
a.exit:visited {color: #656262; text-decoration: none;}
a.exit:active {color: #656262; text-decoration: none;}

li.head {
	font-size:14px;
	color: #84a80a;
	font-weight: bold;
	padding: 5px;
}

img.branding {
	padding-bottom: 70px;
	float: right;
	
}

li.general {
	background: url(images/bulletp.png) left no-repeat;
	padding-left: 25px;
	}
	
h2.middle { text-align: center;}
p.bottom {padding-bottom: 20px; padding-top:10px; text-align: center;}
img.nopad {padding: 0px; margin: 0px; padding-top: 50px;}
img.middle {margin-left: 70px;}
img.dice {position: relative; left: -35px; top: 5px;}
strong {font-weight: bold;}
img.build {position: relative; left: -19px; top: 38px;}

a.green:link {color:#82A30A;font-weight: bold;}      /* unvisited link */
a.green:visited {color:#82A30A; font-weight: bold;}  /* visited link */
a.green:hover {color:#94BB0A; font-weight: bold;}  /* mouse over link */
a.green:active {color:#93BA09; font-weight: bold;}  /* selected link */

img.en {margin:20px; margin-top: 0px; margin-left: 0px; border: solid 1px silver; padding: 0px;} 
