/***** GENERAL *****/
body {
	background-color: #FFF;
	color: #333;
	font: normal normal normal medium Arial, Helvetica, sans-serif;
	margin: 3px 0 0 0;
	padding: 0;
	text-align: center;
}
h1, h2, h3, h4, h5, h6, p, ol, ul, dl, form {
	margin-top: 0;
}
img {
	border: none;
}
a:link, a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
.hide {
	display: none;
}
form input, form select, form textarea {
	color: #000;
	font: normal normal normal 1.2em Arial, Helvetica, sans-serif;
}



/***** LAYOUT *****/
#container {
	font-size: 62.5%;
	margin: 0 auto;
	text-align: left;
	width: 777px;
border-left: 1px solid #DDE3E7;
border-right: 1px solid #DDE3E7;
border-bottom: 1px solid #DDE3E7;
border-top: 1px solid #DDE3E7;
}
#header {
	background-color: #FFD500;
	color: #666;
	height: 78px;
	position: relative;
}
#subheader {
	margin: 7px 17px 7px 174px;
}
#main {
	height: 1%;
	margin: 0 17px 0 16px;
	overflow: hidden;
}
#sidebar {
	float: left;
	width: 140px;
}
#pagebody {
	font-size: 1.1em;
	float: right;
	line-height: 150%;
	width: 586px;
}
#pagecontent, #pagesubcontent {
	height: 1%;
	margin-bottom: 1.7em;
	overflow: hidden;
}
#pagecontent div.column1, #pagesubcontent div.column1 {
	float: left;
	width: 345px;
}
#pagecontent div.column2, #pagesubcontent div.column2 {
	float: right;
	width: 223px;
}
#pagecontent .column2 {
/*	margin-top: 66px; */
}
#footer {
	border-top: solid 3px #FFD500;
	color: #666;
	padding: 7px 7px 0 16px;
height:	2.4em;
}



/***** HEADER *****/
#header #logo {
	background: transparent url(../images/bg-logo.gif) no-repeat;
	height: 33px;
	left: 22px;
	position: absolute;
	top: 25px;
	width: 256px;
}
#header #logo a {
	display: block;
	height: 100%;
	width: 100%;
}
#header #logo img {
	display: none;
}
#header #breadcrumbs {
	bottom: 7px;
	font-size: 1.1em;
	margin: 0;
	position: absolute;
	right: 17px;
}
#header #breadcrumbs a {
	color: #666;
	text-decoration: none;
	text-transform: lowercase;
}
#header #breadcrumbs a:hover {
	text-decoration: underline;
}
/* appended: 2007-06-13 */
#header #breadcrumbs {
	list-style: none;
	margin: 0;
	padding: 0;
}
#header #breadcrumbs li {
	background: url(../images/bg-breadcrumb.gif) no-repeat center left;
	display: inline;
	margin: 0 0 0 3px;
	padding: 0 0 0 6px;
}
#header #breadcrumbs li.first {
	background: none;
	margin-left: 0;
	padding-left: 0;
}



/***** SUBHEADER *****/
#subheader {
	width: 586px;
}
#subheader ul {
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
}
#subheader ul li {
	float: left;
	font-size: 1.1em;
	list-style: none;
	margin: 0 0 0 2em;
	padding: 0;
}
#subheader ul li.menu-1 {
	margin-left: 0;
}
#subheader ul li a {
	text-decoration: none;
}
#subheader ul li.active a {
	color: #191919;
	font-weight: bold;
}



/***** MASTHEAD *****/
#masthead {
	background-color: #F3F4F5;
	background-repeat: no-repeat;
/*	border-bottom: solid 3px #DDE3E7; */
	height: 142px;
	margin-bottom: 14px;
}

/* amends for home & section pages */
body.home #page-title, body.section #page-title, body.news-article #page-title, body.event #page-title {
	margin-bottom:14px;
}
body.home #sidebar ul, body.section #sidebar ul, body.news-article #sidebar ul, body.event #sidebar ul {
	margin-top: 80px;
}
body.section #sidebar ul ul, body.news-article #sidebar ul ul {	/* cancels above for nested lists */
	margin-top: 0;
}


/***** SIDEBAR *****/
#sidebar ul {
	list-style: none;
	margin: 66px 0 20px 0;
	padding: 0;
}
#sidebar ul li {
	font-size: 1.1em;
	list-style: none;
	margin: 0 0 0.7em 0;
	padding: 0;
}
#subheader ul li.first {
	margin-top: 0;
}
#sidebar ul li a {
	color: #191919;
	text-decoration: none;
}
#sidebar ul li a:hover {
	text-decoration: underline;
}

