@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFF;
}
.oneColFixCtrHdr #container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtrHdr #header {
	height: 63px;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: right;
	padding-top: 42px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.oneColFixCtrHdr #footer {
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 30px;
	margin-bottom: 30px;
	background-color: #DDDEE0;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #container #header #banner {
	width: 500px;
	padding-top: 15px;
}
.oneColFixCtrHdr #container #header #nav {
	width: 335px;
	padding-top: 43px;
}
.oneColFixCtrHdr #container #navbuttons {
	width: 900px;
	margin: 0px;
	height: 23px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
}
.oneColFixCtrHdr #container #navbuttons p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	letter-spacing: 3px;
}
#slideshow {
	position:relative;
	height:370px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}
a:link {
	color: #0074B1;
	text-decoration: none;
}
a:visited {
	color: #0074B4;
	text-decoration: none;
}
a:hover {
	color: #00A29A;
	text-decoration: none;
}
a:active {
	color: #0072B3;
	text-decoration: none;
}
.oneColFixCtrHdr #container #mainContent p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #666;
	font-weight: normal;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #container #mainContent h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #0072B3;
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #container #mainContent #right_panel {
	padding: 0px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 30px;
	width: 250px;
}
.oneColFixCtrHdr #container #mainContent #right_panel h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #0072B3;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.oneColFixCtrHdr #container #footer p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	color: #666;
}
.oneColFixCtrHdr #container #mainContent h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #0072B3;
	margin: 0px;
	padding: 0px;
}
.floatright {
	float: right;
	margin-left: 15px;
}