body{
	background-color:#ffffff;
	background-image:url(../template/images/background.png);
	background-repeat:repeat-x;
	margin:0;
	font-size:9.5pt;
}

body.home{
	background-image:none;
}

a{
	color:#537756;
}

a:hover{
	color:#537756;
}

#content ul{
        list-style-type: disc !important;
}
        #content ul.crumb_trail{
                list-style-type: none !important;
        }
        #content.news  ul.news_list{
                list-style: none !important;
        }
        #content .home_panels ul{
                list-style: none !important;
        }



div#page{
	position:absolute;
	text-align:left;
	margin-left:1em;
	width:963px;
	/*overflow:hidden;*/
	min-height:100%;
	background-image:url(../template/images/menu_background.png);
	background-repeat:repeat-y;
}



/* SIDEBAR */

div#sidebar{
/*	background-image:url(../template/images/menu_background.png);
	background-repeat:repeat-y;*/
	width:212px;
	float:left;
	font-size:1.1em;
	/*overflow:hidden;*/
	
	/* FILL THE BOTTOM OF THE COLUMN TO THE PAGE */
	/*margin-bottom:-9999px;
	padding-bottom:9999px;*/
}

div#sidebar h1{
	margin:0;
	padding:0;
}

div#sidebar h1 a{
	display:block;
	width:212px;
	height:84px;
	overflow:inherit;
	background-image:url(../template/images/logo_subpage.png);
	text-indent:-999em;
}

	div#sidebar ul#menu{
		margin:0;
		padding:0;
	}

		div#sidebar ul#menu li{
			margin:0;
			padding:3px;
			clear:both;
			display:block;
		}

		body.resources div.contactus{
			padding:20px 0;
		}
			body.resources div.contactus div{
				padding-top:10px;
			}

		div.moreabout{
			width:210px;
			float:right;
			padding:30px 0 10px 30px;
		}
			div.moreabout div{
				background-color:#f0f0f0;
				border:1px solid #A9BBAB;
				padding:10px;
			}
				div.moreabout div h4{
					font-size:.9em;
					padding:0 0 5px 0;
					margin:0 0 5px 0;
				}
				div.moreabout div ul{
					margin:0;
					padding:0;
				}
					div.moreabout div ul li{
						padding:3px 0;
					}

		
		div#sidebar ul#menu li.selected		
		{
			background-image: url(../template/images/menu_highlight.png);
			background-position: left center;
			background-repeat:no-repeat;
			font-weight: bold;
		}

			div#sidebar ul#menu li a{
				display:block;
				padding:5px;
				margin:0 21px 0 17px;
				border-bottom:1px solid #a9bbab;
				text-decoration:none;
			}
			
			div#sidebar ul#menu li a:hover{
				background-image:url(../template/images/menu_over.png);
				background-position:left bottom;
				color:white;
			}

	/* SEARCH */
	
		form#search fieldset{
			border:none;
			padding:20px;
		}
		
		form#search input.text{
			width:130px;
			height:20px;
			font-size:1em;
			color:#333;
			vertical-align: top;
			background-color:#e9e9e9;
			border:1px solid #b7b7b7;
			border-bottom-color:#ccc;
			border-right-color:#ccc;
			margin-top:2px;
			padding:2px;
		}

		form#search input.image { vertical-align: baseline; }
		
	/* ADDRESS */
		
		ul#address{
			margin:20px;
			padding:5px;
			color:#87a089;
			border-top:1px solid #a9bbab;
		}

		ul#address li{
			margin:.1em 0;
		}


/* CONTENT */

div.note p{
	margin-top:0;
}

div.note h4{
	margin-top:0;
}

div.note2{
	margin-left: 15px;
}


div#content{
	float:left;
	width:695px;
	padding:20px 20px 20px 10px;
	font-size:1.2em;
	color:#262626;
}

