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

* {margin:0; padding:0; border:0;}

body {
font: 62.5% verdana, tahoma, sans-serif;
color: #436079;
line-height:1.9em;
background: #fcf3e5;
}
a:link {
color:#aa7239;
text-decoration:none;
}
a:visited {
color:#774006;
text-decoration:none;
outline: none;
}
a:hover {
color:#aa7239;
text-decoration:underline;
}
a:active {
color:#aa7239;
text-decoration:none;
}

/* =Basic structure
--------------------------------------------*/

#bigbucket {
width: 760px;
min-height:600px;
margin: 0;
background: #fcf3e5 url(../images_pres/feather_bg.gif) no-repeat 185px 0;
}

#chop {
width: 760px;
padding: 0 0 90px 0;
background: transparent url(../images_pres/chop.gif) no-repeat bottom right;
}
	
#header {
width: 712px;
padding: 16px 24px 1px 24px;
height: 153px;
}

#header h1 {	
	display:block;
	width:238px;
	height:153px;	
	background:transparent url(../images_pres/logo_hm.gif) no-repeat top left;
	}

#header h1 a{	
	display:block;
	width:238px;
	height:153px;
	text-indent:-9999px;
	background:transparent url(../images_pres/logo_hm.gif) no-repeat top left;
	}

#content {
width: 712px;
margin: 0 24px;
/*background: #c00;*/
}

#sidebar {
width: 262px;
float:left;
/*background: #ccc;*/
}

#main {
width: 450px;
float:left;
min-height:340px;
font-size:1.3em;
/*background: #9ff;*/
}

#footer {
width: 670px;
text-align: right;
margin: 20px 90px -60px 0;
color:#aa7239;
}
#footer p {
line-height:1.4em;
}
#footer a {
color:#aa7239;
text-decoration:none;
}
#footer a:hover {
text-decoration: underline;
}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	 }

 
* html .clearfix {
	height: 1%; /* IE5-6 */
}
	
a#skipnav {
position:absolute;
left:-9999px;
}

/* =Tagline navigation
-----------------------------------*/

#tagline {
width:125px;
height:60px;
margin-left:106px;
background: transparent url(../images_pres/leftnav2.gif) no-repeat 0 1px;
}

#tagline li {
list-style:none;
}

#tagline a {
color:#000;
text-indent:-9999px;
display:block;
height:20px;
}

a#tag01 {
	width:125px;
	background:transparent url(../images_pres/leftnav2.gif) no-repeat -125px 1px; /*normal version covers hilight*/
	}	
a#tag01:hover {
	background:transparent;
	}
	
a#tag02 {
	width:125px;
	background:transparent url(../images_pres/leftnav2.gif) no-repeat -125px -19px; 
	}	
a#tag02:hover {
	background:transparent;
	}
	
a#tag03 {
	width:125px;
	background:transparent url(../images_pres/leftnav2.gif) no-repeat -125px -39px; 
	}	
a#tag03:hover {
	background:transparent;
	}

/* =Home Navbar
-----------------------------------*/

#homenav{
width:450px;
height:21px;
margin-bottom: 20px;
background: transparent url(../images_pres/homenav2.gif) no-repeat 0 0; /*highlight version*/
}

#homenav li{
	list-style:none;
	float:left;
}

#homenav a{
	color:#000;
	/*font-family:'Myriad Pro', 'Lucida Grande', tahoma;	
	text-transform:uppercase;
	text-decoration:none;*/
	text-indent:-9999px;
	display:block;
	height:21px;
	}
	
a#nav01 {
	width:85px;
	background:transparent url(../images_pres/homenav2.gif) no-repeat 0 -21px; /*normal version covers hilight*/
	}	
a#nav01:hover {
	background:transparent;
	}
	
a#nav02 {
	width:65px;
	background:transparent url(../images_pres/homenav2.gif) no-repeat -85px -21px; /*normal version covers hilight*/
	}	
a#nav02:hover {
	background:transparent;
	}
	
a#nav03 {
	width:100px;
	background:transparent url(../images_pres/homenav2.gif) no-repeat -150px -21px; /*normal version covers hilight*/
	}	
a#nav03:hover {
	background:transparent;
	}
	
a#nav04 {
	width:80px;
	background:transparent url(../images_pres/homenav2.gif) no-repeat -250px -21px; /*normal version covers hilight*/
	}	
a#nav04:hover {
	background:transparent;
	}
	
a#nav05 {
	width:120px;
	background:transparent url(../images_pres/homenav2.gif) no-repeat -330px -21px; /*normal version covers hilight*/
	}	
a#nav05:hover {
	background:transparent;
	}

/* =Main content area
-----------------------------------*/

#main p {
margin: .6em 0 .6em 24px;
}
