/* CSS Document */
html, body, #wrapper{height:100%; margin:0; padding:0; text-align:left;}
p {font-family: Arial, Helvetica, sans-serif; margin: 0px;}
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;}
img {margin:0; border:0;}
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 {
	font-weight: normal;
	margin: 0;
	padding:5px;
	letter-spacing:1px;
}
h2 {
	font-size: 1em;
	line-height: 1.4em;
	font-weight: normal;
	color: #A39665;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C2B999;
	margin: 0;
	padding: 3px;
	text-align: left;
	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;
	text-align: left;
	clear: both;
	padding: 3px;
	letter-spacing:1px;
	}
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: 1.2em;
	padding: 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: 1600px;
	}
#header{
	position: absolute;
	background-color: #C2B999;
	padding: 0px;
	background-image: url(/images/banners/web_bannerBEIGE.jpg);
	background-repeat: no-repeat;
	margin: 0;
	background-position: left top;
	top: 0px;
	left: 0px;
	visibility: visible;
	z-index: auto;
	width: 100%;
	height: 150px;
	}
#middle{
	margin: 0;
	min-height:100%;
	height: 2000px;
	position: absolute;
	left: 181px;
	width: 89%;
	top: 150px;
	background-color: #ECE9DF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C2B999;
	padding: 0;
	visibility: visible;
	z-index: auto;
	}

/* VERTICAL Navigation\*/
#leftnav{
	position: absolute;
	min-height:100%;
	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 #C2B999;
	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: #C2B999;
	left: 29px;
	position: relative;
	z-index: 8;
	visibility: visible;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #C2B999;
	}
#navcontainer h1{
	font-size: 1em;
	margin-top: 0;
	margin-bottom: 0px;
	font-family: Arial, sans-serif, "Helvetica Light";
	font-weight: normal;
	color: #FFFFFF;
	padding: 3px;
	}
#navcontainer ul{
	margin: 0;
	padding: 0;
	list-style: none;
	text-align:left;
	font-family: Arial, sans-serif, "Helvetica Light";
	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;
	}
#navcontainer ul li a:visited{
	color: none;
	}

/* 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-family: Arial, sans-serif, "Helvetica Light";
	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: #333;
	text-decoration: none;
	}
#navhorizontal ul li a:visited{
	color: none;
	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;
	}
#content a{
	color: #333333;
}
#content h1 {
	font-size: 120%;
	color:#666;
	line-height: normal;
	letter-spacing: 1px;
}
#content p{
	font-size: 14px;
	color: #333;
	padding: 10px;
	text-align:left;
	line-height: 130%;
	font-weight: normal;
}
#content ul{
	margin-top: 10px;
	list-style-type:circle;
	display: block;
	}
#content ul li{
	font-size: 14px;
	padding-bottom: 10px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	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;
	line-height: 130%;}
#content a{
	color:#333333;
	}
#content a:hover{ color:#F90 	}
#content img{margin: 0 5px 0 0;	float: left;}
#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;}	
	
	
	
#pagehead{
	margin: 0;
	min-height:10%;
	}
#pagehead img{
	float: left;
	padding: 0;
	margin: 0 5px 5px 0;
}
#pagehead h1{
	font-family: Arial, sans-serif, "Helvetica Light";
	font-size: 1.5em;
	color: #C2B999;
	text-decoration: none;
	text-transform: uppercase;
	border:none;
	font-weight: normal;
	}
#pagehead p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666;
	line-height: 14pt;
	}
#right{
	margin: 0px;
	padding: 0;
	height: 1600px;
	background-color: #ECE9DF;
	float: left;
	width: 30%;
	position: relative;
	}
#right p{
	font-size: 10pt;
	color: #2A1B73;
	line-height: 12pt;
	padding: 5px;
	}
#right a{
	text-decoration: none;
	color: #777;
	}
#right a:hover{
	text-decoration: none;
	color: #C0C0C0;
	text-align: left;
	}
#right img{
	margin: 5px;
	}
#right ul{
	margin-top:0;
	text-align: left;
	}
#right ul li{
	font-size: 90%;
	color: #666666;
	padding: 5px 0;
	list-style-type: circle;
}
/* MISC styles\*/
#footer {
	width: 150px;
	left: 29px;
	font-family: Verdana, Arial, sans-serif;
	font-size: .6em;
	color: #4F6D8A;
	margin: 0px;
	padding: 5px 0 0 0;
	position: relative;
	text-align: left;
	}
.blue_box {
	color: #4F6D8A;
	background-color: #DDE4EC;
	}
#search{
	margin: 0;
	padding: 5px 0 0;
	width: 150px;
	left: 29px;
	position: relative;
	}
.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: 0.7em;
	color: #4F6D8A;
	}	
.light{
	font-weight: lighter;
	color: #CCCCCC;
	}
.lightblue{
	font-weight: normal;
	color: #4F6D8A;
	}
.italics{
	font-weight: lighter;
	font-style: italic;
	color: #666666;
	}
