/*
 * Layout
 */
#wrapper {
	min-height: 100%;
}

#wrapper, #content {
	position: relative;
}

#content {
	margin: 0 auto;
	padding: 0 0 170px 0;
	width: 980px;
}

#banner {
  text-align: center;
}

#banner img {
  max-width: 980px;
}

#banner a {text-decoration: none;}

/*
 * Header
 */
#header {
	background: #fafafa;
	border-bottom: 1px solid #ccc;
	box-shadow: 0 3px 10px #333;
	-webkit-box-shadow: 0 3px 10px #333;
	-moz-box-shadow: 0 3px 10px #333;
	font-size: 13px;
	position: relative;
	width: 100%;
	z-index: 100;
}

#header .wrapper {
  background-color: #FFF;
  text-align: center;
  width: 100%;
}

#header ul {
	clear: both;
	margin: 0 auto;
	width: 980px;
}

#header #school {
	float: left;
	width: 755px;
}

#header #school a {
	color: #333;
	display: block;
	font: bold 26px "Century Gothic",Arial;
	height: 50px;
	line-height: 1em;
	overflow: hidden;
	padding: 10px 0 0 0;
	text-decoration: none;
}

#header #school a span {
	font: normal 14px "Century Gothic",Arial;
}

#header #csdm {
	float: right;
	width: 225px;
}

#header #description {
	margin-right: 30px;
	text-transform: uppercase;
}

#header hr {
	border: none;
	border-top: 1px solid #ccc;
  clear: both;
	height: 1px;
  margin-bottom: 0px;
	width: 100%;
}

#header .menu {
	background: #fff;
	height: 40px;
  overflow: hidden;
}

#header .menu li {
	float: left;
	font-family: Helvetica;
	padding: 1em 0;
	height: 40px;
}

#header .menu a {
	border-left: 1px solid #ccc;
  color: #4A6449;
	display: block;
	padding: 0 8px 0 8px;
	text-decoration: none;	
}

#header .menu .first a {
	border: none;
	padding-left: 0;
}

#header .menu a:hover {
  text-decoration: underline;
}

#header .menu #search {
	background: url(images/search.jpg) no-repeat;
	float: right;
	width: 220px;
	height: 20px;
	padding: 10px;	
}

#header #search input {
	float: right;		
}

#header #search #search-input {
	width: 186px;
	height: 16px;
	display: block;
	line-height: 16px;
	border: none;
	margin: 2px 0 0;
	padding: 2px;
	background: none;
}

#header #search #search-submit {
	width: 16px;
	height: 16px;
	display: block;
	overflow: hidden;
	text-indent: -999px;
	line-height: 16px; /* required for IE */
	background: url(images/search-sprite.gif) no-repeat 0 0; 
	cursor: pointer; 
	border: none;
	float: left;
	margin: 3px;
	padding: 0;
}

#header #search #search-submit:hover {
	background-position: 0 -16px;
}

#header #search #search-submit:active {
	background-position: 0 -32px; 
	cursor: wait; 
}

/*
 * Alerts
 */
#alerts {
	background: #ff3333;
	/*border: 10px solid #ff6666;*/
	color: #fff;
	margin: 0 0 20px 0;
	padding: 20px;
}
#alerts li {
	background: #ff3333 url('images/icon-alert.png') no-repeat 0 20px;
	padding: 20px 0 0 50px;
	margin: 0 0 20px 0;
	border-top: 1px solid #ff6666;
}
#alerts li:first-child {
	background: #ff3333 url('images/icon-alert.png') no-repeat 0 0;
	padding: 0 0 0 50px;
	margin: 0 0 20px 0;
	border-top: none;
}
#alerts .alert-date {
	font: bold 11px Helvetica, Arial, serif;
	margin: 0 0 10px 0;
}
#alerts .alert-title {
	font: bold 21px Helvetica, Arial, serif;
	text-transform: uppercase;
}
#alerts .alert-post {
	font: bold 14px Helvetiva, Arial, serif;
}
#alerts p {
	margin: 0 0 10px 0;
	padding: 0;
}
#alerts p:last-child {
	margin: 0;
	padding: 0;
}

/*
 * Languages
 */
#menu-languages {
	background: #fff;
	margin: 0 auto;
	padding: 8px 0;
	text-align: center;
	width: 980px;
}

#menu-languages li {
	display: inline;
}

#menu-languages li a {
	color: #000;
	padding: 0 12px;
}

/*
 * Sidebar
 */

.sidebar .tp1_widget_text {
  overflow: hidden;
}

/*
 * Main
 */
body.search #main, body.search #main .page, body.search #main .content {
	background: #fff !important;
	left: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 980px !important;
}
 
#main .home .social {
  color: #666;
  font: normal 10px "Helvetica";
  /*margin: 3px 0 0 20px;*/
  overflow: hidden;
  text-transform: none;
  height: 25px; 
}
#main .page .social {
  margin-top:-30px;
   color: #666;
  font: normal 10px "Helvetica";
   overflow: hidden;
  text-transform: none;
  height: 25px; 
}


#main .social li {
  float: left;
}

#main .social a {
  color: #666;
  display: block;
  padding: 10px 10px 8px 22px;
  text-decoration: none;
}

#main .social a:hover {
  color: #999;
}

#main .rss a {
	background: url(images/icon-rss.png) 0 5px no-repeat;
  text-decoration: none;
}

#main .text a {
  background: url(images/icon-text.png) 0 5px no-repeat;
}

#main .print a {
  background: url(images/icon-print.png) 0 5px no-repeat;
}

#main .share a {
  background: url(images/icon-share.png) 0 5px no-repeat;
}

#main .map .address {
  background: url(images/icon-marker.png) 0 0 no-repeat;
  overflow: hidden;
}

#main li.pdf a {
	background: url(images/icon-pdf.png) right center no-repeat;
  display: block;
}

.sidebar .tp1_widget_calendar .calendar .month-title  {
  text-transform: lowercase;
}


/*
 * Footer
 */
#footer {
	background: #fff;
	color: #333;
	font: normal 11px/17px "Helvetica";
	height: 170px;
	overflow: hidden;
	position: relative;
}

#footer a {
	text-decoration: none;
}

#footer .content {
	margin: 0 auto;
	overflow: hidden;
	padding: 25px 30px;
	position: relative;
	width: 920px;
}

#footer .address {
	float: left;
  width: 230px;
}

#footer .logo {
	height: 120px;
  left: 250px;
	position: absolute;
	text-align: center;
	width: 480px;
}

#footer .logo img {
	height: auto;
	max-height: 120px;
	max-width: 360px;
	width: auto;
}

#footer .copyright {
	float: right;
	text-align: right;
}

#fb-root {
	clear: both;
}

/*
* General
*/
.clear {
	clear: both;
}

.error {
	color: #ff0000;
}

.example {
	color: #666;
}

.msg {
	color: #006600;
}

.pointer {
	cursor: pointer;
}