@charset "UTF-8";

/* Champlain College */

/* colors
	blue: #0D383B
	green: #615600
	light green: #B5B27F
	blue/green: #578373
	orange: #C64D14
	gray: #6E6D5E
	gold: #E0B836
	red: #771400 (use sparingly)
*/

/* Revised August 1, 2010
	Joel Wilke
*/

.noprint {
	display: none;
}
div.fdpoweredby {
	display: none;
}
body {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-family: "Verdana, Arial, Helvetica, sans-serif";
	background: #0e0e0f;
	color: #6E6D5E;
}
body.emailform {
	background: #578373;
}
strong, em {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
h1 em, h2 em {
	font-family: Georgia, "Times New Roman", Times, serif;
}
a img {
	border: none;
}
a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #eff38f;
	text-decoration: underline;
}
/* removes dotted line around links in FF */
a {
	outline: none;
}
:focus {
	-moz-outline-style: none;
}
:-moz-any-link:focus {
	outline: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

ul, dl, ol {
	margin-left: 20px;
	padding: 0px;
}
.small {
	font-size: 70%;
}
/* Basic Layout Structure */
#wrapper {
	background: #deefc9 url(images/body_bkg.gif) repeat-x;
	margin: 0px;
	padding: 0px;
}
#container {
	width: 980px;
	margin: 0 auto;
	background: #ffffff;
	position: relative;
}
#branding {
	height: 170px;
	background: #FFFFFF;
	margin: 0 0 0px 0px;
}
#branding h1 {
	height: 105px;
	width: 315px;
}
#branding h1.print {
	display: none;
}
#branding h1 a {
	height: 105px;
	width: 315px;
}
#branding.home {
	margin: 0 0 0px 0px;
}
body.google {
	background: #FFFFFF;
}
body.google #wrapper {
	background: #EDECE4;
}
body.google #container {
	margin: 0px;
}
body.google #branding {
	margin: 0px;
}
body.google #branding {
	margin: 0px;
}
/* ----------------------------------------- Content -------------------------------------------- */

#content {
	width: 930px;
	margin: 0px auto 0px auto;
	position: relative;
	padding: 0px;
}
#content.inside {
	width: 930px;
	margin: 50px auto;
	position: relative;
	padding: 0px 0 0px 0;
}
#content p {
	line-height: 1.8em;
	font-size: 1.1em;
	color: #595959;
	margin: 0 0 15px 0;
}
#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform:none;
	font-size: 3.0em;
	color: #0D383B;
	margin: 0 0 20px 0;
}
#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size: 1.5em;
	font-weight: bold;
	color: #0D383B;
}
#content h3 {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #c64d14;
	margin: 20px 0 0 0;
}
#content h4 {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #c64d14;
	margin: 20px 0 0 0;
}
nrml {
		font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	
	color: #6E6D5E;
	
}
#content h5 {
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	color: #0D383B;
	margin: 20px 0 3px 0;
}
#content h6 {
	text-transform: uppercase;
	font-size: 1em;
	font-weight: bold;
	color: #595959;
	margin: 20px 0 2px 0;
}
#content p.viewall a {
	display: block;
	text-align: right;
	text-indent: 30px;
	color: #595959;
	margin: 0px 40px 40px 0px;
	clear: left;
	text-transform: uppercase;
}
#main_content, #nav_column, #subcontent {
	float: right;
	clear: left;
}
#subcontent {
	clear: none;
}
/* ----------------------------------------- Main Content -------------------------------------------- */

#main_content {
	width: 470px;
	position: relative;
	right: 195px;
	padding: 0 35px 30px 35px;
}
#main_content.wide {
	width: 700px;
	position: relative;
	right: 0px;
	padding: 0 0px 30px 35px;
}
#main_content.wide p {
	padding: 0 20px 0 0px;
}
#main_content.wide2 {
	width: 700px;
	position: relative;
	left: -195px;
	padding: 0 35px 30px 0;
}
#main_content.wide3 {
	width: 700px;
	position: relative;
	left: -185px;
	padding: 0 35px 30px 0;
}
#main_content a {
	color: #C64D14;
	text-decoration: none;
}
#main_content a:hover {
	color: #C64D14;
	text-decoration: underline;
}
#main_content ul, #main_content ol, #sitemap ul {
	font-size: 1.1em;
	list-style-position: outside;
	margin: 5px 0 30px 40px;
	line-height: 1.4em;
}
#main_content dl {
	text-indent: 0px;
	font-size: 1.1em;
	margin: 5px 0 30px 40px;
	line-height: 1.4em;
}
#main_content dl dt {
	text-indent: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.7em;
	font-weight: normal;
	color: #0d383b;
}
#main_content dl dd {
	text-indent: 0px;
}
#main_content ul {
	list-style-type: disc;
}
#main_content ul li, #main_content ol li, #main_content dl dd {
	margin: 7px 0px;
}
#main_content p {
	line-height: 1.8em;
	font-size: 1.1em;
	color: #595959;
	margin: 0 0 15px 0;
}
#microsite_main + #main_content p {
	margin: 0 0 5px 0;
}
#main_content ul#links {
	color: #5C5C5C;
	margin: 0px;
	list-style: none;
}
#main_content img {
	padding: 0 5px 5px 5px;
}
#main_content ul#links li {
	margin: 3px 0px;
}
#main_content ul#links li a {
	color: #5C5C5C;
}
#nav_column {
	width: 195px;
}
.column1, .column2 {
	width: 44%;
	float: left;
	margin: 0 0 35px;
}
.column1 ul, .column2 ul {
	margin: 0px;
}
.column1 p, .column2 p {
	padding: 0px;
}
.column1 {
	margin: 0 0 35px 0;
	padding: 0 10% 0 0;
}
.column2 {
	margin: 0 0 35px 0;
}
#content p.left, p.right, p.center {
	text-align: center;
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	background: #ffffff;
	color: #BDBDBD;
	max-width: 250px;
}
#content p.left img, p.right img {
	padding-bottom: 10px;
	margin: 0 auto;
}
#content p.left {
	float: left;
	padding: 0 25px 0px 0;
	background: #ffffff;
}
#content p.right {
	float: right;
	padding: 0 0 0px 25px;
	background: #ffffff;
}
.right {
	padding: 0 0 0px 25px;
}
.left, .right, .center {
	background: #ffffff;
	position: relative;
	z-index: 100;
}
#insert {
}
/* --------------------------------------- News Home ULs ----------------------------*/

#main_content ul.articles {
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	list-style-type: none;
	list-style-position: outside;
}
#main_content ul.articles li {
	border-bottom: #999999 dotted 1px;
	padding: 20px 0 0 0;
}
#main_content ul.articles li h3 {
	font-size: 1.3em;
	margin: 0px 0 2px 0;
}
#main_content ul.articles li h4 {
	text-transform: none;
	color: #C64D14;
	font-size: 1.3em;
	margin: 0px 0 5px 0;
	line-height: 1.4em;
}
#main_content ul.articles li img {
	float: left;
	padding: 5px 10px 5px 0;
}
#main_content ul.articles li p {
	line-height: 1.7em;
	padding: 0px;
}
#main_content ul.articles li h5 {
	font-weight: bold;
	margin: 0 0 10px 0;
	font-size: 1.1em;
}
/* #main_content ul.articles a {
	padding: 0 10px 0 5px;
	background: url(../../images/red_arrow.gif) no-repeat right 5px;
} 
*/

