/*------------------------------------------------------------------------------
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;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #65605C;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	background-image: url(/files-custom/images/background.gif);
	background-repeat: repeat;
}

div#header {
	position: relative;
	width: 836px;
	height: 268px;
	background-color: #b12a00;
}

div#page_title {
	float: right;
	display: inline;
	min-width: 250px;
	padding: 25px 0;
	padding-right: 10px;
	text-align: right;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 30px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	letter-spacing: 1px;
}


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

div#container {
	margin: 0 auto;
	width: 836px;
	min-height: 251px;
	text-align: left;
	background-repeat: no-repeat;
	background-color: #ffffff;
}

div#footer {
	position: relative;
	width: 836px;
	height: 75px;
	background-image: url(/files-custom/images/footer.gif);
}
	div#footer p {
		margin: 6px 0 0 0;
		font: 11px arial, sans-serif;
		color: #20447f;
	}
	
div#search {
	position: absolute;
	top: 20px;
	left: 600px;
	width: 200px;
	height: 70px;
	text-align: left;
}

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

div#main_content_container {
	position: relative;
	width: 836px;
	background-color: #ffffff;
}

div#column_left {
	position: relative;
	float: left;
	display: inline;
	width: 209px;
	height: auto;
	background-color: #f2f1e4;
}	

div#column_right {
	position: relative;
	float: left;
	display: inline;
	width: 546px;
	padding: 15px 35px;
}		

/*------------------------------------------------------------------------------
NAVIGATION  
------------------------------------------------------------------------------*/		
	
	div#nav {
		position: relative;
		float: left;
		display: inline;
		width: 194px;
		padding: 10px 0 0 15px;
		text-align: left;			
		color: #000000;
	}
	
		div#nav_top_orange {
			position: relative;
			width: 194px;
			height: 20px;
			padding-left: 15px;
			padding-bottom: 5px;
			background-color: #b12a00;
		}

/*------------------------------------------------------------------------------
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;
}