@charset "UTF-8";
/* CSS Document */

/* Colour scheme 2009 
off white background : #f7f5e4;
yellow mustard: 		#efd78d;
yellow bright:			#ffcc33;
orange:					#ca9446; and #734c27;
dark red: 				#4c0000;
logo emerald:			#008c4c;
olive green sidebar1:	#657e67;
brown:					#aa8f69;
grey-blue:				#3B4149; navside
grey:					#7b7f64; navside hover

*/

body  {


	font-family: Arial, Helvetica, sans-serif;
	background-color: #f7f5e4;/*old green colour #006666 */
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	/*text-align: center;  this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #657e67; 
	min-width:1250px;
	
	
	
	
}
.thrColLiqHdr #container {
  
	width: 95%;  /* this will create a container 80% of the browser width 
	background: #f7f5e4;*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #006666;
	/*text-align: left;  this overrides the text-align: center on the body element. */
	max-width:1400px;
	
}

h2 { margin-left: -1900px;}

h4.TimesCaps{
font-family: Times New Roman, Times, serif;
margin: 3px 5px 5px 20px ;
color:  #3b4149;
font-weight:600;
text-transform: uppercase;
font-size: 1.2em;
}


a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #003300;
	text-decoration: underline;
	font-weight: 200;
	font-style: italic;
	


}
a:visited {
	color: #003300;
	text-decoration: underline;
}
a:hover {
	color: #660033;
	text-decoration: none;
}

.home {
	background-image: url(NavImages/Background400x600Split.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #006666;
	
	height: 330px;

}

.home p {
font-size: medium;
	font-weight: 900;
	line-height: 150%;
	vertical-align: text-bottom;
	padding-top:320px;
	text-align: center;
	}
	
		
.thrColLiqHdr #header {
	background-image: url(NavImages/TopBackground2.jpg);
	background-repeat: repeat;
	background-position: center top; 
	background-color: #f7f5e4;
	background-color: transparent;
	padding: 0 ;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
height: 320px;

	color: #FFFFCC;
	
} 
.thrColLiqHdr #header h1 { 
    position			: relative;         
	margin-left			:auto ;
	/*margin-right		:20px ;*/
	margin-top			:85px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding:0 10px 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: right;
	color: #008c4c;
	font-size: 1.8em;
	/*width: 25%;*/
}

.thrColLiqHdr #header h3 { 
    position			: relative;         
	margin-left			:30px ;
	
	margin-top			:15px; 
	padding:0 10px 0 0; 
	text-align: center;
	color: #008c4c;
	font-size: 1.8em;
	
}
.thrColLiqHdr #header img {
margin: 0 auto 0 0;

}

.thrColLiqHdr #header table {
position: relative;
margin		: 0 230px 0 auto;
width		:25%;
height		:315px;
text-align: right;	

}

/*This pageTop is an alternate header just smaller with smaller images and there is a logo background image so the page doesn't need its top image*/

.thrColLiqHdr #pageTop {
	background-image: url(NavImages/TopBackgroundLogo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #f7f5e4;
	padding: 0 ;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 12em;
	color: #FFFFCC;
	
} 
.thrColLiqHdr #pageTop h1 { 
    position			: relative;         
	margin-left			:auto ;
	margin-right		:auto ;
	margin-top			:0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding:0 10px 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: right;
	color: #008c4c;
	font-size: 1.6em;
	/*width: 25%;*/
}
.thrColLiqHdr #pageTop img {
margin: 0 auto 0 0;

}

.thrColLiqHdr #pageTop table {
position: relative;
margin		: 0 20px 0 auto;
width		:25%;
height		:170px;
text-align: right;	

}




.extraImages {
	position		:absolute;
	margin-left		: 160px;
	margin-top		: -150px;
	width			: 100%;
	display			: inline;
}

.navside {
	/*position			:relative ;
	width				: 20%;
	min-width			: 120px;
	margin-left			:auto ;
	margin-right		:20px ;*/
	margin-top			:10px;
	padding-top			:65px;
	height				: 3em;
	color				: #657e67;
	font-size			: 1em;
	text-align			: right;
	
	background-color	: transparent;
	
	}
