/* CSS Document */

/* --------------------------- GLOBALS -------------------------- */

* {
	padding: 0;
	margin: 0;
	}  /*------ GLOBAL WHITESPACE RESET ---------*/
	

body {
	background: #f3f8ec url(i/pg_bg2.gif) no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #484848;
	font-size: 62.5%; /*------ CONVERTS EM TO ESTD PIXEL SIZES ---------*/
	}
	
img {
	border: none;
	padding-bottom: 10px;
	}	
	
p {
	font-size: 1.3em;
	line-height: 1.3em;
	margin-bottom: 7px;
	}
	
hr {
	border: 0;
	color: #efefef;
	background-color: #efefef;
	height: 1px;
	}		

h1 {
	font-weight: bold;
	font-size: 2.8em;
	font-family: Georgia, "Times New Roman", Times, serif;	
	letter-spacing: -1px;
	color: #ffa100;
	}

	
h4 {
	font-weight: normal;
	color: #7bb24f;
	font-size: 1.5em;
	padding-bottom: 5px;
	}
	
h5 {
	font-size: 1.1em;
	font-weight: normal;
	}	
	
#banner h5 {
	cursor: hand;
	width: 320px;
	height: 85px;
	text-indent: -9999px;  /*------ HEADER BACKGROUND CLICKABLE ---------*/
	}
	
	
/*---------- CLASS ADDITIONS -----------------*/

.title_orange {
	font-weight: bold;
	font-size: 2.8em;
	font-family: Georgia, "Times New Roman", Times, serif;	
	letter-spacing: -1px;
	color: #ffa100;
	}


.subtitle_green {
	font-weight: normal;
	color: #7bb24f;
	font-size: 1.5em;
	padding-bottom: 5px;
	}		
	
/*-- END CLASS ADDITIONS -------------------*/


									
	
a:link {
	color: #ffa100;
	text-decoration: none;
	}
	
a:visited {
	text-decoration: none;
	color: #f37d21;
	}
	
a:hover {
	text-decoration: underline;
	color: #ffa100;
	}
	
a:active {
	text-decoration: none;
	color: #ffa100;
	}
	
	
	
/* -------------------- NAV ------------------------ */

#menu {
  list-style-type: none;
  position: absolute;
  left: 42px;
  top:45px;
  width: 623px;
  margin:0;
  padding:0;
  font-size: 12px;
}

#menu li {
  float:left;
  padding-right: 2px;  
  text-transform: lowercase;
}

#menu li a {
  display: block;
  width: 92px;
  padding-top: 10px;
  height: 23px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap; 
  color: #fff;
  font-weight:bold;	
  background: url(i/nav_bg2.gif) no-repeat;
}

#menu a.active {
  color: #b8b8b7;
  background: url(i/nav_bg2.gif) no-repeat 0px -33px;
}

#menu a:hover {
  background: url(i/nav_bg2.gif) no-repeat bottom right;
  text-decoration: none;
  color: #ffffff;
}

#menu a:link a:visited {
	color: #CCCCCC;
	text-decoration: none;	
	background-image: url(i/nav_bg2.gif);
	}
	
#menu a:hover.active {
	background: url(i/nav_bg2.gif) no-repeat 0px -33px;
    color: #b8b8b7;
	}
	
	

/*-------------------------- SUB NAVIGATION --------------------------- */

#submenu {
	list-style-type: none;
	font-size: 11px;
	margin-left: 24px;
	width: 623px;
	height: 22px;
	border-bottom: 1px solid #b8b8b7;
	margin-bottom: 10px;
	background: url(i/hdl_bg_corner.gif) top right no-repeat; 
}

#submenu ul {
	padding: 0;
	margin: 0;
}

#submenu li {
	list-style-type: none;
	float:left;
	padding: 0 6px 0 4px;
}

#submenu li a {
	list-style-type: none;
	display: block;
	width: 84px;
	padding-top: 7px;
	height: 15px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap; 
	color: #9d9d9c;
	font-weight:bold;
}

#submenu a:link {	
	background: url(i/subnav_bg.gif) no-repeat 0px -30px;
	text-decoration: none;
	color: #ffffff;
	}
	
#submenu a:visited {	
	background: url(i/subnav_bg.gif) no-repeat 0px -30px;
	text-decoration: none;
	color: #ffffff;	
	}		

#submenu a:hover {
	color: #ffffff;
	background: url(i/subnav_bg.gif) no-repeat 0px -60px;
}

#submenu a.active {
	color: #ffffff;
	background: url(i/subnav_bg.gif) no-repeat 0px -30px;
}	
	
#submenu a:hover.active {
	background-image: url(i/subnav_bg.gif)  no-repeat 0px -30px;
    color: #ffffff;
	}
	
		

	
/* ------------------------ STRUCTURE ------------------------ */	
	
#everything {
	position: absolute;
	top: 123px;
	left: 60px;
	width: 671px;
	padding: 24px 0 0 0;
	background-color: #ffffff;
	}
	
#logo {
	position: absolute;
	top: 0px;
	left: 0;
	width: 60px;
	height: 123px;
	background-color: #ffffff;
	}
	
