/* Layout CSS - Left navigation fixed width, expanding content width */

#frame {
	position: relative;
	border-bottom: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid white;
	background-color:#D2E6B5;
	margin-bottom: 10px;
	margin: 0px auto;
	width:780px;
	height:100%;
	/*width:90%;	*/
}

#headercontent{
	width:100%;
	float: left;
}

#bannerarea{
	float: left;
}


#header {
	margin:0;
	border-bottom: 1px solid white;
	background-color:#000000;
	/*background-color:#89B73C;*/
	white-space: nowrap;
	/*padding: 8px 10px 9px;*/
	height:100px;
}

#textheader {
	margin:0;
	width:100%;
	/*white-space: nowrap;*/
	background-color:#000000;
	border-top: 1px solid white;
	position: relative;
	padding:0px 10px 0px 10px;
	top:0;
	right:0;
	float:right;
}

html>body #header {
 	height:auto;
}

#masthead{
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	height: 10px;
}


#contentarea{
	/*width:50%;*/
	float: left;
}

#nav {
	/*position: relative;*/
	float: left;
	margin:0;
	padding:0px;
	/*width:25%;*/
	width:184px;
	/*z-index: 2;*/
}

#headlinecontainer{
    float: right;
	margin:0;
    width:170px;
	padding:0px 0px 10px 5px;
	background-color:white;
}

#headlines{
	/*position: relative;*/
    float: right;
	margin:0;
    width:160px;
	border-left: 1px solid #D2E6B5;
	border-bottom: 1px solid #D2E6B5;
	background-color:white;
}

#main{
	margin: 0 0 0 184px;
	/*position: relative;*/
	/*width: 550px;*/
	/*width:auto;*/
	/*float: left;*/
	padding:10px 20px 20px 20px;
	background-color:white;
	/*border-left: 1px solid white;*/
}


#footer {
	width:100%;
	background-color:#FFFFFF;
	border-top: 1px solid #D2E6B5;
	/*border-bottom: 1px solid #D2E6B5;*/
}

#footerimages {
	padding:10px 0px 7px 10px;
	float:left;
}

#footertext {
	padding:20px 10px 0px 0px;
	float:right;
}

#logo {
	position: relative;
	top:0;
	left:0;
	height: 100px;
	/*float:left;*/
}

#printLogo {
	display:none;
}

#navhead{
	/*padding: 5px 0px 6px 0px;*/
	padding: 2px 0px 2px 0px;
	border-bottom: 1px solid #FFFFFF;
	width: 100%;
	background-color: #A3D357;
}

#search{
	padding: 0px 0px 0px 10px;
	font-size: 90%;
	vertical-align:middle;
	float:left;
}

#search.startsearch{
	padding: 10px 0px 0px 0px;
}


#globalNav{
	padding: 4px 10px 0px 10px;
	color: #FFFFFF;
	float:right;
}

#pageName{
	/*margin: 0 0 0 184px;*/
	padding:1px 0px 2px 10px;
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
    /*border-left: 1px solid #FFFFFF;*/
	background-color: #5C7B28;
	font-weight: bold;
}




/************** #headlines styles **************/

#headlines{
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

#headlineTitle{
	/*width: 100%;*/
	padding:0px 0px 0px 0px;
	/*border-left: 1px solid #FFFFFF;*/
	/*white-space: nowrap;*/
	/*border-bottom: 1px solid #FFFFFF;*/
	background-color: #B7D784;
	font-weight: bold;
	text-align:center;	
}

#headlineContent{
	padding:20px 10px 10px 10px;
}

