/*------------------------------------------------------------------------------
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: #f65600; background: transparent; text-decoration: none;}
a:visited { color: #f65600; text-decoration: none; }
a:hover { color: #5c3509; background: transparent; text-decoration: none; }
a:active { color: #5c3509; background: transparent; text-decoration: none; }

a.footer:link { font-family: georgia, sarif; color: #ffffff; background: transparent; text-decoration: none;}
a.footer:visited { color: #ffffff; text-decoration: none; }
a.footer:hover { color: #9fc9eb; background: transparent; text-decoration: none; }
a.footer:active { color: #ffffff; 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; }


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

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

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

div#container hr {
	display: block; 
	clear: both; 
	visibility: hidden;
}


/*------------------------------------------------------------------------------
HIGHGATE SYLES
------------------------------------------------------------------------------*/
h1, h2, h3, h4 {
	letter-spacing: -.02em;
}

.lrgBlue {
	font: normal 26px/26px Georgia, serif; 
	color: #00457c;
}

.medBlue {
	font: normal 18px/26px Georgia, serif; 
	color: #00457c;
}

.smBlue {
	font: normal 16px/26px Georgia, serif; 
	color: #00457c;
}


/*------------------------------------------------------------------------------
SITE-WIDE HTML
------------------------------------------------------------------------------*/	
body {
	margin: 0;
	background: #e8e2d9 url('images/background.jpg') repeat;
}

.edit_link {
	color: #c00;
	font: 9px verdana, sans-serif;
	text-decoration: none;
	padding: 1px 2px;
}
.edit_link:hover {
	text-decoration: underline;
	color: #c00;
}

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

div#header {
	float: left;
	display: inline;
	width: 775px;
	height: 154px;
	background: url('images/header.gif') no-repeat; 
}

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

div#content_wrapper {
	float: left;
	display: inline;
	margin: 0 auto;
	width: 775px;
	background: #ffffff url('images/content_bg.gif') repeat-y;
}


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

div#left_col {
	float: left;
	display: inline;			
	margin: 0 0 0 8px;
	width: 193px;
}

	html>body div#left_col {
		height: auto;
		min-height: 300px;
	}


div#left_col_top {
	position: relative;			
	width: 173px;
	padding: 10px 10px;
	background: #ffffff url('images/left_cal_bg.jpg') repeat-y;
}

	html>body div#left_col_top {
		height: auto;
		min-height: 150px;
	}
	
div#left_col_con {
	position: relative;			
	width: 173px;
	padding: 10px 10px;
	margin: 5px 0 5px 0;
	background: #ffffff url('images/left_con_bg.jpg') repeat-y;
}

	html>body div#left_col_con {
		height: auto;
		min-height: 150px;
	}

div#bottom_left_image {
	position: relative;			
	width: 173px;
	padding: 0 0;
	margin: 5px 0 5px 0;
}

	html>body div#bottom_left_image {
		height: auto;
		min-height: 150px;
	}

div#left_col_wide {
	float: left;
	display: inline;
	width: 560px;
	margin: 0 0 0 8px;
}

	html>body div#left_col_wide {
		height: auto;
		min-height: 300px;
	}

	div#left_col_wide_content {
		float: left;
		display: inline;
		width: 520px;
		padding: 20px 20px;
	}

div#middle_col_img {
	float: left;
	display: inline;
	width: 364px;
	margin: 0 0 0 4px;
	text-align: left;
}

	div#middle_col_content {
		position: relative;
		width: 334px;
		margin: 15px 15px;
		text-align: left;
	}
	
		html>body div#middle_col_content{
			height: auto;
			min-height: 210px;
		}

div#right_col {
	float: left;
	display: inline;
	width: 172px;
	margin: 0 0 0 6px;
	padding: 10px 10px;
}

	html>body div#right_col{
		height: auto;
		min-height: 150px;
	}
div#right_col iframe {
   margin: 10px 0 10px 0;
}
	
div#search {
	float: left;
	display: inline;
	text-align: left;
}
	
	.search_img {
		margin: 0 0 0 3px;
		vertical-align: top;
	}

div#footer {
	position: relative;
	margin: 0 auto;
	top: -16px;
	width: 775px;
	height: 70px;
	padding: 19px 0 0 0;
	text-align: center;
	background: url('images/footer.gif') no-repeat;
	font-family: georgia, sarif;
	font-size: 11px;
	letter-spacing: .05em;
}

	div#copyright {
		position: relative;
		margin: 8px 0 0 0;
		width: 775px;
		top: 20px;
		text-align: center;
		font-family: georgia, sarif;
		font-size: 12px;
		font-weight: bold;
		color: #00447c;
	}
	
div#search_box {
	position: absolute;
	top: 78px;
	left: 560px;
	width: 200px;
	height: 20px;
	text-align: left;
	z-index: 90;
}

#search_box input {
	height: 16px;
}

/*------------------------------------------------------------------------------
NAVIGATION  
------------------------------------------------------------------------------*/		
	
