﻿/*---------------------------------------------------------------*/
/*                                                               */
/*          Generic Sylesheet Template 09/20/2007                */
/*                                                               */
/*---------------------------------------------------------------*/


/*-------------------- Imported Stylesheets ---------------------*/


/*---------------------------- Layout ---------------------------*/
img, #logo, #home, #about, #contact, .filetab { behavior: url(/css/iepngfix.htc) }

* {
	padding: 0;
	margin: 0;     
}

body {
	background: url(../i/background.png) repeat #fff;
}

#headertop {
	height: 30px;
	width: 100%;
	background: url(../i/headertop-bg.png) repeat-x;
}

	#headertopitem {
		margin: 0 auto;
		width: 790px;
		text-align: right;
		padding-top: 5px;
	}

	#headertopitem a {
		font-size: 0.8em;
		color: #1c1c18;
	}

	#headerwrapper {
		height: 120px;
		width: 100%;
		text-align: center;
		background: url(../i/header-bg.png) repeat #282c18;
	}

	#header {
		margin: 0 auto;
		width: 790px;
		height: 120px;
		text-align: left;
		display: block;
	}
	
#logo {
	padding-top: 5px;
	float: left;
	width: 50%;
}

#topnav {
	padding-right: 10px;
	margin-top: 86px;
	text-align: left;
	float: right;
}

	#topnav ul {
		margin: 0;
		padding: 0;	
		list-style: none;
	}

	#topnav li {
		margin: 0;
		padding: 0;
		padding-left: 2px;
		float: left;
	}

		#home, #about, #contact {
			width: 120px;
			height: 33px;
			cursor: pointer;
		}

		#home {
			background: url(../i/home.png) no-repeat;
		}

		#home:hover {
			background-position: 0 -33px;
		}

		#about {
			background: url(../i/about.png) no-repeat;
		}

		#about:hover {
			background-position: 0 -33px;
		}

		#contact {
			background: url(../i/contact.png) no-repeat;
		}

		#contact:hover {
			background-position: 0 -33px;
		}

#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 790px;
}

#bodyblock {
	position: relative;
	text-align: right;
	background: url(../i/content-bg.png) repeat-y;
	width: 790px;
	padding: 0;
	border: solid #cacbae;
	border-width: 1px 1px 1px 0;
	min-height: 500px;
}

#contextmenu, #contextmenu2 {
	float: left;
	width: 140px;
}

	#contextmenu ul, #contextmenu2 ul {
		text-align: left;
		margin-top: 10px;
		list-style: none;
	}

	#contextmenu li, #contextmenu2 li {
		padding-left: 20px;
		padding-top: 12px;
		height: 30px;
	}
	
	#contextmenu li a, #contextmenu2 li a {
		font-size: 17px;
		text-decoration: none;
		color: #1c1c18;
	}

	#contextmenu2 li a {
		font-size: 12px;
	}

	#contextmenu .selected, #contextmenu2 .selected {
		background: url(../i/contextmenuhover.png) no-repeat;
		width: 212px;
	}

	#feedback {
		float: left;
		width: 116px;
		text-align: left;
		margin-top: 20px;
		padding: 5px 5px 5px 30px;
		background: url(../i/Icons-Sprite.png) 0 -153px no-repeat #c0d860;
		border-left: 1px solid #c4c5a8;
		border-top: 1px solid #c4c5a8;
		border-bottom: 1px solid #c4c5a8;
	}

	#feedback a {
		color: #282c18;
		text-decoration: none;
		font-style: italic;
	}

	#feedback a:hover {
		text-decoration: underline;
	}

#content {
	width: 520px;
	margin-left: 245px;
	*margin-left: 0;
	padding: 20px 30px 20px 0;
	text-align: left;
}

	.page-header {
		padding-bottom: 35px;
	}
	
		.page-header-left {
			float: left;
			padding-top: 10px;
		}
		
		.page-header-right {
			float: right;			
		}
	
	.page-table {
	}
	
	.homebox {
		float:left;
		padding-bottom: 10px;
	}

	.homeimage
	{
		margin-right: 10px;
		margin-bottom: 10px;
		border: solid 1px black;
		float: left;
	}

	.homecopy {
		width: 380px;
	}

#footer {
	padding-top: 10px;
	margin: 0;
	text-align: center;
}

/*----------------------- Typography-------------------------*/
/* child pixels / parent pixels = child ems */
html {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 62.5%;
	color: #000;
}

body {
	font-size: 1.2em;
	text-align: left;
}

p, h1, h2, h3, h4, h5 {
	padding-bottom: 0.2em;
}

p {
	padding-bottom: 2.0em;
}

h1 {
	font-size: 1.3em;
}
	
	#content h1 {
		border-bottom: 1px dotted #000;
		margin-bottom: 15px;
	}		

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1.0em;
}

h4 {
	font-size: 0.9em;
}

h5 {
	font-size: 0.8em;
}

.error {
	color: red;
}

.require {
	color: green;
	font-weight: bold;
}

.small {
	font-size: 0.8em;
}

#footer {
	font-size: 0.8em;
}

	#footer p {
		margin: 0;
		margin-bottom: -1.5em;
	}

	#footer a {
		color: navy;
		text-decoration: underline;
	}

