@charset "UTF-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	margin: 0;
	border: 0;
	text-align: center;
	background-color: #D69F1B;
	width:100%;
	background-image: url(images/LLHC_web_bkgrd.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #b3b297;
}
table {
	border: none;
}
tr.green td {
	color: #FFF;
	background: #b3b297;
	padding-top: 8px;
	border-bottom: 2px;
	border-bottom-color: #686530;
}
tr.row td {
	color: #000;
	padding-top: 5px;
}
tr.altrow td {
	color: #000;
	background: #d9d7ca;
	padding-top: 5px;
}
.container {
	text-align: center;
	width: 966px;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
	background-image: url(images/llhc_bkgrd_shad.gif);
}
.headerleft #header {
	background: #DDDDDD;
	height: auto;
	font-size: 1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 946px;
	margin-left: auto;
}
.headerleft {
	background: #686530;
	height: auto;
	font-size: 1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	position: relative;
	width: 946px;
	margin-left: auto;
	margin-right: auto;
} 
.bodytop {
	margin: 0;
	height: 20px;
	font-size: 1px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.maincontent {
	text-align: left;
	width: 946px;
	height: 100%;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	background-color: #fff;
	margin: 0;
	margin-left: 10px;
}
.container #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.container #header_nav_1 {
	width: 525px;
	position: absolute;
	top: 129px;
	height: 43px;
	left: 1px;
}
.container #header #header_nav_button {
	height: 27px;
	width: 100px;
	float: left;
	margin-left: 30px;
	margin-right: 0px;
	font-size: 16px;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 12px;
	padding-bottom: 4px;
	color: #b3b297;
}
.container #header #header_nav_button a:link, a:visited {
	text-decoration:none;
}
.container #header #header_nav_button a:hover, a:active {
	text-decoration:none;
	font-weight: bold;
	color: #FFF;
}
#left {
	width: 670px;
	text-align: left;
	height: 100%;
	padding-lepadding-bottom: 25px;
	padding-top: 5px;
	padding-right: 30px;
	padding-left: 30px;
	background-color: #FFF;
	padding-bottom: 15px;
	float: left;
} 
.maincontent #left h1 {
	font-family: Garamond, "Times New Roman", Times, serif;
}
.maincontent #left p {
	font-family: Garamond, "Times New Roman", Times, serif;
}
.maincontent #left h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-top: 0em;
 	margin-bottom: .5em;
}
.maincontent #left h3 {
	margin-top: 0em;
	margin-bottom: .5em;
	font-size: 2em;
}
.container #left h3 {
	font-size: 2em;
}
#sidebar1 {
	width: 161px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #b3b297;
	text-align: center;
	border-right-width: 15px;
	border-right-color: #FFF;
	padding-left: 20px;
	padding-right: 20px;
	height: 900px;
	float: left;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#footer {
	background:#68652F;
	width: 946px;
	color: #b3b297;
	font-size: 10px;
	padding: 10px 0px;
	text-align: center;
} 
#footer a{
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
} 
#footer a:hover {
	color:#FFF
} 
#sidebarImage{
	padding: 0px;
	width: 216px;
	float: left;
}
.container #sidebar1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	line-height: 1.5em;
	color: #FFF;
}
.container #sidebar1 h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #FFF;
	line-height: normal;
}
.container #sidebar1 h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.container .maincontent #sidebar1 p a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: underline;
	color: #FFF;
	font-size: 1em;
}
#sidebar1 p a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: underline;
}
#left h4 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin-top: 0em;
	margin-bottom: 0.5em;
	font-weight: normal;
	color: #b20837;
}

