* {
	margin: 0px;
	padding: 0px;
}

body {
	font: 100% Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff url(../images/navbar_bg.gif) repeat-y;
}

html, body { /* saves you from the "centering jump" on short pages */
	/*min-height: 99%;*/
	margin-bottom: 1px;
}

p {
	margin: 0 0 10px 0;
}

a img {
	border: none;
}

p, td, div {
	font-size: 12px;
}

h1 {
	font-size: 18px;
	color: #eee;
}

h2 {
	font-size: 16px;
	color: #ccc;
	margin: 0 0 10px 0;
}

h3 {
	font-size: 14px;
	color: #666;
	margin: 10px 0 10px 0;
}

hr {
	margin-top: 20px;
}

	hr.region {
		display: none;
	}

.parentCat {
	margin-bottom: 20px;
}

ul#docs {
	
}
	ul#docs li{
		margin: 10px 0 10px 20px; 
		list-style-type: none;
		/*font-weight: bold;*/
	}

		ul#docs li.document{
			padding: 3px 0 10px 20px;
			background: url(../images/icon_doc.gif) top left no-repeat;
		}

		ul#docs li.category{
			padding: 3px 0 10px 35px;
			background: url(../images/icon_folder.gif) top left no-repeat;
		}

#docsAdmin {
	float: right;
	width: 150px;
	padding: 10px;
	background-color: #eee;
	border: 1px dotted #666;
}

	#docsAdmin ul {
		margin-bottom: 0;
	}

	#docsAdmin hr {
		margin: 0;
	}

ul {
	list-style: disc;
	margin-left: 20px;
}

#extranetNav {
	margin-bottom: 20px;
}

#extranetNav ul {
	list-style: none;
}


ul ul{
	list-style: circle;
	margin-left: 20px;
}

dl {
	margin: 10px 0;
}

dt {
	font-weight: bold;	
}

dd {
	margin-left: 20px;
}







/* holder styles */
#holder {
	width: 100%;
	text-align: left;
	margin: 0 auto 0 auto;
	background: url(../images/top_bg.gif) repeat-x;
}

/* header styles */
#header {
	height: 225px;
	background: url(../images/header_bg.jpg) no-repeat;
	white-space: nowrap;
}

	#header #logo{
		float: left;
	}

	#header #photos{
		width: 419px;
		float: right;
		margin-top: 75px;
	}

/* navigation styles */
#nav {
	/*background: url(../images/navbar_bg.gif) repeat-y;*/
	width: 138px;
	float: left;
}




/* content styles */
#content {
	
	margin: 0 250px 0 138px;
	padding: 20px;
}

	#content h2{
		height: 26px;
		vertical-align: middle;
		background: url(../images/header_bg-10.gif) top right no-repeat;
		color: #ffffff;
		text-transform: uppercase;
	}	

/* third column styles */
#rightcolumn {
	background: url(../images/rt_col_bg.gif) top left repeat-y;
	margin: 20px 0 0 0;
	
	padding: 20px;
	float: right;
	width: 200px;
}

	#rightcolumn h2{
		color: #336699;
	}

#newsarchive{
	margin: 10px 0;
}

#members {

}

	#members h3{
		border-bottom: 1px solid #ccc;
		margin-top: 20px;
	}
	
	#members ul li{
		margin: 5px 0px 10px 100px;
	}

#calendar_table {
	width: 99%;
	border-collapse: collapse;
}

	#calendar_table td{
		border: 1px solid #ccc;
		padding: 3px;
		margin: 0px;
	}
	
td.newsDate {
	width: 150px;
}




/* footer styles */
#footer {
	clear: both;
	margin: 100px 270px 0 158px;
	padding-top: 20px;
	color: #666;
	background: #FFF;  /* This background color covers the faux column effect that spans the entire holder div */
	border-top: 1px solid #ccc;
}

/* miscellaneous styles */
.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}

.highlight {
	background-color: #ffff00;
}

.breadcrumb {
	font-size: 10px;
	text-align: right;
}




/*
########################################
FORMS
########################################
*/

form{ margin: 0 0 25px 0; }
fieldset{ margin: 1em 0; padding: 20px; border-top: 1px solid #2C7F70; }
legend{ color: #666; margin-left: 10px; }

label{ height: 1.2em; line-height: 1.2em; margin: 0.4em 0; font-size: 1.0em; padding: 0.2em; }

label{ width: 150px; margin-right: 0.5em; color: #666666; font-weight: bold; }
input{ border: 1px solid #666; }

	input.inputTitle {
		width: 95%
	}

input.radio{ width: auto; border: 0; }
label.radio{ width: 230px; text-align: left; }
label.radioshort{ width: auto; text-align: left; }
input.required{ background: #fffaf1; }
input.hidden{ display: none; }


input#submit{ width: auto; height: 25px; background: #d4d0c8; border-top: 1px solid #f0f0f0; border-left: 1px solid #f0f0f0; border-bottom: 1px solid #808080; border-right: 1px solid #808080; }

input.chx {
	border: 0px;
	width: 15px;
	margin-top: -1px;
	margin-right: 20px;
}

#contactform {
	float: right;
	width: 400px;
}

	#contactform form{
		border-left: 1px dashed #ccc;
		padding-left: 20px;
	}

#needs label{
	text-align: left;
	width: 375px;
	height: 15px;
	vertical-align: top;
}

#login {
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #ccc;

}

#rightcolumn #signup {
	padding-top: 10px;
	border-top: 1px solid #ccc;
}

#login input {
	width: 95%;
}

#login input#submit {
	width: 50px;
}


#send_password input#submit_contact {
	width: 50px;
	height: 22px;
}

#contact_form textarea{
	width: 95%;
	height: 150px;
}	

form.adminForm {
	margin-top: 25px;
}

textarea{
	width: 95%;
}

form#userForm {
	width: 400px;
}

#personal {

}

#personal input{
	width: 250px;
}
