/* Gustavus Adolphus College global navigation */

/* Top global navigation */
	#navGlobal {
		margin: 0 4px;
		height: 27px;
		position: relative;
		z-index: 5;
	}

	#navGlobalFooter {
		text-align: center;
		margin: 0 4px;
		height: 27px;
		font-size: 16px;
	}

	* html #navGlobal {
		height: 25px;
		padding: 0;
	}
	ul.globalnav {
		list-style-type: none;
		padding: 0;
		margin: 0 auto;
		clear: left;
	}

	* html ul.globalnav {
		margin: 0;
	}

	ul.globalnav li {
		display: block;
		float: left;
		height: 25px;
	}
	#navGlobal ul.globalnav li {
		background: #fff;
	}
	#navGlobalFooter ul.globalnav li {
		text-align: center;
	}

	ul.globalnav li a {
		display: block;
		text-align: center;
		text-decoration: none;
		line-height: 24px;
		font-size: 11px;
		font-weight: bolder;

	}

	#navGlobal ul.globalnav li a {
		margin: 0;
		border-top-width: 3px;
		border-top-style: solid;
		border-bottom: 3px solid #fff;
/*		width: 92px;*/
		background-position: 0% 0%;
		background-repeat: repeat-x;
		padding-right: 1px;
	}
	#navGlobalFooter ul.globalnav li a {
/*		width: 90px;*/
		margin: 0 1px 0 0;
	}


	#navGlobal ul.globalnav li a:hover, body.calendar #navGlobal ul.globalnav li.nCal a, body.athletics #navGlobal ul.globalnav li.nAth a, body.academics #navGlobal ul.globalnav li.nAca a, body.news #navGlobal ul.globalnav li.nNew a, body.arts #navGlobal ul.globalnav li.nArt a, body.nSit #navGlobal ul.globalnav li.nSit a {
		background-image: url("/images/sitewide/notch.gif");
		background-position: 50% 100%;
		background-repeat: no-repeat;
	}









	/* Global Navigation widths:
	
		"more" era:
		=================================================================
		|	102, 	98, 	90, 	80, 	90, 	95, 	80, 	90	|
		=================================================================
		
		"quick links" era (after June 12, 2008):
		=================================================================
		|	98, 	95, 	87, 	77, 	87, 	92, 	77, 	112	|
		================================================================= */

	/* Academics */
	ul.globalnav li.nAca a {
		width: 98px;
	}
	/* Admission */
	ul.globalnav li.nAdm a {
		width: 95px;
	}
	/* Alumni and Athletics and Sitemap (Formerly A-Z Directory) */
	ul.globalnav li.nAlm, ul.globalnav li.nAth a {
		width: 87px;
	}
	/* Arts and News*/
	ul.globalnav li.nArt a, ul.globalnav li.nNew a {
		width: 77px;
	}
	/* Calendar */
	ul.globalnav li.nCal a {
		width: 92px;
	}
	/* Alumni and Athletics and Sitemap (Formerly A-Z Directory) */
	ul.globalnav li.nSit a {
		width: 112px;
	}
	/* A-Z Directory */
	#navGlobalFooter ul.globalnav li.nSit a {
		margin-right: 0;
	}

	/* MORE  */
	#navGlobal ul.globalnav li.nSit a {
		font-variant: small-caps;
		font-size: 12px;
	}
	/* MORE */
	div.gridCt {
		position: relative;
		*z-index: -1; /* IE 7- */
	}
	#navGlobal ul li ul#moreNav {
		padding: 10px 0 20px 0;
		margin: 0;
		line-style: none;
		position: absolute;
		width: 220px;
		z-index: 400;
		left: -999em;
		top: 27px;
		border-width: 0 3px 3px 3px;
		border-style: solid;
		-moz-border-radius: 0 0 15px 15px;
	}
	#navGlobal ul li ul#moreNav li a {
		display: block;
		width: 170px;
		height: auto;
		line-height: 1.4em;
		
		margin: 0;
		padding: .3em 25px;
		
		text-align: left;
		font-variant: normal;
		font-size: 11px;
		text-decoration: underline;
		border: none;
		background: transparent;
		
	}

	#navGlobal ul li ul#moreNav li a:visited {
		color: #997733;
		font-weight: normal;
	}
	#navGlobal ul li ul#moreNav li {
		width: 220px;
		background: transparent;
		border: none;
		margin: 0;
		padding: 0;
		height: auto;
	}
	#navGlobal ul li.nSit {
		position: relative;
	}
	#navGlobal ul li.nSit:hover #moreNav, #navGlobal ul li.sfhover #moreNav {
		left: auto;
		right: 0;
	}

/* Bottom global navigation */

	/* Audience-based navigation */
		#navAudience {
			text-align: center;
			margin: 0;
			border-top: 4px solid #fff;
			padding: 1px 12px 0 12px;
			height: 48px;
			width: 716px;
			font-size: 16px;
			background-repeat: no-repeat;
			background-position: 0% 0%;
		}
		#navAudience ul {
			list-style-type: none;
			padding: 0;
			margin: 0 auto;
			clear: left;
		}
		* html #navAudience ul {
			margin: 0;
		}
		#navAudience ul li {
			display: block;
			float: left;
			text-align: center;
			height: 25px;
		}
		#navAudience ul li a {
			text-decoration: none;
			text-align: center;
			line-height: 37px;
			font-size: 11px;
			display: block;
			font-weight: bolder;
			width: 64px;
		}
		#navAudience li a { /* for ie */
			width: 88px;
		}
		#navAudience ul li.nPstudents a	{
			width: 155px;
		}
		#navAudience ul li.nCstudents a {
			width: 130px;
		}
		#navAudience ul li.nStaff a {
			width: 45px;
		}
		
		
