/* CSS Document */

/* Ask BRYCS! */
#sidebar-left #askbrycs {
	background: url(../images/icon-askbrycs.gif) 115px 17px no-repeat;
}


/* Sign Up! */
#sidebar-left #signup {
	background: url(../images/icon-signup.gif) 104px 22px no-repeat;
}


/* Promising Practices Sidebar */
#sidebar-left #promising-practices {
	background: url(../images/icon-promising.gif) 104px 22px no-repeat;
}



/* Search Form */
form#search-form {
	float: right;
	background-color: #ffffff;
	margin-top: -16px;
	padding: 0px 42px 0px 7px;
}

body.front form#search-form {
	margin-top: -23px;
}

form#search-form .form-field {
	border: 1px #7591d6 solid;
	color: #000000;
	font-size: 8px;
	padding: 1px 8px;
	font-family: Arial, Helvetica, sans-serif;
	width: 118px;
}

form#search-form .form-submit {
	margin-top: 1px;
}

/* Announcements on Homepage */
#announcements {
	width: 723px;
	margin-top: 20px;
	margin-bottom: 10px;
}

#announcements ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#announcements ul li {
	float: left;
	background: #DEDBCC url(../images/announcements-left.gif) top left no-repeat;
	padding: 0px;
	margin: 0px 5px 0px 0px;
}

#announcements ul li.active {
	background: #2E4492 url(../images/announcements-active-left.gif) top left no-repeat;
}

#announcements ul li a {
	display: block;
	color: #263D8E;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background: url(../images/announcements-right.gif) top right no-repeat;
	padding: 2px 12px;
}

#announcements ul li.active a {
	color: #ffffff;
	background: url(../images/announcements-active-right.gif) top right no-repeat;
}

#announcements .content {
	background: #cad2ee url(../images/announcements-bg.png) top left repeat-x;
	clear: both;
}

#announcements h2 {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
	padding: 25px 19px 16px 22px;
	line-height: 130%;
}

#announcements p {
	font-size: 14px;
	color: #000000;
	padding: 12px 21px;
	margin: 0px 41px 0px 0px;
	line-height: 135%;
}

#announcements p a {
	color: #ffffff;
	text-decoration: none;
}


/* Promising Practices on Homepage */
#promising-practices p {
	font-weight: bold;
	color: #666666;
}

#promising-practices form label {
	font-size: 11px;
	color: #2E4492;
	font-weight: bold;
	background: url(../images/icon-label.gif) left center no-repeat;
	padding-left: 10px;
	margin-top: 14px;
	margin-bottom: 3px;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	clear: left;
	width: 150px;
}

#promising-practices form select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	margin-bottom: 16px;
	width: 120px;
	border: 1px #999 solid;
	float: left;
	margin-right: 3px;
}

* html #promising-practices form .form-submit {
	margin-bottom: 6px;
}


/* Spotlight */
.spotlight {
	float: right;
	width: 214px;
	border-bottom: 1px #2F4592 solid;
	margin: 26px 45px 10px 30px;
}

* html .spotlight {
	margin-right: 22px;
}

.spotlight h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background: url(../images/spotlight-header.gif) top left no-repeat;
	margin: 0px;
	padding: 6px 0px 6px 34px;
	text-transform: uppercase;
}

.spotlight h4 {
	border-left: 1px #2F4592 solid;
	border-right: 1px #2F4592 solid;
	margin: 0px;
	font-size: 11px;
	color: #982B31;
	padding: 12px 5px 10px 10px;
}

#container .spotlight p {
	border-left: 1px #2F4592 solid;
	border-right: 1px #2F4592 solid;
	font-size: 11px;
	line-height: 120%;
	color: #666666;
	margin: 0px;
	padding: 0px 14px 10px 14px;
}


/* Utility Menu (Footer) */
#utility-menu {
	float: right;
	margin: -30px 10px 0px 0px;
}


/* Right Sidebar Blocks */
#sidebar-right .block {
	float: right;
	width: 161px;
	border-bottom: 1px #019EB5 solid;
	text-align: center;
}

#sidebar-right .block h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background: url(../images/sidebar-right-header.gif) top left no-repeat;
	margin: 0px;
	padding: 6px 0px 6px 0px;
	text-align: center;
	text-transform: uppercase;
}

#sidebar-right .block .content {
	border-left: 1px #019EB5 solid;
	border-right: 1px #019EB5 solid;
}

#sidebar-right .block h3 {
	border-left: 1px #019EB5 solid;
	border-right: 1px #019EB5 solid;
	margin: 0px;
	padding: 9px 0px;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	text-align: center;
}

#container #sidebar-right .block ul {
	list-style: none;
	margin: 0px;
	padding: 10px 9px;
}

#container #sidebar-right .block ul li {
	font-size: 10px;
	padding: 1px 0px 1px 10px;
}

* html #container #sidebar-right .block ul li {
	padding: 0px 0px 0px 10px;
	margin-bottom: -10px;
	display: inline;
}

*+ html #container #sidebar-right .block ul li {
	padding: 0px 0px 0px 10px;
	margin-bottom: -10px;
	display: inline;
}