body {
	margin: 0px;
	font-size: 11px; /* Font Size */
	line-height: 14px;
	color: #666666; /* Global Gray */
	background-image: url(../images/body_background.jpg);
	background-repeat: repeat-x;
}
h1.homePage {
	font-size: 30px;
	font-weight: bold;
	margin: 0px 0px 4px 0px;
	padding: 20px 0px 10px 0px;
	}

#globalContainer {
	width: 930px;
	margin: 12px auto 0px auto;
	background-image: url(../images/border_middle.jpg);
	background-color: #FFFFFF; /* Global White */
	background-repeat: no-repeat;
}
#borderTop {
	background-image: url(../images/border_top.jpg);
	height: 7px;
}

#borderBottom {
	background-image: url(../images/border_bottom.jpg);
	height: 7px;
}
#footer {
	width: 760px;
	margin: 10px auto;
	color: #999999; /* Global White */
}

#footer a {
	color: #999999; /* Global White */
}

/**************** Header Classes *****************/
#topSpace {
	position:relative;
	height: 100px;
	padding: 1px 15px;
}

#topSpace .logoLeft {
	float: left;
	width: 200px;
}
#topSpace .logoRight {
	position: absolute;
	bottom: 0px;
	right: 0px;
	height: 90px;
	text-align: right;
	font-size: 12px;
	color: #283C00;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-bottom: 0px;
}
#topSpace .logoRight p{
	text-align: right;
	font-size: 36px;
	color: #283C00;
	margin-bottom: 1em;
	margin-top: .5em;
}

#topSpace .searchRight {
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 2em;
	padding-left: 10px;
}

#homePage #header {
	background-image: url(../images/home_header_background.jpg);
	background-repeat:no-repeat;
	height: 200px;
	margin: 0px 6px 0px 7px;
}
#subPage #header {
	background-image: url(../images/sub_header_background.jpg);
	background-repeat:no-repeat;
	height: 60px;	
	margin: 0px 6px 0px 7px;	
}
#homePage #header #mainFeaturedRight {
	margin-left: 240px;
	color: #FFFFFF; /* Global White */
	padding-top: 120px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 30px;
}
#homePage #header #mainFeaturedLeft {
	float: left;
	width: 200px;
	padding: 60px 10px 10px 15px;
	color: #FFFFFF; /* Global White */
}
#homePage #header #mainFeaturedLeft h1 {
	color: #003300; /* BG Light */
	font-weight: bold;
	font-size: 14px;
	margin: 0px 0px 5px 0px;
}

#homePage #header #mainFeaturedLeft p {
	color: #003300; /* Global Gray Light */
}

#sideNav {
	padding: 15px 15px 15px 5px;
}

/**************** Top Nav Classes *****************/
#topNavTop {
	background-image: url(../images/topnav_border_top.jpg);
	height: 4px;
	background-position:center;
	background-repeat: no-repeat;
}

#topNav {
	background-image: url(../images/topnav_border_middle.jpg);
	background-repeat: repeat-y;
	margin: 0px 6px 0px 7px;
	padding: 10px 20px;
	background-color: #2B3D00;
}

#innerContainerWrapper {
	background-image: url(../images/inner_body_background.jpg);
	background-repeat:no-repeat;
	background-position: 0% 100%;
	background-color: #FFFFFF; /* Global White */
	padding: 15px 0px;
	margin: 0px 6px 0px 7px;
}

#innerContainerWrapper #innerContainer {
	background-image: url(../images/inner_left_background.jpg);
	background-repeat:repeat-y;
	padding: 0px 0px 0px 3px;
}
#innerContainerWrapper #innerContainer #innerLeft {
	width: 240px;
	float: left;
}


#homePage #innerContainerWrapper #innerContainer #innerRight {
	margin-left: 240px;
}

#subPage #innerContainerWrapper #innerContainer #innerRight {
	margin-left: 240px;
}


#featured .featuredLeft {
	width: 300px;
	float: left;
	padding-right: 15px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCCCCC;
}
#featured .featuredRight {
	margin-left: 320px;
	padding-left: 15px;
}
/* Top Navigation Classes */

#SAW_TopNavigation {
	font-size: 14px;
	font-weight: bold;	
	white-space: nowrap;
	padding-right: 15px;
	padding-left: 11px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#SAW_SideNavigation a {
  display: block;
  padding: 2px;
  text-decoration: none;
  font-weight: normal;
  outline: none;
  font-size: 11px;
  padding-left: 15px;
  background-image: url(../siteassist_images/icon_sn_arrow.gif);
  background-position: 5px 50%;
  background-repeat: no-repeat;
}
.SAW_SideNav1_Icon, .SAW_SideNav1_Open_Icon, 
.SAW_SideNav1_Open_Child_Selected_Icon, .SAW_SideNav1_Open_Selected_Icon, .SAW_SideNav1_Selected_Icon {
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 1px;
  border-style: solid;
}
.SAW_SideNav1_Icon, .SAW_SideNav1_Open_Icon {
  background-color: #DFEBC5; /* Table BG Dark */
}
.liteGreen {
	color: #84BB06;
}
#leftaddress {
	margin: 80px 10px 20px 0px;
}
