@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font: 1em;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	line-height: 1.2em;
	background: #fff;
}
a {
	color: #AB7229;
	text-decoration: none;
}
a:hover {
	color: #CD5384;
	text-decoration: underline;
}

/*--Global Property--------------------------------------------*/

*{
	margin: 0;
	padding: 5;
}
h1, h2, h3 {
	margin: 5px 0px;
	padding: 5px 0px;
	font-family: Helvetica, Verdana, sans-serif;
	font-weight: normal;
	
}
h1 {
	font-size: 1.5em;
	color: #D28D03;
	border-bottom: 1px dashed #ddd;
	letter-spacing: 0.2em;
}
h2 {font-size: 1.3em;}
h3 {font-size: 1em; font-weight:bold;}
p {
	margin: 5px 0;
	padding: 5px 0;
}

/*--Layout Property--------------------------------------------*/

#main {
	height: 100%;
	min-height: 500px;
	background: url(stretch.gif) repeat-y;
	overflow: hidden;
	/*position: relative;*/
	
}
*html #main {
	height: auto;
	overflow: visible;

}
.container {
	margin: 0 auto;
	width: 755px;
	font-size: 0.8em;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 3px solid #EDBA00;
}

/*--Header Property---------------*/
#topimg {
height : 100px;
float: left;
padding : 5px;
margin : 0px;
/*background : #417c2c url(img/topimg.jpg) no-repeat;*/
color : #333;
}

#header {
	height: 80px;
	/*background: #ddd;*/
	/*position: absolute;*/
	top: 0;
	/*border: 1px solid #ccc;*/
	left: 0;
	clear: both;
	width: 100%;
}
/*#header h2 {
	padding: 20px 20px;
	font-size: 3.5em;
}
#header ul {
	float: left;
	margin-left: 10px;
	list-style: none;
	display: inline;
}
#header ul li {
	float: left;
	margin: 0 5px;
}
#header ul li a{
	display: block;
	padding: 5px;
	background: #fff;
	border: 1px solid #ccc;
	text-decoration: none;
	color: #222;
}
#header ul li a:hover{
	background: #ddd;
	border: 1px solid #bbb;
}
*/

/*--Content Property---------------*/
#content {
	color:#474B54;
	float: right;
	display: inline;
	width: 700px;
	margin: 5px 0 0 0;
	padding: 15px;
}

/*--top nav---------------*/
#navcontainer {
	margin: 0;
	padding: 0;
	height: 18px;
	/*font: 13px helvetica, sans-serif;*/
	width: 100%;
	list-style-type: none;
	background-color: #F8C946;
}

#navcontainer ul { list-style: none; }

.first {
	display: block;
	background-color: #999999;
	width: 180px;
	float: left;
	height: 18px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}



.load{background:url('../images/loader.gif') no-repeat center;}


/*--Footer Property---------------*/
#footer {
	padding : 5px;
	font-size : 0.6em;
	color : #666;
	width: 940px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	text-align: center;	
}

#footer a:link, #footer a:visited {
text-decoration : none;
background-color : inherit;
color : #666;
}

#footer a:hover {
border-bottom : 1px dashed #eee;
background-color : inherit;
color : #333;
}

#incentives{
	width:330px;
	margin-left:0px;
	margin-right:10px;
	margin-top:20px;
	float:left;
}
#incentivesImg{
	width:96px;
	float:left;
	margin-right:15px;
	border:1px solid #cccccc;
	background-color:white;
	padding:3px;
}
#incentivesImg img{
	border:8px solid #EEE;
}
#incentivesText{
	width:190px;
	float:left;
}
#incentivesText h2{
	font-size:1.1em;
	color:#5D4426;
	margin:0px;
	padding:0px;
	text-transform:uppercase;
}
#incentivesText a{
	
}
#clear{
	clear:both;

}

#incentivesWide{
	width:380px;
	margin-left:0px;
	margin-right:5px;
	margin-top:15px;
	float:left;
}
.smallFont {
	font-size: 0.9em;
	text-align: left;
	line-height: 1.1em;
	padding: 8px;
}
.redFont {
	color: #B13430;
}
.boldType {
	font-weight: bold;
}
.allcapandbold {
	font-weight: bolder;
	text-transform: uppercase;
}

