@charset "utf-8";
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background: white;
	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: #666666; 
	
}
a{ color:#0878e1; }
a:visited{ color:#0878e1; }
a:hover{
	color: #666666;
}

p{
	margin: 0;
	line-height: 1.4em;
}
.oneColFixCtrHdr #container {
	width: 736px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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 {
	margin: 0 auto;
	padding: 0;
}
.oneColFixCtrHdr #logo {
	background: white  url(../images/header.gif); 
	width: 736px; height: 266px;
 /* 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. */
}

.oneColFixCtrHdr #nav {     
	margin: 0 auto 0 auto;
	padding: 10px 0 0 20px;
}

.oneColFixCtrHdr #nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.oneColFixCtrHdr #nav li {
	margin: 0; 
	padding: 0;
	font-size: 100%;
	font-weight: bold;
	letter-spacing: .02em;
	text-transform: uppercase;
	display: inline;
}

.oneColFixCtrHdr #nav li a {
	margin: 0;
	padding: 0 26px 0 0;	
	text-decoration: underline;
	color: #0878e1;
}

.oneColFixCtrHdr #nav li a.active {
	color: #666666;
}

.oneColFixCtrHdr #main-body{
  clear: both;
  width: 650px;
  padding: 30px 0 0 20px;
}

.oneColFixCtrHdr #content{
   float:left;
   width:406px;
}
/*----- about us page ----*/
#main-body.about h2{
	padding-bottom: 10px;
}
#about-us{
	clear: both;
	margin: 0;
	padding: 10px 0 40px 0;
	_padding-top: 0;
	line-height: normal;
}
#about-us.first{
	*padding-top: 0;
	_padding-top: 0;
}
#about-us  p{
	line-height: 1.6em;
	font-weight: normal;
	_padding-top: 0;
	_margin-top: 0;
}
.about h3{
	padding: 0;
	margin:0px;
}
.about ul{
	padding: 0;
	margin-top: 4px;
}
	
.about li{
	list-style: none;
	line-height: 1.6em;
	font-weight: bolder;
}
.about li.email{
	padding-top: 14px;
	font-weight: normal;

}

#aboutusImg{
	float: left;
	padding: 6px;
	border: 1px solid #c3c3c3;
	margin: 0 20px 0 0;
}
.oneColFixCtrHdr #sidebar {
	text-align: left;
	margin-left: -10px;
	padding: 0 0 0 20px;
	float: right;
	width: 200px;
	border-left:solid 1px #CCCCCC;
	padding-left:10px;
}

.oneColFixCtrHdr 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: 0 0 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 180%;
	line-height: 1.2em;
	font-weight: normal;
	text-transform: none;
	letter-spacing: 0;
	color: #363636;
	border: none;
	
}

.oneColFixCtrHdr h2{
  color: #363636;
  font-size: 18px;
  font-weight:lighter;
  padding: 0;
  margin: 0;
}

.oneColFixCtrHdr h4{
	padding:0;
	margin:0;
	font-size:12px;
	color: #666666;
}

.oneColFixCtrHdr #footer_bg{
   height:52px;
   width:100%;
   background-image:url(../images/footer_bg.gif);
   background-repeat: repeat-x;
   clear: both;
}

.oneColFixCtrHdr #footer{
	padding: 16px 0 60px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	clear: both;
   width:736px;
   text-align:left;
   margin:0 auto;
   padding-left:50px;
}
.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: 20px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.oneColFixCtrHdr #footer p.left{
  float:left; 
  padding-right:30px;
  width:250px;
  clear:left;
}

.oneColFixCtrHdr #footer p.right{
  float:left;
  padding-right:20px;
  clear:right;
}

.bigger { font-size:1.1em}