/* ZERO OUT GLOBAL ELEMENTS --------------------------------- */
/* --------------------------------------------------------- */

body, h1, h2, h3, h4, p, li, ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.pic3 {
	height: auto;
	width: auto;
	margin-right: 7px;
	margin-bottom: 3px;
	margin-left: 18px;
	text-align: left;
	float: left;
}

/* SET THE BODY STYLES ------------------------------------- */
/* --------------------------------------------------------- */

body {
	color: #FFFFCC; /* Sets the default color of the text. */
	background: #94C945 url(images/body_bg.jpg) repeat-x; /* Sets the background image to tile across the x axis of the page. Also sets the background color in case images are turned off or are unavailable. */
	text-align: left; /* Centers the page in various versions of WinIE5. */
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 95%;
	margin-right: auto;
	margin-left: auto;
}

/* STYLE THE MAIN WRAPPER DIV ------------------------------- */
/* --------------------------------------------------------- */

#wrapper {
	text-align: left; /* Resets the text alignment to left to override what was set for versions of WinIE5. */
	margin: 0px auto; /* Centers the content of the page within the window in all but versions of WinIE5. */
	width: 785px; /* Sets the overall width of the layout. */
	font-size: 90%;
}

/* STYLE THE HEADER DIV ------------------------------------ */
/* --------------------------------------------------------- */

#header {
	background: url(images/header_bg.jpg) no-repeat center top; /* Sets a centered, non-repeating background image on the header div of the layout. */
	height: 138px; /* Sets the height of the header to the same height as the background image. */
	width: 785px;
}

#header h1 {
	padding-left: 1px; /* Sets large left padding on the h1 element so that the logo image within moves to the right of the clouds in the header background image. */
}

#header span {
	position: absolute; /* Takes the span (that holds the text for the H1 text) out of the document flow so that it can be positioned in an exact place on (or off) the page. */
	left: -3000px; /* Puts the text within the h1 way off screen so that visual users to not see it. */
}

/* STYLE THE NAVIGATION DIV ---------------------------------*/
/* --------------------------------------------------------- */

#nav {
  width: 785px; /* Sets the width of the nav DIV to 641 pixels. */
  background: url(images/nav_bg.jpg) no-repeat center top;/* Adds a non repeating background image to the nav DIV. */
  height: 72px; /* Sets the height of the DIV to the height of the background image. */
	
}
#nav ul {
	list-style-type: none;  /* Sets the font size to 100% of the user's browser preference, */
	text-align: center; /* Centers items in nav list. */
}
#nav li {
	display: inline; /* Changes list items from block to inline elements so that links flow side by side. */
	border-right-width: 1px;
	font-family: "Lucida Grande", Geneva, Arial, Helvetica;
}

#nav li a:link, #nav li a:visited {
	color: #FFFFFF; /* Sets color of unvisited and visited links to  white. */
	text-decoration: underline; /* Removes default underline on links. */
	padding: 4px 4px 1px 7px; /* Adds space to the left of each list item. */
	font-weight: bold;
	font-family: "Lucida Grande", Geneva, Arial, Helvetica;
}
#nav li a:hover, #nav li a:active, #nav li a:focus {
	color: #0000FF; /* Changes text color of links to blue on hover, activation, and focus. */
	font-weight: bold;
	text-decoration: none;
	font-family: "Lucida Grande", Geneva, Arial, Helvetica;
}
#menu {
	font-family: "Lucida Grande", Geneva, Arial, Helvetica;
	font-size: 97%;
	font-weight: bold;
}

/* STYLE THE INNER WRAPPER THAT HOLDS THE COLUMNS ---------- */
/* --------------------------------------------------------- */

#innerwrapper {
	background: url(images/content_bg.jpg) repeat-y center top; /* Adds a background image to the column container that repeats on the y axix as long as there is content in either column. */
	float: left; /* Floating all columns and their container helps avoid IE bugs.*/
	width: 785px; /* This odd padding is added to the top and bottom of the DIV to avoid the escaping margin effect. */
	height: auto;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}

/* STYLE THE CONTENT COLUMN --------------------------------- */
/* --------------------------------------------------------- */

#content {
	width: 525px; /* Sets the width of the content column to 420 pixels. */
	font-family: "Lucida Grande", Geneva, Arial, Helvetica;
	color: #000000;
	margin-left: 10px;
	margin-top: 10px;
	float: left;
}
#content h2 {
	padding-top: 3px; /* Adds 5 pixels of padding to the top of the h2 element. */
	padding-right: 2px; /* Adds 5 pixels of padding to the right of the h2 element. */
	padding-bottom: 2px; /* Adds 5 pixels of padding to the bottom of the h2 element. */
	font-family: "Lucida Grande", Geneva, Arial, Helvetica;
	color: #333333;
	margin-left: 18px;
	font-size: 110%;
}

#content span {
	position: absolute; /* Takes the span (that holds the text for the H2 text) out of the document flow so that it can be positioned in an exact place on (or off) the page. */
	left: -3000px; /* Puts the text within the h1 way off screen so that visual users to not see it. */
} 


