/*------------------------------------------------------------------------------
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-top: 15px;
	background-color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
}



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

div#container {
	position: relative;
	margin: 0 auto;
	width: 900px;
	min-height: 600px;
	text-align: left;
}

html>body div#container {
	height: auto;
	min-height: 600px;
}

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

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;
	}
	
div#search {
	position: absolute;
	top: 20px;
	left: 600px;
	width: 200px;
	height: 70px;
	text-align: left;
}

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

div#content {
	position: relative;
	width: 900px;
	min-height: 313px;
	margin: 7px 0;
	background-image: url(/files-custom/images/bg_content.jpg);
}

	html>body div#content {
		height: auto;
		min-height: 313px;
	}
	
div#column_left {
	position: relative;
	float: left;
	display: inline;
	width: 480px;
	height: 155px;
	margin-left: 35px;
	margin-top: 25px;
}

div#column_right {
	position: relative;
	float: right;
	display: inline;
	width: 265px;
	height: 255px;
	margin-right: 25px;
	margin-top: 25px;
}	
	
/*------------------------------------------------------------------------------
DIVS -- SUB
------------------------------------------------------------------------------*/	

div#sub_banner {
	width: 815px;
	height: 105px;
	background: #fff;
}
div#sub_curve {
	position: relative;
	width: 815px;
	height: 69px;
	top: -53px;
	left: 0;
	background: transparent;
	z-index: 2;
}

div#sub_main_col {
	float: left;
	display: inline;
	margin: -53px 0 0 40px;
	width: 510px;
}

div#sub_right_col2 {
	float: left;
	display: inline;
	margin: -53px 0 0 55px;
	width: 180px;
}	


/*------------------------------------------------------------------------------
NAVIGATION  
------------------------------------------------------------------------------*/		
	
	div#nav {
		float: left;
		display: inline;
		width: 900px;
		height: 25px;
		margin: 5px 0;
		background-color: #bfbe3f;
		text-align: left;
	}
	
	div#banner {
		position: relative;
		width: 900px;
		height: 390px;
		background-image: url(/files-custom/images/banner.jpg);
		background-repeat: no-repeat;
	}
	
/*------------------------------------------------------------------------------
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;
}