/* CSS Document */
html, body, #wrapper{height:100%; margin:0; padding:0;}
p{font-family: Arial, Helvetica, sans-serif; margin: 0;}
a {text-decoration: none; color: #666666;}
a:visited {text-decoration: none; color: #666666;}
a:active {text-decoration: none;}
a:hover {text-decoration: none; color: #C2B999;}
.ahem {display: none;}
a[title] {color:#00f;}
img {margin:0; border:0; text-decoration:none;}
ul li {font-family:Arial, Helvetica, sans-serif}
	
/* headers */
h1, h2, h3, h4, h5, h6 {margin:0; font-family:Arial, Helvetica, sans-serif; font-weight:normal}
	
h1 {padding:5px; letter-spacing:1px;}
h2 {font-size: 1em; line-height: 1.4em; color: #A39665; text-transform: uppercase; padding: 5px; text-align: left; text-decoration: underline; letter-spacing:1px;}
h3 {font-size: 1em; line-height: 1.4em; border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: #B2C3D3; color: #96ADC2; text-transform: uppercase; text-align: left; padding: 3px; letter-spacing:1px;}
h4 {
	font-size: 1em;
	line-height: 1.4em;
	background-color: #DDE4EC;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: dotted;
	border-top-color: #B2C3D3;
	border-bottom-color: #B2C3D3;
	color: #4F6D8A;
	text-transform: uppercase;
	clear: both;
	padding: 3px;
	letter-spacing:1px;
	text-align: left;
}
h5 {font-size: 1em; line-height: 1.2em; color: #006; text-align: left; padding: 5px 10px; letter-spacing:1px;}	
h6 {
	font-size: 1em;
	color: #333;
	text-align: left;
	line-height: 1em;
	padding: 5px 0 0 5px;
	letter-spacing:1px;
}

.nowrap {white-space: nowrap; font-size: 10px; font-weight: bold; margin: 0;}
	
/* Containers */
#wrapper{margin: 0; padding: 0; width:100%; position: absolute; left: 0px; top: 0px; height: 100%;}
#header{position: absolute; background-color: #B2C3D3; padding: 0px; background-image: url(/images/banners/web_banner.jpg); background-repeat: no-repeat; margin: 0; background-position: left top; top: 0px;  visibility: visible; z-index: auto; width: 100%; height: 150px;}
#middle{
	margin: 0;
	height: 2000px;
	position: absolute;
	left: 180px;
	width: 85%;
	top: 150px;
	background-color: #ECE9DF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B2C3D3;
	padding: 0;
	visibility: visible;
	z-index: auto;
}

/* VERTICAL Navigation\*/
#leftnav{position: absolute; height: 2000px; top: 150px; left: 0px; margin: 0px; padding: 0; width: 180px; background-image: url(../images/background/Nav_bg.jpg); background-repeat: repeat-x; background-position: left top; border-top: 0px; border-right: 1px dotted #B2C3D3; border-bottom: 0px; border-left: 0px; visibility: visible; z-index: 9; background-color: #B8C8D7;}	
#navcontainer{margin: 0; padding: 0; width: 150px; border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: #B2C3D3; left: 29px; position: relative; z-index: 8; visibility: visible; border-left-width: 1px; border-left-style: dotted; border-left-color: #B2C3D3;}
#navcontainer h1{font-size: 1em; margin-top: 0; margin-bottom: 0px; font-weight: normal; color: #FFFFFF; padding: 3px; text-align: center;}
#navcontainer ul{margin: 0; padding: 0; list-style: none; font-size: 90%; font-weight: normal; text-transform: uppercase;}
#navcontainer ul li a{display: block; text-decoration: none; color: #666666; background: url(../images/bullets/bullet_A.gif) no-repeat left center; padding: 5px 5px 5px 15px; margin-left: 5px;}
#navcontainer ul li a:hover{background-image: url(../images/bullets/bullet_B.gif); background-repeat: no-repeat; background-position: left center; color: #2A1B73;}
#navcontainer ul li a:active{background-image: url(../images/bullets/bullet_C.gif); background-repeat: no-repeat; background-position: left center; color: #FF9900;}

/* HORIZONTAL Navigation\*/
#navhorizontal{	z-index: auto; visibility: visible; position: absolute; margin-top: 115px; margin-left: 150px;}	
#navhorizontal ul li{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 90%;
	font-weight: normal;
	color: #B2C3D3;
	text-decoration: none;
	display: inline;
	height: 0px;
}
#navhorizontal ul li a:link{color: #666666; text-decoration: none;}
#navhorizontal ul li a:hover{color: #C2B999; text-decoration: none;}
#navhorizontal ul li a:visited{ text-decoration: none; }

/* content styles occurs within the #middle container\*/
#content {padding: 0;  float: left; margin: 0; background-color: #FFFFFF;  width: 65%; height: 100%; position: relative; clear: both;}
#content h1{font-size: 1.2em; color: #666; text-align: left; border: none;}
#content p{font-size: 14px; color: #333; padding: 10px; text-align:left; line-height: 130%; font-weight: normal;}
#content p.uppercase{text-transform: uppercase; text-align:left;}	
#content a{text-decoration:underline;}
#content a:hover{ color:#F90}
#content ul{margin-left:5px;  list-style-type:circle; display: block;}
#content ul li{font-size: 14px; padding:5px;  color: #666; text-align: left;}
#content ol{margin-top:0; display: block;}
#content ol li{
	font-size: 14px;
	color: #666;
	font-family: Arial, sans-serif, "Helvetica Light";
	padding: 3px 0 3px 0;
	text-align: left;
	line-height: 130%;
}
#content img{margin: 0 15px 5px 0; padding-bottom: 15px;}

/* Pagehead*/
#pagehead{margin: 0; text-align: left;}
#pagehead img{float: left; padding: 0; margin: 0 5px 5px 0;}
#pagehead h1{font-family: Arial, Helvetica, sans-serif; font-size: 14pt;  color: #A39665; text-decoration: none; text-transform: uppercase; border:none; font-weight: lighter; text-align: left;}

/* Columns*/
#column1{margin-left: 1em; float: left; color: #4F6D8A; width: 40%; clear: left;}
#column1 p{text-align:left;}
#column2{color: #4F6D8A; width: 40%; float:left; clear: right; margin-left: 1em;}
#column2 p{text-align:left;}
/* Right*/
#right{
	margin: 0px;
	padding: 0;
	height: 2000px;
	background-color: #ECE9DF;
	float: left;
	width: 30%;
	position: relative;
}
#right p{font-size: 90%; color: #2A1B73; line-height: 1.5em; padding: 5px;}
#right a{text-decoration: none; color: #777;}
#right a:hover{text-decoration: none; color: #000;}
#right img{margin: 5px;}
#right ul{margin-top:0;}
#right ul li{
	font-size: 90%;
	color: #666666;
	padding: 5px 0;
	list-style-type: circle;
}

/* Footer*/
#footer {
	width: 150px;
	left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4F6D8A;
	margin: 0;
	padding: 5px;
	position: relative;
}
#search{
	margin: 0;
	padding: 5px 0 0;
	width: 150px;
	left: 29px;
	position: relative;
	}
	
