/*=======================================================
    (c) 2007 Hayley Potter www.hayleypotter.com
=========================================================*/

/*= BODY STYLE ==========================================*/
body {
	background: url(../images/grad_bg.png) repeat-x;
	background-color: #EDEFEC;
/*	font-family: Tahoma, Arial, sans-serif;*/
	font-size: 100%;
}

#t-shadow{
	background: url(../images/t_shadow.png) no-repeat;
	height: 15px; 
}
#b-shadow{
	background: url(../images/b_shadow.png) no-repeat;
	height: 15px; 
}
/*= TYPE / FONT =========================================*/
h1{
/*	font-family: Tahoma, Arial, sans-serif;*/
	line-height: 1;
	font-size: 1.2em;
	color: #000000;
	font-style: normal;
	font-weight: normal;
}
/*= WRAPPER / PAGE-WIDTH ================================*/
#wrap{

}
#pagewidth{ 
	width: 705px; 
	text-align: left;  
	margin-left: auto; 
	margin-right: auto;
}
/*= HEADER ==============================================*/
#header{
	background: url(../images/hp_logo.gif) no-repeat center center; 
	height: 125px; 
}
/*= NAVIGATION ==========================================*/
div.menu{
	height: 65px;
	text-align: center; 
}
#submenu{
	margin-top: 15px;
}
div.menu ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
div.menu li {
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
}
div.menu li a {
	text-decoration: none;
/*	font-family: Tahoma, Arial, sans-serif;*/
	color: #666666;
	font-size: 14px;
	line-height: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
}
div.menu li a:hover {
	text-decoration: underline;
	background-color: #;
	color: #000000;
}
div.menu li a.currentpage {
	text-decoration: underline;
	background-color: #;
	color: #000000;
	cursor: default 
}
menu.gap{
	width: 53px;
	position: inline;
}
/*= bottom nav ==========================================*/
#bottom-1 ul{
	list-style-type: none;
	margin: 0px;
	padding-top: 26px;
}
#bottom-1 li {
	display: inline;
}
#bottom-1 li a {
	text-decoration: none;
/*	font-family: Tahoma, Arial, sans-serif;*/
	color: #999999;
	font-size: 12px;
	line-height: 0px;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px
}
#bottom-1 li a:hover {
	text-decoration: underline;
	background-color: #EDEFEC;
	color: #5C5C5C;
}
#bottom-1 li a.currentpage {
	text-decoration: underline;
	background-color: #EDEFEC;
	color: #5C5C5C;
	cursor: default 
}

/*= CONTENT =============================================*/
#content_box{  
	padding: 40px;

	font-size: 0.9em;

	background-color: #ffffff;
	min-height: 477px; /* 557px */
}
/*= FOOTER ==============================================*/
#footer{
	margin-top: 25px;
	margin-bottom: 40px;
	text-align: center; 
}
#footer p {
	text-decoration: none;
/*	font-family: Tahoma, Arial, sans-serif;*/
	font-size: 12px;
	color: #999999;
	line-height: ;
}
#footer a{
	text-decoration: none;
/*	font-family: Tahoma, Arial, sans-serif;*/
	font-size: 12px;
	color: #999999;
}
#footer a:hover {
	text-decoration: underline;
	color: #666666;
}
#footer a.currentpage {
	text-decoration: underline;
	color: #666666;
	cursor: default 
}
/*= GLOBAL RESET / FIXES ================================*/
body,
html {
    margin: 0;
    padding: 0;
    text-align:center; 
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0em;
	margin-right: 0%;
	margin-bottom: 0em;
	margin-left: 3px;
}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */ 
