body, html {
	margin:0;
	padding:0;
	background:#e8ebef;
	color:#454545;
	align:center;
}
body {
	min-width:815px;
}
#wrap {
	background:#FFFFFF;
	margin:0 auto;
	width:815px;
}
#header {
	background:#FFFFFF;
}
#header h1 {
	padding:5px;
	margin:0;
}
#nav {
	background:#FFFFFF;
	padding-top:4px;
	padding-left:6px;
}
#nav ul {
	margin:0;
	padding:0;
	list-style:none;
	text-decoration: none
}
#nav li {
	display:inline;
	margin:0;
	padding:0;
	text-decoration: none
}
.nav2 {
	float:left;
	width:750px;
	margin:0px 0 0 40px;
}
.nav2 p {
	padding:-10px 15px;
	font-family:Arial;
	font-size:13px;
}
#main {
	width:800px;
	margin:0px auto;
	padding: 10px 20px;
}
#main h2, #main h3, #main p {
	padding:-10px 15px;
	font-family:Arial;
	font-size:13px;
}
#main2 {
	float:left;
	width:800px;
	margin:0px 0 0 20px;
}
#main2 h2, #main2 h3, #main2 p {
	padding:-10px 15px;
	font-family:Arial;
	font-size:13px;
}
#main3 {
	float:left;
	width:800px;
	margin:0px 0 0 20px;
}
#main3 h2, #main3 h3, #main3 p {
	padding:-10px 15px;
	font-family:Arial;
	font-size:13px;
}
#sidebar {
	background:#FFFFFF;
	float:right;
	width:325px;
	margin:0px 35px 0 0;
	font-family:Arial;
	font-size:13px;
}
#sidebar ul {
	margin-bottom:0;
}
#sidebar h3, #sidebar p {
	padding:0 0px 0 0;
}
#footer {
	background:#FFFFFF;
	clear:both;
}
#footer p {
	padding:5px;
	margin:0;
	color:#454545;
	font-family:Arial;
	font-size:10pt;
}
#main a:link {
	color: #792720;
	text-decoration: underline;
}
#main a:active {
	color: #792720;
	text-decoration: underline;
}
#main a:visited {
	color: #792720;
	text-decoration: underline;
}
#main a:hover {
	color: #836414;
	text-decoration: none;
}
#footer a:link {
	color: #454545;
	text-decoration: none;
}
#footer a:active {
	color: #454545;
	text-decoration: none;
}
#footer a:visited {
	color: #454545;
	text-decoration: none;
}
#footer a:hover {
	color: #836414;
	text-decoration: none;
}
#sidebar a:link {
	color: #792720;
	text-decoration: underline;
}
#sidebar a:active {
	color: #792720;
	text-decoration: underline;
}
#sidebar a:visited {
	color: #792720;
	text-decoration: underline;
}
#sidebar a:hover {
	color: #836414;
	text-decoration: none;
}
.nav2 a:link {
	color: #792720;
	text-decoration: underline;
}
.nav2 a:active {
	color: #792720;
	text-decoration: underline;
}
.nav2 a:visited {
	color: #792720;
	text-decoration: underline;
}
.nav2 a:hover {
	color: #836414;
	text-decoration: none;
}
a:link {
	color: #792720;
	text-decoration: none;
}
a:active {
	color: #792720;
	text-decoration: none;
}
a:visited {
	color: #792720;
	text-decoration: none;
}
a:hover {
	color: #836414;
	text-decoration: none;
}
* html .nav2 {
	margin-left:15px;
	margin-right:-20px;
}
* html #main {
	margin-left:15px;
	margin-right:-30px;
}
* html #main2 {
	margin-left:15px;
	margin-right:-30px;
}
* html #sidebar {
	width:480px;
	margin-left:-20px;
}
ul.IR li {
	position: relative;
 / *overflow: hidden;
 commented out for this example */ font-size: 0.9em;
}
.IR em {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
/* For IE5.x mac only */
* html>body .IR {
	position: static;
 / *overflow: visible;
 commented out for this example */ font-size: 10px;
}
* html>body .IR em {
	position: static;
}
.nav {
	list-style: none;
}
.nav li {
	float: left;
	padding-bottom: 10px;
}
.nav li, .nav li em {
	width: 454px;
	height: 104px;
}
.link1 em, .link2 em, .link3 em {
	background: url(images/links.jpg) no-repeat;
	cursor: pointer;
}
/* 2 and 13 */ ul ul, li:hover ul ul {
	display:none;
} /* 12 and 23*/
li:hover ul, li:hover li:hover ul {
	display:block;
}
.blocks {
	border: none;
	margin: 0px;
	padding: 0px;
}
.col {
	float: left;
	color: #454545;
	font-family:Arial;
	font-size:13px;
}
#blocks2 {
	border: none;
	margin: 0px;
	padding: 0px;
}
.col {
	float: left;
	color: #454545;
	font-family:Arial;
	font-size:13px;
}
/*THE SUMATORY OF COL WIDTHS CAN NOT BE OVER THE WIDTH OF THEIR CONTAINING BLOCK*/
/*IN IE EXPLORE CAN NOT BE OVER 99%*/
/*WHEN THE WIDTH LIMIT IS PASSED THE LAST FLOAT WILL BE POSITIONED UNDER THE*/
/*FIRST COLUMN*/