/* NEWS contained within the content, middle and pagehead elements\*/
#news{
	font-family: Arial, sans-serif;
	color: #4F6D8A;
	margin:0;
	background-color: #FFFFFF;
	}
#news img{
	float: left;
	text-align: center;
	margin-top: 5px;
	}
#news h1 {
	font-family:Arial, "Helvetica Light", sans-serif;
	font-size: 120%;
	color:#666;
	line-height: normal;
	letter-spacing: 1px;
	}
	
#center img{
	margin:0 auto;
	}
/*  Image Classes, not being used yet*/
.floatleft {
float:left;
margin: 0 7px 5px 0;
}
.floatright {
	float:right;
	margin:1em;
}
.centerimg {
text-align:center;
display:block;
}

/* Misc Classes\*/
.blue_box {
	color: #4F6D8A;
	background-color: #DDE4EC;
	}
.gobutton{
	margin: 0;
	padding: 1px;
	font: 70% Tahoma, Verdana;
	border: 1px dotted #A4B8CA;
	background-color: #FFFFFF;
	color: #4F6D8A;
	}
input.blue{
	margin: 0;
	padding: 2px;
	font: 70% Tahoma, Verdana;
	color: #4F6D8A;
	text-decoration: none;
	background-color: #DDE4EC;
	border: 1px dotted #B2C3D3;
	}
.small{
	font-family: Arial, sans-serif, "Helvetica Light";
	font-size: 80%;
	color: #4F6D8A;
	font-weight: normal;
	}	
.light{
	color: #CCCCCC;
	}
.lightblue{
	font-weight: normal;
	color: #89A4BC;
	}
.italics{
	font-weight: lighter;
	font-style: italic;
	color: #666666;
	}
.bold{
	font-weight: bold;
	font-style: normal;
	}
.uppercase{ 
text-transform: uppercase; }

.black{
	text-transform: uppercase;
	color: #333;
}
.orange{
	text-transform:uppercase;
	color: #F90;
	}
.clear{clear:both;
}
.justified{text-align:justify; text-justify:newspaper;}