/* Page toolbar - Feedback, Email, Text resizing... */
	#navTools {
		position: absolute;
		left: 167px;
		top: 273px;
		height: 2em;
		list-style: none;
		margin: 0;
		padding: 0;
		width: 426px;
		z-index: 0;
	}
	#navTools li {
		display: inline;
		margin: 0;
		padding: 0;
	}
	#navTools li a {
		display: block;
		height: 2em;
		line-height: 2em;
		width: 30%;
		text-align: center;
		padding-left: 12px;
		font-weight: normal !important;
		text-decoration: none;
		float: left;
		margin: 0;
	}
	.nobanner #navTools {
		top:162px;
	}
	
	/* Placement for different template versions */
		.col1 #navTools {
			left: 157px;
		}
		.col2 #navTools {
			left: 235px;
		}

	/* Tool icons */
		#navTools li a span {
			display: none;
		}
		#navTools li#tFeedback a {
			background-image: url("/images/sitewide/icon_comment.gif");
			background-position: 35px 55%;
		}
		#navTools li#tEmail a {
			background-image: url("/images/sitewide/icon_mail.gif");
			background-position: 32px 55%;
		}
		#navTools li#tLargeText a {
			background-image: url("/images/sitewide/icon_larger_text.gif");
			background-position: 50% 55%;
		}
		#navTools li#tSmallText a {
			background-image: url("/images/sitewide/icon_smaller_text.gif");
			background-position: 50% 55%;
		}
		#navTools li#tLive a, #navTools li#tBeta a {
			background-image: url("/images/sitewide/icon_server_go.gif");
			background-position: 24px 55%;
		}
		#navTools li a {
			background-repeat: no-repeat;
		}
		#navTools li#tSmallText a, #navTools li#tLargeText a {
			width: 15px;
		}

	/* Widths for non-debug users */
		#navTools li a {
			width: 174px;
		}
	
	/* Widths for debug users */	
		#navTools.debug li a {
			width: 112px;
		}
		#navTools.debug li#tFeedback a {
			background-position: 5px 55%;
		}
		#navTools.debug li#tEmail a {
			background-position: 3px 55%;
		}
	
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(/modules/javascript/thickbox/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
/* General tags */
	body {
		margin: 0;
		padding: 8px 0 0 0;
		background: #d5d0bf url(/modules/components/image/image.php?image=/images/sitewide/background-3crowns.png&color=d5d0bf) no-repeat fixed 100% 100%;
		font-size: 70%;
		border-top: 2px solid #c5b05f;
	}
    p {
		padding: .85em 0;
		margin: 0;
	}
    a, #navGlobal ul li ul#moreNav li a {
		color: #058;
        font-weight: bold;
	}
	a:visited, #navGlobal ul li ul#moreNav li a:visited {
		color: #768c96;
        font-weight: normal;
	}

    /*
    a:hover {
        text-decoration: none;
    }
    */

    small a:link, small a:active, small a:visited, small a:hover {
        font-weight: normal;
    }
    a b, a strong {
        font-weight: bolder;
    }
    
	hr {
    	height: 1px;
		border: 0;
		clear: both;
		background-color: #e7e4d5;
		color: #e7e4d5;
	}
    small, code[title]:before {
		color: #a09070;
	}
	#cCol h1, #cCol h2, #cCol h3, #cCol h4, #cCol h5, #cCol h6, #cCol h7, legend, dl dt, table.round caption, .round table caption {
		color: #7a7252;
	}
	#cCol h1, #cCol h2, #cCol h3, #cCol h4, #cCol h5, #cCol h6, #cCol h7, legend, table.round caption, .round table caption {
		margin: 1em 0 .1em 0;
		padding: 1px 0;
	}
    #lCol h7, #lCol h6, #lCol h5, #lCol h4, #lCol h3, #lCol h2, #lCol h1 {
		margin: 0 -10px;
/*		padding: 12px 10px 3px 10px;*/
		padding: 0px 10px 0px 10px;
		font-size: 1.34em;
	}
	#pageCt code {
		background-color: #f8f6f4;
	}
	acronym, abbr {
		border-bottom: 1px dashed #7a7252;
		cursor: help;
	}
	acronym.initialism, abbr.initialism {
		font-variant: small-caps;
		font-size: .9em;
		speak: spell-out;
	}
	small acronym, small abbr {
		border-bottom-color: #a09070;
	}
	blockquote {
		color: #4c473c;
		margin: 0;
		padding: 0 50px;
		font-size: 1.1em;
        line-height: 1.55em;
        font-style: italic;
		background: url(/images/quotes-sm.gif) 25px .7em no-repeat;
	}
    blockquote, blockquote p, blockquote * {
    	 font-family: georgia, serif;
    }
    blockquote em, blockquote i, blockquote cite {
    	font-style: normal;
    }
	blockquote.pullquote {
		background: none;
		font-size: 1.5em;
		line-height: 1.3em;
		color: #a89562;
		padding: 10px 25px 10px 25px;
		margin: 10px;
	}
	blockquote.pullquote p.cited {
		text-indent: -1em;
	}
	blockquote.pullquote p cite {
		font-size: .7em;
		line-height: 1.2em;
		margin: 0;
	}
	blockquote.pullquote, blockquote.pullquote * {
		font-family: Constantia, Georgia, "Times New Roman", Times, serif;
	}
	blockquote.pullquote p.q:first-letter, blockquote.pullquote p.cited span {
		text-transform: uppercase;
		font-size: 1.8em;
		margin-right: -.02em;
	}
	blockquote.pullquote p.cited:first-letter {
		font-size: 1em;
	}
	blockquote.pullquote p.q:first-line {
		font-size: 1.7em;
		line-height: 1.2em;
	}
	blockquote.pullquote a {
		text-decoration: none;
		border-bottom: 1px dashed #e8d5a2;
		color: #a89562;
		font-weight: normal;
	}
	
    ol, ul {
    	margin: 0;
		padding: 6px 0 6px 30px;
    }
	ul {
		list-style-image: url(/media/home/images/goldbullet.gif);
	}
	ul li ul {
		list-style-image: url(/media/home/images/goldsquarebullet.gif);
	}
	ul.more-space li {
		margin-bottom: 7px;
	}
	dl dt {
		margin-top: 1em;
		margin-bottom: .2em;
	}
	dl dd {
		margin-left: 0;
	}
	#pageCt pre code {
		display: block;
		-moz-border-radius: 10px;
		padding: 10px;
		margin-bottom: 1em;
		border-width: 1px;
		border-style: solid;
		border-color: #f3eedd #dcb #dcb #f3eedd;

		width: 93%;
		margin: .5em auto;
		overflow: auto;
	}
	#pageCt pre code[title]:before {
		content: attr(title);
		display: block;
		margin: .2em 1em 1em 1em;
	}
	a img {
		border: 0;
	}
    
    /* Forms */
		optgroup {
			padding: 5px 0;
		}
		label {
			cursor: pointer;
		}
		fieldset {
			border-style: solid;
			border-width: 1px 0 0 0;
			padding: 0 1em;
			margin: 0;
			display: block;
		}
		form > fieldset {
			padding-top: 1em;
			margin: 1em 0 0 0;
		}
		fieldset legend {
			margin: .2em 0;
		}
		fieldset, form div#submit, form div.submit {
			border-color: #e7e4d5;
		}
		form div.submit, fieldset.submit, form div#submit {
			border-top-style: solid;
			border-top-width: 1px;
			padding: 1em;
			margin: 1em;
			clear: both;
			text-align: center;
		}
		fieldset label {
			clear: both;
		}
		fieldset input[type="text"], fieldset input[type="password"] {
			width: 99%;
			clear: both;
			font-size: 1.2em;
			padding: 2px;
		}
		fieldset input.text, fieldset textarea, fieldset select, div.submit input, div#submit input, input.submit, fieldset.submit input {
			clear: both;
			font-size: 1.2em;
			padding: 2px;
		}
		fieldset input.text, fieldset textarea, fieldset select {
			width: 98%;
            _width: 90%;
		}
		div.submit input, div#submit input, input.submit, fieldset.submit input {
			width: 170px;
			margin: 1px auto;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-weight: bold;
			clear: none;
			text-align: center !important;
		}
		fieldset optgroup, fieldset option {
			font-size: inherit;
		}
        input.exampleText {
        	color: #aaa;
        }
    
