@charset "UTF-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: #fff;
	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-image: url(images/bg.gif);
	background-repeat: repeat-x;
}

a:link, a:visited {
	color: #FF6600;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}

.abcon:link, .abcon:visited {
	font-size: 11px;
	color: #9fcf67;
	text-decoration: underline;
}
.abcon:hover {
	font-size: 11px;
	color: #000;
	text-decoration: underline;
}

#container {
	width: 900px;
	background: #fff;
	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. */
}

#wrap { background-color: #fff; margin: 0 auto; width: 1000px; height:100%; }

/*-------------------------------------------
	header
-------------------------------------------*/


#header {
	width: 1000px; 
	height: 145px; 
	margin: 0 auto; 
	overflow: hidden; 
	position: relative; 
	text-align: center;
	background-color:#fff; 
}

#home { text-align: center; }	

#allnav {
	float: right;
	width: 1000px;
	height: 40px;
	padding: 0px;
	background-image: url(images/nav.gif);
	background-repeat: no-repeat;
}

#nav {
    width: 1000px; height: 20px;
	margin: 0; 
	padding: 0;
    position: relative;
}
#nav li { margin: 0; padding: 0; list-style: none; position: absolute; top: 0; }
#nav li a { height: 0px; display: block; padding-top: 38px; overflow: hidden; }

#nav1w { left: 120px; width: 106px; }
#nav2w { left: 255px; width: 99px; }
#nav3w { left: 647px; width: 102px; }
#nav4w { left: 778px; width: 98px; }


#nav1w a { background: transparent url(images/nav.gif) -120px 0 no-repeat; }
#nav2w a { background: transparent url(images/nav.gif) -255px 0 no-repeat; }
#nav3w a { background: transparent url(images/nav.gif) -647px 0 no-repeat; }
#nav4w a { background: transparent url(images/nav.gif) -778px 0 no-repeat; }


#nav1w a:hover { background: transparent url(images/nav.gif) -120px -34px no-repeat; }
#nav2w a:hover { background: transparent url(images/nav.gif) -255px -34px no-repeat; }
#nav3w a:hover { background: transparent url(images/nav.gif) -647px -34px no-repeat; }
#nav4w a:hover { background: transparent url(images/nav.gif) -778px -34px no-repeat; }


#nav1w a.selected { background: transparent url(images/nav.gif) -120px -34px no-repeat; }
#nav2w a.selected { background: transparent url(images/nav.gif) -255px -34px no-repeat; }
#nav3w a.selected { background: transparent url(images/nav.gif) -647px -34px no-repeat; }
#nav4w a.selected { background: transparent url(images/nav.gif) -778px -34px no-repeat; }


/*-------------------------------------------
	page structure
-------------------------------------------*/

#homeContent {
	width: 1000px;
	height: 310px;
	padding: 0px;
	background: #f8981d;
	text-align: left;
	background-image: url(images/bg-home.gif);
	background-repeat: no-repeat;
}

#mainContent {
	width: 770px;
	margin-left: 65px;
	padding: 0px;
	background: #fff;
	text-align: left;
}

#mainDivider .column {
  position: relative;
  float: left;
}

#h_left {
  width: 435px;
  margin: 50px 0 0 80px;
  text-align: center;
  line-height: 20px;
}

#h_right {
  width: 405px;
  margin: 0;
}

#k_left {
  width: 265px;
  background-color: #fff;
}

#k_mid {
  width: 265px;
  margin: 0 0 0 20px;
  background-color: #fff;
}

#k_right {
  width: 200px;
  margin: 0 0 0 20px;
  background-color: #fff;
}

#kd_left {
  width: 265px;
  background-color: #fff;
}

#kd_right {
  width: 485px;
  margin: 0 0 0 20px;
  background-color: #fff;
}

.pad_k {
 padding-left: 8px;
}

#p_left {
  width: 175px;
  padding: 0px;
  background-color: #fff;
}

#p_midleft {
  width: 175px;
  padding: 0px;
  margin: 0 0 0 15px;
  background-color: #fff;
}

#p_midright {
  width: 175px;
  padding: 0px;
  margin: 0 0 0 15px;
  background-color: #fff;
}

#p_right {
  width: 175px;
  padding: 0px;
  margin: 0 0 0 15px;
  background-color: #fff;
}

h1 {
  font-size: 14px; 
  font-weight: bold;
  color: #000;
}

h2 {
  font-size: 12px; 
  font-weight: bold;
  color: #FF6600;
}

.print_img {
  margin-left: 600px;
}

.about_photo {
	float: right; 
    margin: 10px 0 10px 20px; 
}

#ideas {
	float: right;
	width: 355px;
	height: 75px;
	margin: 0;
	padding-top: 27px;
	background-color:#FFF;
	text-align: center;
	font-style: italic;
	background-image: url(images/ideas.gif);
	background-repeat: no-repeat;
}



/*-------------------------------------------
	home page
-------------------------------------------*/



/*-------------------------------------------	
	Clear
-------------------------------------------*/

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


/*-------------------------------------------	
	Footer
-------------------------------------------*/

#footer { 
	padding: 100px 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff;
	text-align: center;
	font-size: 9px;
	color: #999;
} 

.footer:link, a:visited {
	color: #999;
	text-decoration: underline;
}
.footer:hover {
	color: #000;
	text-decoration: underline;
}

.grey { 
	font-size: 9px;
	color: #999999;
}
