/* CSS Document - styles.css */

ul,ol { list-style: none; }
h1,h2,h3,h4,h5,h6,pre,code { font-size: 1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,table,tr,td,p,blockquote,fieldset,input,div,dd,dt,dl { margin: 0; padding: 0; }
fieldset, a img,:link img,:visited img { border: none; }

html,body {
	background-color: #ffc;
	color: #000;
	margin: 0 auto;
	text-align: center;
	font: 12px/17px lucida grande,verdana,sans-serif;
}

#top, .top { width: 761px; }

#top {
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
}

#left-col, #right-col, #chicago-public-schools, #chicago-public-schools-copy { float: left; }
#left-col { width: 503px; }
	#left-col h3 { margin: 0 32px 8px; font: 900 15px/19px lucida grande,verdana,sans-serif; color: #670133; }
	#left-col p { margin: 0 32px 14px; }
	#left-col ul { list-style: outside disc; margin: 0 32px 14px 52px; }
	#left-col li { margin-bottom: 3px; }
#right-col { width: 258px; background-color: #670133; color: #fff; }
	#right-col p { margin: 0 18px 14px 14px; }
	#right-col big { font-size: 16px; font-weight: bold; }

/* Form */
#right-col form { margin: 0 18px 14px 22px; line-height: normal; }
#right-col fieldset { margin-bottom: 8px;}
#right-col fieldset.custom { float: left; width: 100px; }
#right-col fieldset.custom input { width: 75px; }
#right-col legend { padding: 2px 0; color: #fff;}
#right-col input, #right-col textarea { width: 203px; padding: 1px; font: 12px/12px lucida grande,verdana,sans-serif; }
#right-col input.btn-send { width: 88px; font-size: 14px; }

#chicago-public-schools { width: 156px; }
#chicago-public-schools-copy { width: 347px; }
	#chicago-public-schools-copy p {
		padding-top: 26px;
		margin: 0 22px 14px; 
	}	

.divider { padding: 22px 0 10px; background: url(../images/left-divider.jpg) no-repeat center; overflow: hidden; }
	.divider hr { display: none; }

#header { height: 88px; background: url(../images/header.gif); }
	#header a {
		display: block;
		width: 302px; height: 64px; 
		position: relative;
		top: 11px; left: 118px;
	}
	#header span, #header h2 { display: none; }

#right-header { height: 146px; background: url(../images/right-header.jpg) no-repeat; }
	#right-header blockquote { display: none; }
	
#footer { height: 23px; background-color: #670133; }

.clear { clear: both; }

#left-col ul li ul { margin: 0; }
#left-col ul li ul li { margin-left: 20px; list-style: circle; }