.navside ul {
	list-style			: none;
	margin				: 0px 0px 5px 10px; /* 'top' 'right' 'bottom' 'left' */
	padding				: 1px 1px 4px 1px; /* 'top' 'right' 'bottom' 'left' */
	background-color	: transparent;
	}
.navside ul li {
	display				: block;
	margin				: 0px 0px 8px 10px; /* 'top' 'right' 'bottom' 'left' */
	text-transform		: uppercase;
	font-size			: .6em;
	font-weight			: bold;
	
	
	}
.navside a:link,
.navside a:visited {	
	padding				: 10px 1em 10px 1em; /* 'top' 'right' 'bottom' 'left' */
	margin				: 0px 0px 10px 0px; /* 'top' 'right' 'bottom' 'left' */
	border-right		: 1px solid #e97451;
	/*border-bottom		: 1px solid #E97451;
	border-left			: none;
	border-top			: none;*/	
	color				: #3B4149; /*grey blue*/
	text-decoration		:none;
	font-weight			: 400;
	font-style			: italic;
	font-size			: small;
	}	
.navside a:hover,
.navside a:active {
	color				: #7b7f64; /* grey*/
	border-left			: 1px solid #e97451;
	border-top			: 1px solid #E97451;
	border-right		: none;
	border-bottom		: none;
	}

/* Tips for sidebars:
1. Since we are working in percentages, it's best not to use side padding on the sidebars. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".thrColLiqHdr #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
.thrColLiqHdr #sidebar1 {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 160px; /* since this element is floated, a width must be given */
	background: #657e67; /* the background color will be displayed for the length of the content in the column, but no further */
	padding:0 0 15px 0; /* top and bottom padding create visual space within this div  */
	height:auto;
	
}
#sidebar1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #ffcc33;
	background-color: #657e67;
	text-align: left;
	font-weight: 300;
	line-height: 105%;
	margin: 0 0 0 0;
}

#sidebar1 a:link {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: 300;
	font-style: normal;
	text-decoration: none;
	margin: 5px;
}

 #sidebar1 a:visited {
	font-size: .9em;
	font-weight: 300;
	font-style: normal;
	margin: 5px;
} 

#sidebar1 a:hover {
	text-decoration: underline;
	color: #FFFF99;
}

.thrColLiqHdr #sidebar2 {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 250px; /* since this element is floated, a width must be given */
	background: #aa8f69; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 4px 0 0 0x; /* top and bottom padding create visual space within this div */
	font-family: Arial, Helvetica, sans-serif;
	color: #3D4C3E;
	text-align:left;
	/*background-image: url(NavImages/greenYellowgreen.gif);*/
	background-repeat: repeat;
}

.thrColLiqHdr #sidebar2 a li{
display: block;
width: auto;
padding: 0 0;
padding-left: 10px;
text-decoration: none;
font-size:.8em;
}

.thrColLiqHdr #sidebar1 p, .thrColLiqHdr #sidebar1 h3, .thrColLiqHdr #sidebar2 p, .thrColLiqHdr #sidebar2 h3, .thrColLiqHdr #sidebar2 h4{
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
/*Hover GlossyMenu Vertical Bar Blue with Single Link*/

.glossymenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: auto;
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu li a{
background-color: #657e67;
/*background: white url(NavImages/glossyback.gif) repeat-x left bottom; 
font: 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
font-weight: 900;*/
color: #ffcc33;
display: block;
width: auto;
padding: 0 0;
padding-left: 10px;
text-decoration: none;


}


* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 160px;
}

/*.glossymenu li a:visited, .glossymenu li a:active{
color: #4c0000; 
}*/

.glossymenu li a:hover{
/*background-image: url(NavImages/glossyback2.gif); */
background-color: #7b7f64;
}
/****************************** MENU SECTION ******************************
 * All styles this section are related to the Menu                        */	
