@charset "utf-8";
/* CSS Document */
html, body {
	height: 100%;
}
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	font-family: "trebuchet MS", sans-serif;
}
    * {
        padding:0;
        margin:0;
    }
    h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:1em 0; }
    li, dd { margin-left:5%; }
    fieldset { padding: .5em; }
    select option{ padding:0 5px; }

    .hide, .print-logo, .close-button{ display:none; }
    .left{ float:left; }
    .right{ float:right; }
    .clear{ clear: both; width: 0; height: 0; font-size: 0; overflow: hidden;}
    a img{ border:none; }
img 
	{ behavior: url(iepngfix.htc);
}
#header {
	height: 121px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#header .logo {
	margin-top: 21px;
	float: left;
	margin-right: 30px;
}
#banner {
	height: 215px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#content {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 14px;
}
#container {
	float: left;
	width: 680px;
	padding-left: 30px;
	line-height: 20px;
}
#container h1 {
	color: #c00000;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	padding-left: 27px;
	margin-top: 15px;
	margin-bottom: 10px;
	position: relative;
	left: -30px;
}
#container img {
	background-color: #FFFFFF;
	padding: 3px;
	border: 1px solid #999999;
	float: left;
	margin: 10px;
}
#footer {
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
	padding-top: 12px;
	height:46px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#showcase {
	float: right;
	width: 150px;
	padding-top: 20px;
	padding-right: 40px;
	padding-left: 40px;
}
#showcase img {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -58px; /* the bottom margin is the negative value of the footer's height */
}
.push {
	height: 58px; /* .push must be the same height as .footer */
}
#navcontainer
{
	padding-top: 80px;
}

#navcontainer ul
{
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	letter-spacing: 0px;
	font-weight: bold;
}
#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	color: #828282;
	float: left;
	text-decoration: none;
	height: 30px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

#navcontainer ul li a:hover
{
	color: #333333;
	background-image: url(images/button.jpg);
	background-repeat: repeat-x;
}
#navcontainer li#active a
{
	color: #333333;
	background-image: url(images/button.jpg);
	background-repeat: repeat-x;
}

#navlist li a:hover, #navlist li a:active
{
	text-decoration: none;
	text-align: left;
}
/* #active a {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}*/
#first a {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.indis {
	text-align: right;
	position: relative;
	padding-right: 10px;
	font-size: 12px;
	bottom: -65px;
}
.indis a {
	color: #FFFFFF;
}
