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

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;
	background-image: url(images/blanket.jpg);
	background-repeat: repeat-x;
	height: 300px;
	width: 100%;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
	background-color: #EBEBEB;
}
.thrColFixHdr #z_all .zbox_m #container #mainContent table tr td ul li {
	font-size: small;
	list-style-position: outside;
	list-style-type: disc;
}

.thrColFixHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*	border: 1px solid #000000;*/
	text-align: left;
	background-image: none;
	background-repeat: repeat-x;
	background-color: #FFF;
} 
.thrColFixHdr #header {
	background-color: #FFF;
	width: auto;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-bottom: 0px;
} 
.thrColFixHdr #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; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* padding keeps the content of the div away from the edges */
	background-color: #FFF;
	padding: 0px;
	text-align: center;
	margin-right: 20px;
}
.thrColFixHdr #mainContent {
	width: 520px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	background-color: #FFF;
	font-size: small;
	float: none;
	padding-top: 20;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
} 
.thrColFixHdr #z_all .zbox_m #container #mainContent table tr td h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #425A69;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 0px;
}

.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
} 
.thrColFixHdr #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #006;
}
.Heading {
	font-size: 100%;
	color: #006;
}

.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 */
	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;
}

a img {
	border: none;
}

/* zdesign code */

#z_all {
width:798px;
margin:20px auto;
}

.zbox_t {
background:url(images/box_t.png) 0 0 no-repeat;
width:798px;
height:16px;
font-size:0;
}

.zbox_b {
background:url(images/box_b.png) 0 0 no-repeat;
width:798px;
height:23px;
font-size:0;
}

.zbox_m {
background:url(images/box_m.png) 0 0 repeat-y;
width:798px;
}



 
</style>[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.thrColFixHdr #sidebar1 { width: 180px; }
.thrColFixHdr #sidebar2 { width: 190px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.thrColFixHdr #sidebar2, .thrColFixHdr #sidebar1 { padding-top: 30px; }
.thrColFixHdr #mainContent {
	zoom: 1;
	font-size: large;
}
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>




.thrColFixHdr #z_all .zbox_m #container #mainContent table tr td h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #009;
}
.thrColFixHdr #z_all .zbox_m #container #mainContent table tr td p {
	font-size: small;
	font-family: Tahoma, Geneva, sans-serif;
	color: #000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#headerbox {
	float: right;
	width: 365px;
}
.text {
	font-size: small;
	margin-right: 0px;
	margin-left: 40px;
	font-weight: normal;
}
.mainh1 {
	font-size: medium;
	color: #425A69;
	margin-left: 40px;
	margin-right: 80px;
	margin-top: 20px;
	font-weight: bolder;
	text-align: left;
}
#menudiv {
	margin-top: 10px;
	margin-bottom: 10px;
	height: 32px;
	background-image: url(images/nav.png);
}
.thrColFixHdr #z_all .zbox_m #container #mainContent ul {
	font-size: small;
	list-style-type: disc;
	list-style-position: inside;
}
.photocaption {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	margin-left: 20px;
}

