/* style sheet for GOM Smart Created by Larry White 2009*/

body  {
	/*font: 1em Trebuchet MS, arial, helvetica, sans-serif;   <--original */
	font: 80% Trebuchet MS, arial, helvetica, sans-serif;
	color: #000;
	background-color: #ffffcb;
	margin: 0; 
	padding: 0;
	text-align: center; 
	margin-bottom: -5px;
	
	}

.middleBuffer {

	text-align: left;
	font-size: medium;
	padding: 15px;
	z-index: 1;
}

.middleBuffer p {
	/*font-size: small;*/
	text-align: left;
	font-size: 13px;
	padding: 0 10px; 
}

.middleBuffer li {

	font-size: 11px;
}
	
.thrColLiqHdr #container { 
	position: relative;
	/*width: 100%;  <--original*/
	width: 1150px;
	background: #FFFFCB;
	margin: 0 auto; 
	text-align: left; /* this overrides the text-align: center on the body element. */
	}
	 
.thrColLiqHdr #header { 
	/*background: #3b6a8b url(../img/water.jpg); <--the original*/
	background: #3b6a8b url(img/water.jpg);
	height: 117px; 
	width: 1130px;
	padding: 0 10px;  /* 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. */
	} 
	
.thrColLiqHdr #header h1 {
	margin: 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: 10px 0;
	}

.thrColLiqHdr #sidebar1 {
	position: absolute;
	top: 120px;
	left: 0;
	width: 250px;
	padding: 15px 0; 
	}
	
.thrColLiqHdr #sidebar2 {
	position: absolute;
	right: 15px;
	top: 120px;
	width: 250px;
	/*padding: 25px 0;   <--original*/
	}
	
.thrColLiqHdr #sidebar1 p, .thrColLiqHdr #sidebar1 h3, .thrColLiqHdr #sidebar2 p, .thrColLiqHdr #sidebar2 h3 {
	margin-left: 10px; 
	margin-right: 10px;
	}
	
.thrColLiqHdr #sidebar1 h3, .thrColLiqHdr #sidebar2 h3 {
	font: 150% Trebuchet MS, arial, helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: -10px;
	}

.thrColLiqHdr #sidebar2 h3 {
	padding-top: 15px;
}
	
.thrColLiqHdr #sidebar1 h3 a:link, .thrColLiqHdr #sidebar1 h3 a:visited,
.thrColLiqHdr #sidebar2 h3 a:link, .thrColLiqHdr #sidebar2 h3 a:visited {
	color: #1f2d7e;
	background-color: inherit;
	text-decoration: none;
	}
	
.thrColLiqHdr #sidebar1 h3 a:hover,
.thrColLiqHdr #sidebar2 h3 a:hover {
	color: #c2191e;
	background-color: inherit;
	text-decoration: none;
	}
	
.thrColLiqHdr #sidebar1 h3 a.current,
.thrColLiqHdr #sidebar2 h3 a.current {
	color: #c2191e;
	background-color: inherit;
	text-decoration: none;
	}	
	
.thrColLiqHdr #mainContent {
	background: #FFFFCB;  
	width: 640px;
	margin: 0 27% 0 22%; 
	}

.thrColLiqHdr #mainContent h3 {
	font: 150% Trebuchet MS, arial, helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: -10px;
	}

.thrColLiqHdr #mainContent li {
	padding-top: 5px;
	padding-right: 50px;
	}

.thrColLiqHdr #footer { 
	height: 40px;
	padding: 0 10px; 
	color: #000;
	background-color: #fff;
	border-top: 1px solid #666;
	/*border-bottom: 1px solid #666;   <--original */
	} 
	
.thrColLiqHdr #footer p {
	margin: 0;
	padding: 10px 0;
	}
	
/* meta navigation */

#navigation {
	font-size: 150%;
  	letter-spacing: 2px;
  	text-align: center;
  	color: #c2191e;
  	/*margin-top: 1.5em;  <--original*/
	margin-top: 70px;
  	}

#navigation ul {
	list-style: none;
	}

#navigation li {
    display: inline;
    margin-top: 3em;
    padding: 4em 1.5em 0em 0em;
    }

#navigation a:link, #navigation a:visited {
    color: #fff;
    background-color: inherit;
    text-decoration: none;
    }

#navigation a:hover {
	color: #c2191e;
	background-color: inherit;
	text-decoration: none;
	} 

#navigation a.current {
    color: #c2191e;
    background-color: inherit;
    text-decoration: none;
    }

* html #navigation a {
    width: 100%;
    }

/* 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;
	}
	
.red {
	color: #c2191e;
	background-color: inherit;
	}

/* end style sheet for GOM Smart */
