/* CSS Document */

.color1		{color:#201262;}			/*orange */
.bg1		{background:#201262;}		/*orange */
.color2		{color:#2a5980;}			/*navy blue */
.bg2		{background:#2a5980;}		/*navy blue */
.color3		{color:#CCDBC3;}			/*light blue */
.bg3		{background:#CCDBC3;}		/*light blue */
.color4, a.color4,
a.color4,
a.color4:link,
a.color4:visited,
a.color4:hover,
a.color4:active	{color:#fff;}	


.sm9	{font-size:9px;}			

.subheading		{
	color:#3a3e4a;
	letter-spacing:.5px;
	font-size:15px;
	padding-bottom:4px;
	}
	



html,body	{
	height:100%;
	width: 100%;
	margin: 0 auto;
	}
body	{
	margin:0 auto;
	padding:0;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	color: #3a3e4a;
	line-height:18px;
	background:#B1C8A4 url(../images/bg.gif) repeat-x;
	}
	
* html #wrapper{
height:100%;
}

#wrapper	{
	width:750px;
	margin: 0 auto;
	text-align:left;
	min-height:100%;
	}
	

	
#header	{
	width:750px;
	height:148px;
	margin:0 auto;
	}

#logo	{
	margin-left:6px;
	}

* html #middle{
height:100%;
}

#middle	{
	width:760px; 
	padding: 5px 0px 40px 0px;
	background:url(../images/navbg.gif) 5% 0 repeat-y;
	margin:0 auto;
	min-height:100%;
	}


#content	{
	width: 546px;
	float:right;
	text-align:left;
	padding:0 2px 128px 0;
	min-height:520px;
	}

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			{margin:0;padding:0;font:bold 24px Georgia, "Times New Roman", Times, serif;}
h2			{font-size:16px;margin:0;padding:0}
h3			{font-size:14px;margin:0;padding:0}



.pad5		{padding:5px;}

* html #footer{
margin:-60px 0 0;
}

#footer	{
	width: 100%;
	height:120px;
	font-size:9px;
	color:#fff;
	border-top:1px solid #fff;
	margin:-92px auto 0;
	position:relative;
	line-height:14px;
	text-align:center;
	margin:0 auto;
	}
#footer a	{
	color:#fff;
	font-size:9px;
	text-decoration:underline;
	}
#footer #text	{
	width: 690px;
	margin: 0 auto;
	text-align:center;
	}


.box	{
	width: 170px;
	padding: 2px 5px;
	margin: 10px 2px 0 0px;
	background: url(../images/boxbg.gif) no-repeat;
	height:200px;
	float:left;
	color:#fff;
	}

.box h2	{
	padding: 5px 0 7px 0;
	letter-spacing: 0.05em;
	}

.box a:link, .box a:visited, .box a:active, .box a{color:#fff;}

.navbtns {
  margin: 0 0 0 38px;
  }

/********  MAIN NAV   ********/
/* Root = Vertical, Secondary = Vertical */
* html ul#navmenu	{
  margin: 0 0px 0 16px;
  }
  
ul#navmenu	{
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 170px; /*For KHTML*/
  list-style: none;
  margin: 0 0px 0 33px;
  float:left;
}

ul#navmenu li,
ul#navmenu ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 168px; /*For KHTML*/
  list-style: none;

}

ul#navmenu li {
  display: block !important; /*For GOOD browsers*/
  display: inline; /*For IE*/
  position: relative;
}

/* Root Menu */
ul#navmenu a {
  border-bottom: 1px solid #FFF;
  display: block;
  color: #201262;
  font: bold 13px/28px Arial, Helvetica, sans-serif;
  text-indent: 15px;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
  background: #E4ECE0;
  color: #2a5980;
}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
  background: #CCC;
  color: #FFF;
}

/* 3rd Menu */
ul#navmenu li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 3rd Menu Hover Persistence */
ul#navmenu li:hover li:hover li a:hover,
ul#navmenu li:hover li:hover li:hover a,
ul#navmenu li.iehover li.iehover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover a {
  background: #CCC;
  color: #FFF;
}

/* 4th Menu */
ul#navmenu li:hover li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 4th Menu Hover */
ul#navmenu li:hover li:hover li:hover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover li a:hover {
  background: #CCC;
  color: #FFF;
}

ul#navmenu ul,
ul#navmenu ul ul,
ul#navmenu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
  display: none;
}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
  display: block;
}






/******** FORM **********/
form#contact 	{
	margin:0;
	padding: 5px;
	float:right;
	width: 245px;
	}	


#contact label,#contact input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}

#contact label {
	text-align: right;
	width: 55px;
	padding-right: 5px;
}

#contact br {
	clear: left;
}
#contact fieldset	{
	background: #CCDBC3;
	color:#201262;
	border: 1px solid #7c5b47;	
	margin:20px 0px 20px 0px;

	position:relative;
	display:block;
	padding: 0px 10px 10px 10px;
	} 
	
#contact legend	{
	color:#201262;
	font-weight:bold;
	font-variant:small-caps;
	font-size:15px;
	padding:2px 5px;
	margin:-7px 0px 10px 0px;
	position:relative;
	top: -12px;
	}
#contact #city {
	display: block;
	width: 60px;
	margin-right:12px;
	float: left;
	margin-bottom: 10px;
}
#contact #comments	{
	display: block;
	width: 220px;
	height:70px;
	margin-bottom: 15px;
	}
#contact #submit	{
	width: 85px;
	height:32px;
	margin-left:70px;
	background: #201262;
	border:1px solid #fff;
	color:#fff;
	cursor: pointer;
	}

