

/* home.css
/  Homepage styles for 24-7
/  Author: Grant Bunyan
/  ====================  */



/* reset browser default styles */

html
{color:#052b33;background:#FFF;}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td
{margin:0;padding:0;}

table
{border-collapse:collapse;border-spacing:0;}

fieldset,img
{border:0;}

address,caption,cite,code,dfn,em,strong,th,var,optgroup
{font-style:inherit;font-weight:inherit;}

del,ins
{text-decoration:none;}

li
{list-style:none;}

caption,th
{text-align:left;}

h1,h2,h3,h4,h5,h6
{font-size:100%;font-weight:normal;}

q:before,q:after
{content:'';}

abbr,acronym
{border:0;font-variant:normal;}

sup
{vertical-align:baseline;}

sub
{vertical-align:baseline;}

legend
{color:#000;}

input,button,textarea,select,optgroup,option
{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}

input,button,textarea,select
{*font-size:100%;}





/* shared classes */

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

strong {
	font-weight: bold;
	}


/* layout */

html {
	font-size: 13px;
	font-family: "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	background-color: #111847;
	background: #111847 url(../images/html-bg.png) repeat-x left top;
	
	}

body {
	height: 100%;
	width: 100%;
	padding-top: 20px;
	color: #5a6195;
	position: relative;
	}

.clear {
	clear: both;
	}

.width-set {
	width: 870px;
	margin: 0 auto;
	}
#hr {
	border-bottom: 1px solid #3f488e;
	margin: 0 auto;
	}

#topbar {
	background-color: white;
	position: relative;
	padding-top: 10px;
	height: 108px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-radius-top-left: 5px;
	border-radius-top-right: 5px;
	}

#logo {
	margin-left: 8px;
	}
	
ul#navigation {
	list-style-type: none;
	position: absolute;
	right: 18px;
	bottom: 0;
	}
	
ul#navigation li {
	float: left;
	width: auto;
	height: 40px;
	padding: 5px 15px;
	background: url(../images/bg-nav-div.png) no-repeat right bottom;
	}
ul#navigation li.last {
	background: none;
	}
	
ul#navigation li a {
	color: #111847;
	}
ul#navigation li a:hover, ul#navigation li.selected a {	
	color: #f26b08;
	text-decoration: none;
	}
	
	
	
#feature {
	background: url(../images/hm-main-bg.jpg) no-repeat center top;
	padding-top: 20px;
	height: 149px;
	}
	
#feature div {
	float: left;
	width: 520px;
	margin-left: 46px;
	background: url(../images/hm-qu-open.png) no-repeat left top;
	}
#feature div blockquote {
	color: white;
	font-size: 1.4em;
	padding-left: 46px;
	padding-right: 40px;
	padding-top: 15px;
	background: url(../images/hm-qu-close.png) no-repeat right bottom;
	}

#panel {
	background: #ecedf4 url(../images/hm-bg-panel-1px.png) repeat-x left bottom;
	min-height: 300px;
	}
		
#panel h2 {
	font-weight: bold;
	color: #202969;
	font-size: 1.8em;
	margin-bottom: .3em;
	}
		
#panel .right {
	width: 257px;
	float: right;
	background: transparent url(../images/hm-direct-panel.png) no-repeat left bottom;
	}
#panel .right .inner {
	background: url(../images/hm-direct-ques.png) no-repeat right top;
	padding-top: 20px;
	padding-left: 10px;
	}	
#panel .right h2 {
	margin-bottom: .3em;
	}
#panel .right h2 img {
	vertical-align: text-bottom;
	}
	
ul#choose {
	min-height: 150px;
	padding: 15px 10px 15px 0;
	}
ul#choose li {
	background: url(../images/li-arrow-fancy.png) no-repeat left center;
	padding-left: 32px;
	margin-bottom: 0.5em;
	}
ul#choose li a {
	display: block;
	padding: 0.5em 7px;
	height: 1%;
	background: white url(../images/hm-choose-bg.png) repeat-x left center;
	border: 1px solid #e2e3ea;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	}
ul#choose li a:hover {
	text-decoration: none;
	color: #b54d01;
	background: white url(../images/hm-choose-bg-down.png) repeat-x left center;
	}

#panel .left {
	margin-right: 260px;
	padding-left: 90px;
	padding-top: 30px;
	}

#panel .left ul {
	margin-bottom: 1px;
	}	
#panel .left ul li {
	width: 125px;
	float: left;
	display: inline;
	margin-right: 30px;
	height: 220px;
	}

#panel .left ul li h3 {
	background: #1c2460 url(../images/hm-feat-hlite.png) no-repeat left top;
	color: white;
	font-weight: bold;
	padding: 11px 5px 6px;
	line-height: 17px;
	min-height: 35px;
	}
#panel .left ul li h3 a {
	color: white;
	text-decoration: none;
	}
	
#panel .left ul li img {
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-bottomleft-radius: 3px;
	-moz-border-bottomright-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	}

#panel .left ul li p {
	font-size: 0.9em;
	line-height: 1.2em;
	}

#footer {
	margin-top: -4px;
	background: url(../images/bg-footer-slice-1px.png) repeat-y left top;
	height: 25px;
	padding-top: 8px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	}

img#hm-tel {
	font-size: 0;
	line-height: 0;
	}

ul#footer-nav {
	float: left;
	width: 35%;
	display: inline;
	margin-left: 20px;
	}
ul#footer-nav li {
	display: inline;
	margin-right: 10px;
	}

#footer p {
	float: right;
	text-align: right;
	width: 55%;
	margin-right: 20px;
	color: #7681ae;
	}
	
#drop-01 {
	position: absolute;
	z-index: 99;
	width: 88px;
	height: 88px;
	top: 130px;
	margin-left: -40px;
	}
#drop-02 {
	position: absolute;
	width: 98px;
	height: 67px;
	z-index: 99;
	margin-left: 440px;
	top: 260px;
	}