#content p {
	font-size: 90%;  /* Sets the font size to 85% of the user's browser preference, */
	margin-top: 4px; /* Places 5 pixels of margin above content paragraphs. */
	margin-right: 4px; /* Places 10 pixels of space between the right edge of the content paragraphs and the right edge of the container. */
	margin-left: 25px; /* Places 20 pixels of space between the left edge of the content paragraphs and the left edge of the container. */
	line-height: 1.3; /* Opens up the spacing (leading) between lines of text. */
	color: #000000;
	text-align: left;
}
#image {
	height: auto;
	width: 181px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	left: 163px;
	position: absolute;
	white-space: normal;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	top: 512px;
}
#pic .lftflt {
	float: left;
	background-position: left;
	top: 0px;
	clip: rect(0px,auto,auto,auto);
}

#sidebar {
	float: right; /* Floats the sidebar to the left within its container. */
	width: 224px; /* Sets the width of the sidebar to 200 pixels. */
	padding-bottom: 10px;
	text-align: left;
	height: auto;
}

#sidebar h2 {
	font-size: 96%;  /* Sets the font size to 100% of the user's browser preference, */
	font-weight: bold; /* Removes the default bolding that the browser puts on heading text. */
	margin-top: 20px; /* Adds 20 pixels of top margin so that the baseline of the  sidebar h2 text starts at the baseline of the Welcome image. */
	margin-right: 14px; /* Adds some space on the right of the h2 to make sure it doesn't touch the edge of the container. */
	margin-left: 2px; /* Adds some space on the left of the h2 to make sure it doesn't touch the left edge of the container. */
	color: #333333;
	text-decoration: underline;
	text-align: left;
}
.table.table {
	font-family: "Lucida Grande", Geneva, Arial, Helvetica;
	font-size: 100%;
	padding: 0px;
	margin-top: 1px;
	margin-right: 2px;
	margin-left: 5px;
}

#sidebar p {
	font-size: 93%;  /* Sets the font size to 80% of the user's browser preference, */
	margin-top: 2px; /* Adds top margin to the paragraph text so that the baseline of the first line is even with the first line of text in the first content paragraph. */
	margin-right: 30px; /* Adds some space on the right of the h2 to make sure it doesn't touch the edge of the container. */
	margin-left: 2px; /* Adds some space on the left of the h2 to make sure it doesn't touch the left edge of the container.*/
	color: #000000;
	line-height: 1.2;
}
#footer {
	background: url(images/footer_bg.jpg) no-repeat center top; /* Places a non repeating background image on the footer, and positions it at the top center of the DIV. */
	height: 103px; /* Sets a height that equals the height of the background image. */
	color: #666666;
	width: 786px;
}
#footer p {
  font-size: 70%;  /* Sets the font size to 70% of the user's browser preference, */
  text-align: center; /* Aligns footer paragraph text in the center of the DIV. */
  padding-top: 60px; /* Pads the footer paragraph text so that it starts in the soft, rounded, green rectangle. */
}

/* CLASSES FOR IMAGES AND CLEARING FLOATS -------- */
/* --------------------------------------------------------- */

.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 */
	font-size: 1px; /* Sets the font size to 1 pixel */
	line-height: 0px; /* Sets line-height to 0 -font and line-height, even if not explicitly on the page, might add diemnsion to the clearing element rather than make it larely invisible */
	clear: both; /* Keeps floated divs from draping over objects beneath them. */
	height: 0px; /* Makes sure the clearing element has no height */
}
#content2 img {
}

