/* @override http://www.dupage88.net/new_website/css/styles.css */

body  {
	font: 100% Trebuchet MS, Arial, Helvetica, sans-serif;
	background: #5787b3 url(../images/bg.gif) repeat left top;
	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: #4c4c4c;
}
#container { 
	width: 848px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-top: 1px #d0d4d7 solid;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#branding{
	border: 5px solid #ffffff;
}
#navigation{
	background: #fbe24c url(../images/nav_bg.jpg) repeat-x left top;
	border-left: 5px solid #ffffff;
	border-right: 5px solid #ffffff;
	border-bottom: 5px solid #ffffff;
	height: 34px;
}

#mainContent { 
	margin: 0 0 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: left;
}
#results {
	padding: 20px 40px;
}
#result_report {
	padding: 5px 40px;
}

#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 214px; /* the background color will be displayed for the length of the content in the column, but no further */
	background-color: #ffffff;
}
#siteinfo {
	background: url(../images/siteinfo_bg.gif) repeat-x left top;
	height: 43px;
	padding: 0;
	margin: 0;
}

#extramenu { 
	width: 100%;
	margin: -290px 0 0 -27px;
	float: left;
	clear: none;
	z-index: 2000;
	padding: 0px;
	}
.col1, .col2, .col3{
	float: left;
	clear: none;
	padding: 0px 13px 0px 0px;
	width: 185px;
	background: #fff;
}
.col1med, .col2med, .col3med{
	float: left;
	clear: none;
	padding: 0px 0px 0px 0px;
	max-width: 170px;
	background: #fff;
}
.col1small, .col3small  {
	float: left;
	clear: none;
	padding: 0px 0px 0px 0px;
	width: 100px;
	background: #fff;	
}
.col2small, .col4small {
	float: left;
	clear: none;
	padding: 0px 0px 0px 0px;
	width: 170px;
	background: #fff;	
}
.col1large, .col2large{
	float: left;
	clear: none;
	padding: 0px 10px 0px 0px;
	max-width: 255px;
}

.listcol1, .listcol2 {
	float: left;
	clear: none;
	padding: 0px 13px 0 0;
	width: 220px;
	background: #fff;
	margin-bottom: 25px;
}
.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: 12px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 12px;
}
.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;
}
h1 {
	color: #666666;
	font-size: 105%;
	line-height: normal;
	margin: 0;
	padding: 0;
}
h2 {
	color: #003366;
	font-size: 80%;
	line-height: normal;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
h3 {
	color: #003366;
	font-size: 80%;
	line-height: normal;
	margin: 15px 0 0 0;
	padding: 10px 0 0 0;
}
h1.search{
	clear: none;
	color: #666666;
	float: left;
	font-size: 105%;
	line-height: normal;
	margin: 29px 0 0 40px;
	padding: 0;
	width: 100px;
}
p, li {
	color: #4c4c4c;
	font-size: 70%;
	margin: 0;
	padding: 5px 0px;
	line-height: 170%;
}
a{
	color: #03519a;
	text-decoration: none;
}
a:hover{
	text-decoration: none;
	color: #636363;
}
.bold{
	font-weight: bold;
}
.story{
	background: url(../images/maincontent_bg.jpg) repeat-x left top;
	margin: 0;
	padding: 30px 0 50px 0;
	width: 100%;
	}
.content{
	margin: 0 28px 0 58px;
	width: 547px;
}
.content p, .content li{
	font-size: 75%;
}
.p1{
	width: 547px;
	clear: left;
	float: left;
	display: block;
	padding-bottom: 20px;
}

.p1 p, .p1 h1, .p1 h2{
	width: 364px;
	float: right;
}

.p2{
	width: 547px;
	clear: left;
	float: left;
	display: block;
	padding-bottom: 20px;
}

.p2 p, .p2 h1, .p2 h2{
	width: 264px;
	float: right;
}

/* My Comment */

#box_whatsnew, #box_calendar, #box_building {
	height: 151px;
	width: 209px;
	margin: 0px 0px 7px 0;
}
#box_links{
	background:#e1eefb url(../images/box_links_title.gif) no-repeat left top;
	width: 209px;
	margin: 0px;
	padding: 0 0 30px 0;	
	border-bottom: 7px solid #beddfa;
}
#box_links img, #box_calendar img, #box_building img{
	margin: 6px 0px 4px 39px;
	}
	