#main_content ul.articles a.readarticle {
	padding: 0 10px 0 5px;
	background: url(../../images/red_arrow.gif) no-repeat right 5px;
} 

#main_content ul.articles a:hover {
	background: url(../../images/blue_arrow.gif) no-repeat right 5px;
} 

a[content="Read more"] {
	background: url(images/) no-repeat right top;
	padding-right: 10px;
}
#main_content .tags, #main_content ul.articles p.tags {
	background: #F4F3EE;
	padding: 2px 8px;
	color: #595959;
	font-weight: bold;
	margin-bottom: 10px;
	text-transform: uppercase;
	clear: left;
}
#main_content ul.articles h4 a {
	padding: 0px;
	background: none;
}
#main_content ul.articles h4 a:hover {
	padding: 0px;
	background: none;
}
/* ------------------------------------------------ Related links and sidebar ULs --------------------------------*/

#related {
	padding: 15px 0 0px 0;
	margin: 30px 0 30px 0;
	height: 100px;
	clear: both;
	border-top: #999999 1px dotted;
}
#related ul {
	list-style-type: none;
	display: block;
}
#related ul li {
	margin: 0px;
}
#main_content #related ul, ul#relatedcontent, ul#browsebytag, 
ul#spotlights, ul#departmentlinks, ul#administrationlinks, ul#academiclinks, ul#rss, ul#majors_subnav, ul#plain {
	margin: 0px;
	color: #797979;
}
#main_content #related ul a, ul#relatedcontent a {
	color: #797979;	
}
#related h2, #relatedcontent h2, #browsebytag h2, #spotlights h2,
ul#departmentlinks h2, ul#administrationlinks h2, ul#academiclinks h2, ul#rss h2 {
	height: 10px;
	margin: 0 0 5px 0;
}
#browsebytag h2 {
	height: 15px;
	margin: 0px;
}
#spotlights h2 {
	background: url(../../images/spotlight_h2.gif) no-repeat;
	height: 15px;
	margin: 0px;
}
#browsebytag, ul#departmentlinks, ul#academiclinks, ul#majors_subnav, ul#plain {
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 20px;
}
ul#majors_subnav h2, ul#majors_subnav h2 a, ul#plain h2, ul#plain h2 a {
	margin-bottom: 5px;
	font-size: 1.2em;
	color: #C64D14;
	word-spacing:0em;
	letter-spacing: 0px;
	text-transform:capitalize;
}
ul#majors_subnav h2 a, ul#plain h2 a {
	font-size: 1em;
}
ul#rss {
	border-top: 1px dotted #CCCCCC;
	padding-top: 20px;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
ul#relatedcontent {
	margin: 40px 0 0 10px;
	line-height: 1.4em;
}
#content #nav_column ul#relatedcontent li {
	font-size: 1.1em;
	padding-bottom: 6px;
}
ul#browsebytag, ul#spotlights, ul#departmentlinks, 
ul#administrationlinks, ul#academiclinks, ul#rss, ul#majors_subnav, ul#plain {
	margin: 0px 0 20px 15px;
	line-height: 1.8em;
	font-size: 1.1em;
	color: #6E6D5E;
}
ul#browsebytag a, ul#spotlights a, ul#departmentlinks a, 
ul#administrationlinks a, ul#academiclinks a, ul#rss a, ul#majors_subnav a, ul#plain a {
	color: #6E6D5E;
}
ul#departmentlinks h2 {
	background: url(../../images/departmentlinks_h2.gif) no-repeat;
	height: 15px;
	margin: 0px;
	margin-top: 95px;
}
ul#administrationlinks h2 {
	background: url(../../images/administrationlinks_h2.gif) no-repeat;
	height: 15px;
	margin: 0px;
}
ul#academiclinks h2 {
	background: url(../../images/academiclinks_h2.gif) no-repeat;
	height: 15px;
	margin: 0px;
}
ul#departmentlinks {
	margin-top: 40px;
}
ul#majors_subnav {
	margin-top: 30px;
	margin-bottom: 40px;
}
ul#plain {
	margin-top: 20px;
	margin-bottom: 40px;
}
#majors_subnav li {
	line-height: 1.3em;
	padding-bottom: .9em
}
/* --------------------------------------- Inside Navigation (in #nav_column) ----------------------------*/

#content ul#insidenav {
	width: 195px;
	margin-bottom: 50px;
	padding-top: 0px;
}
#content ul#insidenav li {
	color: #578373;
	font-size: 1.1em;
	border-bottom: 1px #CCCCCC dotted;
	padding: 0px;
	margin: 0px;
}
#content ul#insidenav li ul.secure_list h3,#content ul#helpful_links ul.secure_list h3 {
	background: url(../../images/buttons/icon_secure.gif) no-repeat 10px center;
	padding: 0 0 0 10px;
	margin-bottom: 10px;
	font-size: 1.3em;
}
#content ul#helpful_links ul.secure_list h3 {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#content ul#insidenav li ul.secure_list li {
	font-size: .9em
}
#content ul#helpful_links ul.secure_list ul li {
	padding-left: 0px;
	margin-left: 0px;
}
#content ul#helpful_links ul.secure_list li a {
	padding-left: 25px;
}
#content ul#helpful_links ul.secure_list li ul {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#content ul#helpful_links ul.secure_list li ul li {
	padding-left: 10px;
	padding-bottom: 2px;
	font-style: italic;
	border-bottom: none;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

#content ul#helpful_links li.secure, #content ul#insidenav li.secure {
	border-bottom: none;
}
#content ul#insidenav li:first-child {
	border-bottom: none;
}
#content ul#insidenav li a {
	color: #0D383B;
	padding: 7px 10px;
	display: block;
}
#content ul#insidenav li.on a {
	color: #578373;
	background: url(../../images/buttons/button_navarrow.gif) no-repeat right 10px;
}
#content ul#insidenav ul.secure_list li.on a {
	font-size: 1.1em;
	background-position: right center;
}
#content ul#insidenav li a:hover {
	text-decoration: none;
	color: #578373;
}
#content ul#insidenav li.on ul {
	margin: 0 0 5px 0;
}
#content ul#insidenav li.on ul li {
	font-size: .9em;
	border-bottom: none;
}
#content ul#insidenav li.on ul li a {
	color: #6E6D5E;
	padding: 4px 0 4px 20px;
	background: none;
}
#content ul#insidenav li ul li ul li {
	font-style: italic;
	margin-left: 15px;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
#content ul#insidenav li ul li ul li.here, #content ul#insidenav li ul li.here {
	font-weight: bold;
}
#content ul#insidenav li.on ul li a:hover {
	text-decoration: none;
	color: #578373;
}
#content ul#insidenav h2 {
	background: url(../../images/inside_nav_h2.gif) no-repeat bottom;
	color: #6e6d5e;
	
	/*font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
		Edits made by Dan Selicaro */
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	padding: 0px 10px 7px 10px;
}
#content ul#insidenav h2 a {
	color: #578373;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	display: inline;
	text-decoration: none;
}
#content ul#insidenav h2 a:hover {
	color: #578373;
	border-bottom: 1px dotted #578373;
}
/* --------------------------------------- Subcontent (right column) ----------------------------*/