/* Fancy formatting for external, mailto, pdf, doc links */
	#cCol a[href*="://"]:not([href*="gac.edu"]):not([href*="gustavus.edu"]),
	#lCol a[href*="://"]:not([href*="gac.edu"]):not([href*="gustavus.edu"]) span.linkText {
		background: url(/includes/css/sites/external.gif) center right no-repeat;
		padding-right: 13px;
	}
	#cCol a[href^="mailto:"],
	#lCol a[href^="mailto:"] span.linkText {
		background: url(/includes/css/sites/email.gif) center right no-repeat;
		padding-right: 13px;
	}
	#cCol a[href*="://"]:not([href*="gac.edu"]):not([href*="gustavus.edu"]):visited,
	#lCol a[href*="://"]:not([href*="gac.edu"]):not([href*="gustavus.edu"]):visited span.linkText {
		background-image: url(/includes/css/sites/external-visited.gif);
		padding-right: 13px;
	}
	#cCol a[href^="mailto:"]:visited,
	#lCol a[href^="mailto:"]:visited span.linkText {
		background-image: url(/includes/css/sites/email-visited.gif);
		padding-right: 13px;
	}
	#rCol .primary a[href*="://"]:not([href*="gac.edu"]):not([href*="gustavus.edu"]) {
		background: url(/includes/css/sites/external-rcol-blue.gif) center right no-repeat;
		padding-right: 13px;
	}
	#rCol a[href*="://"]:not([href*="gac.edu"]):not([href*="gustavus.edu"]) {
		background: url(/includes/css/sites/external-rcol.gif) center right no-repeat;
		padding-right: 13px;
	}
	#rCol a[href^="mailto:"] {
		background: url(/includes/css/sites/email-rcol.gif) center right no-repeat;
		padding-right: 13px;
	}
	#cCol a[href$="pdf"] {
		background: transparent url("/css/images/pdf.png") no-repeat right center;
		padding-bottom: 1px;
		padding-right: 20px;
		padding-top: 1px;
	}
	#lCol a[href$="pdf"] span.linkText {
		background: transparent url("/css/images/pdf.png") no-repeat right center;
		padding-bottom: 4px;
		padding-right: 18px;
		padding-top: 4px;
	}
	#cCol a[href$="doc"] {
		background: transparent url("/css/images/doc.png") no-repeat right center;
		padding-bottom: 1px;
		padding-right: 20px;
		padding-top: 1px;
	}
	#lCol a[href$="doc"] span.linkText {
		background: transparent url("/css/images/doc.png") no-repeat right center;
		padding-bottom: 4px;
		padding-right: 18px;
		padding-top: 4px;
	}
	.noexternallink, a.vanilla {
		background: none !important;
		padding-right: 0 !important;
	}

/* Widgets */
	table.round caption, .round table caption {
		margin: 0;
		padding: 0 0 5px;
	}
	.error {
		font-size: 1.2em;
		color: #f00;
		font-weight: bold;
	}
	.plain a, a.plain {
		text-decoration: none;
	}
	
.access, .nodisplay {
	display: none;
}
.spacer {
	clear: both;
	line-height: 1px;
	height: 1px;
	font-size: 0;
}
.clear, .clearer {
	clear: both;
	height: 0;
	line-height: 0;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

.left, blockquote.pullquoteleft {
	float: left;
	text-align: left;
}
.right, blockquote.pullquoteright {
	float: right;
	text-align: left;
}
.half {
	width: 49%;
}
blockquote.pullquoteright, blockquote.pullquoteleft {
	width: 40%;
}
.third {
	width: 30.7%;
	margin-right: 1.5%;
}
body.col1 .third {
	width: 31.7%;
}
.twothirds {
	width: 63.3%;
	margin-right: 1.5%;
}
body.col1 .twothirds {
	width: 65.3%;
}
.fourth {
	width: 23%;
	margin-right: 1.5%;
}
.threefourths {
	width: 73%;
	margin-right: 1.5%;
}
.center {
	text-align: center;
}
#pageCt {
	position: relative;
	width: 740px;
	padding-top: 0;
	margin-left: auto;
	margin-right: auto;
    background-color: #fff;
}
#pageHead {
	height: 103px;
    background: transparent url(/modules/components/image/image.php?image=/images/sitewide/site_header.png&color=d5d0bf) no-repeat;
}
#pageHead h1 {
	overflow: hidden;
	display: block;
	height: 98px;
	width: 340px;
}
#pageHead h1 a {
	display: block;
	height: 103px;
	width: 340px;
	padding-top: 300px;
}

