@charset "UTF-8";
body  {
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	background-color: #696;
}

h2 
{
	font-size: 115%;
}

h3
{
	margin-bottom: -15px;
}

h4
{
	font-size: 110%;
}

#breadcrumbs
{
	padding-top: 0.2em;
	padding-left: .4em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003;
}

#container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #ff9;
	border-bottom-color: #ff9;
	border-left-color: #ff9;
	/*border-left-color: #c66;*/
}

#dir-list
{
	font-size: 120%;
}


#weather
{
	font-size: 12px;
}

#calendarSmall
{
	padding: 10px;
}

#header {
	background-color: #FFF;
	height: 150px;
	margin: 0px;
} 
#header h1 {
	margin: 0px;
}

#navBar
{
	height: 29px;
	/*background-color: #69c;*/
	background-color: #696;
	margin-top: 0px;
	clear: left;
	float: left;
	width: 1000px;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #ff9;
}


#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* padding keeps the content of the div away from the edges */
	clear: left;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-color: #FFC;
	font-size: 100%;
}

#sidebar1 a:link, #sidebar1 a:active, #sidebar1 a:visited, #sidebar1 a:hover,
#sidebar2Enhanced a:link, #sidebar2Enhanced a:active, #sidebar2Enhanced a:visited, #sidebar2Enhanced a:hover
{
	outline: none;
}

#sidebar1 h2 a:link, #sidebar1 h2 a:active, #sidebar1 h2 a:visited,
#sidebar1 p a:link, #sidebar1 p a:active, #sidebar1 p a:visited,
#sidebar2Enhanced h2 a:link, #sidebar2Enhanced h2 a:active, #sidebar2Enhanced h2 a:visited,
#sidebar2Enhanced p a:link, #sidebar2Enhanced p a:active, #sidebar2Enhanced p a:visited,
#breadcrumbs a:link, #breadcrumbs a:active, #breadcrumbs a:visited
{
	text-decoration: underline;
	color: #060;
}

#sidebar1 h1
{
	font-size: 150%;
}

#sidebar1 h2
{
	font-size: 120%;
}


#sidebar1 ul
{
	list-style-type: none;
	margin-top: -10px;
}

#sidebar1 ul li
{
	font-size: 85%;
}

#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 320px; /* padding keeps the content of the div away from the edges */
	background-color: #CFC;
	margin: 20px;
}

#sidebar2 h2
{
	padding-left: 30px;	
}

#sidebar2Content
{
	margin: 20px;
}

#sidebar2space
{
	background-color: #FFF;
	height: 50px;
	margin-right: -20px;
	margin-left: -20px;
}

#sidebar2 #sidebar2Content ul li
{
	list-style-type: none;
	margin-left: -20px;
}

#sidebar3 {
	float: right; /* since this element is floated, a width must be given */
	width: 320px; /* padding keeps the content of the div away from the edges */
	background-color: #CFC;
	margin: 20px;
	clear: left;
}

#sidebar3Content
{
	background-color: #BCFFC9;
}



#mainContent {
	margin-top: 10px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-right: 10px;
} 

#mainContent ul
{
	margin-top: -10px;
}


#mainContent h1
{
	margin-top: 20px;
	padding-top: 10px;
	margin-bottom: 10px;
	font-size: 150%;
}

#mainContent table tr td img
{
}

.tableimg
{
	vertical-align: top;
	border: medium solid #060;
}

#mainContent table tr td h2
{
	font-size: 175%;
}

#mainContent table tr td h3
{
	valign: top;
}


#centerContent
{
	margin-top: 30px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 20px;
	padding-right: 40px;
	padding-left: 80px;
}
#centerContent a:link, #centerContent a:active, #centerContent a:visited, #mainContent a:link, #mainContent a:active, #mainContent a:visited
{
	text-decoration: underline;
	color: #060;
}

#centerContent a:hover, #mainContent a:hover
{
	color: #FF0;
	background-color: #549C62;
}

#centerContent h2
{
	margin-top: 0px;
}


#footer {
	background:#669966;
	text-align: center;
	color: #FFF;
	font-size: 85%;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0;
} 

#footer img
{
	display: block;
}
#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;
}

#footer a:link, #footer a:active, #footer a:visited
{
	outline: none;
	color: #FFF;
	text-decoration: underline;
}

#footer a:hover
{
	color: #ccffcc;
	text-decoration: underline;
}

.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;
}

.85percent
{
	font-size: 85%;
}

.70percent
{
	font-size: 70%;
}

.article
{
	display: none;
}




/*jShowOff css*/

/*
#features
{
	background-color: #579AD0;
	height: 400px;
	width: 280px;
}
#images
{
	background-color: #579AD0;
	height: 400px;
	width: 280px;
} 
#features img

	text-align: center;
	vertical-align: middle;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}	
#features a
{
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
*/


#features {
	background: #cfc;
	position: relative;
	overflow: hidden;
	width: 260px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	float: right;
	padding-top: 20px;
	padding-right: 25px;
	}

/*#features img{

	text-align: center;
	vertical-align: middle;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}*/	

.caption
{
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	color: #333;
}

.slide
{
	position: static;
	top: 220px;
}

/*size of the frame */
.jshowoff {
	width: 260px;
	height: 230px;
	}
.jshowoff div, .jshowoff img, .jshowoff {
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	}
	
.jshowoff img {
	verical-align: middle;
}
.jshowoff h2, .jshowoff p {
	font-size: 18px;
	padding: 15px 20px 0px;
	margin: 0;
	}
.jshowoff p {
	font-size: 13px;
	line-height: 15px;
	}
#eddie {
	float: right;
	padding: 15px 20px 15px 20px;
	}
.jshowoff-slidelinks {
	position: absolute;
	bottom: 5px;
	right: 5px;
	margin: 0;
	padding: 0;
	}
.jshowoff-slidelinks a, .jshowoff-controls a {
	display: block;
	color: #FFF;
	float: left;
	text-decoration: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	outline: none;
	font-size: 11px;
	line-height: 14px;
	background-color: #696; /*030;*/
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 7px;
	}
.jshowoff-slidelinks a.jshowoff-active {
	background: #fff;
	color: #FFF;
	}
p.jshowoff-controls {
	overflow: auto;
	height: 1%;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	background-color: #cfc;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 20px;
	}
.jshowoff-controls a {
	margin: 5px 5px 0 0;
	font-size: 12px;
	line-height: 15px;
	padding: 4px 8px 5px;
	}
.85percent
{
	font-size: 85%;
}

.70percent
{
	font-size: 70%;
}

#narrowTable
{
	margin-left: -10px;
}

.rightcolumn
{
	margin-left: 420px;
}