#subcontent {
	width: 195px;
	position: relative;
	left: 540px;
	top: 0px;
	height: 100%;
}
#subcontent.microsite {
	position: relative;
	top: -250px;
}
/* wide class is for instances where there is no navigation column */
#subcontent.wide {
	left: 735px;
}
#subcontent h6 {
	font-size: 1em;
	text-transform: uppercase;
	color: #0D383B;
	margin: 65px 0 8px 15px;
}
#content h2.tablecaption {
	color: #C64D14;
	font-size: 1.5em;
}
/* --------------------------------------- Table styles ----------------------------*/

table {
	
	margin: 0px 0 0px 0;
	
}
table td {
	padding: 0px 0px 0px 0;
	margin: 0px;
	border-bottom: #CCCCCC 0px solid;
}
table tr {
}
/* --------------------- Featured List -------------------------------- */

#content ul#featuredlist {
	font-size: 1.3em;
	list-style: none;
	margin-left: 20px;
}

#content ul#featuredlist li {
	padding: 0 0 0 15px;
	background: url(../../images/buttons/bullet_arrows_small.gif) no-repeat left center;
}
#content ul#featuredlist a {
	color: #595959;
	border-bottom: 1px dotted #797979;
}
#content ul#featuredlist a:hover {
	text-decoration: none;
	color: #0D383B;
	border-bottom: 1px solid #797979;
}
#content ul#featuredlist.small {
	font-size: 1.1em;
	background: #EDECE4;
	margin-left: 0px;
	width: 435px;
	padding: 5px;
	padding-left: 20px;
	overflow: auto;
	height: 1%;
}
#content ul#featuredlist.small li {
	float: left;
	padding-right: 15px;
	line-height: 1em;
	margin: 5px;
}
/* --------------------------------------- Microsite styles ----------------------------*/

#microsite_main {
	float: left;
	width: 700px;
	height: 250px;
	padding-bottom: 30px;
}
#microsite_main img, #microsite_main div, #microsite_main object {
	float: left;
}
#microsite_main div, #microsite_main div div {
	margin-bottom: 0px;
}
#microsite_main img, #microsite_main object {
	width: 700px;
	height: 250px;
	margin: 0 35px 0 0;
}
#content.inside #subcontent.microsite #newsandevents {
	margin: 0px 0 0px 0;
	clear: none;
}
#content.inside #subcontent.microsite #newsandevents div#news.on {
	background: url(../../images/news_side_bkg2.gif) no-repeat 0px -30px;
}
#content.inside #subcontent.microsite #newsandevents div#events.on {
	background: url(../../images/events_side_bkg2.gif) no-repeat right -30px;
}
/* --------------------------------------- List of promos, such as About page ----------------------------*/

#content ul#promoboxes {
	margin: 50px 0 0px 0;
	height: 350px;
}
#content ul#promoboxes li {
	display: block;
	height: 150px;
	width: 165px;
	float: left;
	margin: 0 10px 10px 0;
}
#content ul#promoboxes li a {
	display: block;
	height: 150px;
	width: 165px;
}
/* --------------------------------------- News Home Page ----------------------------*/

#content #articleheader .tags {
	margin-right: 30px;
}
#content .tags p {
	margin: 5px;
	color: #595959;
	font-weight: bold;
	text-transform: uppercase;
	clear: left;
}
#content .tags p a, #content p.tags a {
	padding: 0px;
	margin: 0 3px;
	border-bottom: #999999 dotted 1px;
	background: none;
	color: #999999;
	font-weight: normal;
	text-transform: none;
}
#content .tags p a:hover, #content p.tags a:hover {
	border-bottom: #999999 solid 1px;
	text-decoration: none;
	background: none;
	color: #6E6D5E;
}
#content p.rss, #content p.rss a {
	color: #0D383B;
	font-weight: bold;
	margin: 10px 0 0 0;
	font-size: 1.1em;
}
#content .extrainfo {
	margin: 30px 0;
}
#content .extrainfo h2 {
	color: #C64D14;
}
#content .extrainfo p {
	margin: 0px;
}
/* --------------------------------------- News Article Pages ----------------------------*/

#content #articleheader {
	text-transform: uppercase;
	padding-bottom: 20px;
}
#content #articleheader h1 {
	margin-top: 30px;
	text-transform:none;
	font-size:3em;
}

#content #articleheader h2 {
	color: #C64D14;
	margin-bottom: 0px;
	text-transform: none;
}
#content #articleheader h3 {
	color: #615600;
	font-size: 1.1em;
	margin: 5px 0 20px 0;
	text-transform: none;
}
#content #articleheader p {
	margin: 0px;
	color: #595959;
}
#content #articleheader p.left, #content #articleheader p.right {
	text-transform: none;
}
div.video {
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
}
#content #articleheader div.video_mainimg {
	float: right;
	padding-left: 30px;
	padding-right: 0px;
	padding-bottom: 20px;
	background: #ffffff;
}
#content #articleheader div.video_mainimg p {
	text-align: center;
	max-width: 250px;
}
#content #articleheader div.video_mainimg p img {
	margin-bottom: 20px;
}
#content #articleheader .off {
	display: none;
}
/* --------------------------------------- Tagged Content Directory and People Directory ----------------------------*/

#content ul#taggedcontent {
	font-size: 1em;
	margin: 20px 0 30px 0;
	border-top: #999999 dotted 1px;
	list-style: none;
}
#content ul#taggedcontent li, #content ul#directory li {
	border-bottom: #999999 dotted 1px;
	padding: 5px 0 20px 0;
	display: block;
}
#content ul#taggedcontent li ul.rating {
	padding-bottom: 5px;
}
#content ul#taggedcontent li ul.rating li {
	padding-bottom: 0px;
	padding-top: 2px;
	border: none;
	font-size: 1em;
}
#content ul#taggedcontent li ul.rating p {
	font-size: 1em;
}
#content ul#taggedcontent li img, #content ul#directory img {
	float: left;
	height: 100px;
	width: 100px;
}
#content ul#taggedcontent li p, #content ul#taggedcontent li h3, 
#content ul#taggedcontent li h4, #content ul#taggedcontent li div,
#content ul#directory li p, #content ul#directory li h3, #content ul#directory li h4, 
#content ul#directory li h5, #content ul#directory li div {
	margin-left: 120px;
}
#content ul#taggedcontent li h3 {
	margin-top: 0px;
}
#content ul#taggedcontent li h4 {
	margin-bottom: 5px;
	margin-top: 0px;
	font-size: 1.1em;
}
#content ul#taggedcontent li p {
	margin-bottom: 5px;
}
#content ul#taggedcontent li .tags {
	clear: none;
}
#content ul#taggedcontent li .tags p {
	margin-left: 0px;
	color: #797979;
	clear: none;
}
#content ul#directory {
	margin: 10px 0 30px 0;
	border-top: #999999 dotted 1px;
	list-style: none;
}
#content ul#directory li h3, #content ul#directory li h4 {
	text-transform: none;
}
#content ul#directory li h3 {
	margin-top: 0px;
}
#content ul#directory li h4, #content ul#directory li h5 {
	font-size: 1em;
	margin-top: 0px;
}
#content ul#directory li h5 {
	font-weight: normal;
	margin-bottom: 10px;
}
#content ul#directory li a {
	color: #0D383B;
}
#content ul#directory li p {
	font-size: 1em;
	margin-bottom: 0px;
	margin-top: 3px;
	line-height: 1.3em;
}
#content ul#directory li .links a {
	margin-top: 5px;
	color: #595959;
	text-decoration: none;
	border-bottom: #595959 1px dotted;
}
#content ul#directory li .links a:hover {
	border-bottom: #0D383B 1px solid;
	color: #0D383B;
}
#content ul#directory li .links p {
	margin-left: 0px;
}
#content ul#directory li .links {
	margin-top: 15px;
}
#content p#pages {
	text-align: right;
}
#content p#pages a {
	color: #0D383B;
	font-weight: bold;
	padding: 4px 8px;
	margin: 0 0 0 10px;
	font-size: 1.2em;
}
#content p#pages a:hover, #content p#pages a.on {
	color: #ffffff;
	background: url(../../images/page_highlight.gif) no-repeat;
	text-decoration: none;
}
#main_content .sort {
	text-transform: uppercase;
	padding: 2px 8px 0 0;
	font-weight: bold;
}
#main_content .sort a {
	border-bottom: #999999 dotted 1px;
}
#main_content .sort a:hover {
	border-bottom: #999999 solid 1px;
	text-decoration: none;
}
/* --------------------------------------- Profile Index ----------------------------*/