/* Main content container */
	.gridCt {
		margin: 0 4px;
        background: #90b0ca url(/modules/components/image/image.php?image=/images/sitewide/site_gridBg.png&color=ffd55f) repeat-y;
	}
	.col2 .gridCt {
		background-image: url(/modules/components/image/image.php?image=/images/sitewide/site_gridBgCol2.png&color=ffd55f);
	}
	.col1 .gridCt {
		background: #fff;
	}    
	/*----Mac Filter ---\*/ 
	* html .gridCt {
		height: 1px;
	}
	/*---End Filter----*/
	#lCol {
		float: left;
		width: 140px;
		margin-bottom: 20px;
		margin-right: 3px;
		padding: 12px 10px;
	}
	* HTML #lcol {
		width: 160px;
	}
	
	#cCol {
		float: left;
		width: 426px;
		padding-bottom: 40px;
        background-color: #fff;
	}
	#rCol {
		float: right;
		width: 120px;
		padding: 10px 10px 20px 10px;
		margin-left: 3px;
	}
    #rCol, #rCol a {
		color: #fff;
	}
	.col2 #rCol, .col1 #rCol, .col1 #lCol {
		display: none;
	}
	/*
	#lCol a {
		color: #fff;
	}
	*/
	.col2 #cCol {
		width: 569px;
	}
	.col1 #cCol {
		width: 732px;
	}

/* Page title grey bar */
	h2#pageTitle, h2#pageTitle span#titleArrow {
		background-color: #e7e4d5;
		color: #7a7252;
	}
	#pageTitle {
		font-size: 2.3em;
		font-weight: bold;
		letter-spacing: -.03em;
	}
	h2#pageTitle {
		padding: 35px 11px 6px 11px;
		margin: 0;
		position: relative;
		top: 0;
		left: 0;
	}
	
	h2#pageTitle img {
		margin: 35px 0 0;
		padding: 0;
	}
	
	h2#pageTitle small {
		color: #b8b080;
		font-weight: normal;
		font-size: .8em;
	}
	
	h2#pageTitle span#titleArrow {
		background-position: 0% 0%;
		background-repeat: no-repeat;
		background-image: url(/images/sitewide/site_titleArrow.gif);
		display: block;
		width: 31px;
		height: 16px;
		position: absolute;
		left: 10px;
		bottom: -16px;
		*bottom: -15px; /* IE 7 */
		_display: none; /* IE 6- */
	}
	
/* Page body */
	#pageBody {
		position: relative;
		margin: 15px 9px 20px 10px;
		z-index: 1;
	}
	
/* Banner */
	#photoCt {
		background-repeat: no-repeat;
		width: 732px;
		height: 108px;
		border-top-width: 3px;
		border-top-style: solid;
        border-color: #fff;
        background-color: #000;
	}
	.nobanner #photoCt {
		display: none;
	}
	* html #photoCt {
		border-top-width: 1px;
	}

/* Top global navigation */
	#navGlobal ul li {
		background-color: #fff;
	}
	#navGlobal ul li a {
		background-image: url(/modules/components/image/image.php?image=/images/sitewide/site_globalnavbg.png&color=ffd55f);
		border-top-color: #c5b05f;
	}
	#navGlobal ul li a, #navGlobal small, #lCol h1, #lCol h2, #lCol h3, #lCol h4, #lCol h5, #lCol h6, #lCol h7, #lCol ul li ul {
		color: #584c40;
	}
	#navGlobal ul li a, #lCol h1, #lCol h2, #lCol h3, #lCol h4, #lCol h5, #lCol h6, #lCol h7 /*, #lCol ul li ul*/ {
		background-color: #ffd55f;
	}
	#navGlobal ul li a:hover, body.academics #navGlobal ul li.nAca a, body.admission #navGlobal ul li.nAdm a, body.alumni #navGlobal ul li.nAlm a, body.arts #navGlobal ul li.nArt a, body.athletics #navGlobal ul li.nAth a, body.calendar #navGlobal ul li.nCal a, body.news #navGlobal ul li.nNew a, body.a2z #navGlobal ul li.nA2Z a {
		background-color: #ffe293;
		border-top-color: #cfa263;
	}	
	#navGlobal ul li ul#moreNav {
		border-color: #ffd55f;
		background: #fef8c6;
	}
	#navGlobal ul li ul#moreNav li a:hover {
		background: #f7f0b0;
	}

/* Bottom global navigation */
    #navAudience {
        background-image: url(/modules/components/image/image.php?image=/images/sitewide/site_footer.png&color=d5d0bf);
    }
    #navAudience ul li a {
        color: #fff;
    }
    #navAudience ul li a:hover {
        color: #999;
    }

/* Breadcrumb */
	#breadCt {
		border-width: 3px 0;
		border-style: solid;		
		padding: 7px 15px;
		height: 12px;
		clear: both;
		background-color: #888068;
		border-color: #fff;
		color: #fff;
        font-size: 10px;
	}
	#breadCt a {
		color: #fff;
		font-weight: normal;
	}
	#breadCt small {
		font-weight: normal;
		color: #cba;
	}
	* html .nobanner #breadCt {
		border-width: 1px 0 3px 0;
	}
    #breadCt .slash {
    	word-spacing: -1.5px;
    }

/* Go Quickly To... */
	#siteForms {
		position: absolute;
		top: 30px;
		right: 36px;
	}
	#siteForms form {
		background-color: transparent;
		border: none;
		width: 350px;
		margin: 0;
		padding: 0;
		text-align: right;
	}
	/*
	#siteForms form#search {
		position: absolute;

		right: 0;
		top: 5px;
	}
	*/
	form#search fieldset {
		margin: 0;
		padding: 0;
		border: none;
		background: transparent;
	}
	#search	input {
		vertical-align: middle;
		width: 210px;
		margin: 2px 0 0 0;
		font-size: 1.4em;
		padding: 3px;
	}
	/*
	#search	select {
		vertical-align: middle;
		width: 144px;
		margin: 0 0 2px 0;
	}
	*/
	#search input.submit {
		width: 100px;
		padding: 1px;
		font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, Verdana, sans-serif;
	}
	#quicklinks	select {
		width: 152px;
	}