.lftflt {
	float: left; /* Moves the image to the left side of its container and allows text to flow around its right side. */
	margin-right: 4px; /* Adds 8 pixels of space to the right of the image so that it does not touch the text */
	margin-left: 25px;
}
#content2 {
	float: left; /* Floats the content DIV to the left of the layout. */
	width: 520px;
	color: #000000;
	padding-left: 15px;
	padding-right: 0px;
	font-family: "Lucida Grande", Geneva, Arial, Helvetica;
	margin-top: 2px;
	margin-bottom: 2px;
	line-height: 1.3;
	margin-right: 10px;
	margin-left: 10px;
}
#content2 p {
	font-size: 90%;  /* Sets the font size to 85% of the user's browser preference, */
	margin-top: 5px; /* Places 5 pixels of margin above content paragraphs. */
	margin-right: 4px; /* Places 10 pixels of space between the right edge of the content paragraphs and the right edge of the container. */
	margin-left: 25px; /* Places 20 pixels of space between the left edge of the content paragraphs and the left edge of the container. */
	line-height: 1.3; /* Opens up the spacing (leading) between lines of text. */
	color: #000000;
	text-align: left;
}
.lftflt2 {
	float: left; /* Moves the image to the left side of its container and allows text to flow around its right side. */
	margin-right: 7px; /* Adds 8 pixels of space to the right of the image so that it does not touch the text */
	margin-left: 15px;
	clear: left;
}
#sidebar a:link, #sidebar a:visited {
	color: #0066CC; /* Sets color of unvisited and visited links to  white. */
	text-decoration: none; /* Adds space to the left of each list item. */
	font-weight: bold;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	padding-top: 4px;
	padding-bottom: 4px;
	line-height: 1.9;
	margin-bottom: 9px;
	font-size: 93%;
}
#sidebar a:hover, #sidebar a:active, #sidebar a:focus {
	color: #000033; /* Sets color of unvisited and visited links to  white. */
	text-decoration: underline; /* Adds space to the left of each list item. */
	font-weight: bold;
	font-size: 93%;
	text-align: left;
	white-space: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 4px;
	padding-bottom: 4px;
	line-height: 1.9;
	margin-bottom: 9px;
}
#content2 h2 {
	color: #000000;
	font-family: "Lucida Grande", Geneva, Arial, Helvetica;
}
#content h3 {
	font-size: 100%;  /* Sets the font size to 85% of the user's browser preference, */
	margin-top: 5px; /* Places 5 pixels of margin above content paragraphs. */
	margin-right: 10px; /* Places 10 pixels of space between the right edge of the content paragraphs and the right edge of the container. */
	margin-left: 20px; /* Places 20 pixels of space between the left edge of the content paragraphs and the left edge of the container. */
	line-height: 1.2; /* Opens up the spacing (leading) between lines of text. */
	color: #990000;
	text-align: left;
	font-family: "Lucida Grande", Geneva, Arial, Helvetica;
	font-weight: bold;
	text-decoration: underline;
}
#content table {
	font-family: "Lucida Grande", Geneva, Arial, Helvetica;
	font-size: 90%;
	color: #000000;
	text-align: left;
	padding-left: 30px;
	background-position: right;
}
#pic {
	font-family: "Lucida Grande", Geneva, Arial, Helvetica;
	font-size: 80%;
	font-weight: normal;
	color: #000000;
	float: left;
	height: auto;
	width: 300px;
	padding-left: 15px;
	text-align: left;
	vertical-align: text-bottom;
	line-height: 0.9;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 2px;
	margin-top: 0px;
	margin-bottom: 2px;
}
#content2 img {
	float: left;
	padding: 0px;
	width: 84px;
	margin-top: 3px;
	margin-right: 8px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#content2 strong {
	font-size: 100%;
	font-weight: bold;
}
#wrapper {
}
#content h3 {
	padding-top: 3px; /* Adds 5 pixels of padding to the top of the h2 element. */
	padding-right: 2px; /* Adds 5 pixels of padding to the right of the h2 element. */
	padding-bottom: 2px; /* Adds 5 pixels of padding to the bottom of the h2 element. */
	font-family: "Lucida Grande", Geneva, Arial, Helvetica;
	color: #333333;
	font-size: 105%;
	margin-left: 25px;
	padding-left: 0px;
}
.table.photo td {
	font-family: "Lucida Grande", Geneva, Arial, Helvetica;
	font-size: 100px;
	text-align: left;
	width: 500px;
}
#content2 h3 {
	padding-top: 3px; /* Adds 5 pixels of padding to the top of the h2 element. */
	padding-right: 2px; /* Adds 5 pixels of padding to the right of the h2 element. */
	padding-bottom: 2px; /* Adds 5 pixels of padding to the bottom of the h2 element. */
	font-family: "Lucida Grande", Geneva, Arial, Helvetica;
	color: #333333;
	font-size: 110%;
	padding-left: 18px;
}
#content2 table {
	width: 520px;
	float: left;
	height: auto;
	font-family: "Lucida Grande", Geneva, Arial, Helvetica;
	font-size: 100%;
	font-weight: normal;
	text-align: left;
	font-style: normal;
	font-variant: normal;
	background-position: left top;
	margin: 0px 0px 3px 15px;
}
.pic1 {
	width: 88px;
	float: left;
	margin-right: 10px;
	margin-left: 15px;
	padding: 0;
}
.pic4 {
	height: auto;
	width: auto;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 18px;
	text-align: right;
	float: left;
}
#pic_auto {
	margin: 10px 3px 3px 21px;
	float: left;
	height: auto;
	width: auto;
	padding-right: 10px;
}
#content li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 87%;
	margin-left: 50px;
	padding-left: 0px;
	line-height: 1.2;
}
object {
	margin-left: 25px;
	margin-top: 10px;
	margin-right: 3px;
	margin-bottom: 3px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#content p {
	font-size: 90%;
}
.highlight {
	font-weight: normal;
	text-decoration: underline;
	color: #333333;
}
#content h2 {
	margin-top: 3px;
	margin-bottom: 1px;
	margin-left: 25px;
}
#img {
	margin-top: 7px;
	margin-left: 0px;
	margin-bottom: 7px;
	width: 300px;
}
#img2 {
	margin-top: 7px;
	margin-left: 0px;
	margin-bottom: 7px;
	width: 100px;
div {
	width: 100px;
}
.smallerPic {
	height: auto;
	width: 120px;
	margin-right: 5px;
	float: right;
	background-position: center center;
	margin-left: 5px;
}
.img_right {
	float: right;
}
.img_center {
	float: center;
}
