/* CSS Document */

* {
	padding: 0px;
	margin: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #006699;
}

a img {
	border: none;
}

div#container {
	background: #ffffff;
	width: 830px;
	padding: 20px 10px;
	margin: 10px auto;
}


/* clearing code*/
#container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html #container{height: 1%;}
#clearfix {display: block;}
/* End hide from IE-mac */

/*end clearing code*/



a {
	color: #CC0000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	color: #333333;
	text-decoration: underline;
	font-size: 24px;
	margin: 10px 0px;
}

h1.schoolName {
	text-decoration: none;
	margin-bottom: 0px;
}

span.address {
	color: #B50000;
	font-size: 18px;
}

#searchTable {
	font-size: 1em;
	font-weight: bold;
	float: right;
	margin: 20px 0px 15px 0px;
}

#searchTable input {
	font-size: 1em;
	color: #B50000;
	font-weight: bold;
}

#searchTable td {
	padding-right: 5px;
}

.redSeparator {
	width: 100%;
	margin-bottom: 15px;
	height: 15px;
	background: #B50000;
	overflow: hidden;
	clear: both;
}

.greySeparator {
	width: 100%;
	margin: 15px 0px;
	height: 1px;
	background: #CCCCCC;
	overflow: hidden;
}

#statesList {
	margin-left: 30px;
}

#statesList .state {
	width: 130px;
	float: left;
}

#statesList a {
	font-size: 12px;
}

#cityList {
	margin-left: 30px;
}

#cityList div {
	width: 130px;
	float: left;
}

#cityList div a {
	display: block;
	font-size: 12px;
}

#schoolList div {
	width: 205px;
	overflow: hidden;
	float: left;
}

#schoolList a {
	font-size: 12px;
	display: block;
}

#schoolList h2 {
	font-size: 18px;
	color: #336699;
	font-weight: bold;
	text-decoration:underline;
}

#popCity {
	width: 500px;
	margin-bottom: 50px;
}

#map2 {
	float: right;
	width: 290px;
	padding:20px 0px 20px 10px;
	border: 1px solid black;
	text-align: center
}

#map {
	width: 520px;
	height:400px;
	float: right;
}

#rateSchool {
	margin-top: 50px;
	width: 280px;
}
h2 a {
	font-size:18px;
	color:#006699;
	text-decoration:none;
}
h3 {
	font-size: 20px;
	color: #336699;
	font-weight: normal;
	margin-bottom: 15px;
}

#rateSchool table {
	width: 100%;
}

#rateSchool .greySeparator {
	margin: 5px 0px;
}

#rateSchool table td, #reviews table td {
	font-size: 15px;
	font-weight: bold;
	color: #336699;
	text-decoration: underline;
}

.apples {
	float: right;
}

.smallGrey {
	font-size: 10px;
	color:#666666;
}
#add_comment {
	margin-top:15px;
	display:none;
}
#reviews {
	margin-top:15px;
	font-size:14px;
}
#reviews h2 {
	font-size:16px;
	color:#006699;
}
.comment_title, .comment_description {
	width:500px;
	float:left;
	margin-top:5px;
}
.comment_title_label, .comment_description_label {
	display:block;
	width:175px;
	text-align:right;
	margin-right:5px;
	margin-top:5px;
	float:left;
}
.comment_description {
	height:200px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
#footer {
	width:800px;
	color:#FFFFFF;
	font-size:12px;
	margin:10px auto;
	text-align:center;
}
#footer a {
	color:#fff;
}