/*===========================================================
	Body Styles
===========================================================*/
body {
	background-color:#7394A5;
	margin: 0px;
	padding: 0px;
	font-family: Futura, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size: small;
}
* html body {
	font-size: x-small; /* for IE5/Win */
	f\ont-size: small; /* for other IE versions */
}

a {
	color:#05699B;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	background: #FFFFFF url(/lib/images/site/hp_bg_new.gif) repeat-y;
	margin-bottom:15px;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#header {
	width:750px;
	height:86px;
	background: #05699B url(/lib/images/site/hp_header.gif) no-repeat left top;
}

#nav {
	width:400px;
	height:27px;
	float:right;
	padding-top:59px;
}

#hpMid {
	width:750px;
	height:197px;
	background: #FF7F00 url(/lib/images/site/hp_rightcol_bg.gif) repeat-x;	
}

#flash {
	width:577px;
	float:left;
}

#flashRight {
	width:150px;
	float:right;
	padding:30px 10px 5px 13px;
	color:#FFFFFF;
	font-size: 95%;
}

#hpMain {
	float:left;
	width:577px;
	padding:20px 0 0 0;
}

#hpRight {
	float:right;
	width:150px;
	font-size:95%;
	color:#FFFFFF;
	padding:20px 10px 5px 13px;
}

#hpRight ul {
	list-style:none;
	margin:0;
	padding:0;
}

#hpBlog {
	width:236px;
	padding:0 44px 0 20px;
	margin-bottom:15px;
	float:left;
	background: #FFFFFF url(/lib/images/site/hp_blog_bg.gif) no-repeat right top;
}
#hpBlog dl {
	font-size:110%;
}
#hpBlog dt {
	color:#FF7F00;
	letter-spacing:1px;
}
#hpBlog dd {
	color:#05699B;
	margin:0 0 7px 0;
	padding:0;
	line-height:20px;
}
#hpRight dl {
	padding:0;
	margin:10px 0 0 0;
}
#hpRight dt img {
	float:left;
	margin:0 10px 0 0;
	padding:0;
	border:1px solid #FFFFFF;
}
#hpRight dd {
	margin:0 0 15px 0;
	padding:0;
}
#hpOven {
	width:250px;
	padding:0 27px 0 0;
	float:right;
	background-color:#FFFFFF;
}

input.field {
	padding:4px;
	margin:0;
	width:194px;
	border:1px solid #94BFD4;
	color:#666666;
}
form {
	margin:15px 0 15px 0;
	padding:0;
}