/* CSS Document */
body{
	background-color: #fff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	font-size: 85%;
}


acronym{
	cursor: help;
}
h1, h2, h3, h4, h5, h6{
	color:#006699;
}
h1{
	font-size: 170%;
	padding-top: 5px;
	padding-bottom: 5px;
}
h2{
	font-size: 150%;
	padding-bottom: 5px;
	background-image: url(../images/sub-bg.png);
	background-repeat: no-repeat;
	margin-top: 10px;
	height: 34px;
}
h3{
	font-size: 140%;
}
h4{
    font-size: 125%;
}
.hide{display:none;}

.container{
	width: 781px;
	margin: 0 auto;       /* required */

}

.box-top{
	background-image: url(../images/box-top.png);
	background-repeat: no-repeat;
	height: 7px;
	width: 176px;
}
.box-mid{
	background-image: url(../images/box-mid.png);
	background-repeat: repeat-y;
	width: 176px;
}
.box-bot{
	background-image: url(../images/box-bot.png);
	background-repeat: no-repeat;
	height: 7px;
	width: 176px;
}


.box-mid a{ color:#006699; font-weight:bold; text-decoration:none;}
.box-mid  a:hover{color:#333; font-weight:bold; text-decoration:none;}

.logo{
	background-image: url(../images/logo.jpg);
	position: relative;
	z-index: 1000;
	background-repeat: no-repeat;
	height: 114px;
	width: 165px;
	top: 22px;
	left: 535px;
}
.banner-top{
	background-image: url(../images/banner-top.png);
	background-repeat: no-repeat;
	height: 24px;
	width: 781px;
}
.banner-img{
	background-image: url(../images/banner1.jpg);
	background-repeat: no-repeat;
	height: 241px;
	width: 570px;
	float: left;
}
.banner-right{
	background-image: url(../images/banner-right.png);
	background-repeat: no-repeat;
	float: left;
	height: 241px;
	width: 9px;
}
.banner-left{
	background-image: url(../images/menu-swirl.jpg);
	background-repeat: no-repeat;
	height: 241px;
	width: 202px;
	float: left;
}
.left-header{
	background-image: url(../images/leftside-header.png);
	background-repeat: no-repeat;
	float: left;
	height: 46px;
	width: 192px;
}

div.left-header a, div.center a, div.navTop a{ color:#006699; text-decoration:none; }
div.left-header a:hover, div.center a:hover, div.navTop a:hover{ color:#000000; text-decoration:underline;}
div.navTop a{
	color:#fff;
	text-decoration:none;
	line-height: 20px;
	font-weight: bold;
}
div.navTop a:hover{ color:#069; text-decoration:underline;}

.nav{
	position: relative;
	z-index: 1000;
	background-repeat: no-repeat;
	width: 185px;
	background-image: url(../images/nav-bg.jpg);
	left: 15px;
	top: 140px;
	height: 230px;
	background-position: left bottom;
}
.nav-pos{
	padding-top: 80px;
	padding-left: 15px;
	font-weight: bold;
	padding-right: 40px;
	font-size:110%;
}
.nav-pos li{
}

.nav-pos a{
	text-decoration:underline;
	color:#000000;
	padding-left: 18px;
}
.nav-pos a:hover{
	color:#006699;
	text-decoration:none;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: left top;
	height:50px;
} 

.content{
	background-image: url(../images/content-bg.png);
	background-repeat: repeat-y;
	width: 781px;
	min-height: 400px; 
	height: auto;
}

* html .content{height: 400px;}
.boxBotRight{
	margin-top: 150px;
	margin-left: 10px;
	width: 175px;
}
.footer{
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	height: 26px;
	width: 781px;
}

a img{border:none;}

.footer a{ color:#FFFFFF; font-size:90%; text-decoration:none;}
.footer a:hover{ color:#ccc; font-size:90%; text-decoration:none;}

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

.boxHeight{min-height: 75px; height: auto;}
* html .boxHeight{height: 75px;}
.boxHeight250{min-height: 250px; height: auto;} 
* html .boxHeight250{height: 250px;}
.boxHeight400{min-height: 400px; height: auto;} 
* html .boxHeight400{height: 400px;}

.txtBlue{color: #0066FF;}
.txtRed{color:#FF0000;}
.txtGreen{color:#009933;}
.txtGrey{color:#666;}

ul li{padding-top:3px; padding-bottom:3px;}
ol li{padding-top:3px; padding-bottom:3px;}
.pContent p{
	padding: 5px;
	line-height: 16px;
}
.borderWhite{border-bottom-color: #FFFFFF;}

label { display: inline-block; float: left; height: 26px; line-height: 26px; width: 150px; font-size: 1.0em; }
input, textarea, select { margin: 0; padding: 5px; color: #666; background: #f5f5f5; border: 1px solid #ccc; margin: 5px 0; font:1.5em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; -moz-border-radius: 5px; -webkit-border-radius:5px; }   
input:focus, textarea:focus, select:focus { border: 1px solid #069; background-color: #fff; color:#333; }
input.submit { cursor: pointer; border: 1px solid #222; background:#333; color:#fff; -moz-border-radius: 5px; -webkit-border-radius:5px; }
input.submit:hover { background:#444; }
fieldset { padding:20px; border:1px solid #eee; -moz-border-radius: 5px; -webkit-border-radius:5px; }
legend { padding:7px 10px; font-weight:bold; color:#000; border:1px solid #eee; -moz-border-radius: 5px; -webkit-border-radius:5px; }
span.required{ font-size: 13px; color: #ff0000; } /* Select the colour of the * if the field is required. */

/* Style for the error message */

.error_message { display: block; height: 22px; line-height: 22px; background: #FBE3E4 url('images/error.gif') no-repeat 10px center; padding: 3px 10px 3px 35px; margin: 10px 0; color:#8a1f11;border: 1px solid #FBC2C4; -moz-border-radius: 5px; -webkit-border-radius:5px; }

