body {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 12px;
	color: #681600;
	text-decoration: none;
	background-color: #EAC97D;
	background-image: url(/assets/templates/norbuild/images/main_bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#container {
	background-color: #FFFFFF;
	text-align: left;
	padding: 3px;
	width: 754px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#header {
	background-image: url(/assets/templates/norbuild/images/nbc_header.jpg);
	background-repeat: no-repeat;
	height: 110px;
	width: 754px;
}
#flash {
	float: right;
	height: 110px;
	width: 400px;
}
#nav {
	background-color: #9F2200;
	height: 20px;
	clear: both;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav ul li {
	position: relative;
	float: left;
	width:111px;
	display: block;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}	
#nav ul li ul {
	position: absolute;
	left: 0; /* Set 1px less than menu width */
	top:20px;
	line-height: 16px;
}
#nav ul li a {
	color: #EAC97D;
	font-weight: bold;
	text-transform: uppercase;
}
#nav ul li a:hover {
	color: #FFFFFF;
	background-color: #681600;
}
/* Styles for Menu Items */
#nav ul li.firstcategory, #nav ul li.category, #nav ul li.lastcategory {
	color: #EAC97D;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	margin: 0px;
}
#nav ul li.firstcategory:hover, #nav ul li.firstcategory.over {
	color: #fff;
}
#nav ul li.category:hover, #nav ul li.category.over {
	color: #fff;
}
#nav ul li.lastcategory:hover, #nav ul li.lastcategory.over {
	color: #fff;
}

/* commented backslash \*/ 
* html ul li a {height:1%}
/* end hack */ 
#nav li a {
	text-decoration: none;
}
/* hovered lists */
#nav li a, #nav li.over a {
	color: #fff;
	width: 111px;
	display: block;
}
#nav li li a:hover, #nav li.over li a:hover {
	color: #fff;
	background-color: #681600;
	text-indent: 8pt;
}
/* set dropdown */
#nav li li a, #nav li.over li a {
	color: #ffffff;
	text-align: left;
	border-right: 1px solid #2f2f2f;
	border-bottom: 1px solid #2f2f2f;
	border-left: 1px solid #2f2f2f;
	font-weight: normal;
	width: 172px;
	background-color: #9F2200;
	text-indent: 3pt;
	text-transform: none;
}
#nav li ul li a {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-left: 5px;
} /* Sub Menu Styles */
#nav li ul, #nav li.over ul { 
	display: block; 
} /* The pop */
#myajaxmenu {
	display: block;
	z-index: 1000;
}
#main_content {
	padding: 6px;
	clear: both;
}
#main_content h1 {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 20px;
	color: #9F2200;
}
#main_content h2 {
	font-size: 17px;
	font-weight: bold;
	color: #88C256;
}
#main_content h3 {
	font-size: 14px;
	font-weight: bold;
	color: #FF9B00;
}
#footer {
	background-color: #9F2200;
	color: #EAC97D;
	text-decoration: none;
	text-align: center;
	padding: 6px;
	clear: both;
}
#footer a, #footer a:visited {
	color: #EAC97D;
}
#footer a:hover, #footer a:active {
	color: #FFFFFF;
}
a, a:visited {
	font-weight: bold;
	color: #FF9B00;
}
a:hover, a:active {
	color: #88C256;
}