body {
	margin: 0;
	padding: 0;
	background-color: #fcfe91;
	background-image: url(/images/assets/pagebg.gif);
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5f0003;
}

a {
	color: #5f0003;
	text-decoration: none;
	cursor: pointer;

}


.clear {
	clear: both;
}

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

#imagetopleft {
	float: left;
}

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

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

#menu {
	float: left;
	margin-left: 100px;
	_margin-left: 60px;
	color: #000;
	background-color: #fbd62b;
}

/* list styling */

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

#nav a {
	display: block;
	color: #000;
	font-size: 12px;
	text-decoration: none;
}

#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 #bb5300;
	border-right: 1px solid #bb5300;
	border-bottom: 1px solid #bb5300;
	background-color: #fffd3d;
	width: 120px;
}

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

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




#chatwithus {
	float: right;
	margin-right: 10px;
}

#logosleft {
	margin-top: 285px;
}

#content {
	float: left;
	background-color: #fcfe91;
	min-height: 500px;
	width: 870px;
}

/* 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;
}

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

#homepage #leftcol {
	border-right: 2px solid #999;
	float: left;
	width: 396px;
}

#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;
}

#homepage #rightcol {
	float: left;
	width: 440px;
}

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

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

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

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