/* ZERO OUT GLOBAL ELEMENTS --------------------------------- */
/* --------------------------------------------------------- */

body, h1, h2, h3, h4, p, li, ul {
  margin: 0px; /* Removes default margin that some browsers add. */
  padding: 0px; /* Removes default padding that some browsers add. */
}

/* SET THE BODY STYLES ------------------------------------- */
/* --------------------------------------------------------- */

body {
	color: #FFFFFF; /* 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: center; /* Centers the page in various versions of WinIE5. */
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 100%;
	background-repeat: repeat;
	background-color: #66CCFF;
}

/* 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: 899px; /* Sets the overall width of the layout. */
	background-color: #FFFFFF;
}

/* STYLE THE HEADER DIV ------------------------------------ */
/* --------------------------------------------------------- */

#header {
	height: 165px; /* Sets the height of the header to the same height as the background image. */
	background-image: url(images/header_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#header h1 {
	padding-left: 70px; /* 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. */
	padding-top: 20px;
}

#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: 899pxpx;/* Adds a non repeating background image to the nav DIV. */
	height: 220px; /* Sets the height of the DIV to the height of the background image. */
	background-repeat: no-repeat;
}
#nav ul {
  list-style-type: none; /* Removes default list bullets. */
  font-size: 100%;  /* 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. */
}

#nav li a:link, #nav li a:visited {
  color: #FFFFFF; /* Sets color of unvisited and visited links to  white. */
  text-decoration: none; /* Removes default underline on links. */
  padding: 5px; /* Adds 5 pixels of padding around the links. */
  margin-right: 7px; /* Adds space to the right of each list item. */
  margin-left: 7px; /* Adds space to the left of each list item. */

}
#nav li a:hover, #nav li a:active, #nav li a:focus {
  color: #518DBA; /* Changes text color of links to blue on hover, activation, and focus. */
}

/* STYLE THE INNER WRAPPER THAT HOLDS THE COLUMNS ---------- */
/* --------------------------------------------------------- */

#innerwrapper {
	float: left; /* Floating all columns and their container helps avoid IE bugs.*/
	width: 899px; /* This odd padding is added to the top and bottom of the DIV to avoid the escaping margin effect. */
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}

/* STYLE THE CONTENT COLUMN --------------------------------- */
/* --------------------------------------------------------- */

#content {
	float: left; /* Floats the content DIV to the left of the layout. */
	width: 560px; /* Sets the width of the content column to 560 pixels. */
	padding-top: 10px;
}
#content h2 {
	padding-top: 5px; /* Adds 5 pixels of padding to the top of the h2 element. */
	padding-right: 5px; /* Adds 5 pixels of padding to the right of the h2 element. */
	padding-bottom: 5px; /* Adds 5 pixels of padding to the bottom of the h2 element. */
}

.list1 {
}

.list1 li {
	float: left;
	line-height: normal;
}

.list1 li img {
	margin: 0 30px 30px 0;
}

.list1 li.alt img {
	margin-right: 0;
}


#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: 11px; 
	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: 100px; /* Places 20 pixels of space between the left edge of the content paragraphs and the left edge of the container. */
	line-height: 2.5; /* Opens up the spacing (leading) between lines of text. */
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: justify;
}
#content h1 {
	font-size: 28px;
	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: 100px; /* Places 20 pixels of space between the left edge of the content paragraphs and the left edge of the container. */
	line-height: 1.4; /* Opens up the spacing (leading) between lines of text. */
	color: #6D5A46;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	letter-spacing: 0px;
}
#content h2 {
	font-size: 18px;
	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: 100px; /* Places 20 pixels of space between the left edge of the content paragraphs and the left edge of the container. */
	line-height: 1.4; /* Opens up the spacing (leading) between lines of text. */
	color: #cc0033;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	letter-spacing: 0px;
}
#content h3 {
	font-size: 18px;
	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: 100px; /* Places 20 pixels of space between the left edge of the content paragraphs and the left edge of the container. */
	line-height: 1.4; /* Opens up the spacing (leading) between lines of text. */
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: 0px;
}
.entryTxt {
	color: #302A1F;
	font-size: 11px;
}
.entryDates {
	color: #CC0033;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}

#sidebar {
	float: left; /* Floats the sidebar to the left within its container. */
	width: 240px; /* Sets the width of the sidebar to 240 pixels. */
	padding-left: 20px;
	padding-top: 20px;
}

#sidebar h2 {
	font-size: 100%; /* 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: 10px; /* Adds some space on the left of the h2 to make sure it doesn't touch the left edge of the container. */
	color: #6D5A46;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 10px;
	font-weight: normal;
}

#sidebar p {
	font-size: 11px;  /* Sets the font size to 80% of the user's browser preference, */
	margin-top: 10px; /* 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: 10px; /* Adds some space on the right of the h2 to make sure it doesn't touch the edge of the container. */
	margin-left: 10px; /* Adds some space on the left of the h2 to make sure it doesn't touch the left edge of the container.*/
	color: #333333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 2em;
	text-align: justify;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	background: url(/images/img12.gif) repeat-y;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 10px;
}

#sidebar li ul {
	line-height: 200%;
}
.style2 {
	color: #302A1F;
	font-weight: bold;
}

#sidebar li li {
	margin: 0;
	padding: 0;
	background: url(/images/spacer.gif);
}
#footer {
	height: 85px; /* Sets a height that equals the height of the background image. */
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#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: 40px; /* Pads the footer paragraph text so that it starts in the soft, rounded, green rectangle. */
	color: #666666;
}

/* 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 */
}

.lftflt {
	float: left; /* Moves the image to the left side of its container and allows text to flow around its right side. */
	margin-right: 23px;
}
a {
	color: #CC0033;
	font-size: 11px;
	text-align: right;
}
label {
	color: #6D5A46;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
}