#col1 {
	width: 50%;
}
#col2 {
	width: 50%;
}
#col3 {
	width: 33%;
}
#col4 {
	width: 0%;
}
#col5 {
	width: 0%;
}
#col6 {
	width: 33%;
}
#col7 {
	width: 33%;
}
#col8 {
	width: 33%;
}
#col9 {
	width: 0%;
}
#col10 {
	width: 0%;
}
#col11 {
	width: 33%;
}
#col12 {
	width: 33%;
}
#col13 {
	width: 33%;
}
#col14 {
	width: 0%;
}
#col15 {
	width: 0%;
}
#col17 {
	width: 50%;
}
#col18 {
	width: 50%;
}
.col .block1 {
	width: 85%;
	float: left;
}
#lists {
	list-style:none;
	position:relative;
	height:25px;
	float:left;
	width:800px;
	z-index:500;
	font-family: sans-serif
}
#lists li {
	margin-left:10px;
	display:inline;
	float:left;
	height:25px;
}
#lists li a.tl {
	display:block;
	width:85px;
	height:25px;
	text-decoration:none;
	line-height:20px;
	font-size:13px;
	font-weight:bold;
	text-indent:10px;
	font-weight:normal;
	color:#4d5a11;
	text-align: center
}
#lists div {
	display:none;
}
#lists li a:hover {
	text-decoration:none;
	white-space:normal;
}
#lists li:hover > a {
	text-decoration:none;
	white-space:normal;
	background:url(images/hover.gif) no-repeat bottom center;
}
#lists :hover div {
	display:block;
	width:348px;
	background:#e8ebef;
	filter:alpha(opacity=95);
	-moz-opacity:.95;
	opacity:.95;
	position:absolute;
	left:40px;
	top:25px;
	border:1px solid #888;
	padding-bottom:10px;
}
#lists :hover div dl {
	display:inline;
	padding:0;
	margin:0 5px 5px 5px;
	float:left;
	width:159px;
}
#lists :hover div dl dt {
	width:159px;
	background:#e8ebef;
	text-indent:10px;
	margin:10px 0 0px 0;
	text-decoration:none;
	height:20px;
	line-height:20px;
}
#lists .two:hover div {
	left:-150px;
}
#lists .two:hover div dl {
	width:129px;
}
#lists .two:hover div dl dt {
	width:129px;
}
#lists .single:hover div dl {
	width:129px;
}
#lists .single:hover div dl dt {
	width:129px;
}
#lists :hover div dl dd {
	padding:0;
	margin:0;
}
#lists :hover div dt a {
	text-decoration:none;
	font-weight: bold;
	cursor:default;
	font-weight:normal;
	font-size:13px;
	color:#454545;
}
#lists :hover div dd a {
	display:block;
	text-decoration:none;
	font-weight:normal;
	font-size:11px;
	color:#454545;
	text-indent:10px;
	line-height:15px;
}
#lists :hover div dd a:hover {
	text-decoration:underline;
}
#lists .clear {
	clear:both;
}
.menu {
	padding:0;
	margin:0;
	list-style-type:none;
	white-space:nowrap;
}
.menu li {
	float:left;
	min-width:114px;
	font-family:Arial;
	font-size:13px;
}
.menu a {
	position:relative;
	display:block;
	text-decoration:none;
	min-width:130px;
	float:center;
}
* html .menu a {
	width:78px;
	padding-left:5px;
	margin-left:15px;
}
.menu a span {
	display:block;
	color:#4d5a11;
	background:#FFFFF;
	border:1px solid #ffffff;
	border-width:2px 1px;
	text-align:center;
	padding:0px;
	cursor:pointer;
}
* html .menu a span {
	width:90px;
	cursor:hand;
	width:66px;
	height:-20px;
}
.menu a b {
	display:block;
	border-bottom:1px solid #ffffff;
}
.menu a em {
	display:none;
}
.menu a:hover {
	background:#ffffff;
}
.menu a:hover span {
	color:#4d5a11;
	background:#ffffff;
}
.menu a:hover em {
	display:block;
	overflow:hidden;
	border:6px solid #836414;
	border-color:#836414 #fff;
	border-width:6px 6px 0px 6px;
	position:absolute;
	left:50%;
	margin-left:-6px;
}
.select {
	margin-bottom: 20px;
}
/*sliding boxes*/