* html div#content{
	width:725px;
}

	h2{
		padding:0;
		margin:0;
		color:#537756;
		font-weight:normal;
		font-size:1.3em;
		margin-left:-10px;
		margin-top:-6px;
		height:20px;
		overflow:visible;
		position:relative;
		
	}
	
	h3{
		padding:0;
		margin:0;
		color:#537756;
		font-size:1.8em;
		margin-left:-10px;
		height:35px;
		overflow:visible;
		position:relative;
	}
	
	h3.no_parent{
		padding-top:14px;
		margin-top:0;
	}
	
	ul.crumb_trail	
	{
		font-size: .8em;
		padding: 10px 0 20px 0;
		margin: 0;
		margin-left: -10px;
		
	}
	
		ul.crumb_trail li{
			float:left;
			padding:0 4px 0 0;
			margin:0;
		}
		
			ul.crumb_trail li a{
				float:left;
				display:block;
				padding-right:12px;
				background-image:url(../template/images/crumb_bullet.png);
				background-repeat:no-repeat;
				background-position:right center;
			}
			
			ul.crumb_trail li.crumb_with_child{
				padding-right:12px;
				margin-right:4px;
				background-image:url(../template/images/crumb_bullet.png);
				background-repeat:no-repeat;
				background-position:right center;
			}
	
	h4{
		font-size:1.1em;
		border-bottom:1px solid #537756;
		/*clear:both;*/
		margin:.75em 0 .25em -10px;
		position:relative;
	}
	
	h5{
		font-size:1em;
		border-bottom:1px solid #dde4dd;
		/*clear:both;*/
		margin:.75em 0 .25em 0;
	}
	
	p{
		margin:.75em 0;
		line-height:1.5em;
		text-align:left;
	}
	
	
	ul.bulleted li ul	
	{
		list-style-type: circle;
		list-style-position: default;
		margin-top:0;
		margin-bottom:.5em;
		padding-top:.25em;
	}
	
	ul.bulleted li	
	{
		list-style-position: outside;
		list-style-type: default;
		padding:.75em 0;
	}

/* SPECIFIC CASES */

	ul.directory li{
		font-weight:bold;
		padding:.5em 0;
	}
	
	ul.directory li ul li{
		font-weight:normal;
		padding:0;
	}


	p.copyright,p.credit{
		text-align:right;
		font-size:.75em;
		color:#666666;
		margin:0;
	}
	
	p.copyright{
		margin-top:2em;
	}

	a.button{
		display:block;
		float:left;
		width:212px;
		background-image:url(../template/images/info_button.png);
		background-repeat:no-repeat;
		background-position:center center;
		text-align:center;
		padding:20px 0;
		text-decoration:none;
		font-size:.95em;
	}
	
	hr.end{
		border:none;
		border-bottom:1px solid #537756;
		background:#537756;
		clear:both;
		width:100%;
		margin-left:-10px;
		margin-top:15px;
		height:1px;
	}
	
/* OVERIDE DEFAULT FORM ERROR COLORS */

form.fs_form li.error{
	border:none;
	background:#bac9bb;
}

/* EXTRA FORMATTING FOR THE SITE */

div.callout, table.contact{
	margin:.5em 2em;
	padding:1em;
	border:#537756 1px solid;
	background-color:#e5ebe6;
}

table.contact tr td{
	padding:5px 15px;
	vertical-align:top;
}

ul.bulleted li{
	padding:.1em;
}

dl {
	margin-left:.5em;
}

dl dt{
	margin-top:.25em;
}

dl dd{
	font-size:.9em;
	font-style:italic;
	padding-left:2em;
}

dl.library dt{
	margin:.5em 0;
	font-weight:bold;
}

dl.library dd{
	font-style:normal;
	margin:.25em 0;
}

.large{
	font-size:1.2em;
	font-weight:bold;
}

ol li{
	margin:.5em 1em;
}

/* SEARCH RESULTS */

div.search_result_row {
	margin:5px 0;
	padding:5px 0;
	border-bottom:1px solid #537756;
}

div.search_result_row h3{
	font-size:1em;
	font-weight:normal;
}

/* CONTACT FORM */

span.required_format{
	font-size:.8em;
	font-style:italic;
}

/* TESTIMONIALS */

div.t_testimonial{
	background-color:#dde4dd;
	border:1px solid #537756;
	margin:1em;
	padding:1em;
}

div.t_testimonial p{
	text-align:right;
	padding:0;
	margin:0;
}

div.t_testimonial p.t_testimonial_text{
	margin:.5em 0;
	text-align:left;
}

/* APPLICATION LIST */

ul.file_list li{
	padding:5px 0;
}

ul.file_list, ul.file_list ul{
	padding:5px 0 0 5px;
}

/* CONTACT FORM */

p.form_note{
	margin:0;
}

div#content form{
	margin-top:0;
}


#announcement{
	border: 1px solid #000000;
	background-color: #f98c23;
	padding: 10px;
	margin: 5px;
	font-size: .8em;
	display:none;
}


#announcement h4{
	margin: 0;
	padding: 0;
	border-bottom: 1px solid black;
}

.linkcallout{
	width: 705px;
	height: 64px;
	margin: 0;
	padding-left: 1.4em;
	padding-top: 17px;
	background: url(../template/images/linkcallout.gif) no-repeat;
}

.linkcallout p{
	margin: 0;
	padding: 0;
}


form.fs_form input.submit{
	background-color:#537756;
	border-color:#2a3c2b;
	border-top-color:#a9bbab;
	border-left-color:#bac9bb;
}

