/* CSS Document */

body, html {
		margin:0;
		padding:0;
}

	
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 97%;
	min-width:755px;
	

}

/*style to hold the website in the center*/
#box-wrap {
	position: relative;
	width: 775px;
	min-height: 90%;
	left: auto;
	right: auto;
	margin-right: auto;
	margin-left: auto;	
}

/*style to hold the main content - to appear first in the code*/
#box-content {
	position:absolute;
	left:0px;
	top:101px;
	width:775px;
	background-attachment: scroll;
	background-image: url(../images/main-bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	right: 0px;
}
#home-bg {
	position:absolute;
	left:0px;
	top:101px;
	width:775px;
	background-attachment: scroll;
	background-image: url(../images/home-bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	right: 0px;
}
/* right hand panel which will hold the actual content*/
#hold-right {
	float: right;
	width: 584px;
	margin-top: 0px;
	background-attachment: scroll;
	background-image: url(../images/home-bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-right: 1px;
	
}
.box-right {
	float: right;
	margin-top: 12px;
	margin-right: 100px;
}

#hold-news-content {
	float: left;
	width: 584px;
	margin-top: 0px;
	margin-right: 1px;
	background-attachment: scroll;
	background-image: url(../images/home-bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	
}

/*style to hold the left navigation - to appear second in the code*/
#hold-left {
	float: left;
	width: 189px;
	margin-top: 1px;
	
}
/*style to hold the left navigation - to appear second in the code*/
.clear-columns {
	clear: both;
	height: 2px;
	width: 775px;
}

/*style to hold the header area - to appear third in the code*/
#box-header {
	position:absolute;
	left:0;
	top:0;
	background-attachment: scroll;
	background-image: url(../images/top-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	width: 775px;
	height: 100px;
}
/*style to create the black box which the top nav will appear in*/
.black-box {
	text-align: left;
	width: 775px;
	background-color: #000000;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 1.30em;
}
/*style to hold yellow top nav*/
#box-top-nav {
	background-color: #E7BE1D;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	float: right;
	line-height: 18px;
}
#box-top-nav a {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	font-size: .75em;
	padding-right: 10px;
}
#box-top-nav a:hover {
	color: #000000;
	text-decoration: underline;
}
/*style to hold the footer area - to appear third in the code*/
#box-footer {
	left:0;
	width: 775px;
	height: 22px;
	background-attachment: scroll;
	background-image: url(../images/footer-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #E7BE1D;
	padding-top: 8px;
	text-align: right;
}
#box-footer a {
	font-size: 0.75em;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
#box-footer a:hover {
	color: #000000;
	text-decoration: underline;
}


/*styles for the left hand navigation*/
#nav-container {
	text-align: left;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#nav-container ul {
	list-style-type: none;
	width: 189px;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#nav-container li {
	list-style-type: none;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	font-size: .75em;
}


.padd {
	padding-top: 5px;
}

#nav-container a {
	display: block;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 3px 0px 3px 30px;
	background-image: url(../images/sm-bullet.gif);
	background-repeat: no-repeat;
	background-position: .5em;
	background-attachment: scroll;
}
#nav-container .active {
	display: block;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 3px 0px 3px 30px;
	background-image: url(../images/sm-bullet-black.gif);
	background-repeat: no-repeat;
	background-position: 0.5em;
	background-attachment: scroll;
	color: #FFFFFF;
	background-color: #000000;
}
h1 {
	font-size: 1.5em;
	color: #000000;
	text-align: left;
	padding-top: 30px;
	margin-bottom: 5px;
	margin-left: 20px;
}
p {
	font-size: 0.75em;
	text-align: left;
	margin-left: 20px;
	color: #666666;
	margin-right: 20px;
}

h2 {
	font-size: 1.2em;
	color: #558A7D;
	font-weight: normal;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
}
h3 {
	font-size: 0.8em;
	color: #666666;
	font-weight: bold;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
}



#nav-container a:link {
	color: #000000;
	text-decoration: none;
	margin-top: 0px;
	
}
#nav-container a:visited {
	color: #000000;
	text-decoration: none;
	margin-top: 0px;
}

#nav-container a:hover {
	background-color: #000000;
	color: #fff;
	background-attachment: scroll;
	background-image: url(../images/sm-bullet-black.gif);
	background-repeat: no-repeat;
	background-position: 0.5em;
}
#nav-container a:active {
	color: #000000;
	text-decoration: none;
	margin-top: 0px;
}
/*hold and style the second footer to appear last on the code*/

#box-footer2
	{
	background-color: #F2F6F5;
	text-align: left;
	height: 25px;
	font-size: .70em;
	color: #558A7D;
	padding-top: 5px;
	padding-bottom: 5px;
	}


#box-footer2 a {
	color: #558A7D;
	text-decoration: none;
}

.indent-left {
	margin-left: 10px;
}
.indent-left-top {
	margin-left: 10px;
	line-height: 20px;
}
.smalltext {
	font-size: .75em;
}
caption {
	font-size: .80em;
	color: #000000;
	font-weight: bold;
	text-align: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.palebox {
	background-color: #F2F6F5;
	padding-top: 4px;
	padding-bottom: 4px;
}
form {
	background-image: url(../images/form-header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	padding-top: 20px;
	width: 450px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BFD5D7;
	background-color: #FFFFFF;
}
.required {
	color: #FF0000;
	padding-right: 5px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FF0000;
}
li {
	font-size: .75em;
	color: #000000;
	margin-bottom: 5px;
	text-align: left;
}
#nav-container .active1 {

	display: block;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 10px 0px 5px 30px;
	background-image: url(../images/sm-bullet-black.gif);
	background-repeat: no-repeat;
	background-position: 0.5em;
	background-attachment: scroll;
	color: #FFFFFF;
	background-color: #000000;
}
#hold-news {
	float: right;
	width: 254px;
	margin-top: 25px;
	margin-right: 5px;
	margin-left: 10px;
	margin-bottom: 20px;
}
.news-panel {
	background-image: url(../images/news-border.gif);
	background-repeat: repeat-y;
	width: 100%;
	background-attachment: scroll;
	margin: 0px;
	background-position: left top;
	padding-left: 10px;
	text-align: left;
}
.news-panel ul {
	color: #000000;
	margin: 0px 28px 0px 0px;
	text-align: right;
	padding-top: 0px;
	padding-left: 2px;
}
.news-panel li {
	color: #000000;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B6C5C9;
	margin: 0px;
	text-align: left;
	padding-left: 10px;
	list-style-type: none;
	background-image: url(../images/news-bullet.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 1px;
}.home-bkg {
	background-image: url(../images/home-bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px;
	padding: 0px;
	width: 775px;
	background-attachment: scroll;
}
