@charset "utf-8";
body {
	font: 100% Calibri, Helvetica, sans-serif;
	font-size: 90%;
	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 */
	/*background: url(images/footerbg.jpg) bottom repeat-x;*/
}
.oneColFixCtrHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(images/headerbg.jpg) no-repeat;
	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. */
}
.oneColFixCtrHdr #header {
	padding: 0 10px 0 20px;  /* 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: 357px;
}
.oneColFixCtrHdr #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 */
}

.oneColFixCtrHdr #1mainContent {
	float: right;
	display: inline;
	width: 435px;

	margin: 0 20px 0 20px;

}

#h1 {
	color: 3399cc;
}

.style1 {
	color: #3399cc;
	
	}

/*
#row1left{float:left;display:inline;width:320px;margin-left:20px;}
#row1left h3.h3em{font-size:140%;line-height:1.4em;font-style:normal;color:#c60;}
#row1left h3.h3em strong{font-weight:300;color:#930;}

#row1right{float:right;display:inline;width:320px;margin:0 20px 0 0;}
#row1right h3.h3em{font-size:140%;line-height:1.4em;font-style:normal;color:#990;}
#row1right h3.h3em strong, h2.featarttitle a:link, h2.featarttitle a:visited, #row2 #row2right h3 a:link, #row2 #row2right h3 a:visited, #recent-growth h3 a:link, #recent-growth h3 a:visited{color:#670;}
#row1right ul.ularttags{text-align:center;}



*/




.cpics {
  float:left;
  border:solid 1px silver;
  padding:5px;
  margin-right:10px;
  } 
  
 
 .sidecpics {
  border:solid 1px silver;
  padding:5px;

  } 

.oneColFixCtrHdr #2mainContent {
	float: right;
	display: inline;
	width: 435px;
	margin: 0 20px 0 20px;
}




#mainContent { 
	margin: 0;
	padding: 0 20 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(images/footerbg.jpg);
	height: 132px;
}
.oneColFixCtrHdr #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: 30px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}



.underlinemenu{
font-weight: bold;
font-size: 130%;
width: 100%;
}

.underlinemenu ul{
padding: 330px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: center; //set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
color: #000000;
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 20px; /*spacing between each menu link*/
text-decoration: none;
/*border-bottom: 3px solid gray; /*bottom border is 3px*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom-color: black;
}

#borderl	{
	background: url(images/topbox.gif) no-repeat bottom left;
	/*width: 200px;*/
	/*padding: 40px 20px 40px 20px;*/
	
}

#borderl dt	{
	background:url(images/btmbox.gif) no-repeat;
	padding: 20px 20px 0;
	line-height: 1.2;
	margin: 0;
	}

#borderr	{
	background: url(images/btmbox.gif) no-repeat bottom left;
	/*width: 200px;
	padding: 0 0 40px;*/
	
}

#borderr dt	{
	background:url(images/test_top.jpg) no-repeat;
	padding: 20px 20px 0;
	line-height: 1.2;
	margin: 0;
	}
	
/* left bar navigation*/


#nav {
  margin: 0;    
  padding: 0;
  background: #5ba9d1;
  list-style-type: none;
  width: 175px;
  float: left; /* Contain floated list items */
}
#nav li {
  margin: 0;
  padding: 0;
  float: left; /* This corrects the */
  width: 100%; /* IE whitespace bug */
}
#nav a {    
  display: block;  /* to increase clickable area as a's 
      default to inline */
  color: #FFF;
  text-decoration: none;
  padding: 0 15px;
  line-height: 2;
  border-bottom: 1px solid #FFF;
}
#nav #nav_con a {
  border: none;
}
#nav a:hover {  
  background: #258cc2;
}
#body_hom #nav_hom a,
    #body_map #nav_map a,#body_jou #nav_jou a,
    #body_his #nav_his a,#body_ref #nav_ref a,
    #body_con #nav_con a {
  background: #bfdded;
  color: #082433;
  font-weight: bold;
}





	



