/* CSS Document */
body{
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #ebeeb7;
}
p {
	line-height: 16px;
}

acronym{
	cursor: help;
}
h1, h2, h3, h4, h5, h6{
	color:#000000;
}
h1{
	font-size: 165%;
	padding-top: 5px;
	padding-bottom: 5px;
}
h2{
	font-size: 150%;
}
h3{
	font-size: 125%;
}
h4{
	font-size: 115%;
	padding-top: 5px;
	padding-bottom: 5px;
}


.container{
	margin: auto;
	width: 803px;
}
#banner{
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	height: 300px;
	width: 801px;
}
.banner-nav{
	position: absolute;
	margin-left: 525px;
	font-size: 60%;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.banner-nav a{
	color: #FFFFFF;
	text-decoration: none;
}
.banner-nav a:hover{
	font-weight: bold;
	text-decoration: none;
	color: #FFFF33;
}
#content{
	background-image: url(../images/content-bg.jpg);
	background-repeat: repeat-y;
	width: 803px;
	padding-left: 25px;
	font-size: 90%;
}
#content a{
	color: #000000;
	text-decoration: underline;
}
#content a:hover{
	color: #604a07;
	text-decoration: none;
}

#footerLinks a{
	color: #ccc;
	text-decoration: none;
}
#footerLinks a:hover{
	color: #FFF;
	text-decoration: underline;
}
#footer{
	height: 14px;
	text-align: center;
	background-image: url(../images/footer.jpg);
	width: 801px;
	background-repeat: no-repeat;
	margin-bottom: 15px;
} /*
#footer{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale', src='images/footer.png');
	height: 37px;
	text-align: center;
	width: 786px;

}*/

#nav{
	background-image: url(../images/nav.jpg);
	background-repeat: no-repeat;
	height: 37px;
	width: 801px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 15px;
	font-weight: bold;
	font-size: 75%;
	line-height: 35px;
}
#nav a{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#nav a:hover, a:active{
	font-weight: bold;
	text-decoration: none;
	color: #06C;
	}
#nav-sub{
	background-image: url(../images/nav-bg.jpg);
	background-repeat: repeat;
	height: 37px;
	width: 784px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 15px;
	font-weight: bold;
	font-size: 75%;
	line-height: 35px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
#nav-sub a{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#nav-sub a:hover, a:active{
	font-weight: bold;
	text-decoration: none;
	color: #06C;
	}
.lineHorizontal{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
}

.pContent, p{
	padding-top: 5px;
	padding-bottom: 5px;
}
.inputField{
	background-color: #000000;
	border: 1px solid #666666;
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
}
.menuBg{
	background-image: url(../images/menu-bg.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.menuBgBot{
	background-image: url(../images/menu-bg-bot.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 53px;
	width: 150px;
}
.menuBgIcon{
	background-image: url(../images/bullet.jpg);
	background-repeat: no-repeat;
	height: 14px;
	width: 200px;
	padding-left: 14px;
}



.hide{display:none;}



a img{border:none;}


a.linkopacity img {
filter:alpha(opacity=100); 
-moz-opacity: 1.0; 
opacity: 1.0;}

a.linkopacity:hover img {
filter:alpha(opacity=40);   
-moz-opacity: 0.4;   
opacity: 0.4;
}
.wel-box-top{
	background-image: url(../images/welcome-box-top.jpg);
	background-repeat: no-repeat;
	height: 63px;
	width: 357px;
}
.wel-box-mid{
	background-image: url(../images/welcome-box-mid.jpg);
	background-repeat: repeat;
	width: 357px;
}
.wel-box-bot{
	background-image: url(../images/welcome-box-bot.jpg);
	background-repeat: no-repeat;
	height: 21px;
	width: 357px;
}