#banner {
	position: absolute;
	left: 60px;
	top: 0px;
	background: url(i/banner.jpg) no-repeat;
	width: 671px;
	height: 123px;
	}
		
	
#hdl {
	height: 35px;
	width: 623px;
	margin: 0 0 10px 24px;
	border-bottom: 1px solid #efefef;
	background: url(i/hdl_bg_corner.gif) top right no-repeat;
	}
	
#hdl_nobg {
	height: 35px;
	width: 623px;
	margin: 0 0 10px 24px;
	border-bottom: 1px solid #efefef;
	}		
		
#header {
	background-image: url(i/hdr_bg2.gif);
	background-repeat: repeat-x;
	height: 123px;
	}	
	


	
/* ------------------------ CONTENT ----------------------- */

/* --------------- LEFT COLUMN ---------------- */	

#main {
	width: 425px;
	padding-left: 24px;
	}
	
#main ul {
	font-size: 1.3em;
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
#main li {
	padding-left: 14px;	
	padding-bottom: 4px;
	background: url(i/bullet.gif) 0 4px no-repeat;
	}
	
	
/* --------------- RIGHT COLUMN ---------------- */			
	
#right {
	float: right;
	padding-right: 24px;
	width: 183px;
	}
	

#right p {
	margin-bottom: 15px;
	font-size: 1.2em;
	line-height: 1.3em;
	letter-spacing: 0;
	text-align: left;
	word-spacing: normal;
	color: #7bb24f;
	}	


#right ul {
	font-size: 1.1em;
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 1.2em;
	}
	
#right li {
	padding-left: 10px;	
	padding-bottom: 7px;
	background: url(i/bullet_green.gif) 0 3px no-repeat;
	color: #7bb24f;
	}
	
	
	
/* ------------------------ FOOTER ------------------------ */	

#spacer {
	height: 24px;
	}
	
#ftr {
	float: right;
	height: 43px;
	width: 671px;
	color: #ffffff;
	background: url(i/ftr_bg.gif) no-repeat top right #f3f8ec;
	}
	
#ftr h5 {
	padding: 0 0 0 24px;
	}
	
#ftr a:link {
	color: #ffffff;
	text-decoration: none;
	}
	
#ftr a:visited {
	text-decoration: none;
	color: #ffffff;
	}
	
#frt a:hover {
	text-decoration: underline;
	color: #ffa100;
	}
	
#frt a:active {
	text-decoration: none;
	color: #ffffff;
	}			
	
#copyright {
	width: 400px;
	padding-top: 5px;
	}

#boldbug {
	width: 200px;
	float: right;
	padding: 5px 10px 0 0;
	text-align: right;
	}	
	
					
	
/* ---------------------- MISC. ------------------------- */

.spacer {
	background-image: url(images/spacer.gif);
	background-repeat: repeat-x;
	height: 2px;
	}
	
.caption {
	font-size: 1.0em;
	font-style: italic;
	padding-bottom: 15px;
	margin-top: -10px;
	}
	
.homeclick {
	position: absolute;
	top: 33px;
	left: 82px;
	border: none;
	padding: 0;
	background-color: none;
	}
	
#date {
	position: absolute;
	top: 111px;
	left: 505px;
	height: 20px;
	width: 250px;
	color: #999999;
	font-size: 1.0em;
	text-align: right;
	}	
	
.noborder {
	border: none;
	padding: 10px 0 0 0;
	}	
	
.italic {
	font-size: 0.9em;
	line-height: 1.0em;
	font-style: italic;
	color: #cccccc;
	}
	
.bold {
	font-weight: bold;
	font-size: 1.0em;
	}
	
.simplebold {
	font-weight: bold;
	}	
	
.image_space {
	padding-bottom: 15px;
	}
	
.quote {
	padding: 5px 10px 0 10px;
	font-style: italic;
	line-height: 1.2em;
	color: #484848;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
#quote {
	padding: 16px 5px 3px 3px;
	text-indent: 33px;	
	background: url(i/quote.gif) top left no-repeat #f3f8ec;
	}
	
#bot_round {
	width: 183;
	padding-bottom: 3px;
	background: url(i/bot_round3.gif) bottom right no-repeat #f3f8ec;
	}
	
.arrow {
	padding-left: 18px;
	background: url(i/arrow.gif) no-repeat;
	}	
	
.thumb {
	float: left;
	padding: 3px 10px 5px 0;
	display: inline;
	}
	
.index_right {
	background: url(i/hdl_bg_corner.gif) 7px 0 no-repeat;
	}
	
.footerfix {
	width: 625px;
	}	
		
	
/* ---------------------- IE ADJUSTMENTS ------------------------- */				

.zero {
	padding: 0;
	margin: 0;
	padding-top: 5px !important; 
	padding-top: 0px;
	padding-bottom: 3px !important; 
	padding-bottom: 10px;	
	}
	
/* ------------------ BOLD BUG --------------------- */


	
#ftr img {
	padding: 2px 0 0 0;	
	margin: 0;
	display: inline;
	}	
	
	
	