/* Reimagined auxbox */
	#rCol .callout {
		width: 120px;
		padding: 10px;
		border-width: 3px 0;
		border-style: solid;
		margin: 0 -10px;
	}
	
	#rCol .callout p {
		text-align: left;
	}
	#rCol .callout img {
		padding: 4px;
		border-width: 1px;
		border-style: solid;
		margin: 0 auto 8px auto;
	}
	#rCol #didyouknow {
		height: 55px;
		width: 120px;
		margin-left: -2px;
		background-position: 0% 0%;
		background-repeat: no-repeat;
	}
	#rCol #didyouknow h3 {
		display: none;
	}
	#rCol #studentview {
		height: 75px;
		width: 120px;
		margin-left: -2px;
		background-position: 0% 0%;
		background-repeat: no-repeat;
	}
	#rCol #studentview h3 {
		display: none;
	}
	#rCol .chunk {
		width: 140px;
		border-width: 3px 0 0 0;
		border-style: solid;
		margin: 0 -10px;
		padding: 10px 0 10px 0;
	}
    #rCol .last {
		border-bottom: 3px solid #fff;
	}
	#rCol .secondarylast, #rCol .quaternarylast, #rCol .senarylast, #rCol .octonarylast, #rCol .denarylast {
		border-bottom-width: 0;
	}
	#rCol .chunk h3, #rCol .chunk .gusher-juice {
		padding: 0 10px 10px 10px;
	}
	
	#rCol h3 {
		line-height: 1.35em;
	}

	#rCol .didyouknow {
		padding-top: 62px;
		background-position: 8px 10px;
		background-repeat: no-repeat;
	}

	#rCol .didyouknow h3 {
		display: none;
	}
	.auxboxPicture {
		margin: 0 -10px;
		text-align: center;
	}
	div.auxboxPicture img {
		padding: 2px 0;
		background: #fff;
	}
    

    #rCol .callout, #rCol .chunk{
        background-color: #dae6ec;
        border-color: #fff;
        color: #394570;
    }
    #rCol h3, #rCol small, #rCol .callout h3, #rCol .chunk h3 {
        color: #558095;
    }
    #rCol .callout a, #rCol a {
        color: #192550;
    }
    #rCol .highlightedFeature h3 a, #rCol .highlightedFeature a, #rCol .highlightedFeature h3 {
        color: #fff;
    }
    #rCol .callout img, #rCol .chunk img {
        border-color: #dcc #baa;
        background-color: #f6f4f4;
    }
    #rCol .callout .inner2, #rCol .chunk .inner2 {
        color: #000;
    }
    #rCol .primary, #rCol .primary h3, #rCol .primary h3 a, #rCol .primary a {
        background-color: #dae6ec;
        color: #394570;
    }
    #rCol #didyouknow, #rCol .primarydidyouknow {
        background-image: url(/modules/components/image/image.php?image=/images/sitewide/dyk.png&width=120&color=dae6ec);
        /*color: #dae6ec;*/
    }
    #rCol .secondary, #rCol .quaternary, #rCol .senary, #rCol .octonary, #rCol .denary {
        background-color: #90b0ca;
    }
    #rCol .secondarydidyouknow, #rCol .quaternarydidyouknow, #rCol .senarydidyouknow, #rCol .octonarydidyouknow, #rCol .denarydidyouknow {
        background-image: url(/modules/components/image/image.php?image=/images/sitewide/dyk.png&width=120&color=90b0ca);
    }
    #rCol .tertiary, #rCol .quinary, #rCol .septenary, #rCol .nonary {
        background-color: #558095;
    }
    #rCol .tertiarydidyouknow, #rCol .quinarydidyouknow, #rCol .septenarydidyouknow, #rCol .nonarydidyouknow {
        background-image: url(/modules/components/image/image.php?image=/images/sitewide/dyk.png&width=120&color=558095);
    }

    #rCol .secondary, #rCol .secondary h3, #rCol .secondary a, 
    #rCol .tertiary, #rCol .tertiary h3, #rCol .tertiary a, 
    #rCol .quaternary, #rCol .quaternary h3, #rCol .quaternary a, 
    #rCol .quinary, #rCol .quinary h3, #rCol .quinary a, 
    #rCol .senary, #rCol .senary h3, #rCol .senary a, 
    #rCol .septenary, #rCol .septenary h3, #rCol .septenary a, 
    #rCol .octonary, #rCol .octonary h3, #rCol .octonary a, 
    #rCol .nonary, #rCol .nonary h3, #rCol .nonary a, 
    #rCol .denary, #rCol .denary h3, #rCol .denary a {
        color: #fff;
    }
    
    /* Left */
    #lCol .callout, #lCol ul {
        border-color: #fff;
        background-color: #f7f0c0;
    }
    #lCol ul:hover li a, #lCol ul:hover {
        background-color: #fef8c6;
    }
    #lCol ul li a:hover {
        background-color: #f7f0b0;
    }
    #lCol ul li a span.linkDescription {
        color: #000;
    }
	#lCol .callout {
		padding: 6px 10px;
		margin: 3px -10px 20px -10px;
		border-width: 3px 0;
		border-style: solid;
	}
	#lCol ul {
/*
		margin: 0 -10px 2em -10px;
		padding: 0;
*/
		margin: 3px -10px 20px -10px;
		padding: 0;

		border-width: 3px 0;
		border-style: solid;
	}
	#lCol ul li {
		margin: 0;
		padding: 0;
		display: inline;
	}
	#lCol ul li a {
		text-decoration: none;
		display: block;
		margin: 0;
		padding: 3px 10px;
		width: 139px;
		font-size: 1.1em;
		font-family: "Trebuchet MS", Tahmoa, Arial, Verdana, Helvetica, sans-serif;
	}
	#lCol ul li a span.linkText {
		text-decoration: underline;
	}
	#lCol ul li a:hover span.linkText {
		text-decoration: none;
	}
	#lCol ul li a span.linkDescription {
		font-weight: normal;
		display: block;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: .9em;
	}
	#lCol ul li ul {
		border: none;
		margin: 0 0 5px 0;
	}

	#lCol ul ul a {
		padding-left: 30px;
	}

	#lCol ul li ul li a {
		padding-left: 20px;
		width: 129px;
	}



	#lCol p {
		padding-top: 6px;
		padding-bottom: 6px;
	}	
	.highlightedFeature {
		margin: 15px 0 0 0;
	}

