body {
	margin: 0;
	background: #F0F0E8;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #59452A;
}
a img {
	border: none;
}
a {
	outline: none;
}
#container {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 980px;
}
#content_container {
	position: relative;
	margin: 0;
	padding: 0;
	width: 980px;
	background: #FFFFFF url('../images/container_bg.gif') top left repeat-y;
}
#content_container_1 {
	position: relative;
	margin: 0;
	padding: 0 10px 0 10px;
	width: 960px;
	background: url('../images/container_btm.gif') bottom left no-repeat;
}

/* Header */
#header {
	position: relative;
	margin: 0;
	padding: 7px 0 0 10px;
	width: 950px;
	height: 108px;
}
#header_logo {
	position: relative;
	margin: 0;
	padding: 0;
	width: 340px;
	height: 105px;
}
#header_contact {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 0px;
	right: 30px;
	width: 320px;
	height: 44px;
	background: #59452A url('../images/header_contact_bg.gif') top left repeat-x;
}
#header_contact_left {
	position: relative;
	margin: 0;
	padding: 0;
	height: 44px;
	background: url('../images/header_contact_left.gif') top left no-repeat;
}
#header_contact_right {
	position: relative;
	margin: 0;
	padding: 0 15px;
	height: 44px;
	background: url('../images/header_contact_right.gif') top right no-repeat;
}
#header_contact p {
	position: relative;
	margin: 0 10px 0 0;
	float: left;
	padding: 11px 0 0 0;
	font: normal 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: left;
}
#header_contact p a:link, #header_contact p a:visited {
	color: #D0D548;
	text-decoration: none;
}
#header_contact p a:active, #header_contact p a:hover {
	color: #B6BA3F;
	text-decoration: none;
}
#header_contact_icons {
	position: relative;
	float: right;
	margin: 0;
	padding: 5px 0 0 0;
}
#header_contact_icons span {
	position: relative;
	margin: 0 0 0 10px;
	padding: 0;
	width: 30px;
	height: 30px;
}
#header_contact_icons span a:link, #header_contact_icons span a:visited {
	position: relative;
	margin: 0;
	padding: 0;
	width: 30px;
	height: 30px;
}
#header_contact_icons span a:active, #header_contact_icons span a:hover {
	text-decoration: none;
	opacity: 0.8; 
}
/* End of Header */

/* Navbar */
#navbar {
	position: relative;
	margin: 0 0 20px 0;
	padding: 0;
	width: 960px;
	height: 60px;
}
/* Main Nav */
#mainnav {
	position: relative;
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	width: 475px;
	height: 60px;
	background: #F0F0E8 url('../images/mainnav_bg.gif') top left repeat-x;
}
#mainnav_left {
	position: relative;
	margin: 0;
	padding: 0;
	width: 475px;
	height: 60px;
	background: url('../images/mainnav_left.gif') top left no-repeat;
}
#mainnav_right {
	position: relative;
	margin: 0;
	padding: 0;
	width: 475px;
	height: 60px;
	background: url('../images/mainnav_right.gif') top right no-repeat;
}
#mainnav_right ul#mnul {
	position: relative;
	margin: 0;
	padding: 11px 0 0 10px;
}
#mnul li {
	position: static;
	float: left;
	margin: 0;
	padding: 0 10px 0 10px;
	list-style-type: none;
}
#mnul a.down {
	display: block;
	margin: 0;
	padding: 0 0 0 10px;
	font: normal 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url('../images/maintab_left.gif') top left no-repeat;
	color: #FFFFFF;
}
#mnul a.down span {
	display: block;	
	background: url('../images/maintab_right.gif') top right no-repeat;
	color: #FFFFFF;
	padding: 12px 10px 16px 0;
}
#mnul a {
	display: block;
	margin: 0px;
	padding: 0 0 0 10px;
	font: normal 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#mnul a span {
	display: block;	
	padding: 8px 10px 20px 0;
}
#mnul a:link, #mnul a:visited {
	color: #59452A;
	text-decoration: none;
}
#mnul a:active, #mnul a:hover {
	background: url('../images/maintab_left.gif') top left no-repeat;
	color: #FFFFFF;
	text-decoration: none;
}
#mnul a:active span, #mnul a:hover span {
	background: url('../images/maintab_right.gif') top right no-repeat;
	color: #FFFFFF;
	text-decoration: none;
	padding: 12px 10px 16px 0;
}
/* End of Main Nav */

/* Seconcary Nav */
#secnav {
	position: relative;
	float: right;
	margin: 0;
	padding: 0;
	width: 475px;
	height: 60px;
	background: #30A0C7 url('../images/secnav_bg.gif') top left repeat-x;
}
#secnav_left {
	position: relative;
	margin: 0;
	padding: 0;
	width: 475px;
	height: 60px;
	background: url('../images/secnav_left.gif') top left no-repeat;
}
#secnav_right {
	position: relative;
	margin: 0;
	padding: 0;
	width: 475px;
	height: 60px;
	background: url('../images/secnav_right.gif') top right no-repeat;
}
#secnav ul#snul {
	position: relative;
	margin: 0;
	padding: 11px 0 0 25px;
}
#snul li {
	float: left;
	margin: 0;
	padding: 0 13px 0 13px;
	list-style-type: none;
}
#snul a.down {
	display: block;
	margin: 0;
	padding: 0 0 0 13px;
	font: normal 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url('../images/sectab_left.gif') top left no-repeat;
	color: #30A0C7;
}
#snul a.down span {
	display: block;	
	background: url('../images/sectab_right.gif') top right no-repeat;
	color: #30A0C7;
	padding: 12px 13px 16px 0;
}
#snul a {
	display: block;
	margin: 0px;
	padding: 0 0 0 13px;
	font: normal 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#snul a span {
	display: block;	
	padding: 8px 13px 20px 0;
}
#snul a:link, #snul a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#snul a:active, #snul a:hover {
	background: url('../images/sectab_left.gif') top left no-repeat;
	color: #30A0C7;
	text-decoration: none;
}
#snul a:active span, #snul a:hover span {
	background: url('../images/sectab_right.gif') top right no-repeat;
	color: #30A0C7;
	text-decoration: none;
	padding: 12px 13px 16px 0;
}
/* End of Secondary Nav */