#content ul#profileindex {
	margin: 0 0 10px 0;
	min-height: 440px;
	list-style: none;
}
#content ul#profileindex li {
	display: block;
	float: left;
	height: 110px;
	width: 110px;
	margin: 0px;
	padding: 0px;
}
#content ul#profileindex li a {
	display: block;
	height: 110px;
	width: 110px;
	color: #ffffff;
	font-weight: normal;
}
ul#profileindex li > a h2 {
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
}
#content ul#profileindex li > a p, #content ul#profileindex li > a h2 {
	display: none;
	font-size: 1.1em;
}
#content ul#profileindex li > a:hover p, #content ul#profileindex li > a:hover h2 {
	display: block;
	color: #ffffff;
	line-height: 1.4em;
	font-size: 1.1em;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
#content ul#profileindex li > a:hover p {
	font-size: 1em;
}
#content ul#profileindex li > a:hover em {
	display: block;
	text-align: right;
	margin-top: 10px;
}
#content ul#profileindex li > a:hover img {
	display: none;
}
#content ul#profileindex li > a:hover {
	position: relative;
	bottom: 50%;
	right: 50%;
	height: 185px;
	width: 185px;
	padding: 20px;
	background: url(../../images/profileindex_bkg.png) no-repeat;
	color: #ffffff;
	text-decoration: none;
}
/* --------------------------------------- Profile Pages ----------------------------*/

#profile {
	height: 210px;
	margin: 0 0 30px 0;
	width: 700px;
	float: right;
}
#profile div img {
	float: left;
	margin: 0 20px 0 0;
}
#profile div {
	background: url(../../images/profile_bkg.gif) repeat-x top;
	width: 700px;
	height: 210px;
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	font-weight: normal;
}
#nav_column.profile_move {
	position: absolute;
	top: 0px;
}
#content #profile div p {
	color: #ffffff;
	line-height: 1.3em;
	margin-bottom: 0px;
	padding-right: 20px;
}
#content #profile div h2 {
	font-size: 2.4em;
	margin: 30px 0 5px 0;
	color: #C64D14;
	padding-right: 20px;
}
#content #profile div h3 {
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	font-weight: normal;
	font-size: 1.3em;
	padding-right: 20px;
}
#content #profile div h4 {
	font-style: italic;
	color: #fff;
	font-size: 1.2em;
	margin: 10px 0 5px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	font-weight: normal;
	padding-right: 20px;
}
#content #profile div h3 + p {
	margin: 10px 0 5px 0;
}
/* --------------------------------------- Bio Pages ----------------------------*/

#content #bio {
	margin: 0 0 30px 0;
	min-height: 195px;
	padding: 0 0 30px 0;
	border-bottom: #999999 dotted 1px;
}
#content #bio address {
	font-style: normal;
	margin-bottom: 20px;
}
#content #bio p {
	font-size: 1.2em;
	color: #6E6D5E;
	line-height: 1.5em;
	margin: 3px 0 0 0;
}
#content #bio p a {
	color: #6E6D5E;
}
#content #bio img {
	float: left;
	padding: 0 40px 0 0;
}
#content #bio h2 {
	color: #615600;
}
#content #bio h3 {
	color: #C64D14;
	text-transform: none;
	margin: 10px 0 20px 0;
}
/* ------------------------Bio sidebar -----------------------*/

#subcontent.biobox ul, #subcontent.biobox p {
	padding: 0 20px 15px 20px;
	margin-bottom: 15px;
	color: #ffffff;
	line-height: 1.4em;
}
#subcontent.biobox p.viewsite {
	margin-top: 5px;
	margin-bottom: 5px;
}
#subcontent.biobox ul#coursestaught {
	background: url(../../images/biobox_bkg.gif) no-repeat top;
	padding-top: 30px;
}
#subcontent.biobox h2 {
	margin-left: 20px;
	margin-bottom: 5px;
	height: 15px;
}
#subcontent.biobox ul h2 {
	margin-left: 0px;
}
#subcontent.biobox {
	left: 735px;
	margin-top: 60px;
	background: url(../../images/biobox_bkg.gif) no-repeat left bottom;
}
/* ------------------------ sitemap -----------------------*/
#sitemap a {
	color: #C64D14;
	text-decoration: none;
}
#sitemap a:hover {
	color: #C64D14;
	text-decoration: underline;
}
#content #sitemap ul {
	font-size: 1.1em;
	color: #C64D14;
	font-weight: bold;
	margin: 3px 0px;
}
#content #sitemap h2 {
	padding-top: 15px;
}
#content #sitemap ul ul {
	font-weight: normal;
	color: #6E6D5E;
	font-size: 1em;
	margin-left: 20px;
}
#content #sitemap ul li {
	padding-top: 10px;
}
#content #sitemap ul li ul li {
	margin-top: 0px;
	padding-top: 0px;
}
#content #sitemap ul a {
	color: #C64D14;
}
#content #sitemap ul ul a {
	color: #7B7B7B;
}
#content #sitemap a.more {
	background: url(../../images/buttons/button_plus.gif) no-repeat right center;
	padding-right: 30px;
}
#content #sitemap a.less {
	background: url(../../images/buttons/button_minus.gif) no-repeat right center;
	padding-right: 30px;
}
#content #sitemap ul.az {
	color: #595959;
	padding-bottom: 20px;
}
#content #sitemap ul.az li {
	color: #595959;
	display: inline;
	margin: 0px;
	padding: 0 5px 0 15px;
	background: url(../../images/pipe.gif) no-repeat left top;
}
#content #sitemap ul.az li:first-child {
	padding-left: 0px;
	background: none;
}
.viewsite a {
	font-weight: bold;
}
/* ------------------------------------ Comments and Ratings ------------------------------- */


/* -------------------------------------- Ratings stars ------------------------------------ */

