@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #fff url(../images/bg/body.gif) repeat-x;
	font: 12px Arial, Helvetica, sans-serif;
}

img {
	border: none 0px;
}

ul, li {
	list-style: inside;
}

a {
	color: #2B4867;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 16px;
	color: #006eb3;
	margin-bottom: 15px;
}

.nofloat {
	display: block;
	clear: both;
	width: 100%;
	height: 1px;
}

#box {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 920px;
	height: auto;
	background: transparent url(../images/bg/box.gif) repeat-y;
}

#header {
	position: relative;
	top: 0px;
	left: 0px;
	width: 920px;
	background: transparent url(../images/bg/header.jpg) no-repeat 0px 65px;
	height: 385px;
	overflow: visible;
	z-index: 20;
}

#header li, #header ul {
	list-style-type: none;	
}

#snav {
	position: absolute;
	right: 0px;
	top: 15px;
	color: #fff;
	font-weight: bold;
}

#snav a {
	color: #fff;
	font-weight: bold;
	padding: 0px 10px;
	text-decoration: none;
}


#snav a:hover {
	color: #006eb3;
	text-decoration: underline;
}

#flashhead {
	position: absolute;
	top: 70px;
	left: 6px;
	width: 608px;
	height: 221px;
}

#ticker {
	position: absolute;
	left: 6px;
	top: 313px;
	width: 578px;
	height: 30px;
	padding: 0px 15px;
}

#ticker marquee {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
}

#content {
	position: relative;
	width: 920px;
	float: left;
	min-height: 182px;
	background: transparent url(../images/bg/content_y.gif) repeat-y;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 20px;
}

#leftcontent {
	position: relative;
	float: left;
	width: 274px;
	min-height: 182px;
	padding: 35px 21px 60px 11px;
}

#leftcontent img {
	border-bottom:  0px none;
	border-top: 0px none;
	margin-bottom: 10px
}

#rightcontent {
	position: relative;
	float: left;
	width: 548px;
	min-height: 182px;
	padding: 0px 30px 20px 30px;
}

#rightcontent h2 {
	font-size: 16px;
	color: #006eb3;
	margin-bottom: 15px;
}

#rightcontent p {
	clear: both;
}

#rightcontent p img {
	margin: 5px;
}

.contentfoot {
	position: absolute;
	bottom: 0px;
	width: 5px;
	height: 182px;
	background: #fff url(../images/bg/content_btm.gif) no-repeat;
}

#leftfoot1 {
	left: 6px;
	
}

#rightfoot1 {
	left: 287px;	
}

#leftfoot2 {
	right: 608px;
	
}

#rightfoot2 {
	right: 5px;	
}

.sitemap {
	margin-top: 20px;
	width: 400px;
	padding: 2px;
}
.sitemap th {
	width: 20%;
	padding-right: 20px;
	padding-bottom: 10px;
	text-align: right;
	vertical-align: top;
	font-size: 1.2em;
}
.sitemap td {
	padding-right: 20px;
	padding-left: 10px;
	padding-bottom: 20px;
	padding-top: 15px;
	vertical-align: top;
	font-size: 1.1em;
	border-left: 1px solid #2b4867;
	border-bottom: 1px solid #2b4867;
	font-weight: bold;
}
.sitemap a {
	clear:both;
	display:block;
}

#footer {
	position: relative;
	width: 100%;
	height: 103px;
	background: transparent url(../images/bg/footer.gif) repeat-x;
}

#footcenter {
	position: relative;
	width: 920px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

#footlinks {
	position: absolute;
	top: -25px;
	left: 6px;
	width: 630px;
	height: 127px;
	z-index: 30;
}

/*#footlinks a {
	position: relative;
	display: block;
	float: left;
	clear: none;
	width: 74px;
	height:75px;
	text-decoration: none;
	overflow: visible;
}

#footlinks a span {
	position: absolute;
	bottom: 0px;
	display: none;
	width: 300px;
	height: 12px;
	font-weight: bold;
	color: #fff;
	overflow: visible;
}

#footlinks a:hover span {
	display: block;
}*/

#copyright {
	position: absolute;
	top: 70px;
	right: 6px;
	width: 500px;
	font-weight: bold;
	color: #fff;
	text-align: right;
}

ul { 
	list-style:none inside;
}

.slideshow div {
	position: absolute;
	width:548px;
	height: auto;
	
}
.slideshow {
	position:relative;
	width:548px;
	/*height: 500px;*/
}

.slideleft div {
	position: absolute; 
	width: 276px;
	height: auto;
}
.slideleft div span, .slideshow div span {
	display: block;
	margin-top: 5px;
	color: #666;
	font-size: 9px;
}

.slideleft {
	display: block;
	position: relative;
	width: 276px;
	text-align: center;
}

fieldset.contact legend {
	padding: 0px 5px;
	background-color:#fff;
	font-weight:bold;
	margin-left:10px;
}