body {
	background:#fff;
	/*background-image:url(images/back1.jpg);*/
	background-position:50% 0;
	background-repeat:no-repeat;
	margin:0;
	text-align:center;
}
body,td {
	font-family:"lucida grande",arial,helvetica,sans;
	font-size:12px;
	color:#030;
}
li {
	list-style:square;
}
h2 {
	font-family:helvetica,arial,sans;
	font-size:18px;
}
h3 {
	margin:0 0 5px 0;
	font-size:14px;
}
a {
	color:#f90;
}
a:hover {
	color:#fc0;
}


.container2 {
	width:740px;
	margin:0 auto;
	text-align:left;
}
.header {
	width:740px;
	height:130px;
	margin-bottom:5px;
	border-bottom:1px solid #030;
}
.header h1 {
	margin:0;
	padding:0;
}
.header h1 a {
	display:block;
	width:400px;
	height:130px;
	background-image:url(images/home_logo1.gif);
}
.header h1 a span {
	display:none;
}
.midbar {
	width:740px;
	height:75px;
	background-image:url(images/home_midbar1.gif);
	background-position:100% 0;
	background-repeat:no-repeat;
	border-bottom:1px solid #030;
}
.midbar img {
	float:left;
	margin:0 5px 0 0;
}
.content {
	float:right;
	width:605px;
	margin-top:10px;
	padding-bottom:10px;
}
.textcol {
	float:left;
	width:400px;
}
.sidebar1 {
	width:175px;
	margin-left:420px;
}
.col1 {
	float:left;
	width:300px;
	padding-left:20px;
}
.col2 {
	position:relative;
	float:left;
	width:220px;
	padding-left:20px;
}
.nav1 {
	width:130px;
	height:240px;
}
html>body .nav1 {
	height:228px;
}
.nav1 ul {
	list-style:none;
	margin:10px 0;
	padding:0;
}
.nav1 li {
	position:relative;
	display:inline;
	width:80px;
	height:21px;
	margin:0;
	padding:0;
}
#home #nav1_home,
.nav1 ul li.on  {
	width:80px;
	background-image:none;
	background-image:url(images/nav_on.jpg);
	background-repeat:no-repeat;
}
html>body #home #nav1_home,
html>body .nav1 li.on  {
	width:80px;
	background-image:url(images/nav_on.png);
	background-repeat:no-repeat;
}
div.nav1 ul>li {
	display:block; /* clears the IE hack to stop gaps (inline) */
}
.nav1 li a {
	display:block;
	width:80px;
	z-index:10;
	padding:3px 0;
	color:#030;
	font-family:helvetica,arial,sans;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}
.nav1 a.parent {
	width:74px;
	padding-left:6px;
	background-image:url(images/arrow1.gif);
	background-position:0 8px;
	background-repeat:no-repeat;
}
div.sub_outer {
	display:none;
	position:absolute;
	left:80px;
	top:0;
	z-index:100;
	width:200px;
	margin:0;
	padding:0;
	background-image:url(images/menu_top.gif);
}
html>body div.sub_outer {
	background-image:url(images/menu_top.png);
}
div.sub_inner {
	background-image:url(images/menu_bot.gif);
	background-position:0 100%;
	background-repeat:no-repeat;
}
.nav1 li ul {
	margin:0;
}
.nav1 li li a  {
	width:185px;
	padding-left:15px;
}
.nav1 a.on {
	color:#f90;
}
.nav1 a:hover {
	color:#f90;
}

.footer1 {
	clear:both;
	width:740px;
	margin:0 auto 20px;
	padding-top:5px;
	border-top:1px solid #030;
	color:#9aae9a;
	text-align:right;
}
.footer1 a {
	color:#9aae9a;
}
.footer1 a:hover {
	color:#f90;
}
.break {
	clear:both;
	height:1px;
	font-size:1px;
	line-height:1px;
}