/* CSS Document */

* {margin: 0; padding: 0;}
body {background: #eee;}
body {
	font: .7em Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 140%;
}
h2 {
	font: normal 24px Arial, Helvetica, sans-serif;
	color: #2158a6;
}
h3 {
	font: normal 18px Arial, Helvetica, sans-serif;
	color: #000;
}
h4 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #2158a6;
}
p, li, td {
	font: normal 12px Arial, Helvetica, sans-serif;
	line-height: 140%;
}
p,h3,h4 {margin: .75em 0;}
img {border: 0;}
a {
	color: #2158a6;
	text-decoration: underline;
}
a:hover {text-decoration: none;}

#header {
	background: #eee url(images/bg.header.gif) top left repeat-x;
	height: 70px;
	clear: both;
}


#main {
	width: 100%;
	float: left;
	clear: both;
}
.index #main {
	background: #fff url(images/bg.index.gif) top left repeat-x;
}
.site #main {
	background: #fff url(images/bg.site.gif) top left repeat-x;
}

#footer {
	border-top: 1px solid #ddd;
	padding: 20px;
	clear: both;
	/* font-size: .85em; */
	color: #999;
}

.index .title  {
	background: url(images/banner.jpg) top left no-repeat;
	height: 140px;
	width: 460px;
	margin: 0 0 30px 0;
}
.aboutus .title  {
	background: url(images/banner.aboutus.jpg) top left no-repeat;
	height: 140px;
	width: 731px;
	margin: 0 0 30px 0;
}
.site .title {
	height: 55px;
	width: 100%;
	margin: 0 0 30px 0;
}
.title h2 {
	padding: 0;
	color: #fff;
	line-height: 55px;
}

#news {
	background: url(images/bg.news.gif) top left repeat-y;
	float: left;
	width: 271px;
}
.newsbottom {
	background: url(images/bg.newsbottom.gif) top left no-repeat;
	height: 15px;
	width: 271px;
}
#news p, #news h2 {
	padding: 0 10px;
}
/*
.site #news {
	display: none;
}
*/
.wrapper {
	width: 750px;
}
td {
	padding: 5px;
}
.index #content p, .index #content h3, .index #content h4 {
	padding: 0 20px;
}
.site #content p, .site #content h3, .site #content h4 {
	padding: 0;
}
.site #content li {
	margin: 0 0 0 20px;
}
#content {
	margin: 0 20px;
}
.index #content {
	float: left;
	width: 460px;
	padding: 0 0 30px 0;
	margin: 0;
}
.aboutus #content {
	float: left;
	width: 710px;
	padding: 0 0 30px 0;
	margin: 0;
}
.site #content {
	float: left;
	width: 710px;
	padding: 0 0 30px 0;
}
.logo {
	float: left;
	padding: 30px 0 0 20px;
	width: 304px; /* 5 navs @80*/
	/* width: 350px; 4 navs */
	/* width: 440px; 3 navs */
}
.navigation {
	float: left;
	clear: right;
	width: 405px; /* 5 navs @80*/
	/* width: 364px; 4 navs */
	/* width: 274px; 3 navs */
}
.navigation ul {
	list-style: none;
	margin: 40px 0 0 0;
}
.navigation li {
	background: url(images/navbar.border.gif) top left no-repeat;
	float: left;
	width: 80px;
	line-height: 19px;
	font: 1.1em Arial, Helvetica, sans-serif;
}
.navigation li.last {
	background: url(images/navbar.borderlast.gif) top left no-repeat;
	width: 81px;
}
.navigation a {
	margin: 0 0 0 1px;
	text-decoration: none;
	display: block;
	border: 0;
	padding: 0 0 0 9px;
	font-weight: bold;
	color: #666;
	width: 70px;
}
.navigation a:hover {
	background: #fff;
	color: #000;
	text-decoration: none;
}
.navigation a.active {
	color: #000;
}