@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Arial, Helvetica, sans-serif;
	background-image:url(../images/contain_bg.jpg);
	background-repeat:repeat-x;
	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;
}

.thrColElsHdr #container { 
	width: 56.25em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#container-bottom {
	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;
	background-image:url(../images/bottom_bg.jpg);
	background-repeat:repeat-x;
	height:325px;
}
#bottom-text {
padding-top:25px;
}
#bottom-text-nav {
padding-top:25px;
}
#bottom-text h3 {
font-size:22px;
font-weight:bold;
color:#FFFFFF;
}
#bottom-text h3 a{
font-size:22px;
font-weight:bold;
color:#FFFFFF;
text-decoration:none;
}
#bottom-text p {
font-size:16px;
color:#FFFFFF;
line-height:115%;
}

.thrColElsHdr #header { 
	background: #FFFFFF; 
	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. */
} 
.thrColElsHdr #headersec { 
	background-image:url(../images/top-bg.jpg);
	background-repeat:repeat-x;
	height:307px;
} 
#head-text {
float:left;
width:550px;
padding-top:15px;
}
#head-text h3 {
font-size:20px;
font-weight:bold;
color:#000000;
margin:0px;
padding-top:10px;
}
#head-text p {
font-size:13px;
color:#000000;
line-height:115%;
}
#head-img {
margin-left:600px;
padding:0px;
}
#headgraph {text-align:center;}
#zone {
font-size:22px;
text-align:center;
font-weight:bold;
color: #8E0043;
}
#searchable ul{
padding-left:25px;
margin:0px;
font-size:18px;
color:#000000;
line-height:115%;
}
#searchable {
padding:0px;
margin:0px;
font-size:18px;
color:#000000;
line-height:115%;
}
#searchable p{
padding:0px;
margin:0px;
font-size:18px;
color:#000000;
line-height:115%;
padding-bottom:10px;
}

div#navbar2 {
 height: 30px;
 width: 100%;
}
div#navbar2 ul {
 margin: 0px;
 padding: 0px;
 font-family: Arial, Helvetica, sans-serif;
 font-size: small;
 font-weight:bold;
 color: #3866d3;
 line-height: 30px;
 white-space: nowrap;
}
div#navbar2 li {
 list-style-type: none;
 display: inline;
}
div#navbar2 li a {
 text-decoration: none;
 padding: 7px 30px;
 color: #3866d3;
}
div#navbar2 lia:link {
 color: #3866d3;
}
div#navbar2 lia:visited {
 color: #3866d3;
}
div#navbar2 lia:hover {
 font-weight: bold;
 color: #3866d3;
 background-color: #FFFFFF;
}
.thrColElsHdr #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 */
}
#gvzcent {
text-align:center;
}
#gvzcent img{
text-align:center;
border:none;
text-decoration:none;
}
#gvzcent-tx {
text-align:center;
font-size:12px;
color:#0000CC;
}
#gvzcent-tx a{
text-align:center;
font-size:12px;
color:#0000CC;
text-decoration:none;
}
.thrColElsHdr #sidebar1 {
	float: left; 
	width: 16.88em; /* since this element is floated, a width must be given */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
}
.thrColElsHdr #sidebar2 {
	float: right; 
	width: 16.88em; /* since this element is floated, a width must be given */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
}

.thrColElsHdr #mainContent {
 	margin: 0 16em 0 16em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
} 
.thrColElsHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.thrColElsHdr #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 */
}
#copyright {
padding-top:10px;
font-size:12px;
color:#2c63c8;
text-align:center;
}
/* 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 */
	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;
}