div#navigation {
	position: absolute;
	width: 760px;
	height: 22px;
	top: 128px;
	left: 8px;
	z-index: 99;
}


/*------------------------------------------------------------------------------	
HORIZONTAL MENU
------------------------------------------------------------------------------*/		

/*CONTROLS ALL LISTS*/ 
#menuh { 
	float: left;
	display: inline;
	list-style: none;
}

/*----- BELOW THREE DIVS CONTROL ALL LIST ITEMS -----*/

#menuh li { float: left; }

#menuh li a {
	display: block;
	font: 11px/15px georgia, sarif;
	padding: 3px 30px 4px 10px;   /*set vert spacing between li's and the main UL... */ 
	text-transform: uppercase;	 	/*...from the top of the nav div and the top of the... */
	letter-spacing: .1em;        /*...flydown from bottom of the top ul, and left and right... */
	color: #fff;                  /*...distances between edges of type and left of li */
}

#menuh li a:hover {
	color: #9fc9eb;
}

/*CONTROLS SECOND-LEVEL LIST ITEMS OR FLY-DOWNS*/ 

#menuh li ul {  
	position: absolute;
	margin: 0 0 0 0;
	padding: 0;
	left: -999em;
	z-index: 1;
}

#menuh ul {
	float: left;
	padding: 0;
	list-style: none;
	width: 160px; /* can be anything AFAIK, but it has to be there*/
}

#menuh ul li { float: left; margin: 0; padding: 0; }

#menuh ul li a {
	display: block;
	padding: 3px 30px 4px 10px;
	background-color: #d0c6b5;
	width: 160px; /* master width minus left & right padding */
	border-top: 1px solid #fff;
}

#menuh ul li a:hover {
	color: #00447c;
	background-color: #d0c6b5; 
}

/*CONTROLS THIRD-AND ABOVE LEVEL LIST ITEMS*/
#menuh li ul li ul {   
	margin: -22px 0 0 160px; /* the -top px vertically positions the right flyout */
}									 /*...and the left margin is ul-li-a horiz spacing+width+1/0 */

#menuh li ul li ul li a {   
	background-color: #d0c6b5; 
}
#menuh li ul li ul li a:hover {   
	color: #00447c;
	background-color: #d0c6b5; 
}

/* lists nested under hovered list items */
#menuh li:hover ul ul, #menuh li:hover ul ul ul, #menuh li:hover ul ul ul ul, #menuh li.sfhover ul ul, #menuh li.sfhover ul ul ul, #menuh li.sfhover ul ul ul ul {
	left: -999em;
}
#menuh li:hover ul, #menuh li li:hover ul, #menuh li li li:hover ul, #menuh li li li li:hover ul, #menuh li.sfhover ul, #menuh li li.sfhover ul, #menuh li li li.sfhover ul, #menuh li li li li.sfhover ul {
	left: auto;
}

/* ---------------------------for branch calendar elements--------------------------- */

.caltable {
	float: left;
	display: inline;
	width: 100%;
	border-collapse: collapse;
	font: 11px/13px arial, helvetica, sans-serif;
	padding: 0;
}
.caltable thead th {
	background: #E8E3DA;
}

.caltable h4 {
	font: bold 14px/13px arial, helvetica, sans-serif;
	margin-bottom: 6px;
}			

.calcol1 {
	vertical-align: top;
	width: 50px;
	padding: 2px;
}
.calcol2 {
	vertical-align: top;
	width: 140px;
	padding: 2px;
}	
.calcol3 {
	vertical-align: top;
	width: 200px;
	padding: 2px;
}	
.calcol4 {
	vertical-align: top;
	width: 90px;
	padding: 2px;
}
.calcol2 a, .calcol3 a {
	font-size: 11px;
	line-height: 13px;
}	
			

/*------------------------------------------------------------------------------	
RESERVED Selectors - Leave for the editor
------------------------------------------------------------------------------*/	
		
table {}
th {}
tr {}
td {}


/*------------------------------------------------------------------------------	
FORMS 
------------------------------------------------------------------------------*/		

div.form {
	float: left;
	width: 400px;
	margin: 10px 0 40px 0px;
}

div.frow {
	clear: both;
	padding-top: 8px;
}

div.frow span.label, div.frow span.blabel {
	font: 11px arial, sans-serif;
	color: #20447f;
	float: left;
	width: 100px;
	text-align: right;
	margin-top: 2px;  /* changes baseline of label text */
}

div.frow span.blabel {
  font-weight: bold;
}

div.frow span.frm {
	font: 11px arial, sans-serif;
	color: #20447f;
	float: right;
	width: 290px;
	margin-top: 2px;
} 

textarea, input, select { margin: 0; padding: 0; }


/*------------------------------------------------------------------------------	
SIMPLE CLASSES
------------------------------------------------------------------------------*/		

.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.emphasize { font-weight: bold; font-style: italic; text-decoration: underline;}
.clearleft 	{ clear: left; }
.clearright { clear: right; }
.clearboth 	{ clear: both; }
.floatleft	{ float: left; }
.floatright { float: right; }
.splt30 { margin-left: 30px; }
