/***********************************************/
/* template.css                                */
/* Use with template.html                      */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	position:relative;
}

#content {
	padding:0 15px 15px;
	
}

#content a{
			color:#236C4B;
			text-decoration:none;
			}
#content a:hover{
			color: #FB9F32;
}

#content p{
	margin-left:50px;
	font-size:75%;
	clear:both;

}
.bullets {
	line-height: 24px;
	font-size: 75%;
}


#content dl { font-size:75%;
margin-left:50px;}

#content dd ul{ list-style:none; }

/* used at the top of the content */
.orangeTitle{
	font-size:160%;
	font-style:italic;
	color:#FFA83F;
}

.greenTitle{
	font-size:1em;
	font-style:italic;
	color:#236C4B;
}

/* used as titles in the content */
p.greenTitle2{
	 font-weight:bold;
	 color:#236C4B;
}

#navBar{	
	padding: 0px;
	background-color: #226C4B;
}

#footer{
	margin-top:50px;
	text-align:center;
	font-size:0.7em;
	color:#FFF;
}

#footer a{
 color:#FFF;
 text-decoration:none;
}

#footer a:hover{
 color:#FB9F32;
}



/************* #globalNav styles **************/

#globalNav{
	color: #FFFFFF;
	padding: 20px 10px 0px 10px;
	white-space: nowrap;
	text-align:right;
	height: 40px;
	background-color: #4E886F;
	width: auto;
}

#globalNav2{
	color: #FFFFFF;
	padding: 20px 10px 0px 10px;
	white-space: nowrap;
	text-align:right;
	background-color:#FFFFFF;
	height: 40px;
	width: auto;
}

/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px;
	margin-right: 20px;
	color: #FFFFFF;
	text-decoration: none;
}

#globalNav a:hover {
	color: #FB9F32;
}

/****************** #frmSearch styles ******************/
#frmSearch{
	display:inline;
}

/*************** #orangeBar styles ************/
#orangeBar_1{
	background-image:url(../images/orangeBar_1.gif);
	height: 5px;
}

#orangeBar_2 {
	background-image:url(../images/orangeBar_2.gif);
	background-repeat:repeat-x;
	height:14px;
	font-size:20%;
	margin:0px;
	clear:both;
}


/************** #WELogo Styles ****************/
#WELogo{
	float:left;
	height:65px;
	padding:0px;
	margin-top: 0px;
}

/************** #banner styles *****************/
#banner{
	float:right;
	height:65px;
	padding:0px;
	margin:0px;
}

/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}

/**************** expandMenu Styles ***************/
.showSwitch {
		display: block;
	}
.hideSwitch {
  display: none;
}
#expandMenu {
  margin: 0px;
  color: #FFFFFF;
}

#expandMenu a {	
	padding: 0px 4px 0px 0px;
	margin-right: 20px;
	color: #FFFFFF;
	text-decoration: none;
	font-size:0.8em;
}

#expandMenu a:hover {
	color: #FB9F32;
}
#expandMenu dt{
				background:url(../images/button.gif);
				margin-left:0px;
				padding: 2px 2px 2px 10px;
				font-size:0.8em;
				display:block;
			  }

#expandMenu dd{
				font-size:0.75em;
				margin:0px 0px 0px 10px;
			   }
/****** hack for IE6 ahaha!! ******************************/			   
* html * #expandMenu dd{	
				font-size:0.75em;
				margin:0px 0px 0px 40px;
			   }
/****** hack for IE7 ahaha!! **************************************/
html>body #expandMenu dd{
				font-size:0.75em;
				*margin:0px 0px 0px 40px;
}			   		   

#expandMenu ul { list-style-type:none;
				  margin:0px 0px 0px 0px;
			    }

/***************** contentTable Styles *******************/

#contentTable{
	border-collapse:collapse;
	border: 0px solid Black;
	background-color: #FFFFFF;
}

#contentTitle{
	float:left;
	margin:0px 0px 10px 0px;
	padding:0px;
	width:auto;
}
.copy {
	font-size: 65%;
	line-height: 20px;
	border:0;
}
/****************** login styles **************************/

#login{
	clear:both;
	font-size:0.8em;
}
#tableCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	color: #666666;
}
