/* Start of CMSMS style sheet 'gfh_general' */
/* 
black green = #262518
mid green = #bbbd76
light green  #b0b382    
brown green = #5a5240  
black = #231f20   

* /*Set's border, padding and margin to 0 for all values*/
{
	padding: 0;
	margin: 0;
	border: 0;
}
body, html {
	color: #231f20; 
	font-family:  Myriad, Arial,sans serif;
	background-color: #ffffff; 
	text-align: center; /*** Centers the design in old IE versions ***/
}
body {
	font-size: 11px;
}
p {
	padding: 4px 0px 4px 0px;
	margin: 0px 0px 0px 0px;
}

a:link,
a:visited{
	color: #5a5240;
	text-decoration: none;
	
}
a:hover{
	color: #003399;
	text-decoration: underline;
}

h1, h2, h3, h4 {
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	font-family:"Times New Roman", Times, serif;
}
h1 {
	font-size: 1.2em;
}
.heading h1{
	text-transform:uppercase;
}
h2 {
	font-size: 0.95em;
	color:#5a5240;
	text-transform:uppercase;
	
}
h3 {
	font-size: 1.2em;
	padding: 0px 0px 7px 0px;
	text-transform:uppercase;
	color:#5a5240;
	
	
}
h4 {
	font-size: 1em;	
}
h1 a, #header h2{
	color: #fff;
}

hr{
	height:1px;
	color:#bbbd76;
	background-color: #bbbd76;	
	border:0px;
}


.clear { clear: both; }
.black_green{ color:#262518; }
.mid_green{ color:#bbbd76;}
.light_green{ color:#b0b382   } 
.brown_green{ color:#5a5240  }
.black{ color:#231f20 }
.white{ color:#ffffff }

#mainContainer {
	width: 800px;
	margin: 0 auto;
	margin-top:20px;
	padding-top:2px;
	padding-bottom:2px;
	background: #b0b382;
	border:0px solid red;
	text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
}
* html #mainContainer {
	height: 300px; /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}
/**************************
HEADER
**************************/
#header {
	margin: 0 auto;
	background: #ffffff;
	height: 95px;
	width:796px;
}
/**************************
NAV
**************************/

#nav {
	margin: 0 auto;
	height: 26px;
	width:796px;
	border-bottom: 1px solid #b0b382;
	background: #ffffff;
}
/**************************
CONTENT AND COLUMNS
**************************/
#content{
	margin: 0 auto;
	width:796px;
	background-color:#5a5240;
	height:415px;
	border: 0px solid red;
	padding-top:8px;
}
#contentContainer{
	margin: 0 auto;
	width:780px;
	background-color:#bbbd76;
	height:400px;
	border: 0px solid green;

}

#col_right{
	width:320px;
		
	float:left;
}
.heading{
	border:0px solid red;
	padding-left:40px;
}
#col_right .heading{
	padding-top:10px;
}

/* two column layout */
#col_left{
	width:450px;
	float:left;
}
#col_left .heading{
	padding-top:8px;
}
.two_col_layout{
	background-image:url(images/bg_2col.jpg);
	background-repeat:no-repeat;
}

.col_content{
	padding-left:40px;
	padding-top:25px;
height:330px;	
	overflow:auto;
	
}

.col_content ul{
	color:#5a5240;
	list-style-image:url(images/list_bullet.gif);
}
.col_content li{
	margin-bottom:3px;
}
/* expandable layout */

#content.expandable_layout,
#content.expandable_layout #contentContainer{
	height:auto;
}
.expandable_layout #cap{
	background:url(images/bg_expandable_cap.jpg) no-repeat;
	height:65px;
	padding-left:40px;
	
}
.expandable_layout #mid{
	background:url(images/bg_expandable_tile.jpg);
	padding-left:40px;
	padding-right:60px;
	
}
.expandable_layout #base{
	background:url(images/bg_expandable_base.jpg) no-repeat;
	height:105px;	
}


/* single column layout */
.one_col_layout{
	background-image:url(images/bg_1col.jpg);
	background-repeat:no-repeat;
}
#hero_pic{
	margin-top:25px;
	margin-left:10px;
}
.more_link{
	color:#bbbd76;
	text-transform:uppercase;
}
.image_link {
	font-size:.9em;
	font-weight:bold;
	color:#bbbd76;
	text-transform:uppercase;
}


.product_desc{
	margin-bottom:10px;
}
.product_desc h4{
	margin:0px;
	padding:0px;
	text-transform:uppercase;
}
/**************************
FOOTER
**************************/
#footer {
	width: 796px;
	height:60px;
	font-size:10px;
	margin: 0 auto;
	background-color: #d1d3a6;
	background-image:url(images/bg_fooer.gif);
	background-repeat:no-repeat;
}
#footer img{
	border:0px;
}
#footer .left{
	font-size:10px;
	margin:15px 0px 0px 20px;
	float:left;
	width:210px;
	border:0px solid red;	
	font-weight:bold;
}
#footer .more_link{
	text-align:right;
	padding-top:5px;
	margin-right:20px;
}
#footer .right{
	margin:15px 0px 0px 0px;
	padding:0px 0px 0px 15px;
	float:right;
	text-align:right;
	border:0px solid red;
	background-image:url(images/bg_footer_link.gif);
	background-repeat:no-repeat;
	height:30px;
	width:260px;
}
.foot_txt{
	margin-right:30px;
	color:#262518;
}
#bid_link{
	font-size:.9em;
	width: 800px;
	margin: 0 auto;
	margin-top:5px;
	text-align:right;
	color:#999999;
	
}
#bid_link a:link,
#bid_link a:visited{
	color:#999999;
}
#bid_link a:hover{
	color:#003399;
}
/* End of 'gfh_general' */