#content ul.rating {
	list-style: none;
	margin: 2px 0px 4px 0;
	padding: 0px;
	height: 17px;
}
#content ul.rating p {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: inherit;
}
#content ul.rating li {
	display: block;
	float: left;
	width: 15px;
	height: 15px;
	margin: 0px 2px;
	padding: 2px 0 2px 0;
}
#content ul.rating li.ratingtitle {
	margin: 0px 0 0px 0;
	padding: 0px 0 0px 0;
	width: 55px;
}
#content ul.rating li a {
	display: block;
	width: 15px;
	height: 15px;
	margin: 0px;
	padding: 0px;
	background: url(../../images/buttons/button_star.gif) no-repeat center center;
	text-indent: -9999px;
}
#content ul.rating li a:hover, #content ul.rating li.on a {
	background: url(../../images/buttons/button_star_on.gif) no-repeat center center;
}
#content #comments_ratings ul.rating {
	color: #595959;
}
/* ----------------------------- Comments/Ratings section ------------------------------- */

#content #comments_ratings {
	position: relative;
	margin: 60px 0 0px 0;
	color: #595959;
}
#content #comments_ratings ul {
	margin: 0px;
	font-size: 1em;
	z-index: 40;
	list-style: none;
}
#content #comments_ratings ul h2, #content #ratings h2 {
	font-size: 1em;
	font-family: "lucida sans unicode", "lucida Sans", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
#content ul#commenttoggle {
	height: 27px;
	width: 234px;
	position: relative;
	top: 1px;
	margin: 0 0 0 20px;
	list-style: none;
}
#content #comments_ratings ul#commenttoggle {
	position: relative;
}
#content ul#commenttoggle li {
	position: absolute;
	top: 0px;
	height: 30px;
	width: 50%;
	text-indent: -9999px;
	background: none;
	margin: 0px;
	padding: 0px;
}
ul#commenttoggle li a {
	display: block;
	height: 27px;
	width: 100%;
	background: url(../../images/comments_ratings_h2.gif);
}
ul#commenttoggle li a:hover {
	background-image: url(../../images/comments_ratings_h2.gif);
	text-decoration: none;
}
ul#commenttoggle li#commenttab {
	left: 0px;
}
ul#commenttoggle li#commenttab.on a, 
ul#commenttoggle li#commenttab.off a:hover {
	background-position: 0px 0px;
}
ul#commenttoggle li#commenttab.off a {
	background-position: 0px -32px;
}
ul#commenttoggle li#ratingstab {
	right: 0;
}
ul#commenttoggle li#ratingstab.on a, 
ul#commenttoggle li#ratingstab.off a:hover {
	background-position: right 0px;
}
ul#commenttoggle li#ratingstab a, 
ul#commenttoggle li#ratingstab.off a {
	background-position: right -32px;
}
#content #comments_ratings em {
	color: #797979;
}
#content #comments_ratings div {
	background: url(../../images/comments_line.gif) repeat-x;
	padding: 20px 0 20px 20px;
	display: block;
}
#content #comments_ratings div.off {
	display: none;
	position: absolute;
}
#content #comments_ratings #ratings.on {
	background: url(../../images/comments_line.gif) repeat-x;
	padding: 20px 0 20px 20px;
	width: 100%;
	top: 27px;
}
#content #comments_ratings #ratings p {
	clear: left;
}
#content #comments_ratings #ratings h2 {
	color: #595959;
	font-weight: bold;
}
a#addcomment {
	display: block;
	float: right;
	text-transform: uppercase;
	padding: 0 20px 0 0;
	background: url(../../images/buttons/button_arrow_blue.gif) no-repeat right center;
	color: #0D383B;
}
.uppercase {
	text-transform: uppercase;
}
#content .uppercase a {
	color: #0D383B;
}
/* Emergency Info Block - toggle classes "on" and "off" to display/hide */
#content #emergency {
	position: absolute;
	z-index: 50;
	top: -25px;
	height: 165px;
	width: 525px;
	margin: 25px 0px 0 0;
	padding: 50px;
	background: #ff0000;
}
#content #emergency p {
	font-size: 1.2em;
	color: #ffffff;
}
#content #emergency h1 {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.2em;
	color: #ffffff;
}
#emergency a#moreinfo {
	display: block;
	background: url(../../images/buttons/button_emergencyinfo.gif) no-repeat;
	height: 28px;
	width: 120px;
	text-indent: -9999px;
	margin: 20px 0px;
}
#emergency.on {
	display: block;
}
#emergency.off {
	display: none;
}
/* Main Promo Graphic */
#homegraphic {
	height: 265px;
	width: 625px;
	margin: 0px 0px 0 0;
	padding: 0 0 25px 0;
	position: relative;
	z-index: 1;
}
/* ------------------------------------------------ News and Events Toggle ------------------------------------------------ */

#content.inside #newsandevents {
	margin: 30px 0 0px 0;
	min-height: 280px;
}
#content.inside #newsandevents div#news.on {
	background: url(../../images/news_side_bkg2.gif) no-repeat 0px -30px;
}
#content.inside #newsandevents div#events.on {
	background: url(../../images/events_side_bkg2.gif) no-repeat right -30px;
}
#newsandevents {
	width: 450px;
	position: relative;
	margin: 30px 0 45px 0;
	font-size: 1.2em;
	clear: left;
}
#newsandevents.home {
	min-height: 285px;
}
#newsandevents div {
	width: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
}
#newsandevents div ul {
	margin: 30px 20px 0px 20px;
	padding: 0px;
}
#newsandevents div ul li img {
	float: left;
	padding: 0 10px 0 0;
}
#newsandevents div ul li {
	border-bottom: #ecd486 solid 1px;
	clear: both;
	color: #c64d14;
	padding: 0 0 7px 0;
	margin: 10px 0 0 0;
	min-height: 60px;
	line-height: 1.3em;
}
#newsandevents div h2 {
	width: 51%;
	height: 30px;
	position: absolute;
	top: -30px;
	text-indent: -9999px;
}
#newsandevents div h3, #newsandevents div h3 a {
	font-size: 1em;
	color: #0D383B;
	font-weight: bold;
	padding: 0 0 3px 0;
	margin: 0px;
	text-transform:capitalize;
}
/* News Panel */

#newsandevents div#news.on {
	background: url(../../images/news_bkg2.gif) no-repeat -1px -31px;
	z-index: 30;
}
#newsandevents div#news.on {
	z-index: 30;
}
#newsandevents div#news.off {
	z-index: 0;
}
#newsandevents div#news.on h2 {
	background: url(../../images/news_bkg2.gif) no-repeat -1px top;
	margin: 0px;
	padding: 0px;
	left: 0px;
}
#newsandevents div#news.off h2 {
	background: url(../../images/news_h2_off.gif) no-repeat -1px top;
	height: 38px;
	left: 0px;
}
/* Events Panel */
#newsandevents div#events h3 {
	color: #ffffff;
}
#newsandevents div#events a {
	color: #ffffff;
}
#newsandevents div#events ul li {
	border-bottom: #6E8889 solid 1px;
}
#newsandevents div#events.on {
	background: url(../../images/events_bkg2.gif) no-repeat 0px -30px;
}
#newsandevents div#events.on {
	z-index: 30;
}
#newsandevents div#events.off {
	z-index: 0;
}
#newsandevents div#events.on h2 {
	background: url(../../images/events_bkg2.gif) no-repeat right top;
	position: absolute;
	right: -1px;
}
#newsandevents div#events.off h2 {
	background: url(../../images/events_h2_off.gif) no-repeat right top;
	position: absolute;
	right: -1px;
	height: 38px;
	cursor: pointer;
}
#newsandevents .off ul {
	display: none;
}
/* News and Events Stationary Links */

