* {
	margin: 0;
	padding: 0;
}
p {margin-bottom: 1.2em;}

h1 {font: normal 1.6em serif;}
h4 {font: normal 1.2em serif;}

ul {margin-left: 1.8em;}

dt {font-style: italic;}
dd {margin-left: 2em; padding-bottom:25px;}


.hlsBody {
	background: #4E5D3C url(../assets/hlsBackground.jpg);
	color: #444;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	margin: 0;
	}
	
.hlsContainer { 
	background: url(../assets/hlsContainer.gif) repeat-y center top;
	margin: 0 auto;
	width: 736px;
}

.top {
	
	margin-left: 52px;
 	text-align: center;
	width: 632px;
}


.hlsHeader {

	color: #445044;

}

.hlsHeader h1 {
	font-family: "Old English Text MT";
	font-size: 64px;
	font-weight: bold;
		padding-top: 10px;
}
.pattern {
	background: #334127 url(../assets/hlsHR.gif) repeat-x;
	clear: both;
	height: 7px;
}


/* copy */

.hlsCopy {clear: both;}

/*.hlsCopy img {border: 1px dashed #8A6;} */

.hlsCopy .title {
	  color: #445044;
	  font: normal 2em serif;
}

.hlsCopy .title:first-letter {
	display: block;
	float: left;
	font-size: 2.4em;
}

.hlsCopy .details {
	color: #666;
	font-size: 0.9em;
	float: left;
	padding: 0 0 6px 4px;
}

.hlsCopy .details2 {
	color: #666;
	font-size: 0.9em;
	padding: 0 0 6px 4px;
}

.hlsCopy .subtitle {
	color: #666;
	font-size: 0.7em;
	margin: 0 auto;
	text-align: center;
}

.hlsCopy .copy {
	  clear: both;
}

.hlsCopy h2 {
	color: #445044;
	font: normal 1.2em serif;
	text-align: center;
	margin-bottom: 1.2em;
}

.hlsCopy h3 {
	color: #445044;
	font-family: "Monotype Corsiva",sans-serif;
	font-size: 1.4em;
	text-align: center;
	margin-bottom: 0.1em;
}


.hlsCopy sup {
	font-size: 0.6em;
}

.hlsCopy .keywords {
        color: #F9F5DA
}

.hlsCopy .footnotes {
	font-size: 0.8em;
}

ul.lst li {
	list-style-type:none;

}
ul.lst li span {
	position: relative;
	display: block;
	padding: 0 50px 0 0;

}
	
ul.lst li em {
	position: absolute;
	left: 105px;
	font-style: normal;
	font-weight: normal;
}


.hlsDiv {
	width: 600px; 
	background-color: #DFEBDF; 
	padding-top: 10px; padding-right: 10px; 
	padding-bottom: 10px; 
	padding-left: 10px;
	border: medium #004A00 double;
	}
	
#comment-form fieldset{
 	border: none;
	margin:0 0 15px 0;
	}
	
#comment-form fieldset label {
	display: block;
	margin 0 0 3px 0;
	font-weight: bold;
	}
	

#comment-form fieldset input,
#comment-form fieldset textarea {
	width:500px;
	padding: 5px;
        font: normal 1.0em serif;
	border: none;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	background: #CCDBBE url(../assets/gradient.gif) repeat-x top left;
	}


#comment-form fieldset input.largercheckbox {
	width: 20px;
	height: 20px;

	}	
	
	
	
	
#comment-form fieldset input:focus,
#comment-form fieldset textarea:focus {
	background: #F9F5DA;
	}
	
/* footer */
.hlsFooter {
	color: #666;
	font-size: 1.1em;
	line-height: 41px; 
	margin: 0 auto;
	text-align: center;
	width: 632px;
}

/* scalable buttons */

.btn { display: block; position: relative; background: #aaa; padding: 5px; float: left; color: #fff; text-decoration: none; cursor: pointer; }
.btn * { font-style: normal; background-image: url(../assets/btn2.png); background-repeat: no-repeat; display: block; position: relative; }
.btn i { background-position: top left; position: absolute; margin-bottom: -5px; top: 0; left: 0; width: 5px; height: 5px; }
.btn span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; }
.btn span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
.btn span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }


.btn.green { background: #627055; }
.btn:hover { background-color: #FF6600; }
.btn:active { background-color: #444; }
.btn[class] { background-image: url(../assets/shade.png); background-position: bottom; }

.btnC { display: block; position: relative; background: #aaa; padding: 5px; width: 150px; margin: 0px auto; color: #fff; text-decoration: none; cursor: pointer; text-align: center; }

.btnC * { font-style: normal; background-image: url('../assets/btn2.png'); background-repeat: no-repeat; display: block; position: relative; }

.btnC i { background-position: top left; position: absolute; margin-bottom: -5px;  top: 0; left: 0; width: 5px; height: 5px; }

.btnC span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; }

.btnC span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }

.btnC span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }

* html .btnC span,

* html .btnC i { width: 120px; text-align: center; padding: 0px; display: block; margin: 0px auto; background-image: none; cursor: pointer; }



.btnC.green { background: #627055; }

.btnC:hover { background-color: #FF6600; color: #fff; }

.btnC:active { background-color: #444; color: #fff; }

.btnC[class] {  background-image: url('../assets/shade.png'); background-position: bottom; }








/* navigation */
.navigation {margin: 0 24px;}

.navigation a {
	color: #004A00;
	font: normal 1.9em serif;
	line-height: 50px;
	margin: 0 16px;
	text-decoration: none;
}
.navigation a:hover,.navigation #selected {
	color: #000000;
}

.hlsCopy {  
	font: normal 1.9em serif;
	padding-left: 52px;
	padding-right: 52px;}

