/* imports */
@import url("nav.css");

/* global reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:top;}
a img {border:none;}

/* style rules */
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	line-height:1.2;
	background:#f3f4f4;
	color:#404040;
	padding:0;
	margin:0 auto;
	text-align:center;
}
html>body{font-size: 10px;}
#main{
	width:970px;
	margin:6px auto 0 auto;
	text-align:left;
	background:transparent url(../../images/main_bgm.png) repeat-y;
}
#main div.mb{padding-bottom:13px; background:transparent url(../../images/main_bgb.png) no-repeat left bottom;}
#main div.mt{padding:4px 0 0 5px; background:transparent url(../../images/main_bgt.png) no-repeat;}
#header{
	width:955px;
	height:91px;
}
#header #logo{
	width:309px;
	padding:22px 0 0 40px;
	float:left;
}
#header #logo a{
	display:block;
	width:240px;
	height:50px;
	text-decoration:none;
	border:0;
	background: transparent url(../../images/logo.png) no-repeat;
}
#header #logo a span{visibility:hidden;}
#content{
	width:857px;
	height:309px;
	margin:41px 0 0 40px;
	background:transparent url(../../images/hm-title_bg.png) no-repeat;
}
#content p.l1{font-size:17.9em; line-height:0.75; color:#fb9b09; text-align:right; text-transform:uppercase; padding-bottom:20px;}
#content p.l2{font-size:3.6em; color:#147894; text-align:right; text-transform:uppercase; margin-bottom:5px; padding-right:10px;}
#content p.l3,
#content p.l4{font-size:1.8em; color:#518eb9; text-align:right; padding-right:10px;}
#content p.l4 strong{color:#015989;}
#content p.l5{font-size:1.4em; color:#676767; text-align:left; text-transform:uppercase; padding-top:75px;}
#content p{display:none;}
#footer{
	width:850px;
	height:100px;
	padding:16px 30px 24px 19px;
	margin:6px 0 20px 36px;
	background:transparent url(../../images/hm-logo_bg.png) no-repeat;
}
#footer div.clogos{
	float:left;
	width:141px;
	height:100px;
	line-height:100px;
	text-align:center;
	position:relative;
}
#footer div.clogos img.mlogo{vertical-align:middle; z-index:10; width:115px;}
#footer div.clogos div.clib{
	position:absolute;
	top:-172px;
	left:0;
	width:187px;
	height:237px;
	padding:20px 13px 17px 13px;
	text-align:left;
	background:transparent url(../../images/hm-clib_bg2-trans.png) no-repeat;
	display:none;
}
#footer div.clogos div.clib-last{
	left:-70px;
}
#footer div.clogos:hover div.clib{display:block; z-index:100;}
#footer div.clogos div.clib p.clinfo{font-size:1.2em; line-height:1.33; color:#ed1b2d; margin-bottom:12px;}
#footer div.clogos div.clib p.clname{font-size:1.1em; line-height:1; font-weight:bold; color:#8a8a8a;}
#footer div.clogos div.clib p.clname2{font-size:0.9em; line-height:1; color:#8a8a8a; text-transform:uppercase;}
#footer div.clogos div.clib p.clslog{text-align:right; line-height:1;}
#footer div.clogos div.clib p.clslog img{max-width:95px; max-height:35px; margin-top:5px;}

/* ========== Social Feeds ========== */

#social-wrap{
	margin:0 auto;
	text-align:left;
	width:970px;
}

#social{
	background:#E2E3E3 url(../../images/social_bgb.png) left bottom no-repeat;
	margin:0 0 0 41px;
	overflow:hidden;
	padding:18px 0 14px 20px;
	width:860px;
}

#social h4{
	color:#FFFFFF;
	font-size:1em;
	font-weight:bold;
	line-height:25px;
	margin:0 20px;
	text-transform:uppercase;
}

#social h5{
	border-bottom:1px solid #678083;
	color:#404040;
	line-height:1.4em;
	text-transform:uppercase;
}

#social a{
	color:#ed1c2d;
	text-decoration:none;
}

#social a:hover, #social a:focus{
	color:#ed1c2d;
	text-decoration:underline;
}

#social div.sclbxm{
	background:url(../../images/sclbx_bgm.png) repeat-y;
	display:inline;
	float:left;
	overflow:hidden;
	width:284px;
}

#social div.sclbxt{
	background:url(../../images/sclbx_bgt.png) left top no-repeat;
	padding:4px 0 0 0;
}

#social div.sclbxb{
	background:url(../../images/sclbx_bgb.png) left bottom no-repeat;
	padding:0 0 14px 0;
}

#social #twitter h4{
	background:url(../../images/twitter.png) right 4px no-repeat;
}

#social #twitter div.tweets{
	height:254px;
	margin:0 13px 13px 7px;
	overflow:auto;
	font-size:1.1em;
}

#social #twitter div.tweets div.tweet{
	overflow:hidden;
	padding:14px 7px;
}

#twitter div.tweets div.odd{
	background:#f3f4f4;
}

#social #twitter div.tweets div.tweet div.thumb_wrp{
	float:left;
}

#social #twitter div.tweets div.tweet div.entry_wrp{
	margin:0 0 0 38px;
}

#social #twitter div.tweets div.tweet div.timestamp{
	padding-top: 7px;
	font-size:0.9em;
}

#blog div.blog_wrp, #news div.news_wrp{
	height:254px;
	margin:0 13px 13px 7px;
	overflow:auto;
	font-size:1.1em;
}

#blog div.blog_wrp h5, #news div.news_wrp h5{
	margin:0 44px 0 16px;
	padding:18px 0 0 0;
}

#blog div.blog_wrp div, #news div.news_wrp div{
	margin:0 0 0 16px;
	padding:5px 16px 5px 0;
}

#blog div.blog_wrp div.odd, #news div.news_wrp div.odd{
	background:#ffffff;
}

#bgoverlay{display:none; position:fixed; z-index:10000; top:0; left:0; width:100%; height:100%; background:transparent url(../../images/bg_overlay.png) repeat;}

#searchresults{display:none; position:absolute; z-index:10001; top:100px; left:50%; margin-left:-253px; width:500px; height:auto; padding:15px; background:white; -webkit-border-radius:5px; -moz-border-radius:5px; border:3px solid #333333; font-size:1.1em; text-align:left;}