/*
 * Stylesheet used with index.jsp
 *
 */

body{
	font-family: Verdana, Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

img {
		margin: 0px;
		padding: 0px;
	}
	
.hometext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #666666;
}
.homebold {
	font-weight: bolder;
	color: #215C33;
}
/********************** boilerplate styles *******************/
.boilerplate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: lighter;
	color: #666666;
}

.boilerplate a{
	color: #666666;
	text-decoration:none;
}

.boilerplate a:hover{
	color:#FB9F32;
}

/*************** leftpanel styles *************/
#leftPanel {
	background-color: #6F9F89;
	border-collapse:collapse;	
}

#leftPanelNav {	
	font-size: 0.7em;
	color: #FFFFFF;
	font-weight:normal;
}

#leftPanelNav a{
			color:#FFFFFF;
			text-decoration:none;
}		
	
#leftPanelNav a:hover{
			color: #FB9F32;
}
	
#leftPanelNav td {
	padding-left:20px;
	background-image:url(../images/button.gif);
	background-repeat:repeat-x;
	height:21px;
}

#rollOver {
	padding: 4px 0px 0px 0px;
}


/************** fwLogin styles ****************/
#fwLogin {
	width:282;
	color:#FFFFFF;
	background-color: #6F9F89;
	margin-bottom: 0px;
}

#fwLogin a{
	text-decoration:none;
}

#fwLogin p{
	font-size:0.7em;
	font-weight:bold;	
	margin:0px;
}

/************* #globalNav styles **************/

#globalNav{
	color: #FFFFFF;
	padding: 20px 10px 0px 10px;
	margin: 0px;
	white-space: nowrap;
	text-align:right;
	height: 40px;
	background-color: #6F9F89;
}
/* '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:5px;	
	margin:0px;
}

/**************** black border for testing ***************/
.blackBorder{
	border:solid 1px black;
}
