/* CSS Document */
html,body	{
	height:100%;
	width: 100%;
	margin: 0 auto;
	}
body	{
	margin:0 auto;
	padding:0;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	color: #696969;
	line-height:18px;
	background:#233A79 url(../images/bg.gif) repeat-x;
	}
#wrapper	{
	width:755px;
	background:#fff url(../images/bgmid.gif) repeat-y;
	height:auto;
	margin: 0 auto;
	text-align:center;
	}
#width	{
	width: 749px;
	margin:0 auto;
	text-align:left;
	}
	
#header	{
	background:#fff url(../images/header.gif) no-repeat;
	width: 749px;
	height:162px;
	margin:0 auto;
	text-align:left;
	}

.links ul	{margin-top:0px;list-style:none;}
	
#footer,
#footer a	{
	background:none;
	color:#fff;
	font-size:9px;
	width:761px;
	margin:0 auto;
	text-align:left;
	line-height:normal;
	
	}

#footer p	{
	width:750px;
	margin-left: 10px;
	line-height:13px;
	}	

.logo	{
	margin: 70px 0 0 65px;
	}


.content	{width: 505px;padding-bottom: 15px;}
.left	{float:left;}
.right	{float:right;}
.clear	{clear:both;}
.half	{width: 48%;}
.third	{width: 30%;}
.sm9	{font-size:9px;}

a,
a:link,
a:visited,
a:hover,
a:active	{color:#233A79;}




#pageheading	{
		width: 535px;
		height: 60px;
		background:url(../images/heading.jpg) no-repeat;
		font: 21px Georgia, "Times New Roman", Times, serif;
		line-height:59px;
		color:#263c7a;
		margin:0;
		text-indent: 25px;
		}
		
#boxes	{width: 745px;margin: 0 auto;}
.smbox	{
	width:238px;
	background-color:#d7d9e5;
	text-align:left;
	margin: 0 4px;
	color:#1e2655;
	font-weight:bold;
	}
.smbox p	{
	margin: 0;
	padding: 2px 5px;
	height:130px;
	}
	
.bottombox	{
	background:url(../images/bttmboxes.gif) no-repeat;
	height:36px;
	}
	
h1.boxhead	{
	background:url(../images/boxes-heading.gif) no-repeat;
	font:bold 15px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color: #abb0d1;
	text-align:center;
	height:42px;
	line-height:45px;
	width:238px;
	padding: 0;
	margin:0;
	}
.smbox a	{
	color:#1e2655;
	font-weight:bold;
	text-decoration:underline;}
	
	






/* MEMBERS */
#members {
	width:282px;
	height:60px;
	float:right;
	padding:0;
	margin:25px 10px 0 0;
	}


	
	
/* NAV */
/* Root = Vertical, Secondary = Vertical */
body.navinside ul#navmenu	{
	background:url(../images/navbginside.gif) repeat-x;
	height:600px;
	}
	
body.index ul#navmenu	{
	background:url(../images/navbg.gif) repeat-x;
	height:200px;
	}
ul#navmenu	{width: 214px;}
ul#navmenu li,
ul#navmenu ul 	{width: 150px;}

ul#navmenu, 
ul#navmenu li,
ul#navmenu ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  list-style: none;
  text-align:left;
  float:left;
	}
ul#navmenu  {
	padding-top:3px;
	}
	
ul#navmenu li {
  display: block !important; /*For GOOD browsers*/
  display: inline; /*For IE*/
  position: relative;
}

/* Root Menu */
ul#navmenu a {
  padding: 4px 0px;
  display: block;
  color: #fff;
  width:172px;
  text-indent:8px;
  font: 14px Verdana, Arial, Helvetica, sans-serif;
  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 {
  color: #abb2eb;
}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
  background: #9197b8;
  color: #fff;
  width: 200px;
  border-bottom:1px solid #b4b9d2;
  z-index:50;
}

/* 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: #243A79;
  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: 172px;
}

/* 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;
} 
.style1 {color: #233A79}

form#survey .bg	{
	background:#d5d9f5;
	padding:2px;
	}

form#survey #full	{
	width:98%;
	}





#stage{
	margin:0;
	width:435px;
}



/* ----- CLASSES ----- */

#stage .inline{
	display:inline !important;
}
#stage .center{
	text-align:center !important;
}
#stage .left{
	float:left;
}
#stage .right{
	float:right;
}
#stage .hide{
	display:none !important;
}



