/* CSS Document */

.bg1			{background:#3a6f8f;}
.bg2			{background:#59a1ae;}
.bg3			{background:#fee2ef;}
.bg4			{background:#f952a2;}
.bg5			{background:#e2e7fe;}
.bg6			{background:#fdf8ed;}


.color1			{color:#953621;}
.color2			{color:#3a6f8f;}
.color3			{color:#738afa;}
.color4			{color:#f952a2;}
.color5			{color:#738afa;}
.colorfff		{color:#fff;}

.small {font-size:11px; }

html,body	{
	height:100%;
	width: 100%;
	margin: 0 auto;
	}
body	{
	margin:0 auto;
	text-align:left;
	padding:0;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	line-height:18px;
	background:#3a6f8f;
	}
#wrapper	{
	width:780px;
	height:auto;
	margin: 0 auto;
	text-align:center;
	border-top: none;
	background:#3a6f8f url(../images/bg.gif) center 0 repeat-y;
	}
	
#header	{
	width:730px;
	height:215px;
	margin:0 auto;
	background:#FFF;
	padding-top:10px;
	}
	
#middle	{
	text-align:left;
	clear:both;
	}
	
	
#content	{
	width:476px;
	text-align:left;
	float:right;
	padding-right:18px;
	padding-top:8px;
	}
	
#leftborder	{
	float:left;
	width:257px;
	height:15px;
	}

#rightborder	{
	float:right;
	width:489px;
	height:15px;
	}
	
#box	{
	width:200px;
	padding:5px;
	}

a,
a:link,
a:visited,
a:hover,
a:active	{color:#000;}

.left		{float:left;}
.right		{float:right;}
.clear		{clear:both;}
.clrright	{clear:right;}
.clrleft	{clear:left;}

h1			{font-size:18px;margin:0;padding:0}
h2			{font-size:16px;margin:0;padding:0}
h3			{font-size:14px;margin:0;padding:0}

ul.pdf {
	list-style-image:url(../images/adobe-pdf.gif)
	} 

.pad5		{padding:5px;}

#news	{
	background
	}


#footer	{
	width: 740px;
	margin: 0 auto;
	height:80px;
	padding:20px;
	font-size:9px;
	line-height:11px;
	background: #3a6f8f url(../images/footer.gif) no-repeat;
	clear:both;
	}
#footer a	{
	font-size:9px;	
	text-decoration:none;
	}


#footer #credit				 {float:right;width:110px;}
#footer #credit a 	 		 {color:#80c2e5;text-decoration:none;}
#footer #credit a:hover 	 {color:#fff;text-decoration:none;}




/********  MAIN NAV   ********/
/* Root = Vertical, Secondary = Vertical */
#nav	{width:238px;float:left;padding-left:26px;}

ul#vrtnav,
ul#vrtnav li,
ul#vrtnav ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 238px; /*For KHTML*/
  list-style: none;
  float:left;
  text-align:left;
}


ul#vrtnav li {
  display: block !important; /*For GOOD browsers*/
  display: inline; /*For IE*/
  position: relative;z-index:100;
}

/* Root Menu */
ul#vrtnav a { 
  border-top: 1px solid #a1c6db;
  border-bottom: 1px solid #708e9f;
  padding: 1px 12px;
  display: block;
  color: #FFF;
  font: 14px/22px Verdana, Arial, Helvetica, sans-serif;
  letter-spacing: 0.02em;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#vrtnav a:hover,
ul#vrtnav li:hover a,
ul#vrtnav li.iehover a {
  background: #6a8fa4;
  color: #FFF;
}

/* 2nd Menu */
ul#vrtnav li:hover li a,
ul#vrtnav li.iehover li a {
  background: #6a8fa4;
  color: #FFF;
  z-index:100;
}

/* 2nd Menu Hover Persistence */
ul#vrtnav li:hover ul	{border: 1px solid #708e9f;}
ul#vrtnav li:hover li a:hover,
ul#vrtnav li:hover li:hover a,
ul#vrtnav li.iehover li a:hover,
ul#vrtnav li.iehover li.iehover a {
  background: #80a3b7;
  color: #FFF;
}

/* 3rd Menu */
ul#vrtnav li:hover li:hover li a,
ul#vrtnav li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 3rd Menu Hover Persistence */
ul#vrtnav li:hover li:hover li a:hover,
ul#vrtnav li:hover li:hover li:hover a,
ul#vrtnav li.iehover li.iehover li a:hover,
ul#vrtnav li.iehover li.iehover li.iehover a {
  background: #CCC;
  color: #FFF;
}

/* 4th Menu */
ul#vrtnav li:hover li:hover li:hover li a,
ul#vrtnav li.iehover li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 4th Menu Hover */
ul#vrtnav li:hover li:hover li:hover li a:hover,
ul#vrtnav li.iehover li.iehover li.iehover li a:hover {
  background: #CCC;
  color: #FFF;
}

ul#vrtnav ul,
ul#vrtnav ul ul,
ul#vrtnav ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 238px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#vrtnav li:hover ul ul,
ul#vrtnav li:hover ul ul ul,
ul#vrtnav li.iehover ul ul,
ul#vrtnav li.iehover ul ul ul {
  display: none;
}

ul#vrtnav li:hover ul,
ul#vrtnav ul li:hover ul,
ul#vrtnav ul ul li:hover ul,
ul#vrtnav li.iehover ul,
ul#vrtnav ul li.iehover ul,
ul#vrtnav ul ul li.iehover ul {
  display: block;
}





/**********  CONTACT FORM   **********/
form#contact 	{
	margin:0;
	padding: 5px;
	float:right;
	width: 275px;
	}	


#contact label,#contact input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
	}

#contact label {
	text-align: right;
	width: 75px;
	padding-right: 5px;
	}

#contact br {clear: left;}

#contact fieldset	{
	background: #c6d6df;
	color:#1c3f54;
	margin:20px 0px 20px 0px;
	position:relative;
	display:block;
	padding: 0px 10px 10px 10px;
	} 
	
#contact legend	{
	color:#1c3f54;
	font-weight:bold;
	font-variant:small-caps;
	font-size:15px;
	padding:2px 5px;
	position: relative;  
	left: -7px;  
	top: -0.75em;
	}
	
#contact legend {  
	position: relative;  
	left: -7px;  
	top: -0.75em;
	}
#contact fieldset ol {  
	padding-top: 0.25em;
	}
	
#contact #city {
	display: block;
	width: 60px;
	margin-right:12px;
	float: left;
	margin-bottom: 10px;
	}
	
#contact #comments	{
	display: block;
	width: 240px;
	height:70px;
	margin-bottom: 15px;
	}
	
#contact #submit	{
	width: 85px;
	height:32px;
	margin-left:90px;
	}

#contact .shhhh, .shhhh { display:none; }