/* Footer */
	
	#addressCt {
		position: relative;
		width: 740px;
		text-align: left;
		margin: 1em auto 6em auto;
		line-height: 1.5em;
	}
    #addressCt, #addressCt a {
		color: #4c473c;
	}
	#addressCt .left  {
		text-align: center;
		margin: 0;
		padding: 0;
		width: 33.2%
	}
	#addressCt .logo {
		overflow: hidden;
		height: 47px;
	}
	#addressCt .logo a {
		display: block;
		height: 0;
		padding-top: 47px;
        background: transparent url(/modules/components/image/image.php?image=/images/sitewide/site_footerLogo.png&color=d5d0bf) no-repeat 50% 50%;
	}
	#addressCt .vcard {
		font-size: 1.2em;
		border: none;
	}
    #addressCt abbr {
		border-color: #ada88e;
	}
	#copyrightInfo {
		margin-top: 3.5em;
		text-align: center;
        color: #ada88e;
	}

/* Boxes */
	.ltborder, .box, .boxright, .boxleft, .highlight, div.imageShareBox {
		border: 1px solid #d5d0bf;
		margin: 7px;
		padding: 5px;
		-moz-border-radius: 4px;
        background-color: #fff;
	}
    div.imageShareBox[class] {
		padding-right: 10px;
	}
    div.imageShareBox div.imageShareCaption, div.imageShareBox div.imageSharePhotographer {
		padding: 2px 5px 2px 5px;
	}
	div.imageShareBox div.imageSharePhotographer {
		font-style: italic;
	}
    a:hover .box, a:hover .boxright, a:hover .boxleft {
		border-color: #cfa263;
		background-color: #f8f6f4;
	}
	.highlight {
		padding: 5px 15px;
	}
	.boxright {
		float: right;
		margin: 0 0 10px 10px;
	}
	.boxleft {
		float: left;
		margin: 0 10px 10px 0;
	}
	.blackbox {
		border: 1px solid black;
	}
	.vspace {
		margin: 40px 0 40px 0;
	}
	
/* Lists */
	.listUalpha {
		list-style-type: upper-alpha;
	}
	.listLalpha {
		list-style-type: lower-alpha;
	}
	.listUroman {
		list-style-type: upper-roman;
	}
	ul.distinguished li {
		margin-top: 1em;
		margin-bottom: .6em;
	}
	
/* Orange XML link */
	a .xmlLink {
		padding: 0 3px 1px 3px;
		margin: 0;
		text-align: center;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 13px;
		font-weight: bold;
		font-style: normal;
		border-width: 1px;
		border-style: solid;
		border-color: #ffc8a4 #3f1a01 #3f1a01 #ffc8a4;
		cursor: pointer;
		width: 65px;
		background-color: #f60;
		color: #fff;
	}
	a:hover .xmlLink {
		background-color: #b40;
	}
	
/* Round tables */
	.round table, table.round, .roundstuff {
		margin: 0 0 1em 0;
		border-width: 1px;
		border-style: solid;
		border-color: #e7e4d5 #ada88e #ada88e #e7e4d5;
		background: #f3f0e6;
		padding: 4px 0;
		-moz-border-radius: 4px;
        border-spacing: 0;
	}
	.round table tr td, table.round tr td {
		padding: 3px 5px 3px 5px;
		margin-right: 1px;
        background-color: #fff;
	}
	.round table tr th, table.round tr th {
		padding: 0 5px 4px 5px;
		color: #888068;
	}
	.round table tfoot tr td {
		background: #f3f0e6;
		padding: 6px 0 4px 0;
	}
	.round table caption, table.round caption {
		text-align: left;	
	}
    .round table tr th small, table.round tr th small {
    	font-weight: normal;
    }

/* Zebra stripes */
	li.odd, table tr.odd td, table tr td.odd, .highlight {
		background: #faf7f2;
	}
	thead th {
		border-bottom: 1px solid #ada88e;
	}
    
tr.highlight td {
	background-color: #fff;
}

/* Accordian headers */
	#cCol div.accordion h3 {
		background: #f3f0e6;
		border-width: 1px;
		border-style: solid;
		border-color: #e8dfc9 #b8af99 #b8af99 #e8dfc9;
		-moz-border-radius: 5px;
		padding: 5px !important;
		margin: 2px 0;
		cursor: pointer;
        color: #058;
	}
	#cCol div.accordion h3 span {
		text-decoration: underline;
	}
	
