﻿*{
	margin:0;
}
body   {
	background: #FFFFFF url('images/H&F/DL_Header.png') repeat-x left top;
}

/*Content & Outer Box*/
#box {
	left: 135px;
	top: 11px;
	width: 760px;
	height: 560px;
	z-index: 3;
	float: left;
	position: absolute;
}
#content {
	left: 150px;
	top: 150px;
	width: 674px;
	height: 350px;
	padding-left: 20px;
	padding-right: 20px;
	z-index: 3;
	position: absolute;
	line-height: 16pt;
}
	
#navcontainer ul {
	margin: 0;
	padding: 10px;
	list-style-type: none;
	text-align: right;
	font-family: "felix Titling";
	font-size: 9pt;
	position: absolute;
	left: 395px;
	top: 100px;
	font-variant: small-caps;
}

#navcontainer ul li {
	display: inline;
	color: #333333;
}

#navcontainer ul li a
{
	text-decoration: none;
	padding: .05em 1em;
	color: #e1b01d;
	background-color: #FFFFFF;
}

#navcontainer ul li a:hover
{
	color: #990099;
	background-color: #FFFFFF;

}

/*Logo*/
#home {
	display:inline;
	margin-left:0px;
	background-image:url('images/CJScales.png') }
.img {
	border-width: 0;
	position: absolute;
	left: 15px; 
	top: 11px;
	 right: 627px
}
.img2 {
	border-width: 0;
	z-index: 2;
	position: absolute;
	top: 30px;
	left:130px;

}
.img3 {
	border-width: 0;
	z-index: 4;
	position: absolute;
	top: 185px;
	left: 425px;
}
.icon {
	
	z-index: 1;
	position: absolute;
	top: 8px;
	left: 33px;
	float: left;
}

/*body*/
h1 {
	font-family: "felix Titling";
	font-size: 16pt;
	color: #e1b01d;
	float: left;
	vertical-align: middle;
	margin-left: 85px;
	margin-top: 20px;
	font-variant: small-caps;
}
h2 {
	font-family: "felix Titling";
	font-size: 12pt;
	color: #e1b01d;
	z-index: 5;
	position: absolute;
	font-variant: small-caps;
}

h4 {
	color: #333333;
	font-family: Candara, Arial;
	font-size: small;
	padding: 0;
	margin: 0;
	left: 555px;
	position: absolute;
	top: 0;
	width: 120px;
	text-align: right;
	font-weight: normal;
}

p {
	font-family: Candara, Arial;
	font-size: 11pt;
	width: 580px;
	color: #333333;
	z-index: 4;
	text-align: justify;
	position: absolute;
	left: 7.2em;
	top: 3.6em;
	margin: 0;
	font-weight: normal;
}
ul.links {
	margin: 0;
	z-index: 4;
	font-family: Candara, Arial;
	color: #333333;
	font-size: 11pt;
	list-style-type: disc;
	position: absolute;
	padding-left: 20px;
}

ul.liststyle {
	color: #333333;
	font-family: Candara, Arial;
	font-size: 11pt;
}

/*Footer*/

#footer {
	padding: 0;
	margin: 0;
	background-image:url('images/H&F/DL_Footer.png');
	background-repeat: repeat-x;
	height: 220px;
	width: 100%;
	position: absolute;
	top: 400px;
	z-index: 0;
	float: left;
	left: 0;
}