#newsandevents div.off .stationerylinks {
	display: none;
}
#newsandevents div.on .stationerylinks {
	width: 410px;
	height: 20px;
	background: url(../../images/news_bkg3.gif) no-repeat -1px bottom;
	position: relative;
	margin: 0px;
	left: 0px;
	padding: 10px 20px 0px 20px ;
	clear: both;
}
#newsandevents #events.on .stationerylinks {
	background: url(../../images/events_bkg3.gif) no-repeat 0px bottom;
}
#newsandevents div.on .stationerylinks a {
	display: block;
	width: 45%;
	text-align: right;
	float: left;
	color: #ffffff;
}
#newsandevents #events.on .stationerylinks a {
	display: block;
	width: 48%;
	text-align: right;
	float: left;
}
#newsandevents div.on .stationerylinks a.rsslink {
	text-align: left;
} 

#newsandevents #events .stationerylinks a.rsslink, #newsandevents #events .stationerylinks a.seeallevents {
	width: 25%;
	text-align: left;
} 
	
#newsandevents div#events a.rsslink, #newsandevents div#events a#allnewslink, #newsandevents div#events a#alleventslink, #newsandevents div#events a#hostlink {
	color: #ffffff;
} 


/* "inside" Class*/
#content.inside #newsandevents {
	width: 195px;
	position: relative;
	margin: 30px 0 40px 0;
	font-size: 1.2em;
}
#content.inside #newsandevents div ul li {
	min-height: 45px;
}
#content.inside #newsandevents div#news.on {
	background: url(../../images/news_side_bkg2.gif) no-repeat 0px -30px;
	z-index: 30;
}
#content.inside #newsandevents div#news.on h2 {
	background: url(../../images/news_side_bkg2.gif) no-repeat 0px top;
}
#content.inside #newsandevents div#news.off h2 {
	background: url(../../images/news_side_h2.gif) no-repeat 0px top;
	height: 38px;
}
#content.inside #newsandevents div#events.on {
	background: url(../../images/events_side_bkg2.gif) no-repeat -1px -30px;
}
#content.inside #newsandevents div#events.on h2 {
	background: url(../../images/events_side_bkg2.gif) no-repeat right top;
	position: absolute;
	right: 0px;
}
#content.inside #newsandevents div#events.off h2 {
	background: url(../../images/events_side_h2.gif) no-repeat right top;
	position: absolute;
	right: 1px;
	height: 38px;
}
#content.inside #newsandevents div.on .stationerylinks {
	width: 155px;
	height: 60px;
	background: url(../../images/news_side_bkg3.gif) no-repeat 0px bottom;
	position: relative;
	top: 0px;
	right: 0px;
	padding: 10px 20px 0px 20px ;
}
#content.inside #newsandevents #events.on .stationerylinks {
	background: url(../../images/events_side_bkg3.gif) no-repeat -1px bottom;
}
#content.inside #newsandevents div.on .stationerylinks a {
	display: block;
	width: 85%;
	text-align: left;
	float: none;
}

/* Content Promo Boxes for Homepages */
#content .promo {
	width: 215px;
	float: right;
	margin: 0 0 0 25px;
	clear: left;
}
#content .promo p {
	line-height: 1.5em;
}
#content.inside .promo p {
	line-height: 1.4em;
}
#content .promo a {
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.1em;
}
#content .promo p img {
	float: right;
	padding: 0 0 0 10px;
}
#content #nav_column div.promo p img {
	float: left;
	padding: 0 10px 0 0;
}
#content div.promo h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #615600;
	font-weight: normal;
	font-size: 2em;
	margin: 0 0 15px 0;
}
#content.inside div.promo {
	width: 195px;
	float: none;
	margin: 0 0 40px 0px;
	padding: 0px;
}
#subcontent div.promo img {
	max-width: 200px;
	max-height: 293px;
}
/*------------- list of links promo ---------------*/
#content.inside div.promo ul {
	background: url(../../images/promo_list.gif) no-repeat bottom center;
	padding-bottom: 20px;
}
#content.inside div.promo ul li, #content.inside div.promo ul li h2, #content.inside div.promo ul li a {
	color: #ffffff;
	font-size: 1.2em;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#content.inside div.promo ul li a {
	display: block;
	padding: 2px 30px;
}
#content.inside div.promo ul li a:hover {
	color: #E0B836;
	text-decoration: none;
}
#content.inside div.promo ul li h2 {
	background: url(../../images/promo_list.gif) no-repeat top center;
	padding: 20px 0 0px 20px;
	font-size: 1.5em;
	color: #ffffff;
}
/*------------- quote ---------------*/
#content .quote {
	background: url(../../images/quote_bkg.gif) no-repeat center top;
	margin: 0 0 40px 0px;
}
#content .quote p {
	background: url(../../images/quote_p_bkg.gif) no-repeat 135px bottom;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	font-size: 1.45em;
	padding: 25px 20px 5px 25px;
}
#content .quote p.name {
	background: url(../../images/quote_bkg.gif) no-repeat center bottom;
	font-size: 1.1em;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 20px 20px 20px;
	text-align: right;
}
.promo_blog {
	background: url(../../images/promo_blog.gif) repeat-y;
	padding: 0 0 15px 0px;
	margin: 30px 0;
	color: #ffffff;
}
#content .promo_blog p, #content .promo_blog h2, #content .promo_blog h4, #content .promo_blog li {
	margin: 0 0 3px 20px;
}
#content .promo_blog p.readmore a {
	display: block;
	text-align: right;
	padding: 0 20px 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
}
#content .promo_blog ul {
	margin: 9px 0px;
}
#content .promo_blog ul li {
	margin: 4px 15px 10px 20px;
	font-size: 1.2em;
}
#content .promo_blog ul li a {
	color: #ffffff;
}
/* audience specific Content In template B */
#audience_specific {
	display: none;
}
#audience_specific.on {
	display: block;
	overflow: auto;
	padding-bottom: 40px;
}
#audience_specific {
	display: none;
}
#audience_specific.on {
	display: block;
}
#audience_content {
	padding: 0 255px 20px 10px;
}
ul#helpful_links {
	width: 215px;
	float: right;
}
ul#helpful_links h2 {
	text-transform:none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-weight: normal;
	margin-top: 20px;
	letter-spacing: .1em;
	color: #C64D14;
}
ul#helpful_links li {
	border-bottom: #CCCCCC dotted 1px;
	padding: 7px 0;
	line-height: 1.4em;
	color: #6E6D5E;
}
ul#helpful_links li a {
	color: #6E6D5E;
}
/* ---------------------------------------------- Crosslinks Section (action items, profile, etc) ---------------------------------------------- */
#crosslinks {
	background: #EDECE4;
	padding: 20px 0 40px 30px;
	clear: both;
	margin-top: 50px;
	overflow: auto;
}
#crosslinks div a.entirediv {
	display: block;
	text-decoration: none;
	position: absolute;
	height: 90px;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 20;
	background: url(../../images/blankbkg.gif) repeat;
}
#crosslinks div a.entirediv:hover {
	text-decoration: none;
}
#crosslinks div a.entirediv p {
	color: #6E6D5E;
	text-decoration: none;
	padding-bottom: 1px;
}
#crosslinks div a.entirediv:hover p, #crosslinks div a.entirediv:hover h3 {
	text-decoration: none;
	color: #0D383B;
}
#crosslinks em {
	font-style: normal;
}
#crosslinks ul {
	font-size: 1.1em;
	margin: 5px 0 0 3px;
}
#crosslinks ul li a {
	color: #6E6D5E;
}
#crosslinks p {
	margin: 0px 0 5px 0;
}
#crosslinks img {
	float: left;
	padding: 0 15px 0 0;
}
#crosslinks h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #578373;
	font-size: 1.9em;
}
#crosslinks h3 {
	font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
	letter-spacing: .09em;
	color: #C64D14;
	margin: 5px 0 0 0;
}
#crosslinks div {
	width: 215px;
	float: left;
	margin: 0 35px 0 0;
	font-size: 1.1em;
	line-height: 1.3em;
	position: relative;
}
#crosslinks div#whatsnext {
	width: 160px;
	position: static;
}
#crosslinks div#whatsnext ul li {
	padding-bottom: 5px;
}
#crosslinks #whatsnext a:hover {
	text-decoration: underline;
}
#crosslinks #whatsnext h2 {
	height: 25px;
}
#crosslinks #anotherdimension h2 {
	height: 25px;
}
#crosslinks #profile {
	width: 215px;
}
#crosslinks #profiles blockquote {
	background: url(../../images/crosslinks_quote.gif) no-repeat left top;
	color: #615600;
	margin: 0px;
	width: 55%;
	float: left;
	padding: 15px 0 0 10px;
	position: relative;
	top: -15px;
	right: 10px;
}
#crosslinks #profiles em {
	display: block;	
	position: relative;
	top: -15px;
	padding-left: 85px;
}