#sidebar ul li.active a, #sidebar ul li.active li.active a, #sidebar ul li.active li.active li.active a, #sidebar ul li.active li.active li.active li.active a {
	color: #000;
	font-weight: bold;
}
/* appended: 2007-06-06 */
#sidebar li ul {
	display: none;
}
#sidebar li.active ul {
	display: block;
}
#sidebar li.active ul li ul {
	display: none;
}
#sidebar li.active ul li.active ul {
	display: block;
}
#sidebar li.active ul li.active ul li ul {
	display: none;
}
#sidebar li.active ul li.active ul li.active ul {
	display: block;
}
#sidebar ul ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#sidebar li li {
	font-size: 1em;
	margin: 0;
	padding: 0;
}
#sidebar ul li.active li a, #sidebar ul li.active li.active li a, #sidebar ul li.active li.active li.active li a {
	color: #191919;
	font-weight: normal;
}
/* appended: 2007-06-13 */
#sidebar li.active ul li {
	margin: 0.7em 0 0 0;
}
#sidebar li.active ul li ul li {
	background: url(../images/bg-arrow.gif) no-repeat 0 6px;
	margin: 0.7em 0 0;
	padding-left: 9px;
}
#sidebar li.active ul li ul li ul li {
	background: url(../images/bg-bullet.gif) no-repeat 0 6px;
	padding-left: 13px;
}
body.home #sidebar {
	height:	200px;
	background: url(../images/bg_watermark.gif) no-repeat 18px 80px;
	
}


/***** PAGE TITLE *****/
#page-title {
	margin-top:14px;
	width:	500px;
	height: 50px;
}
#page-title div.title h1 {
	color: #191919;
	font-size: 2.6em;
	font-weight: normal;
	line-height: 100%; 
	margin-bottom: 0;
	text-transform: uppercase;
}
#page-title div.title h2 {
	color: #333;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 100%; 
	margin-bottom: 0;
	margin-top: -5px;
}



/***** CONTENT *****/
#content div.contents h3 {
	color: #000;
	font-weight: bold;
	margin-bottom: 0;
}



/***** FOOTER *****/
#footer a {
	color: #666;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer #sitemap {
	float: left;
	font-size: 1.1em;
	text-transform: lowercase;
	width: 140px;
}
#footer #footnote {
	float: right;
	font-size: 1.1em;
	width: 596px;
}



/***** BLOCK-QUOTATION *****/
#block-quotation blockquote {
	margin: 0;
}
#block-quotation blockquote p {
	color: #404040;
	font-size: 1.6em;
	line-height: 130%;
	margin-bottom: 0.5em;
}
#block-quotation blockquote cite {
	font-style: normal;
}
#block-quotation blockquote cite span {
	color: #404040;
	font-weight: bold;
}



/***** BLOCK-CONTENTQUOTATION *****/
#block-contentquotation {
	background: transparent url(../images/bg-divider.gif) repeat-x bottom left;
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
}
#block-contentquotation blockquote {
	margin: 0;
}
#block-contentquotation blockquote p {
	color: #404040;
	font-size: 1.6em;
	line-height: 130%;
	margin-bottom: 0;
}
#block-contentquotation blockquote cite {
	font-style: normal;
}
#block-contentquotation blockquote cite span {
	color: #404040;
	font-weight: bold;
}



/***** BLOCK-LATESTNEWS *****/
#block-latestnews h3.title {
	font-size: 1.0em;
	font-weight: bold;
	margin-bottom: 0.1em;
}
#block-latestnews div.contents {
	background: transparent url(../images/bg-divider.gif) repeat-x;
	padding-top: 7px;
}
#block-latestnews div.contents div h4 {
	color: #191919;
	font-weight: bold;
	margin-bottom: 0;
	font-size: 1.0em;
}
#block-latestnews div.contents div h4 a {
	text-decoration: none;
}
#block-latestnews div.contents div h4 a:hover {
	text-decoration: underline;
}
#block-latestnews div.contents div p span a {
	font-style: italic;
	text-transform: lowercase;
}


/***** NEWS LIST *****/
#news-list div.contents {

}
#news-list div.contents div h4 {
	color: #191919;
	font-weight: bold;
	margin-bottom: 0;
	font-size: 1.0em;
}
#news-list div.contents div h4 a {
	text-decoration: none;
}
#news-list div.contents div h4 a:hover {
	text-decoration: underline;
}
#news-list div.contents div p span a {
	font-style: italic;
	text-transform: lowercase;
}



/***** NEWS ARTICLE *****/
.news-article .back {
	height: 2em;
}
.news-article .back a {
	text-decoration: none;
	font-weight: bold;
}
.news-article .back a:hover {
	text-decoration: underline;
}