#box_whatsnew {
	background: #beddfa url(../images/box1_title.gif) no-repeat left top;
}
#box_calendar {
	background:#cfe4f8 url(../images/box2_title.gif) no-repeat left top;
}
#box_building {
	background:#e1eefb url(../images/box3_title.gif) no-repeat left top;
}
#sidebar1 #box_whatsnew div{
	background: #beddfa;
	padding: 0px 0px;
	position: relative;
	margin: 6px 0px 0px 38px;
	max-width: 160px;
}
#sidebar1 #box_whatsnew div p{
	max-width: 155px;
	display: block;
}
#sidebar1 p{
	color: #777777;
	line-height: 100%;
	margin: 0px 5px 5px 38px;
	}
#box_whatsnew img, #box_whatsnew p{
	background: none;
	display: block;
	margin: 0px 5px 0 0;
	padding: 5px 5px 0 0;
	max-width: 155px;
}
.directions p{
	color: #777777;	
	line-height: 130%;
	margin: 0px 5px 5px 28px;
	}

#sidebar1 ul, #mainContent ul{
	margin: 0px 5px 0px 0px;
	padding-left: 30px;
	list-style: none;
	list-style-image: url(../images/bullet.gif);
	list-style-position: outside;
}
#sidebar1 li{
	color: #4c4c4c;
	padding: 3px 0px 3px 5px;
	margin-left: 20px;
	line-height: 170%;
	}	
#sidebar1 .title{
	color: #4c4c4c;
	font-size: 11px;
	font-weight: bold;
}
#results .tite{
	padding: 10px 0px;
}
#siteinfo h1{
	color: #666666;
	font-size: 65%;
	padding: 8px 0 0 20px;
		margin-bottom: 0px;
	}
#siteinfo p{
	font-size: 60%;
	margin: 0px;
	padding: 0 0 0 20px;
}
.roadtop{
	margin: -33px 0 0 -42px;
}
#siteinfo img{
	clear: none;	
	float: left;
	padding: 0;
	margin-bottom: 0px;
}
.padright{
	padding:0 8px 8px 0;	
}
.question{
	font-size: ;
}
.row_bg{
	background-color: #f0efff;
	border-bottom: 1px #eeeeee solid;
	border-top: 1px #eeeeee solid;
}
.faq, h4 {
	background-color: #f0efff;
	border-bottom: 1px #999 solid;
	font-weight: bold;
	font-size:110%;
	color: #335a7d;
	padding: 7px;
	margin: 8px 0px;
	line-height: 22px;
	width: 550px;
	}
.answers{
	margin: 10px 7px;
}
.question{
	margin: 15px 0px;
	width: 100%;
}

/* @group calendar */

table#calendar form input, table#calendar form select {
	font-size: 70%;
}
table#calendar-wrapper{
	border: none;
}
table#calendar{
	border: none;
	text-align: left;
}
table#calendar tbody tr td, table#calendar-wrapper tbody tr td{
border:none;
}
.day-highlight{
	background-color: #fff8dd;
	font-size: 11px;
}
.month {
	font-weight: bold;
	color: #335a7d;
	font-size: 19px;	
}
.day{
	font-size: 11px;
	background-color: #f8f8f8;
}
.today{
	font-size: 12px;
	background-color: #b2c8eb;
	
}
.week{
	border: none;
	font-size: 12px;
	color: #555555;	
	background-color: #b2c8eb;
	border-top: 10px solid #fff;
	padding: 10px 0px;
	text-align: center;
	text-transform: uppercase;
}
.not-today{
	background-color: #dfeefa;
	font-size: 12px;
}

/* @end */

/* @group search */

#searchbox{
	background-color:#e1eefb;
}
.searchtext{
	font-size: 70%;
	padding: 0px 5px 0px 10px;
}
.description {
	font-size: 80%;
	line-height: 140%;
	margin: 0;
	padding: 5px 0 5px 0;
}
.url {
	color: #03519a;
	font-size: 80%;
	padding-bottom: 10px;
}
#other_pages {
	font-size: 90%;
	padding: 0px 40px;
}
#powered_by {
	font-size: 70%;
	color: #999;
	padding: 10px 0px 0px 40px;
}
#powered_by img{
	width: 70px;
}
/* @end */