/* 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. */
	color: #FFFFFF;
}

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

body {
	color: #333333; /* 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-color: #FFFFFF;
	background-image: url(background-image
: url(../images/body_bg.gif););
	margin-left: 0px;
	background-repeat: repeat;
	background-image: url(../graphics/bg.gif);
}

/* 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: 800px; /* Sets the overall width of the layout. */
}

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

#header {
	height: 143px; /* Sets the height of the header to the same height as the background image. */
	background-image: url(../media/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#header h1 {
	padding-left: 780px; /* 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. */
	margin-bottom: 5px;
}

#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: 799px;/* Adds a non repeating background image to the nav DIV. */
	height: 12px; /* Sets the height of the DIV to the height of the background image. */
	background-image: url(../images/nav_bg.jpg);
	background-repeat: no-repeat;
	margin-right: 0px;
	margin-left: 0px;
}
#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;
}
#nav li {
	display: inline;
}

#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: 10px; /* Adds 5 pixels of padding around the links. */
	margin-right: 5px; /* Adds space to the right of each list item. */
	margin-left: 5px;
}
#nav li a:hover, #nav li a:active, #nav li a:focus {
	color: #00CCFF;
}

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

#innerwrapper {
	float: left; /* Floating all columns and their container helps avoid IE bugs.*/
	width: 800px; /* Sets the width of the column container to 641 pixels, the total width of the layout. */
	padding: 1px 0px; /* This odd padding is added to the top and bottom of the DIV to avoid the escaping margin effect. */
	background-image: url(../media/content_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

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

#content {
	float: right; /* Floats the content DIV to the left of the layout. */
	width: 780px; /* Sets the width of the content column to 420 pixels. */
	padding-right: 5px;
	padding-left: 5px;
	font-size: 16px;
	color: #333333;
}
#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. */
	color: #333333;
	font-size: 16px;
	padding-left: 5px;
}

 /*#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: 384px; /* Puts the text within the h1 way off screen so that visual users to not see it. */
	overflow: visible;
	visibility: inherit;
	top: 189px;
	width: 1px;
	height: 1px; 
}*/
#content span1 {
	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: 352px; /* Puts the text within the h1 way off screen so that visual users to not see it. */
	overflow: visible;
	visibility: inherit;
	top: 338px;
} 



#content p {
	font-size: 85%;  /* 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: 5px; /* Places 10 pixels of space between the right edge of the content paragraphs and the right edge of the container. */
	margin-left: 5px; /* 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. */
	padding-left: 5px;
	color: #000000;
}

#sidebar {
	float: none; /* Floats the sidebar to the left within its container. */
	width: 200px; /* Sets the width of the sidebar to 200 pixels. */
}

#sidebar h2 {
	font-size: 100%;  /* Sets the font size to 100% of the user's browser preference, */
	font-weight: normal; /* 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 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. */
}

#sidebar p {
	font-size: 80%;  /* 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.*/
	padding-left: 0px;
}
#footer {
	height: 130px; /* Sets a height that equals the height of the background image. */
	background-image: url(../media/footer_bg.jpg);
	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;
	color: #333333;
}

/* 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: 8px; /* Adds 8 pixels of space to the right of the image so that it does not touch the text */
}

.solidblockmenu li{
	display: inline;
	background-image: url(../images/navover.jpg);
}

.solidblockmenu li a{
	float: left;
	color: #000066;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	background-image: url(../images/nav.gif);
	padding-right: 11px;
	padding-left: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}

.solidblockmenu li a:visited{
	color: #990000;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
	color: #2012FB;
	background-color: transparent;
	background-image: url(../images/navover.gif);
	background-repeat: repeat-x;
	background-position: center center;
}

.solidblockmenu{
	width: 700px;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #00CCFF;
	float: left;
	margin-top: 88px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 22px;
}

</style>

[if IE]>
<style type="text/css">
p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
padding-top: 1em;
}

a:link {
	color: #000000;
	font-family: Verdana, tahoma, Arial;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #0066FF;
	text-decoration: none;
}
a:visited {
	color: #990000;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #0033CC;
}
a:hover {
	color: #006699;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
a:active {
	color: #99FF00;
	text-decoration: underline;
}
.button { font: 12px Verdana, Arial, Helvetica, sans-serif; background-color: #4e4e4e; color: #fefff1; margin: auto; }
.input {
	color: #333333;
	font-size: 12px;
	background-color: #E2E2E2;
}
.picture {
	float: right;
	padding-right: 8px;
	padding-left: 5px;
	margin-right: 10px;
}
.pic {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;}
	
	.maintxt {
	padding-right: 0px;
	padding-left: 0px;
}
.titleHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	font-weight: normal;
	padding-left: 0px;
}
.subh {
	font-size: 14px;
	color: #000066;
}

h1 {
	color: #996600;
	font: bold 16px "Lucida Grande", Lucida, Verdana, sans-serif;
}
h2 {
	color: #999966;
	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
}
h3 {
	color: #996600;
	font: 18;
	padding-left: 10px;
}
h4 { color: #e6e6e6; font-size: 10px; font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif; }
.footer {
	color: #999999;
	font: bold 10px "Lucida Grande", Lucida, Verdana, sans-serif;
}
.footercp {
	color: #c0c0c0;
	font: bold 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-bottom: 5px;
}
.button {
	color: #333333;
	font-size: 10px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: bold;
	background-color: #E2E2E2;
}
.input {
	color: #333333;
	font-size: 12px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: bold;
	background-color: #FFFF99;
	border: dotted 1px #747474;
}
p {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #000000;
}
.border {
	border: dotted 1px #595959;
	padding-right: 10px;
	padding-left: 5px;
	padding-top: 0px;
}
a:active {
	color: #666666;
	text-decoration: none;
}
.picr {
	float: right;
	margin-right: 10px;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-right: 10px;
}
.picl {
	float: left;
	margin-bottom: 5px;
	border: thin dotted #666666;
}
/* set millions of background images */
.rbroundbox {
	background-image: url(../gra/nt.gif);
	background-repeat: repeat;
}
.rbtop div { background: url(../gra/tl.gif) no-repeat top left; }
.rbtop { background: url(../gra/tr.gif) no-repeat top right; }
.rbbot div { background: url(../gra/bl.gif) no-repeat bottom left; }
.rbbot { background: url(../gra/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
	width: 100%;
	height: 17px;
	font-size: 1px;
}
.rbcontent {
	padding-left: 5px;
	width: 770px;
	background-color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	left: auto;
	right: auto;
}
.rbroundbox {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding-top: 0px;
	background-color: #333333;
}
#headban {
	float: right; /* Floats the sidebar to the left within its container. */
	width: 180px;
	position: relative;
	font-size: 16px;
	color: #333333;
	margin-left: 0px;
	top: 90px;
	padding-right: 50px;
	z-index: 99;
	clear: both;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	right: 20px;
	}
