/*------------------------------------------------------------------------------
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: #00b9d7;  text-decoration: none; background: transparent; }
a:visited { color: #00b9d7; text-decoration: none; background: transparent;}
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: #4f4738;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #ffffff;
	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#header {
	width: 900px;
	height: 83px;
	background-image: url(/files-custom/images/banner.jpg)
}

	div#page_title {
		float: right;
		display: inline;
		min-width: 250px;
		height: 35px;
		margin: 20px 20px 0 0;
		text-align: right;
		font-family: Geneva, Arial, Helvetica, sans-serif;
		color: #ffffff;
		font-size: 20px;
		font-weight: normal;
		font-style: italic;
		letter-spacing: 1px;
	}	

div#footer {
	position: relative;
	width: 900px;
	height: 80px;
	margin-top: 1px;
	background-image: url(/files-custom/images/footer.jpg)
}
	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 {
	position: relative;
	width: 900px;
	height: 568px;
	margin-top: 3px;
	background-image: url(/files-custom/images/bg_main.jpg)}

div#column_left {
	position: relative;
	float: left;
	display: inline;
	top: 25px;
	width: 335px;
	height: 450px;
	margin: 0 0 0 50px;
}

div#column_right {
	float: right;
	display: inline;
	width: 180px;
	height: 275px;
	margin: 200px 50px 0 0 ;
}	
	
/*------------------------------------------------------------------------------
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 {
		position: absolute;       
		top:  58px;					
		left: 0px;						
		width: 900px;					
		height: 25px;
		z-index: 1;
		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;
}
