/* Hicks Baker CSS Document */
/* Homepage styles */

/*fonts*/
div#contentwrapper {
	font-family: Arial, Helvetica, sans-serif;
}

/* top row content: welcome message and news */
div#toprow {
	margin-bottom: 20px;
	height: 100%;
}
div#toprow div#hmnavwrapper {
	width: 680px;
	float: left;
	height: 14em;
	background-color: #00529B;
}
div#toprow div#hmnavwrapper ul#navigationlist {
	float: left;
	width: 200px;
}
div#toprow div#welcomebox {
	border-right: 20px solid #fff;
	border-left: 20px solid #fff;
	padding: 10px 20px 10px 20px;
	width: 400px;
	float: left;
	height: 14em;
}
div#toprow div#welcomebox h1 {
	margin: 0;
	color: #fff;
	font-weight: normal;
	font-size: 1.5em;
}
div#toprow div#welcomebox h2 {
	font-size: 1em;
	line-height: 1.1em;
	color: #FFC100;
	font-weight: normal;
	margin: 0.25em 0 0.25em 0;
}
div#toprow div#welcomebox p {
	font-size: 0.7em;
	line-height: 1.1em;
	color: #fff;
	margin: 0.5em 0 0 0;
}

/* homepage adaptation of the newsbox style */
div#toprow div#newsbox {
	width: 180px;
}
div#toprow div#newsbox p.headline,
div#toprow div#newsbox p.summary {
	line-height: normal;
}

/* bottom row content: welcome message and news */
div#pagecontent div#bottomrow {
	clear: both;
	padding-top: 20px;
}
/*search box on homepage */
div#hmsearchbox {
	background-image: url(assets/bodybg_300px.gif);
	background-repeat: repeat-x;
	background-color: #00529B;
	padding: 10px 10px 20px 10px;
	width: 180px;
	float: left;
	margin-right: 20px;
}
div#hmsearchbox form {
	margin: 0px;
}
div#hmsearchbox h3 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 1em 0;
	font-weight: normal;
	color: #00529b;
}
div#hmsearchbox p {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 0.75em;
	margin: 0.5em 0 0.2em 0;
}
div#hmsearchbox select {
	width: 180px;
	border: 1px inset #00529b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}
div#hmsearchbox input {
	margin: 1em 0 0 0;
	border: 1px solid #00529b;
	background-color: #FFFFFF;
}
div#hmsearchbox input:hover {
	background-color: #FFC100;
}

div#bottomrow div#features {
	width: 640px;
	float: left;
}

div#bottomrow div#featurebox {
	width: 310px;
	position: relative;
	float: left;
}
div#bottomrow div#featurebox div#featuretext {
	position: absolute;
	left: 150px;
	top: 20px;
}
div#bottomrow div#featurebox div#featuretext h1 {
	background-color: #FFC100;
	width: 150px;
	font-size: 0.8em;
	line-height: 1em;
	padding: 5px;
	margin: 0;
}
div#bottomrow div#featurebox div#featuretext p {
	font-size: 0.7em;
	color: #fff;
	line-height: 1em;
	padding-right: 10px;
	font-weight: bold;
}
div#bottomrow div#featurebox div#featuretype {
	position: absolute;
	bottom: 10px;
	left: 0;
	background-color: #FFFFFF;
	font-size: 2em;
	padding: 2px 20px 0 2px;
	color: #00529B;
}
div#buttons {
	float: left;
	width: 310px;
	margin-left: 19px;
	height: 233px;
}
div#buttons img.btns { margin-bottom: 6px; }
div#hmcopyright {
	font-size: 0.75em;
	color: #999;
	clear: both;
	padding-top: 20px;
}
