/* Master CSS Styles | hinchlaw.com copyright 2010 */

/****************************************/
/*			Common Elements				*/
/****************************************/
html, body, p, ul, li, h1, h2, h3, h4, h5 {
	padding: 0px;
	margin: 0px;
}
body {
	background-color: #0A2057;
	background-image: url(/images/png/slices/hl_bg_two.png);
	background-repeat: repeat-x;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
ul {
	list-style: none;	
}
ul li {
	float: left;
}


/****************************************/
/*			Common Classes				*/
/****************************************/
.btn {
	display: block;
	width: 100%;
	height: 100%;
}
.noCSS {
	display: none;
	visibility: hidden;
}
.blueGT {
	font-style: italic;
	font-weight: bold;
	color: #3366ff;	
}

/****************************************/
/*			Banner	 					*/
/****************************************/
#wrapper {
	width: 1024px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#bannerWrapper {
	width: 1024px;
	height: 105px;
}
#logo {
	position: absolute;
	display: block;
	left: 12px;
	top: 0px;
	width: 148px;
	height: 105px;
	background-image: url(/images/png/slices/hl_logo.png);
	background-repeat: no-repeat;
}



/****************************************/
/*			Navigation 					*/
/****************************************/
#menu {
	width: 561px;
	height: 105px;
	position: absolute;
	display: block;
	right: 7px;
	top: 0px;
	background-image: url(/images/png/slices/hl_menu_up.png);
	background-repeat: no-repeat;
}
#menu a {
	background-image: url(/images/png/slices/hl_menu_down.png);
	background-repeat: no-repeat;

	display: block;
	width: 140px;
	height: 105px;
}
#menuAbout, #menuServices, #menuContact, #menuLinks {
	background-position: 200px 0px;	
}

#menuAbout:hover {
	background-position: 0px 0px;
}
#menuServices:hover  {
	background-position: -140px 0px;
}
#menuContact:hover  {
	background-position: -280px 0px;
}
#menuLinks:hover  {
	background-position: -420px 0px;
}

/****************************************/
/*			Content 					*/
/****************************************/
#contentWrapper {
	width: 997px;
	height: 605px;
	padding-top: 30px;
	padding-left: 27px;
	display: block;
	position:relative;
	background-image: url(/images/png/slices/hl_content_bg.png);
	background-repeat: no-repeat;
}
#contentTitle {
	width: 965px;
	height: 36px;
	margin-left: 2px;
	background-repeat: no-repeat;
}
#contentTitle .contactBtn {
	width: 370px; 
	height:30px; 
	display:block;
	float: right;
}
#contentBody {
	width: 968px;
	height: 570px;
	margin-left: 1px;
	background-repeat: no-repeat;
	padding-top: 20px;
	color: #444444;
	font-size: 12px;
}
/****************************************/
/*			Footer	 					*/
/****************************************/
#footer {
	width: 972px;
	height: 24px;
	margin-left: auto;
	margin-right: auto;
	font-size: 9px;
	color: #7a828d;
	position: relative;
}
#dssLink {
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#dssLink a {
	color: #c8c8c8;
	font-weight: bold;
	text-decoration: none;
}








