/* ========================= */
/* = Small application CSS = */
/* ========================= */

/** LEFT ITEMS UNDER MENU **/
#leftBox {
	width:100%;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 1px;
	padding-top:5px !important;
	padding-bottom:5px !important;
	font-size:80%;
}

* html .newsBox {
	margin-top: 1px !important;
}

#leftBox .leftBoxTitle{
	padding-left:8px;
	font-weight:bold;
	text-decoration:none;
	font-size:1em;
}
#leftBox .newsLink a {
	color:#FFFFFF;
	text-decoration:none;
}
#leftBox .newsLink a:hover {
	color:#003300;
	padding: 7px 65px 7px 0;
	text-decoration:none;
	background-color:#FFFFFF;
}
#leftBox p{
	padding-left:9px;
}


/** LEFT WELCOME BOX **/
.welcomeBox p {
	padding-left: 8px;
}
#welcomeBoxText {
	padding-left:9px;
	padding-top: 5px;
	height: 180px;
}

#rightButtons {
	position:relative;
	left:0;
	top:0;
	width:80%;
	cursor:default !important;
	border:none;
	text-align:left;
	margin-left:20px;
	* margin-left:-25px;
	margin-top:-10px;
	* margin-top:-15px;
	clear:both;
}


#rightButtons ul {
	cursor:default !important;
	width:100%;
	padding:2px;
}

#rightButtons li {
	display: block;
	width:100%;
	position:static;
	margin-top: 1px;
}

#rightButtons h3 {
	width:100%;
	display:block;
	background:none;
	margin:0;
	padding:0;
	border:none;
	font-size:0.85em;
	font-weight:normal;
}


#rightButtons li a {
	padding-left:9px;
	* margin-top: -1px;
	padding-top: 1px;
	padding-bottom: 2px;
	text-decoration:none;
	position:relative;
	display:block;
	border-width:1px;
	border-style:solid;
}


#rightButtons li a:hover {
	border-width:1px;
	border-style:solid;
}



#weatherBox {
	margin-left:7px;
	* margin-left:12px;
	padding: 3px;
	border-style:dashed;
	border:dashed #CCCCCC 2px;
	width: 90%;
	text-align:left;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
		/* AJAX scripts are currently not working in Safari, therefore I am hiding the weather and testimonial divs */
    #weatherBox { display: none; }
		#testimonialBox { display: none; }
}

#weatherBoxTime {
	width: 140px;
	font-size: 75%;
	text-align:left;
	padding: 2px 0 0 2px;
	height: 35px;
}

#weatherBoxClockIcon {
	width: 31px;
	float:right;
	height: 35px;
}
#weatherBoxWeather {
	width: 100%;
	font-size: 75%;
	padding: 2px;
}
#testimonialBox {
	border: 1px solid #000;
	margin: 7px 3px 3px 7px;
	* margin-left: 15px;
}
#testimonialBox h3 {
	margin: 2px;
	font-size: 80%;
}
#testimonialBoxText {
	padding: 4px;
	text-align: left;
	font-size: .8em;
}

/*	Find A School */
.formLabel{
	float: left;
	width: 10em; 
	font-weight:bold;
}
#schoolMenu{
	margin-left:10em;
}