#content .lawlink {
	color: red;
}

a {
	color: #76853a;
}

#content ul {
	margin-bottom: 10px;
}

#content li {
	padding-bottom: 1.0em;
	margin-left: 20px;
}

/*----------------------- Buttons -------------------------*/
#buttonrow {
	padding-top: 20px;
	text-align: right;
}

.btn, .btnLoginRight, #btnSubmit, #btnSave, #btnAddLink, #btnArchive, #btnDelete, #btnCancel {
	background: url(../i/button-rt.png) no-repeat right;
	border: 0;	
	height: 25px;
	cursor: pointer;
	font-weight: bold;
	text-align: center;
	padding-right: 4px;
	color: #4e6473;
}
	
	#btnDelete {
		color: #860202;
	}

.divBtn, .btnLogin, #divBtn, #divBtnSubmit, #divBtnSave, #divBtnAddLink, #divBtnArchive, #divBtnDelete, #divBtnCancel {
	background: url(../i/button-lt.png) no-repeat left;
	border: 0;
	width: 4px;
	height: 25px;
	padding: 10px 0px 7px 4px;	
	*padding: 0 0 0 4px;	
}

/*----------------------- Special Items -------------------------*/
.border {border: 1px solid black;}

.help {	
	padding: 12px 5px 1px 30px;
	background: url(../i/Icons-Sprite.png) 0 -240px no-repeat;
	height: 20px;
	font-size: 1.1em;
	border-bottom: 1px dotted #000;
	margin-bottom: 15px;
}

.filetab {
	background: url(../i/filetab-bg.png) no-repeat;
	height: 22px;
	padding-left: 5px;
	padding-top: 4px;
	margin-bottom: 10px;
	font-weight: bold;
}

.files, .links {
	padding: 4px 0 1px 30px;
	background: url(../i/Icons-Sprite.png) 0 -125px no-repeat;
	height: 25px;
}

.links {
	background: url(../i/Icons-Sprite.png) 0 -183px no-repeat;	
}

	.files a, .links a {
		color: #76853a;
		border-bottom: 1px dotted #76853a;
		text-decoration: none;
	}

	.files a:hover, .links a:hover {
		border-bottom: solid;
	}

	.files a:visited, .links a:visited {
	}
	
.focusbox {
			border: 1px dotted #ddd;
			padding: 5px;
			margin-bottom: 5px;
		}
		
			.focusbox h2 a {
				color: #76853a;
				font-size: 1.0em;
				text-decoration:
			}
			
			.focusbox h2 hover {
				border-bottom: solid;
			}
			
		.articles {
			padding-left: 30px;
		}
		
			.articles h2 {
				border-bottom: 1px solid #282c18;
				margin-bottom: 5px;
			}
			
			.article, .articlerow, .articlealtrow {
				padding: 8px 8px 8px 21px;
				background: url(../i/article.png) no-repeat;
				background-position: top left;
			}
			
			.articlerow {
				background-color: #e0eab9;
			}
			
			.articlealtrow {
				
			}
			
			.article a {
				color: #76853a;
				border-bottom: 1px dotted #76853a;
				text-decoration: none;
			}
			
				.article a:hover {
					border-bottom: solid;
				}
				
			.modified {
				font-size: 0.85em;
				font-style: italic;
			}


#tab-bar {	
	position: absolute;
	*padding-left: 5px;
	border-bottom: 1px solid #d3d4ba;     
	width: 545px;
	margin-bottom: 20px;
}

	#tab-bar ul {		
		margin: 0;
		padding: 0;          
		list-style: none;
	}

	#tab-bar li {          
		padding: 5px 10px 5px 10px;
		margin: 0 5px -1px 0;
		background: #d7d8b7;
		float: left;
		border: solid #d3d4ba;
		border-width: 1px 1px 0px 1px;
	}

	#tab-bar li.current {
		background: #f8f9ea;			
	}
	
	#tab-bar li.noselect {
		background: #ddd;
		color: Gray;
	}

	#tab-bar a {
		display: block;
		color: #4e6473;
		text-decoration: none;
	}
	
	#tab-bar a:hover {
		color: #007236;
		text-decoration: underline;
	}

#searchbox {
	padding: 5px;
	width: 150px;
	text-align: left;
	margin-bottom: -15px;
}

	#searchboxleft {
		background: url(../i/search-lt.png) top left no-repeat;
		width: 10px;
		height: 20px;
		padding-bottom: 5px;
		padding-left: 5px;
		vertical-align: top;
	}

	.searchbox {
		border: 0;
		border-top: 1px solid #a7a6aa;
		border-bottom: 1px solid #a7a6aa;
		height: 18px;
		width: 112px;
		margin-top: 0;
		*margin-top: -1px;
		vertical-align: top;	
	}

	.searchglass {
		height: 20px;
		width: 20px;	
		cursor: pointer;
		vertical-align: middle;			
	}

.back {
	float: right;
	background: url(../i/Icons-Sprite.png) 0 -217px no-repeat;
	height: 25px;
	padding: 0 0 1px 28px;
}

	.back a {
		color: #007236;
		font-size: 0.85em;
	}