.navtop {
	position			:relative ;
	/*width				: 45em;*/
	min-width			: 560px;
	margin-left			:auto ;
	margin-right		:auto ;
	margin-top			:0;
	height				: 4em;
	color				: #657e67;
	font-size			: .6em;
	text-align			: center;
	
	background-color	: #aa8f69;
	
	}
.navtop ul {
	list-style			: none;
	margin				: 0px 0px 5px 10px; /* 'top' 'right' 'bottom' 'left' */
	padding				: 10px 1px 10px 1px; /* 'top' 'right' 'bottom' 'left' */
	background-color	: transparent;
	}
.navtop ul li {
	display				: inline;
	margin				: 0px 0px 8px 10px; /* 'top' 'right' 'bottom' 'left' */
	text-transform		: uppercase;
	font-size			: .6em;
	font-weight			: bold;
	
	
	}
.navtop a:link,
.navtop a:visited {	
	padding				: 10px 1em 10px 1em; /* 'top' 'right' 'bottom' 'left' */
	margin				: 0px 0px 10px 0px; /* 'top' 'right' 'bottom' 'left' */
	border-right		: 1px solid #e97451;
	/*border-bottom		: 1px solid #E97451;
	border-left			: none;
	border-top			: none;*/	
	color				: #3B4149;
	text-decoration		:none;
	font-weight			: 400;
	font-style			: italic;
	font-size			: small;
	}	
.navtop a:hover,
.navtop a:active {
	color				: #f7f5e4;
	border-left			: 1px solid #e97451;
	border-top			: 1px solid #E97451;
	border-right		: none;
	border-bottom		: none;
	}
	
.navtop H1{
	position			: relative;         
	margin-left			:auto ;
	margin-right		:auto ;
	margin-top			:0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding:0 10px 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: center;
	color: #008c4c;
	font-size: 2.6em;
	}

/* Tips for mainContent:
1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
.thrColLiqHdr #mainContent {
 
	margin: 0 250px 0 160px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 8px 10px 0 10px;
}
#mainContent ul li a {
margin-left: 0; }


/* content_split and the content_1sub and content_2sub below divs  -- divides a column in half width. 
To get the columns to rise to the top of the div, switch the  ... position: relative with position: absolute for the 2 sub columns  */ 
div#content_split {
position: relative;

 /*max-width:69em;*/
 width: 100%;
 margin:8px auto;
 padding:0;
 height: auto;
  background-color:#fdf1Dc;
  border-top-style:	solid;
  border-top-width: thick;
  border-top-color: #aa8f69;
  border-bottom-style:	solid;
  border-bottom-width: thick;
  border-bottom-color: #aa8f69;
 } 

div#content_split li{
padding: 0 0 5px 0;
}

div#content_1sub {
	position : relative;
	left : 0;
	width : 50%;
	
	border-right: solid 1px #ddd;
	padding:10px 15px 10px 10px;
	background-color:#fdf1Dc;
}

div#content_2sub {
	position : absolute;
	left : 54%;
	width : 45%;
	padding:0 10px 10px 0;
	background-color:#fdf1Dc;
} 



/* =si_clear_children*/
.pc, .sc {
	position : relative;
	top: 0;
	left : 0;
}
.clear_children, .cc_tallest {position : relative; height:auto; }
/*\*/* html .clear_children { display : inline; } /**/
.cc_tallest:after {content: ''; }
/* prevents a redraw bug in safari*/



.yellowbox {
	font-family: Arial, Helvetica, sans-serif;
	color: #006666;
	background-color: #FFFFCC;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-right-color: #FFCC66;
	border-top-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FFCC66;
	padding: 8px;

}

.yellowbox p {
	font-family: Arial, Helvetica, sans-serif;
	color: #006666;
	background-color: #FFFFCC;

}
.thrColLiqHdr #footer { 
	padding:5px 10px 5px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color: #657e67;
	color:  #FFFFCC;
	background-repeat: repeat;
} 
.thrColLiqHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.thrColLiqHdr #footer h5 {margin-top: -2em;}


/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.backgroundImage {
background-image		: url(NavImages/122-2228-Rainbow.jpg);
	background-repeat	: repeat-x;
	background-position	: center top;
	}