/*#crosslinks #profiles p {
	margin: 0 0 0 10px;
}*/
#crosslinks #studentwork h2 {
	height: 20px;
}
#crosslinks #studentwork h3 {
	font-family: normal Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-weight: normal;
	letter-spacing: .05px;
	color: #615600;
	margin: 0 0 5px 0;
}
/*-----------------------------------All Navigation---------------------------------------*/
#navigation {
	height: 0px;
}
/*----------------------------Main Nav-----------------------------*/
ul#main_nav {
	width: 930px;
	height: 35px;
	margin: 0 25px;
	position: absolute;
	top: 120px;
	padding: 0px;
}
ul#main_nav li {
	display: inline;
	height: 35px;
	padding: 0px;
	margin: 0px;
}
ul#main_nav a img {
	padding: 0px;
	margin: 0px;
	border: none;
}
ul#main_nav li a {
	height: 35px;
	color: #ffffff;
	font-size: 1.2em;
	padding: 0px;
	margin: 0px;
}
ul#main_nav li a:hover {
	text-decoration: none;
}
/*----------------Quick Links Nav (toggle class "on" to turn on)-------------------*/
dl#quicklinks {
	width: 125px;
	padding: 0 0 20px 0;
	position: absolute;
	top: 35px;
	right: 5px;
	z-index: 90;
}
dl#quicklinks dt {
	background: url(../../images/quicklinks_dt.gif) center top no-repeat;
	width: 125px;
	height: 30px;
	text-indent: -9999px;
	cursor: pointer;
}
dl#quicklinks dd {
	display: none;
}
/*Class "on"*/
dl#quicklinks.on {
	background: url('../../images/quicklinks_bkg.gif') no-repeat center bottom;
}
dl#quicklinks.on dt {
	background: url('../../images/quicklinks_dt_on.gif') center top no-repeat;
	cursor: pointer;
}
dl#quicklinks.on dd {
	display: block;
	color: #ffffff;
	margin: 3px 20px;
}
dl#quicklinks.on dd a {
	color: #ffffff;
}
/* default state to load */
dl#quicklinks.default {
	display: none;
}
/*----------------Print Share Nav (toggle class "on" to turn on)-------------------*/

dl#printshare {
	width: 137px;
	padding: 0 0 20px 0;
	position: absolute;
	top: 170px;
	right: 8px;
	/* z-index: 90;
	*/
}
dl#printshare dt {
	background: url(../../images/print_share.gif) center top no-repeat;
	height: 40px;
	text-indent: -9999px;
	width: 137px;
	cursor: pointer;
}
dl#printshare dd {
	display: none;
}
/* Class "on" */
dl#printshare.on {
	background-image: url('../../images/printsharebkg.gif');
	background-repeat: repeat-x;
	background-position: center bottom;
}
dl#printshare.on dt {
	background: url('../../images/print_share_bkg.gif') center top no-repeat;
}
dl#printshare.on dd {
	display: block;
	color: #fff;
	margin: 3px 20px;
}
dl#printshare.on dd a {
	color: #fff;
}
/* default state to load */
dl#printshare.default {
	display: none;
}
/*----------------Who are You Navigation-------------------*/

dl#who_nav {
	height: 190px;
	width: 255px;
	position: absolute;
	margin: 0px;
	padding: 75px 0 0 50px;
	right: 0px;
	top: 0px;
	background: url(../../images/navigation/who/whoareyou.gif) no-repeat;
	color: #ffffff;
	text-indent: 0px;
}
dl#who_nav dt {
	display: block;
	height: 32px;
	margin: 0px;
	padding: 0px;
}
dl#who_nav dd {
	position: absolute;
	padding: 0px;
	height: 25px;
	margin: 0px;
}
dl#who_nav dd a {
	display: block;
	height: 26px;
	padding: 0px;
	margin: 0px;
}
dl#who_nav dd#prospectivestudent {
	top: 107px;
	left: 50px;
	height: 25px;
	width: 150px;
}
dl#who_nav dd#parent {
	top: 132px;
	left: 51px;
	height: 25px;
	width: 55px;
}
dl#who_nav dd#alumni {
	top: 132px;
	left: 106px;
	height: 25px;
	width: 63px;
}
dl#who_nav dd#employer {
	top: 132px;
	left: 167px;
	height: 25px;
	width: 78px;
}
dl#who_nav dd#currentstudent {
	top: 158px;
	left: 51px;
	height: 25px;
	width: 115px;
}
dl#who_nav dd#faculty {
	top: 158px;
	left: 165px;
	height: 25px;
	width: 113px;
}
/*---------------------------------
dl#who_nav dd#supportchamplain {
	top: 184px;
	left: 51px;
	height: 25px;
	width: 113px;
}
---------------------------------*/

dl#who_nav dd#community {
	top: 185px;
	left: 50px;
	height: 25px;
	width: 150px;
}
/*----------------Utility Nav at Top of Page ------------------*/

ul#utility_nav {
	text-transform: uppercase;
	position: absolute;
	top: 20px;
	right: 10px;
	letter-spacing: .08em;
	line-height: 1.4em;
}
ul#utility_nav a {
	color: #575757;
}
ul#utility_nav li {
	display: inline;
	padding: 0 0 0 10px;
	background: url(images/pipe.gif) no-repeat left 0px;
}
ul#utility_nav li:first-child {
	background: none;
}
ul#breadcrumbs {
	position: absolute;
	top: 180px;
	left: 30px;
	text-transform: uppercase;
	color: #578373;
}
ul#breadcrumbs a {
	color: #578373;
}
ul#breadcrumbs li {
	display: inline;
	padding: 0 5px 0 0;
}
/*---------------- Site Info Div (footer) ------------------*/