/* ----- CLEARFIX ----- */

#stage .clearfix:after, #stage:after{
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
#stage .clearfix, #stage{
	display: inline-block;
}  

* html .clearfix, * html #stage {height: 1%;}
#stage .clearfix, #stage{display: block;}

/* - - - - - - - - - - - - - - - - - - - - -

FORM

- - - - - - - - - - - - - - - - - - - - - */

#stage form {
	width:430px;
	margin:0;
	}
html>/**/body #stage form		/*firefox hack*/{
	margin-left:-35px;
	width:470px;
	}
#stage form ul{
	position:relative;
	list-style-type:none;
	margin:0;
}
#stage form li{
	line-height:2em;
	margin:0;
	padding:1px 4px 6px 2px;
	display: inline-block;
}
#stage form li:after{
	content:"."; 
	display:block;
	height:0; 
	clear:both; 
	visibility:hidden;
}
/* Holly Hack Targets IE Win only \*/
	* html #stage form li {height: 1%;}
	#stage form li {display: block;}
/* End Holly Hack */

#stage form li div{
	float:left;
	display:inline;
	margin-right:5px;
	color:#444;
}
#stage form li.focused{
	background-color:#fff7c0;
} 

#stage form li p{
	clear:both;
	font-size:9px;
	line-height:13px;
	color:#444;
}

#stage form li div.left{
	width:48%;
}
#stage form li div.right{
	width:48%;
}
#stage form li div.left .medium, #stage form li div.right .medium{
	width:100%;
}

#stage .clear{
	clear:both;
}

#stage form li div p{
	margin-bottom:3px;
	margin-top:-2px;
}
#stage form li img.icon{
	float:left;
	margin:.35em 5px 0 0;
}


/* ----- SECTIONS ----- */

#stage form li.section{
	border-top:1px dotted #ccc;
	margin-top:9px;
	padding-top:13px;
	padding-bottom:0px;
}
#stage form ul li.first{
	border-top:none;
	margin-top:0px;
	padding-top:1px;
}
#stage form .section h3{
	font-size:110%;
	line-height:130%;
	margin:0 0 2px 0;
}
#stage form .section p{
	font-size:85%;
	margin:0 0 1em 0;
}

/* ----- BUTTONS ----- */

#stage .buttons{
	clear:both;
	margin:10px 0 20px 45px;
	padding:0;

}
#stage .buttons .button{
	font-size:120%;
	margin:0 5px 0 0;
	padding:0 7px;

}


/* ----- FIELDS AND LABELS ----- */

#stage label.desc{
	font-weight:bold;
	line-height:125%;
	padding:4px 4px 1px 0;
	border:none;
	color:#444;
	display:block;
	font-size:95%;
}
#stage input.text, #stage textarea.textarea, #stage select.select{
	font-size:100%;
	border-top:1px solid #364782;
	border-left:1px solid #364782;
	border-right:1px solid #364782;
	border-bottom:1px solid #364782;
	background:#fff url(http://wufoo.com/images/fieldbg.gif) repeat-x top;
	color:#191a1f;
}
#stage input.text{
	padding:2px 0 2px 0;
}
#stage input.currency{
	text-align:right;
}

#stage input.checkbox, #stage input.radio{
	display:block;
	line-height:1.4em;
	margin:8px 0 0 3px;
	width:13px;
	height:13px;
}
#stage label.choice{
	font-size:100%;
	display:block;
	line-height:1.4em;
	margin:-19px 0 0 25px;
	padding:4px 0 5px 0;
	color:#444;
	width:90%;
}

#stage textarea.textarea{
	margin-top:1px;
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
}
select.select{
	margin:1px 0 1px 0;
	padding:1px 0 0 0;
}
#stage select.select[class]{
	margin:0;
	padding:1px 0 1px 0;
}

/* ----- SIZES ----- */

#stage .third{
	width:32% !important;
}
#stage .half{
	width:48% !important;
}
#stage .full{
	width:100% !important;
}

#stage input.small, #stage select.small{
	width:25%;
}
#stage input.half, #stage select.half{
	width:50%;
}
#stage input.large, #stage select.large, #stage textarea.textarea{
	width:99%;
}
#stage input.tags{
	width:315px;
}

#stage textarea.small{
	height:5.5em;
}
#stage textarea.medium{
	height:10em;
}
#stage textarea.large{
	height:20em;
}
/* ----- END FORM----- */


.shhhh { display:none; }
