@charset "utf-8";

body  {
	font: 100% Corbel,arial,helvetica,sans-serif;
	font-size: 14px;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* centers container in IE 5* browsers. Text is then set to the left aligned default in the #container selector */
	color: #000000;
}

p {
	margin: 6px 0;
}

.largertxt {
	margin: 6px 0;
	font-size: 16px;
}

.redtxt {
	color: #F00;
}

.redboldtxt {
	color: #F00;
	font-weight: bold;
}

.redstriketxt {
	color: #F00;
	text-decoration: line-through;
}

a img {
	border: none;
}

h1 {
	color: #039;
	font-size: 24px;
	margin: 4px 0 8px 0;
}

.centered {
	text-align: center;
}

.trailkey {
	font-variant: small-caps;
	color: #600;
}

h2 {
	color: #039;
	font-size: 18px;
	margin: 8px 0;
}

.push {
	padding: 0px;
	margin-left: 1em;
}

.push2 {
	padding: 0px;
	margin-left: 2em;
}

.push3 {
	padding: 0px;
	margin-left: 4em;
}

#container {

	width: 990px;

	background: #FFFFFF;

	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

	border: 1px solid #000000;

	text-align: left; /* this overrides the text-align: center on the body element. */

} 

#midcontainer {

	clear: both;

	width: 980px;

	padding: 0;

}

#midcontainer a {

	color: #039;

}

#midcontainer a:hover {

	text-decoration: none;

}

#midcontainer ul {

	list-style-type: square;

	margin-top: 6px;

	margin-bottom: 6px;

}

#midcontainer li {

	margin-top: 3px;

	margin-left: -0.5em;

	padding: 0;

}

#midcontainer ul ul {						/* unordered nested list */

	margin-top: 3px;

	margin-bottom: 6px;

}

#midcontainer ul li li {					/* unordered nested items */

	margin-left: -1.8em;

	padding-left: 0;

	margin-top: 3px;

	margin-bottom: 3px;

}

#sidebar1 {

	float: left; /* since this element is floated, a width must be given */

	width: 293px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */

	background: #CCF; /* the background color will be displayed for the length of the content in the column, but no further */

	padding: 10px 10px 15px 10px;

	margin: 5px 0 0 5px;

}

#sidebar1 ul {

	list-style-type: square;

	margin: 6px 0;

}

#sidebar1 li {

	margin-top: 3px;

	margin-left: 0em;

	padding: 0;

}

#sidebar1 ul ul {						/* unordered nested list */

	margin-top: 3px;

	margin-bottom: 6px;

}

#sidebar1 ul li li {					/* unordered nested items */

	margin-left: -1.8em;

	padding-left: 0;

	margin-top: 3px;

	margin-bottom: 3px;

}

#mainContent {

	float: right;

	width: 645px;

	margin: 0;

	padding: 5px 2px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

}

#footer { 

	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */

	color: #039;

	font-size: large;

} 

#footer p {

	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */

	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */

}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */

	float: right;

	margin-left: 8px;

}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.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 */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#wthrWrap {		/* weather wrapper */
	height: 150px;
	width: 180px;
	background-image: url(../images/clouds_180x150_bg.jpg);
	background-repeat: no-repeat;
	height: 150px;
}

#wthrInner1 {
	height: 138px;
}

#wthrInner2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center !important;
	line-height: 12px;
	color: #000;
}

/* horiz nav bar styles */

#nav, #nav ul {
	float: left;
	width: 980px;
	list-style: none;
	line-height: 1;
	background: white;
	font-weight: bold;
	padding: 0;
	border: solid #eda;
	border-width: 0 0 3px 0;
	margin: 0 1px 2px 3px;
	clear: left;
}

#nav a {
	display: block;
	width: 9em;
	w\idth: 5em;
	color: #7C6240;
	text-decoration: none;
	padding: 0.25em 2em;
}

#nav a.origin {
	background: url(../styles/images/ra.gif) center right no-repeat;
}

#nav li {
	float: left;
	padding: 0;
	width: 9em;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 13.4em;
	w\idth: 12.9em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
}

#nav li li {
	padding-right: 1em;
	width: 12em
}

#nav li ul a {
	width: 12em;
	w\idth: 8em;
}

#nav li ul ul {
	margin: -1.75em 0 0 13em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #eda;
}