#siteinfo {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 980px;
	min-height: 50px;
	margin: 20px auto 0px auto;
	color: #ffffff;
	line-height: 1.5em;
}
#siteinfo ul {
	padding: 0 0 5px 100px;
}
#siteinfo ul li {
	display: inline;
	padding: 0 0 0px 3px;
}
#siteinfo a {
	color: #578373;
}
#siteinfo p {
	margin: 5px 0;
}
#siteinfo #address {
	float: left;
	text-align: left;
	width: 40%;
	margin: 0px 0 0px 0;
}
/* tnav */
#tnav {
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	border: 1px solid #333;
	font-size: 14px;
	z-index: 400;
	padding: 5px;
}
#tnav a {
	padding: 5px;
	text-decoration: underline;
}
/* -------------------------------- Forms ---------------------------------------- */

#main_content form label, #main_content label span {
	display: block;
	margin: 2px 0;
	padding-right: 10px;
	padding-bottom: .25em;
	float: left;
	width: 25%;
	text-align: right;
}
#main_content form label span {
	float: left;
	width: 30%;
	text-align: right;
	padding-right: 10px;
}
#main_content form {
	width: 100%;
	padding: 5px 0 0 0;
	margin: 5px 0;
	position: relative;
	max-width: 700px;
}
#main_content form p {
	clear: left;
	padding: 2px 0;
}
#main_content form h2 {
	margin-bottom: 10px;
}
#main_content form label.checkbox {
	width: 55%
}
/* fieldset styling */
#main_content form fieldset {
	 margin: 0 0 5px 0;
	
/* space out the fieldsets a little*/
	padding: 1em;
	border : 1px solid #ccc;
}
/* legend styling */
#main_content form legend {
	 font-weight: normal;
}
/* style for labels */



/*AC: Commented out because it was breaking Form Builder's forms */
/*#main_content form input, #main_content form select {
	 width: 65%;
}*/



#main_content form#login input#submit1 {
	width: 30px;
	height: 26px;
	position: absolute;
	top: 10px;
	right: 20px;
}
#main_content form input.submit {
	width: auto;
	float: right;
}
#main_content form input.radio, #main_content input.submit, #main_content input.checkbox {
	width: auto;
}
#main_content form textarea {
	width: 65%;
	height: 100px;
}
/* Hack to make sure the floated radio buttons
	sit next to the labels correctly in IE/Mac*/

/* This is the style I want IE/Mac to see */
#main_content form input.radio + label {
	 text-indent: 2em;
}
/* Using the commented backslash filter, I'm resetting
	the above rule for everything other than IE5/Mac \*/
#main_content form input.radio + label {
	 text-indent: 0;
}
/*---------------- Forms ------------------*/

form#seek {
	height: 16px;
	width: 230px;
	margin: 0px;
	padding: 3px;
	position: absolute;
	top: 55px;
	right: 10px;
	background: #FFFFFF;
	border: 1px #CCCCCC solid;
}
.border1 {
	border-top: 0px none #CC9900;
	border-right: 0px solid #CC9900;
	border-bottom: 0px solid #CC9900;
	border-left: 0px solid #CC9900;

}
.redhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
.blhead {
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}
.Text1 {

	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
.Side {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;

}
.SmallSide {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;

}
.Side1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #8b006e;

}
.green_top_1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #eff38f;

}
.green_top_5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	
	color: #6E6D5E;

}
.green_top_4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #eff38f;

}
.green_top_2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #fffffc;

}
.green_top_3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;

}
.Side2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #8b006e;

}
.Side3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;

}
form p {
	margin: 0px;
	padding: 0px;
}
#searchfield {
	width: 195px;
	height: 16px;
	border: 0;
	background-color: #ffffff;
	float: left;
	vertical-align: middle;
	line-height: 1em;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 0px 5px;
	color: #6E6D5E;
	font-size: 1em;
}
#search-go {
	float: right;
	width: 22px;
	height: 16px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0 0 0;
}
#search-go img {
	margin: 0px;
	padding: 0;
	height: 16px;
}
#main_content form#directorysearch {
	background: #F5F5F5;
	padding: 30px 50px;
	margin: 10px 0 60px 0;
	min-height: 70px;
	width: 600px;
}
#main_content form#directorysearch label {
	display: block;
	float: left;
	width: 90px;
	color: #C64D14;
	font-weight: bold;
	font-size: 1.2em;
}
#main_content form#directorysearch p {
	clear: both;
}
#main_content form#directorysearch input.searchfield {
	width: 300px;
	height: 20px;
	border: 1px #CCCCCC solid;
	background-color: #ffffff;
	float: left;
	vertical-align: middle;
	line-height: 1em;
	margin: 0px 0px 5px 0px;
	padding: 5px 80px 0px 5px;
	color: #6E6D5E;
	font-size: 1em;
}
#main_content #directorysubmit {
	float: right;
	width: 76px;
	height: 27px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0 0 0;
	position: relative;
	bottom: 40px;
}
#main_content form#directorysearch #directorysubmit input {
	width: 76px;
	height: 27px;
	background-color: #ffffff;
}
#main_content #directorysubmit img {
	margin: 0px;
	padding: 0;
	width: 76px;
	height: 27px;
}
#formwrap {
	width: 90%;
	margin: 20px auto;
	padding: 20px;
	background: #ffffff;
	position: relative;
}
#formwrap h2 {
	margin-bottom: 10px;
}
#formwrap p {
	margin: 0 0 5px 0;
	font-size: 1.3em;
}
#formwrap #content {
	width: 100%;
	margin: 0 auto;
	background: #ffffff;
	position: relative;
}
form#sendtofriend {
	background: #F5F5F5;
	padding: 20px 20px 60px 20px;
	margin: 0px 0 60px 0;
	min-height: 70px;
}
form#sendtofriend label {
	display: block;
	color: #C64D14;
	font-weight: bold;
	font-size: 1em;
	padding-right: 10px;
}
form#sendtofriend p {
	clear: both;
	width: 100%;
	margin: 5px 0px;
}
form#sendtofriend .searchfield {
	width: 100%;
	height: 20px;
	border: 1px #CCCCCC solid;
	background-color: #ffffff;
	vertical-align: middle;
	line-height: 1em;
	margin: 0px 0px 5px 0px;
	padding: 5px 0px 0px 5px;
	color: #6E6D5E;
	font-size: 1em;
}
form#sendtofriend .box {
	width: 100%;
	height: 60px;
	border: 1px #CCCCCC solid;
	background-color: #ffffff;
	vertical-align: middle;
	line-height: 1em;
	margin: 0px 0px 5px 0px;
	padding: 5px 0px 0px 5px;
	color: #6E6D5E;
	font-size: 1em;
}
form#sendtofriend p#sendsubmit {
	float: right;
	width: 76px;
	height: 27px;
	margin: 10px 0px 0px 0px;
	padding: 0px 0 0 0;
}
form#sendtofriend p#sendsubmit input {
	width: 76px;
	height: 27px;
	background-color: #ffffff;
}
form#sendtofriend p#sendsubmit img {
	margin: 0px;
	padding: 0;
	width: 76px;
	height: 27px;
}
/* Override table styles for Form Builder */
form table {
	width: auto;
	margin: 0px;
}
form table td {
	padding: 0px;
	margin: 0px;
	border-bottom: #CCCCCC 0px solid;
}
form table tr {
}
#main_content #course_details {
	clear: both;
}
/* Adjust spacing on google search results page */

#main_content div.item {
	margin-bottom: 25px;
}
#main_content div.item p {
	margin-bottom: 7px;
}

