@import url("reset.css");
@import url("basic.css");
@import url("type.css");

body {
	background-color: #fff;
	margin: 0 0 30px 0;
}

#wrap {
	background-color: #006083;
	width: 798px;
	margin: 0 auto;
	padding-top: 8px;
	border-top: 2px solid #ffa101;
}

#head {
	background: #fff url(../img/head.gif) left 38px no-repeat;
	width: 798px;
	height: 90px;
	border-bottom: 2px solid #e5ecf1;
	padding-bottom: 20px;
}

#navigation ul {
	background: #fff url(../img/navBg.gif) center bottom no-repeat;
	height: 47px;
	border-top: 2px solid #005d7e;
	padding-top: 1px;
}

#subNavigation ul {
	list-style: disc none inside;
}

#content {
	background-color: #fff;
	width: 798px;
}
#slideshow {
    position:relative;
    width: 798px;
    height: 241px;
    margin-top: -4px;
    margin-bottom: 20px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}

/*#startImg { margin-top: -4px; margin-bottom: 20px; }*/

#rightCol, #leftCol, #relatedImage, #subNavigation { margin-top: 20px; }

#rightCol {
	width: 265px;
	float: right;
}

#leftCol {
	width: 480px;
	float: left;
}

#subNavigation {
	width: 242px;
	float: left;
}

#related {
    margin-top: 30px;
}

#relatedImage {
	width: 316px;
	float: left;
}

#memberBttn, #readBttn {
	width: 265px;
	height: 34px;
	display: block;
	text-indent: -9999px;
}

#readBttn { background: url(../img/readButton.gif) bottom; }

#readBttn:hover { background: url(../img/readButton.gif) top; }

#memberBttn { background: url(../img/memberButton.gif) bottom; }

#memberBttn:hover { background: url(../img/memberButton.gif) top; }

#formContent input.field {
	width: 320px;
	border: 1px solid #000;
	margin: 7px 0 7px 0;
	font-family: arial, sans-serif;
	font-size: 11px;
	padding: 3px 3px;
}

#formContent label, #formContent span {
	font-family: arial, sans-serif;
	font-size: 11px;
}

#formContent label {
	font-weight: bold;
}

#formContent .submitbutton {
	background-color: #005d7e;
	width: 65px !important;
	border: 1px solid #000;
	margin-top: 14px;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
}

#contact {
    background: #ffa101;
    color: #fff;
    padding: 1px 16px  1px 16px;
    margin-top: 20px;
}

.externalnews 
{
    font-family: arial;
    font-size: 12px;
    padding: 20px 0 20px 0;
    border-top: 1px solid #005d7e
}

.externalnews p {
    font-family: arial;
    font-size: 12px;
    margin: 0 !important;
    padding: 0 !important;
}

.externalnews strong {
    font-weight: normal;
}