.news-article #content .contents {
	background: transparent url(../images/bg-divider.gif) repeat-x;
	padding-top: 9px;
}



/***** BLOCK-PARTNERS *****/
#block-partners {
	width: 100%;
	background: transparent url(../images/bg-divider.gif) repeat-x;
}
#block-partners h3.title {
	display: none;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 0.1em;
}
#block-partners div.contents {
	padding-top: 11px;
}



/***** BLOCK-EVENTS *****/
#block-events h3.title {
	font-size: 1.0em;
	font-weight: bold;
	margin-bottom: 0.1em;
}
#block-events div.contents {
/*
	background: transparent url("../images/bg-divider.gif") repeat-x;
	padding-top: 7px;
*/
}
#block-events div.contents div h4 {
	color: #191919;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0.5em;
}
#block-events div.contents div h4 a {
	text-decoration: none;
}
#block-events div.contents div h4 a:hover {
	text-decoration: underline;
}
#block-events div.contents div img {
	margin-bottom: 0.5em;
}
#block-events div.contents div p span {
	display: block;
}
#block-events .block-events {
	margin-bottom: 1.5em;
}



/***** BLOCK-IMAGE *****/
#block-image {
	margin-top: 4px;
}
#block-image div.contents, #block-main-image div.contents  {
	text-align: right; 
}
#block-image div.contents img {
	margin: 0;
}
#block-events div.contents p {
	margin: 0;
}



/***** FORM *****/							
form#form1 {
	margin: 2em 0 0;
}
form#form1 div.row {
	height: 1%;
	margin-bottom: 0.5em;
	overflow: hidden;
	width: 100%;
}
form#form1 div.row div.label {
	float: left;
	width: 10em;
}
form#form1 div.row div.field {

}
form#form1 div.row div.field select, form#form1 div.row div.field input, form#form1 div.row div.field textarea {
	width: 16em;
}
form#form1 div.row div.field input.button {
	text-align: center;
}
p.message {
	margin-top: 1.6em;
	font-style: italic;
}

/***** ADVANCED SEARCH *****/							
form#form_advanced_search {
}
form#form_advanced_search select {
	width: 25em;
}
form#form_advanced_search input.button {
	text-align: center;
}


/***** BLOCK-SEARCH *****/
#block-search {
	display:			none;
}
body.students #block-search, body#page-students #block-search {
	display:			block;
}
#block-search h3 {
	background: transparent url("../images/bg-divider.gif") repeat-x bottom left;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 1em;
	padding-bottom: 7px;
}
#block-search p {
	margin-bottom: 0.5em;
}
#block-search input, #block-search select {
	vertical-align: middle;
}
#block-search select {
	width: 180px;
}
#block-search p.category {

}
#block-search p.keyword input {
	border: solid 1px #000;
}
#block-search p.keyword label {
	display: block;
	margin-bottom: 0.25em;
}
#block-search p.advanced {
}
#block-search input.btn-go {
	border: none 0 !important;
	margin: 0 0 0 5px;
	padding: 0;
	cursor:pointer;		/*	*cursor:hand; ~ this was breaking css */
}


/***** SEARCH RESULTS *****/
#page-results table.results {
	width: 100%;
}
#page-results table.results tr.highlight {
	background-color:	#E2E2E3;
}
#page-results table.results tr.labels td {
	vertical-align: bottom;
}
#page-results table.results td.label {
	color:	#666666;
	line-height: 1em;
	font-size: .9em;
	padding-bottom: .3em;
}

#page-results #pagecontent {
	margin-bottom:	0em;
}



/***** EVENT TEMPLATES *****/
.event #header #logo {
	width: 100%;
	height: 100%;
	position: relative;
	top: 0;
	left: 0;
}
.event #header #logo a {
	display: block;
	height: 100%;
	width: 100%;
}
.event #header #logo img, #header #logo span {
	display: none;
}
.event #sidebar ul ul {
	margin-top: 0;
}
.event #sidebar li.open ul {
	display: block;
}
.event #sidebar li.open ul li ul {
	display: none;
}
.event #sidebar li.open ul li.active ul {
	display: block;
}
.event #sidebar ul li.on a {
	color: #000;
	font-weight: bold;
}
.event #sidebar ul li.on li a {
	color: #191919;
	font-weight: normal;
}
.event #sidebar li.open ul li {
	margin: 0.7em 0 0 0;
}
.event #sidebar li.open ul li ul li {
	background: url(../images/bg-arrow.gif) no-repeat 0 6px;
	padding-left: 9px;
}

#abbreviations {
	margin-top: 1em;
}
#abbreviations p {
	font-size: .9em;
}
