@charset "utf-8";
 
#container {
	width: 980px;
	margin:auto;
	color:#333;
	font-family: Verdana, Geneva, sans-serif;
	background-color: transparent;
}

#mainContent {
	background-color: #FFF;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
 	 }

	#top {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 65px;
}
#logo {
	float: left;
	height: 63px;
	width: 379px;
	padding-top: 3px;
	padding-left: 5px;
}
#topnav {
	float: right;
	width: 550px;
	height: 40px;
	margin-top: 25px;
	text-align: right;
	}
#topnav ul li {
	display: inline;
	list-style-type: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: right;
	font-weight: bold;
	padding-left: 20px;
}

#topnav a:link {
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
 	font-size: 12px;
 	color: #FFF;
 }
 
#topnav a:visited {
 	font-family: Verdana, Arial, sans-serif;
 	font-size: 12px;
 	color: #FFF;
	font-weight: bold;
 }

#topnav a:hover {
	color:#FFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

#header {
	width: inherit;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 206px;
	margin-top: 5px;
}
#green {
	background: transparent:
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #FFF;
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
	height: 34px;
	background-image: url(../guide/images/header_bottom.jpg);
}

#green ul li {
	display: inline;
	list-style-type: none;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	text-align: right;
	font-weight: bold;
	padding-left: 20px;
	font-size: 12px;	
}

#green a:link {
	font-family: Verdana, Arial, sans-serif;
 	font-size: 12px;
 	color: #FFF;
	font-weight: bold;
 }
 
#green a:visited {
 	font-family: Verdana, Arial, sans-serif;
 	font-size: 12px;
 	color: #FFF;
	font-weight: bold;
 }

#green a:hover {
	color:#FFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

#breadcrumb {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	width: 450px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 3px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	color: #333333;
	background-color: #ffffff;
	border-bottom-color: #B1BBB2;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	font-size: 11px;
	}
	
#breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:active {
	text-decoration: none;
	color: #333333;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 3px;
	font-weight: normal;
}

#breadcrumb a:hover {
	text-decoration: none;
	color: #B22828;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 3px;
	font-weight: normal;
}

/*
 
 
 Slideshow style rules.
 */
#slideshow {
	margin:0 auto;
	width:640px;
	height:263px;
	background:transparent url(../guide/slideshow/img/bg_slideshow.jpg) no-repeat 0 0;
	position:relative;
}

#slideshow #slidesContainer h2{
	background-color: #201E1F;
	}
#slideshow #slidesContainer p {
	color: #CCC;
	}
	
#slideshow #slidesContainer {
	width:560px;
	height:263px;
	overflow:auto; /* allow scrollbar */
	position:relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:540px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:263px;
}
 
/*

 Slideshow controls style rules.
 */
.control {
  display:block;
  width:39px;
  height:263px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:0;
  left:0;
  background:transparent url(../guide/slideshow/img/control_left.jpg) no-repeat 0 0;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(../guide/slideshow/img/control_right.jpg) no-repeat 0 0;
}

 /* Style rules for Green Guide Slideshow
 */
 
 .greenslideshow {
	height: 232px;
	width: 232px;
	float: right;
	clear: none;
	margin-top: 8px;
}
.greenslideshow img { padding: 15px; border: 1px solid #ccc; background-color: #eee; }
/*
 
  Style rules for Demo page
*/ 
* {
  margin:0;
  padding:0;
  font:normal 12px Verdana, Geneva, sans-serif;
  color:#ccc;
}
a {
	color: #E64305;
	font-size: 1em;
	text-decoration:none;
}

img {
    border-style: none
}
a:hover {
  text-decoration:underline;
}
/*a img {border:2px solid #ccc;}*/
body {
	padding: 0px;
	margin: 0px;
	background-color: #1d3d1b;
}
#pageContainer {
	width:980px;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	float: right;
}

#pageContainer p{
	color: #333;
	padding-bottom: 4px;
}
#pageContainer h1 {
	/* display:block;
  width:960px;
  height:114px;
  background:transparent url(img/bg_pagecontainer_h1.jpg) no-repeat top left;
  text-indent: -10000px;*/
	font-size: 12px;
	font-weight: bold;
	color: #201E1F;
	text-align: center;
	margin-top: 8px;
	margin-bottom: 8px;
}

#heading {
	margin-bottom: 10px;
	width: 250px;
	height: 35px;
}

#heading h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 20px;
	padding-left: 5px;
	color: #1E3D1D;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #5E765E;
	margin: 8px;
	}
.slide h2, .slide p {
  margin:15px;
}
.slide h2 {
  font:italic 24px Georgia, "Times New Roman", Times, serif;
  color:#ccc;
  letter-spacing:-1px;
}
.slide img {
  float:right;
  margin:0 15px;
}

	.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:125px;
}
	
#footer {
	background-color: #4c6440;
	width: 980px;
	color: #FFF;
	text-align: center;
	height: 45px;
	margin-top: 8px;
	padding-top: 12px;
	margin-right: auto;
	margin-left: auto;
		}
#botContent {
	color: #000;
	padding-right: 8px;
	padding-left: 8px;
	margin-top: 10px;
	width: 960px;
	float: left;
	margin-bottom: 15px;
}
#botContent h3 {
	font-size: 12px;
	font-weight: bold;
	color: #333;
}
#botContent a:link {
 	color: #E64305;
	font-weight: 100;
 }
 
#botContent a:visited {
 	 font-weight: 100;
	 color: #E64305;
 }

#botContent a:hover {
	color:#E64305;
	font-weight: 100;
	text-decoration: underline;
}
#botContent a:active {
 	color: #E64305;
	font-weight: 100;
 }
#column1 {
	float: left;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#textBot {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	width: 530px;
	float: left;
	padding-top: 10px;
}

#textBot h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 24px;
	background-color: #201E1F;
	padding-left: 3px;
	width: 520px;
	}
	
#textBot a:link {
 	color: #E64305;
	font-weight: 100;
 }
 
#textBot a:visited {
 	 font-weight: 100;
	 color: #E64305;
 }

#textBot a:hover {
	color:#E64305;
	font-weight: 100;
	text-decoration: underline;
}
#textBot a:active {
 	color: #E64305;
	font-weight: 100;
 }
	
#links {
	color: #333;
	padding-right: 8px;
	padding-left: 8px;
	margin-top: 30px;
	width: 964px;
	float: left;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #5E765E;
}
#box {
	float: left;
	width: 186px;
	margin-right: 3px;
	padding-left: 2px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #5E765E;
	height: 70px;
	padding-top: 8px;
}

#box a:link {
 	color: #666;
	font-weight: 100;
 }
 
#box a:visited {
 	 	color: #666;
		font-weight: 100;
 }

#box a:hover {
	color:#E64305;
	font-weight: 100;
	text-decoration: underline;
}
.boximg {
	padding-right: 4px;
}
.imgleft {
	float: left; 
    margin: 4px; 
}
.imgright {
	float: right; 
    margin-left: 4px; 
}