/*             styles for the star rater                */
	#topSlider, #bottomSlider {
		position: absolute;
		left: 164px;
		width: 415px;
		background-color: #DAE6EC;
		border: 5px solid #90B0CA;
		-moz-border-radius: 10px;
		visibility: hidden;
		opacity: .97;
	}
	#bottomSlider {
		bottom: -1px;
		z-index: 15;
		left: 168px;
		/*filter: alpha(opacity=95);*/
	}
	.col2 #topSlider, .col2 #bottomSlider {
		width: 559px;
	}
	* HTML .col2 #topSlider, * HTML .col2 #bottomSlider {
		width: 553px;
	}
	#topSliderFormContainer, #bottomSliderFormContainer {
		background-color: #DAE6EC;
		-moz-border-radius: 8px;
	}
	#bottomSliderFormContainer div{
		background-color: #DAE6EC;
		padding: 8px;
	}
	#pageTools {
		z-index: 6;
	}
	#topSlider legend, #bottomSlider legend {
		color: #72829A;
	}
	#topSlider fieldset, #bottomSlider fieldset {
		border-color: #90B0CA;
		border-top-width: 3px;
	}
	#topSlider small, #bottomSlider small {
		color: #72829A;
	}
	#topSlider div.submit, #bottomSlider div.submit {
		border-color: #90B0CA;
	}
	#pageRater, #pageTools {
		height: 0;
		position: relative;
	}
	/* Nav tools, will be displayed by js if able to use */
	#navTools {
		display: none;
	}
    #navTools li a {
        color: #888068;
    }
    #navTools li a:hover {
        color: #000;
        background-color: #d5d0bf !important;
    }
    #navTools li a.stbutton {
        padding: 0;
    }
	.norate #pageRater {
		display: none;
	}
	.star-rating {
		display: block;
		width: 426px;
		position: absolute;
		left: 167px;
		top: -33px;
		margin: 0;
		padding: 0;
		height: 33px;
		line-height: 33px;
        color: #888068;
        background-color: #e7e4d5;
    }
    #returnToTop a:hover {
        background-color: #d5d0bf;
    }
    
	* HTML .star-rating {
		height: 28px;
		line-height: 28px;
	}
	.col2 .star-rating {
		width: 569px;
	}
	.col1 .star-rating {
		left: 4px;
		width: 732px;
	}
	.star-rating .rating-description {
		display: inline;
		float: left;
		margin: 0 5px 0 10px;
	}
	.star-rating .rating-status {
		width: 80px;
		float: left;
		padding-top: 1px;
	}
	.star-rating ul{
		list-style: none;
		margin: 0 5px 0 0;
		padding: 0;
		width: 80px;
		height: 16px;
		position: relative;
		top: 8px;
		background: url(/images/sitewide/star_rating.gif) 0% 0% repeat-x;
		float: left;
		overflow: hidden;
	}
	.star-rating li{
		padding:0;
		margin:0;
		/*\*/
		float: left;
		/* */
	}
	.star-rating li a{
		display:block;
		width: 16px;
		height: 16px;
		line-height: 16px;
		text-decoration: none;
		text-indent: -9000px;
		z-index: 20;
		position: absolute;
		padding: 0;
		top: 0;
	}
	.star-rating li a:hover{
		background: url(/images/sitewide/star_rating.gif) 0% 32px;
		z-index: 2;
		left: 0;
	}
	.star-rating a.one-star{
		left: 0;
	}
	.star-rating a.one-star:hover{
		width:16px;
	}
	.star-rating a.two-stars{
		left:16px;
	}
	.star-rating a.two-stars:hover{
		width: 32px;
	}
	.star-rating a.three-stars{
		left: 32px;
	}
	.star-rating a.three-stars:hover{
		width: 48px;
	}
	.star-rating a.four-stars{
		left: 48px;
	}	
	.star-rating a.four-stars:hover{
		width: 64px;
	}
	.star-rating a.five-stars{
		left: 64px;
	}
	.star-rating a.five-stars:hover{
		width: 80px;
	}
	.star-rating li.current-rating{
		background: url(/images/sitewide/star_rating.gif) 0% 16px;
		position: absolute;
		height: 16px;
		display: block;
		text-indent: -9000px;
		z-index: 1;
		top: 0;
	}
	.star-rating #returnToTop a {
		display: block;
		width: 35px;
		float: right;
		padding-left: 25px;
		background-image: url(/images/sitewide/icon_arrow_up.gif);
		background-position: 5px 48%;
		background-repeat: no-repeat;
		text-decoration: none;
	}
	
	.onlyprint {
		display: none;
	}
	
/*
	#lCol font {
		color: inherit;
	}
	
*/
.message, .error, .fatal {
	border-width: 1px;
	border-style: solid;
	padding:12px 15px;
	margin: 15px 20px;
	-moz-border-radius: 5px;
	font-size: 1.4em;
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	clear: both;
	line-height: 1.2em;
}
.message *, .error *, .fatal * {
	font-size: 1em;
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
}
.error {
	border-color: #e8d684;
	background-color: #f8f0a4;
	color: #543;
}
.error small {
	font-size: .7em;
	color: #a86;
	font-weight: normal;
}
.message {
	border-color: #d6e884;
	background-color: #f0f8a4;
	color: #453;
}
.fatal {
	border-color: #e8a674;
	background-color: #f8c0a4;
	color: #543;
}
.message strong, .error strong, .fatal strong {
	font-size: 1.15em;
}
.vevent acronym, .vevent abbr {
	border: none;
}
	


/*******************************************/
/*            vCard / hCard CSS            */
/*******************************************/

.people .vcard, .office {
	display: block;
	padding: 0;
	position: relative;
	margin: 8px;
	page-break-inside: avoid;
	border: 1px solid #ddd;
	-moz-border-radius: 5px;
}

.people .office {
	width: 348px;
	float: left;
	margin-right: 3px;
	margin-left: 3px;
}

.people .vcard {
	width: 47% !important;
	padding-bottom: .5em;
}
.people .office .tel {
	padding: 0 0 3px 8px;
}

* HTML .people .vcard, * HTML .people .office {
	height: 140px;
}
#cCol .people div.vcard h4.fn, #cCol .people div.office h4.fn {
	color: #000;
	background: #f8f5f2;
	margin: 1px;
	padding: 10px 8px 4px 8px;
	-moz-border-radius: 5px 5px 0 0;
}
.people .vcard .personDetails, .people .office .officeDetails {
	margin: 0 1px 1px 1px;
	background: #fbf9f5;
	padding-top: 5px;
	-moz-border-radius: 0 0 5px 5px;
}
.people .vcard .title, .people .vcard .dept, .people .vcard .dept2, .people .vcard .building, .people .vcard .room, .people .vcard .tel, .people .vcard .email {
	margin-left: 1em;
}
.people .vcard .photo {
	float: right;
	padding: 3px;
	margin: 4px 4px 1em 1em;
	background: #fff;
	clear: both;
	border: 1px solid #eee;
	-moz-border-radius: 8px;
}

/* Bubbles */
.bubble {
	font-size: 1em;
	line-height: 1.3em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	display: block;
	position: relative;
	padding: 10px;
	-moz-border-radius: 30px;
	border: 4px solid #e6ecf0;
	color: #326a88;
	background: #f6f8ff;
	margin: 2px 0 2px 5px;
}
.bubble small {
	color: #629ab8;
}
.bubble h4 {
	color: #125 !important;
	margin: 0 !important;
	padding: 0 !important;
	text-align: center;
	font-size: 1.85em;
}
.bubble span.arrow {
	display: block;
	width: 35px;
	height: 28px;
	background: transparent url(/images/sitewide/blueArrow.gif) no-repeat;
	position: absolute;
	left: -38px;
	top: 30%;
}

/* Drop Caps, naming convention developed by Joe Lencioni */
.five-line-dropcap {
	font-family: trajan, georgia, times, "times new roman", serif;
	float: left;
	font-size: 9.2em;
	line-height: .8em;
	padding: 0;
	margin: 0px .05em -6px 0;
}
.four-line-dropcap {
	font-family: trajan, georgia, times, "times new roman", serif;
	float: left;
	font-size: 7.38em;
	line-height: .8em;
	padding: 0;
	margin: 0px .05em -2px 0;
}
.three-line-dropcap {
	font-family: trajan, georgia, times, "times new roman", serif;
	float: left;
	font-size: 5.45em;
	line-height: .8em;
	padding: 0;
	margin: 0px .05em -2px 0;
}
.two-line-dropcap {
	font-family: trajan, georgia, times, "times new roman", serif;
	float: left;
	font-size: 3.45em;
	line-height: .8em;
	padding: 0;
	margin: 0px .05em -2px 0;
}

