body {
	margin: 0;
	padding: 0;
	background-color: #e6ebda;
	background-image: url(/images/assets/pagebg.gif);
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #216a3e;
	min-width: 1000px;
}

a {
	color: #216a3e;
	text-decoration: none;
	cursor: pointer;
}


.clear {
	clear: both;
}

#header {
	width: 100%;
	height: 125px;
	background-image: url(/images/assets/headerbg.gif);
}

#imagetopleft {
	float: left;
}

#sdhh_logo {
	float: right;
	margin-right: 20px;
}

#sidebar {
	float: left;
	background-color: #6d826d;
	width: 100px;
	margin-top: -27px;
}

#menu {
	float: left;
	position: relative;
	top: -27px;
	/*margin-left: 105px;*/
	_margin-left: 65px;
	/*border:1px solid red;*/
}

/* list styling */
#nav {
	display: inline;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	color: #fff;
	font-size: 12px;
}

#nav li { /* all list items */
	float: left;
	padding: 6px 10px 9px 10px;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 142px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul {
	margin-top: 7px;
}

#nav li ul li:hover ul {
	margin-top: 0;
}

#nav li ul li {
	border-left: 1px solid #819481;
	border-right: 1px solid #819481;
	border-bottom: 1px solid #819481;
	background-color: #e6ebda;
	width: 120px;
}

#nav li ul li:hover {
	background-color: #bec9a5;
}

#nav li ul li a { color: #000; }




#chatwithus {
	float: right;
	margin-right: 10px;
	display: inline;
	/*border:1px solid red;*/
}

#logosleft {
	margin-top: 285px;
}

#content {
	float: left;
	background-color: #e6ebda;
	min-height: 500px;
	width: 870px;
	/*border:1px solid red;*/
}

/* footer styling */

#footer {
	width: 95%;
	margin: 30px;
	border-top: 2px solid #3f3f3f;
	font-size: 11px;
}

#footer #col1 {
	float: left;
	width: 32%;
	text-align: left;
	padding: 8px;
}

#footer #col1 ul {
	margin: 0; padding: 0;
	margin-left: 14px;
	padding: 8px;
}

#footer #col2 {
	float: left;
	width: 31%;
	text-align: center;
	padding: 8px;
}

#footer #col3 {
	float: left;
	width: 30%;
	text-align: right;
	padding: 7px;
}

#footer #col3 .ftrow {
	margin-bottom: 10px;
}

.normal {
	font-size: 12px;
}

.large {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -0.5px;
}

.larger {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -1px;
}

/* homepage styling */

#homepage {
	margin-top: 17px;
	margin-left: 30px;
	/*border:1px solid gray;*/
}

#homepage #headline {
	margin-bottom: 16px;
}

#homepage #leftcol {
	border-right: 2px solid #999;
	float: left;
	width: 396px;
	/*border:1px solid blue;*/
	display: inline
}

#homepage #leftcol .linebot {
	padding: 5px;
	width: 95%;
	border-bottom: 2px solid #999;
}

#homepage #leftcol .linebot .image {
	width: 100px;
	text-align: center;
	float: left;
}

#homepage #leftcol .linebot .text {
	float: left;
	width: 265px;
	padding: 5px 0 0 10px;
}

#homepage #leftcol .linebot .imageitem {
	float: left;
	width: 90px;
	height: 120px;
	text-align: center;
	font-weight: bold;
	vertical-align: bottom;
	font-size: 11px;
	margin-bottom: 10px;
	/* added for firefox */
}

#homepage #rightcol {
	float: left;
	width: 440px;
	?*border:1px solid green;*/
	display: inline
}

#homepage #rightcol .linebot {
	padding: 5px;
	margin-left: 10px;
	width: 95%;
	border-bottom: 2px solid #999;
}

#homepage #rightcol .linebot .image {
	margin: 1px;
	width: 60px;
	text-align: center;
	float: left;
}

#homepage #rightcol .linebot .text {
	padding: 10px;
	float: left;
	width: 328px;
}

#homepage #rightcol .linebotnoline {
	padding: 5px;
	margin-left: 10px;
	width: 95%;
}

#homepage #rightcol .linebotnoline .image {
	margin: 1px;
	width: 60px;
	text-align: center;
	float: left;
}

#homepage #rightcol .linebotnoline .text {
	padding: 10px;
	float: left;
	width: 328px;

}

