/*------------------------------------------------------------------------------
CLEAR THE DECKS
------------------------------------------------------------------------------*/

dl,li,h1,h2,h3,h4,h5,h6,form,body,html,p,div, input { margin:0; padding:0 }
a img,:link img,:visited img { border:0 }

h1, h2, h3, h4, h5, h6, p { margin: 0; padding: 0; font-weight: normal; }
h1, h2, h3, h4, h5, h6 { word-spacing: 0.25px; }

a:link { color: #ffffff;  text-decoration: none; background: transparent; }
a:visited { color: #ffffff; }
a:hover { color: #4f4738; background: transparent; text-decoration: none; }
a:active { color: #4f4738; background: transparent; text-decoration: none; }

a.image:link, a.image:visited, a.image:hover { border: none; background: none; }
a.image img { border: none; padding: 0; margin: 0; }

hr { 			
	display: block; 
	visibility: hidden;
	clear: both; 
	margin: 0;
	padding: 0;
}

/*------------------------------------------------------------------------------
HIGHGATE HTML PREFERENCES
------------------------------------------------------------------------------*/	

ul {								
	margin: 0 0 10px 15px;  
	padding: 0px;					
}

ol {
	margin: 0 0 10px 25px;  
	padding: 0;					
}

p, h2, h6, li {
	line-height: 18px;
}

h1, h2, h3, h4, h5, h6, li {
	margin-bottom: 6px;
}

div#container hr {
	display: block; 
	clear: left; 
	margin: 0;
	visibility: hidden;
}

/*------------------------------------------------------------------------------
SITE-WIDE HTML
------------------------------------------------------------------------------*/	
body {
	margin: 0;
	background-color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #555555;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	background-image: url(/files-custom/images/bg_repeater.jpg);
	background-repeat: repeat-x;
}



/*------------------------------------------------------------------------------
SITE-WIDE DIVS
------------------------------------------------------------------------------*/	

div#container {
	margin: 0 auto;
	width: 900px;
	text-align: left;
}

div#header {
	position: relative;
	width: 900px;
	height: 72px;
	margin-top: 20px;
}

div#page_title {
	position: relative;
	float: left;
	display: inline;
	height: 60px;
	min-width: 250px;
	padding: 20px 0 10px 10px;
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #90a350;
	font-size: 30px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	letter-spacing: 1px;
}

div#content_container {
	position: relative;
	width: 900px;
	height: 657px;
	background-image: url(/files-custom/images/bg_main_content.gif);
}

div#footer {
	position: relative;
	width: 900px;
	height: 25px;
	margin-bottom: 10px;
	background-color: #bfbe3f;
}
	div#footer p {
		margin: 6px 0 0 0;
		font: 11px arial, sans-serif;
		color: #20447f;
	}

/*------------------------------------------------------------------------------
DIVS -- HOME
------------------------------------------------------------------------------*/	

div#content_left {
	position: relative;
	float: left;
	display: inline;
	width: 525px;
	top: 420px;
	left: 65px;
}	
	
div#content_right_header {
	position: relative;
	float: right;
	display: inline;
	width: 230px;
	top: 30px;	
	padding: 10px 0;
}	

	div#content_right {
		position: relative;
		float: right;
		display: inline;
		width: 230px;
		top: 25px;
		padding: 5px 0;
	}	

/*------------------------------------------------------------------------------
NAVIGATION  
------------------------------------------------------------------------------*/		
	
	div#nav {
		position: absolute;
		width: 880px;
		height: 25px;
		top: -18px 0 0 0;
		padding-left: 5px;
		text-align: left;
		color: #848354;
		background: transparent;
	}

/*------------------------------------------------------------------------------
LINKS
------------------------------------------------------------------------------*/		
	
#edit_link {
	position: relative;
	z-index: 99;
	text-decoration: none;
	font: 11px verdana, arial, sans-serif;
	color: #ff0000;
}

#edit_link a {
	text-decoration: none;
	font: 11px verdana, arial, sans-serif;
	color: #ff0000;
}

#edit_link a:hover {
	text-decoration: none;
	font: 11px verdana, arial, sans-serif;
	color: #ccc;
}