/* From SiteStyleFonts */
body, div, table, td, p, font, pre {
	font-family: verdana, arial, helvetica, sans-serif;
}

pre {
	font-size: 1em;
}
div, table, td, p, font {
	font-size: 1em;
}
div, table, td, p, font {
	font-size: inherit;
}

/* h1..h7 MUST be declared seprately for contribute to work properly */
h1 {
	font-size: 2em;
	font-weight: bold;
	font-family: "Trebuchet MS", Thahoma, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0 0 5px;
	line-height: 1.2em;
}
h2 {
	font-size: 1.9em;
	font-weight: bold;
	font-family: "Trebuchet MS", Thahoma, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0 0 5px;
	line-height: 1.2em;
}
h3 {
	font-size: 1.7em;
	font-weight: bold;
	font-family: "Trebuchet MS", Thahoma, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0 0 5px;
	line-height: 1.2em;
}
h4{
	font-size: 1.4em;
	font-weight: bold;
	font-family: "Trebuchet MS", Thahoma, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0 0 5px;
	line-height: 1.2em;
}
h5{
	font-size: 1.3em;
	font-weight: bold;
	font-family: "Trebuchet MS", Thahoma, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0 0 5px;
	line-height: 1.2em;
}
h6 {
	font-size: 1.2em;
	font-weight: bold;
	font-family: "Trebuchet MS", Thahoma, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0 0 5px;
	line-height: 1.2em;
}
/*********************************************************************/

body table.group caption {
	font-size: 1.7em;
}
table.round caption, .round table caption {
	font-size: 1.4em;
}
table.round caption, .round table caption, table.group caption {
	font-weight: bold;
	font-family: "Trebuchet MS", Thahoma, Arial, Helvetica, sans-serif;
	line-height: 1.2em;
}
#rCol h1, #rCol h2, #rCol h3, #rCol h4, #rCol h5, #rCol h6, #rCol h7 {
	font-size: 1.4em;
}
#lCol h1 {
	font-size: 1.45em;
}
#lCol h2 {
	font-size: 1.4em;
}
#lCol h3 {
	font-size: 1.35em;
}
#lCol h4 {
	font-size: 1.2em;
}
#lCol h5, #lCol h6, #lCol h7 {
	font-size: 1.1em;
}
address {
	font-style: normal;
}
#pageCt code {
	font-size: 1.4em;
}
#pageCt code[title]:before {
	font-size: .8em;
	font-family: verdana, arial, helfetica, sans-serif;
}

dl dt {
	font-family: "Trebuchet MS", Thahoma, arial, helvetica, verdana, sans-serif;
	font-weight: bold;
	font-size: 1.4em;
}

/* Forms */
	input, textarea, select, option, optgroup, legend {
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 11px;
	}
	optgroup {
		font-weight: bold;
		font-style: normal;
		text-indent: 5px;
	}
	legend {
		font-family: "Trebuchet MS", Thahoma, arial, helvetica, verdana, sans-serif;
		font-size: 1.6em;

		font-weight: bold;
	}

/* Specific template pieces */

#pageCt {
	text-align: left;
}
#cCol {
	line-height: 1.65em;
	font-size: 1.05em;
	z-index: -1;
}
#rCol {
	line-height: 1.3em;
}
	
/* Additional classes */
.leadin {
	font-size: 1.2em;
	line-height: 150%;
}

/* global messages */
#globalMessage, #spelling {
	position: fixed;
    bottom: 0;
    background: #fff;
    text-align: center;
    background: #FCFEBB;
    border-top: 1px solid #BCBE7B;
    line-height: 1.4em;
    opacity: .94;
    filter: alpha(opacity=94);
    z-index: 10000;
    width: 100%;
}
#globalMessage span, #spelling span {
	display: block;
	width: 700px;
    padding: .5em 0;
    text-align: center;
    margin: 0 auto;
}

/* Spelling */
#spelling a {
	font-weight: normal;
}
#closeSpelling {
    position: absolute;
    top: 2px;
    right: 2px;
    padding: 0;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    text-align: center;
    display: block;
}
.dirtyWord {
	background: #f00;
    color: #fff;
    font-weight: bold;
}
a.button {
	background: #ebebeb;
    text-decoration: none;
    color: #000;
    -moz-border-radius: 3px;
    padding: .6em .8em;
    border: 1px solid #fff;
}
a.button:hover {
	color: #D54E21;
}

/* globalNotice thing */
	#globalNotice a.globalEmergency, #globalNotice a.globalAnnouncement {
		border:4px solid #FFFFFF;
		color:#FFFFFF;
		font-size:3.3em;
		margin:auto auto 10px;
		text-align:center;
		width:740px;
		-moz-border-radius: 30px;
		line-height: 1.8em;
		display:block;
		text-decoration: none;
	}
	
	#globalNotice a div {
		
		font-size:.4em !important;
		line-height: 1em;
		margin-bottom:15px;
	}
	
	#globalNotice a.globalEmergency {
		background:#B00;
		
	}
	
	#globalNotice a.globalAnnouncement {
		background: #A8D034;
	}

/* GTS Wiki */
.livesupport {
	background-color:#FFFFFF;
	margin:10px -5px 0 -5px;
	
	width: auto;
	border: 1px solid #ffd55f;
	-moz-border-radius: 18px;
}
.livesupport img{
	margin: auto;
	padding: 9px 13px 5px 9px;
}

/* Thickbox */
#TB_window {
	background: #000;
    color: #eee;
    border-color: #222;
    -moz-border-radius: 15px;
}
#TB_window a:link, #TB_window a:hover {
	color: #9be;
}
#TB_window form fieldset legend, #TB_window small, #TB_window h1, #TB_window h2, #TB_window h3, #TB_window h4, #TB_window h5, #TB_window h6, #TB_window dt {
	color: #999;
}
#TB_window fieldset, #TB_window form div#submit, #TB_window form div.submit {
	border-color: #222;
}
#TB_window img#TB_Image {
	border-color: #444 #666 #666 #444;
}
#TB_title {
	background-color: #111;
    -moz-border-radius: 12px 12px 0 0;
}

/* For Contribute */
.striped {}


