@charset "UTF-8";
body  {
	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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #2395A3;
	background-image: url(../images/cssimg/background.png);
	background-repeat: repeat-y;
	background-position: center;
}
.twoColFixLtHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	padding-bottom:40px;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	background-color: #FFFFFF;
	background-image: url(../images/cssimg/header.gif);
	background-repeat: no-repeat;
	height: 150px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-position: 20px;
} 
.twoColFixLtHdr #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; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px;
	background-color: #FFFFFF;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 15px;
	margin: 0px;
	padding-left: 0px;
	line-height: 1.2em;
	text-align: left;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 180px;
	padding-top: 0;
	padding-right: 60px;
	padding-bottom: 0;
	padding-left: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	line-height: 14pt;
} 
.twoColFixLtHdr #footer {
	background-color: #FFFFFF;
	padding-top: 80px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #999999;
	width: 560px;
	margin-left: 180px;
	margin-top: 20px;
	height: 100px;
	background-attachment: scroll;
	background-image: url(../images/body_mind_spirit.gif);
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #footer p {
	margin: 0;
}
.twoColFixLtHdr #footer a:link, a:active {
	color: #2395A3;
	text-decoration: none;
	
}

.twoColFixLtHdr #footer a:hover {
	color: #2395A3;
	text-decoration: underline;	
}


.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;
	margin-bottom: 8px;
}
.fltlft { /* this class can be used to float an element left in your 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 a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#sidebar1 a {
	color: #2395A3;
	font-size:1em;
	text-decoration: none;
	font-weight: bold;
}

#sidebar1 a:hover, a:active {
	color: #F93;
	font-size:1em;
	text-decoration: underline;
	font-weight: bold;
}
#sidebar1 ul li {
	list-style-type: none;
	line-height: 1.2em;
	margin-bottom: 10px;
}

#sidebar1 ul, ol {
	margin-left:.5em;
}

#mainContent a:link, a:visited {
	color: #FB991F;
	text-decoration: underline;
}

#mainContent a:hover, a:active {
	color: #2395A3;
	text-decoration: none;
}

li {
	list-style-position: outside;
	list-style-type: disc;
}
.contact_info {
	width: 550px;
	background-color: #F3F3F3;
	padding: 6px;
	border: 1px solid #CCC;
	margin-bottom: 30px;
	font-size:90%;
}
.small_type {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
}

img {
	border:none;
	margin:0px;
}

ul.thumbnails {
	margin: 0 0 10px 0;
	padding:0;
	float:left;
	text-align:center;
	background-color:#fff;
	line-height:1em;
	list-style:none;
}

ul.thumbnails a {
	width: 120px;
	margin-right: 10px;
	margin-bottom: 10px;
	display: block;
	float: left;
	padding: 6px 4px 4px 4px;
	border: 1px solid #ccc;
	text-align: center;
}

ul.thumbnails li {
	display:inline;
	margin: 0;
	padding:0;

}

.float_right {
	float: right;
	padding-bottom: 6px;
	padding-left: 10px;
}
.table_head {
	color: #FFF;
	background-color: #2395A3;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	padding: 6px;
	margin: 6;
}
