/* kill floating images to prevent cutting off */
div#contentDiv div[id|="image"] {
	float: none !important;
}

/* insert link URL after link  in breadcrumbs */
.breadcrumbs a:link:after, .breadcrumbs a:visited:after {
	content: " [www.Perkins.org" attr(href) "] ";
	font-size: 90%;
	}
/* insert link URL after email link in footer */
#footright div.long+div a:link:after, #footright #footright div.long+div a:visited:after {
	content: " [ " attr(href) "] ";
	font-size: 90%;
	}
/* remove footer links for campus map + directions */
#footright div.long+div+div {
	display: none;
	}



body {
	margin: 10;
	padding: 0;
	font-family: "Trebuchet MS", Trebuchet, sans-serif;
	font-size: 13px !important; /* need to override fonts- stylesheets */
	/* color/background set in theme_ stylesheets */
	}

#nav {
	display: none;
	}





/* main */
#main {
	width:64.875em;
	min-width:1038px;
	margin: 22px 0 0 0; 
	padding: 0;
	min-height:48.875em;
	float:left;
	}
div#content {
	/*position: relative;*/
	margin: 0 0 0 0;
	padding: 0;
	}
/* eof main */



/* header */
div#header {
	position: relative;
	left: 0; top: 0;
	margin: 0;
	padding: 0;
	}

img.header {
	width: 265px;
	height: 63px;
	}

div#headernav {
display: none;
visibility: hidden;
	}




#mainnav, #breadcrumbs, #content-tools{
display: none;
visibility: hidden;
}

/* left column */
div#leftcolumn {
	/*position: relative;*/
	display: none;
	}

/* eof left column */


/* single column layout for ecrm */
div#onecolumn {
	margin: 0;
	padding: 0;
	width: auto;
	overflow: auto;
	}


/* right column */
div#rightcolumn {
	float: none;
	margin: 0;
	padding: 0;
	width: auto;
	overflow: visible;
	}
div.contentwrapper {
	/*position: relative;*/
	padding: 20px;
	margin: 0 0 20px 0;
	/*font-size: 1.4em;*/
	line-height: 1.6em;
	}
	
.contentwrapper h1, .contentwrapper h2, .contentwrapper h3, .contentwrapper h4, .contentwrapper h5 {
	}
.contentwrapper h1 {
	font-size: 200%;
	}
.contentwrapper h2 {
	font-size: 110%;
	}
.contentwrapper h3 {
	font-size: 95%;
	}
.contentwrapper h4 {
	font-size: 85%;
	}



.contentwrapper h1 {
	text-transform: uppercase;
	margin: 0 0 .5em 0; padding: 0;
	line-height: 1em;
	/*white-space: nowrap;*/
	}

.contentwrapper h2 {
	margin: 0 0 .5em 0;
	}


.contentwrapper p {
	margin: 0 0 1.5em 0; padding: 0;
	}
.contentwrapper ul {
	margin: 0 0 1.5em .5em; padding: 0 1.2em;
	}
.contentwrapper ol {
	margin: 0 0 1.5em 1em; padding: 0 1.2em;
	}
	


/* news posts - don't conflick with home newspost styles */
div.contentwrapper div.newspost {
	margin: 10px 0;
	padding: 0;
	}
div.contentwrapper .newspost img {
	float: right;
	margin: 0 0 10px 25px;
	}
div.contentwrapper .newspost h1 {
	white-space: normal !important;
	text-transform: none;
	font-size: 1.3em;
	margin: 0; padding: 0;
	}
div.contentwrapper .newspost p {
	margin: 0 0 10px 0; padding: 0;
	}



/* extra sub nav */

div.extranav {
	/* see nucorners.css */
	display: none;
	visibility: hidden;
	}	 


/* eof extra sub nav */


/* footer */
#footer, #sub-footer {
	margin: 0;
	padding: 0;
	font-size: 1em;
	/*min-width:1000px;*/
	width:75em;
}	

#sub-footer{
	margin: 0 auto 0 auto;
	padding: 0;
}

#footer img, #sub-footer img {
	border:0;
	margin-right:.5em;
}
	
#footleft, #sub-footleft {
	float: left;
	width: 40%;
	padding: 1em 6%;
}
	
#footright, #sub-footright {
	float: right;
	width: 40%;
	padding:1em 1em;
	text-align:right;
}


#footer a, #sub-footer a {
	text-decoration:underline;
}


/* buttons */
div.button {
	/* see nucorners.css */
	text-transform: uppercase;
	font-size: 110%;
	}
.button a:link { text-decoration: none; }
.button a:visited { text-decoration: none; }
.button a:hover { text-decoration: none; }
.button a:active { text-decoration: none; }
/* eof buttons */


/* misc */
.warning-noscript {
	width: 160px;
	padding: 10px;
	margin: 10px auto;
	}
div.clear {
	clear: both;
	float: none;
	margin: 0;	
	padding: 0;
	font-size: 1px;
	line-height: 1px;
	}
img.border {
	}
img.drkborder {
	/* for images on a white background */
	}
div#slideshowdesc {
/* now hidden with .visHide */
	}
.visHide {
	position: absolute;
	left: -999em; top: 0;
	}
/*#noflash is now inline */
/*#noflash {
	margin: 0; padding: 0;
	width: 100%;
	border: none;
	background-position: top right;
	background-repeat: no-repeat;
	}*/

/* eof misc */




/* text control */
.center {
	text-align: center;
	}
.left-align {
	text-align: left;
	}
/* eof text control */

/* Pagination */
.paginator {
	/* see nucorners.css */
	margin: 0 0 1.5em 0 !important;
	font-size: 95%;
	}
	
	
.paginator b {
	font-weight: bold;
	}
	
	
.paginator .nuc .nuc .nuc {
	/* see nucorners.css */
	padding: 10px !important;
	}
.paginator a {
	text-decoration: underline;
	}
.paginator a:link { }
.paginator a:visited { }
.paginator a:hover { }
.paginator a:active { }

.paginator a.current:link, .paginator a.current:visited, .paginator a.current:hover, .paginator a.current:active {
	font-weight: bold;
	}

.paginator img.crumdiv {
	vertical-align: middle;
	}
/* eof Pagination */
	
/*Photo Gallery*/
#pg_image img{
	max-width: 528px;
	}  
	
a.pg_link, .odd a, .even a {
text-decoration:none;
font-weight: bold;
}
/* eof Photo Gallery */
/* added to include lists */
/* whats new listing */
/*
Changed to a generic column scheme
div#whatsnewlisting {
margin: 0 0 20px 0;
	}
	
div.listing-column {
	width: 31%;
	float: left;
	margin: 0;
	}
#whatsnewlisting div.center-listing-column {
	margin: 0 3%;
	}*/
/* eof whats new listing */

/* customize controls */
div.customcontrols {
	/* see nucorners.css */
	margin: 10px auto !important;
	width: 180px;
	}
td#customize div.customcontrols h2 {
	font-size: 100% !important;
	margin: 0 0 1em 0;
	text-align: left;
	}
a.font-button {
	display: block;
	padding: 12px 10px 12px 45px;
	margin: 1ex 0;
	}
	
/* Google Map */
#map {
	margin: 10px auto;
	}

#mapControls {
	padding: 5px;
	width:	auto;
	height: 9em;
	font-size: 0.9em;
	position: absolute;
	bottom: 20px;
	margin-top: 200px;
	}

.smallpin {
	border: none;
	width: 15px;
	}

.container {
	width: 200px;
	}

.plabel {
	width: 100%;
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	line-height: 1.25em;
	}
	
.phead {
	width: 100%;
	text-align: center;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.25em;
	margin: 0 0 10px 0;
	}
	
.container img{
	width: 125px;
	height: 125px;
	text-align: center;
	margin-bottom: 10px;
	}
	
.message {
	font-family: Arial;
	font-size: 10px;
	}
.mapnoscript {
	margin: 50px auto;
	width: 60%;
	}
	
/*
========================================
CONTENT LAYOUT TOOLS
========================================
*/

/* floats - various boxes and images */
.contentwrapper .right, .home-custom-html .right { /* this version stacks on the right hand side */
	clear: right;
	float: right;
	margin: 0 0 20px 20px;
	}
.contentwrapper .softright, .home-custom-html .softright {
	float: right;
	margin: 0 0 20px 20px;
	}

.contentwrapper .left, .home-custom-html .left {
	clear: left;
	float: left;
	margin: 0 20px 20px 0;
	}
.contentwrapper .softleft, .home-custom-html .softleft {
	float: left;
	margin: 0 20px 20px 0;
	}
.contentwrapper .center, .home-custom-html .center {
	display: block;
	margin: 20px auto;
	}
div.strokebox {
	/* see nucorners.css */
	width: 250px;
	font-size: 95%;
	line-height: 1.4;
	}
/* caption box */
div.captionbox {
	font-size: 95%;
	padding: 1em 0px;
	width: 250px;
	overflow: hidden;
	}
.captionbox img {
	display: block;
	margin: 0 auto .5em auto;
	max-width: 220px;
	}
.captionbox .caption {
	overflow: hidden;
	width: 195px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	}

div.largecaptionbox {
	width: auto;
	font-size: 95%;
	}
.largecaptionbox img {
	display: block;
	margin: 0 auto .5em auto;
	}
.largecaptionbox .caption {
	padding: 0 10px;
	}


/* columns */
div.content-columns-wrapper {
	margin: 0 0 2em 0;
	}
.content-columns-wrapper h1 {
	font-size: 110%;
	text-transform: none;
	}
.content-columns-wrapper h2 {
	font-size: 100%;
	}

div.three-column {
	width: 31%;
	float: left;
	margin: 0;
	}
div.center-column {
	margin: 0 3%;
	}
div.two-column-left {
	float: left;
	width: 49%;
	margin: 0;
	}
div.two-column-right {
	float: right;
	width: 48%;
	margin: 0;
	}
div.two-column-largeleft {
	float: left;
	width: 66%;
	margin: 0;
	}
div.two-column-smallright {
	float: right;
	width: 31%;
	margin: 0;
	}
div.two-column-smallleft {
	float: left;
	width: 31%;
	margin: 0;
	}
div.two-column-largeright {
	float: right;
	width: 66%;
	margin: 0;
	}


/* additional content formatting */
.callout1 {
	width: 50%;
	font-size: 180%;
	line-height: 1.2;
	margin: 1em 0;
	}
.callout2 {
	width: 50%;
	font-size: 150%;
	line-height: 1.2;
	margin: 1em 0;	
	}
table.contentTable {
	width: 100%;
	margin: 0 auto 1em auto;
	}
.contentTable th {
	text-align: left;
	padding: 1ex 1em;
	}
.contentTable td {
	padding: 1em;
	}
	
/* new content formatting cl 07.19.07 */
div.calendaroverride a.callistevent {
	display: block;
	margin-top: -10px;
	text-decoration: underline;
	}
	
div.calendaroverride p.centered {
	display: none;
	
	}
	
	
	
/* make lists narrower cl 07.23.07 */
div.listoverride	{
	width: 100%;
	margin: 0;
	
	}
	
/*careers search submit buttons */
table.filterCriteria input, div.searchoverride table input[type="Submit"]	{
	text-transform: uppercase;
	font-size: 95%;
	font-weight: bold;
	}
	
	
div.searchoverride	{
	margin-top: 20px;
	}

div.searchoverride p.searchDisplayResults	{
	margin-top: 30px;
	margin-bottom: 0;
	font-style: italic;
	}

div.searchoverride div.searchNavigation	{
	margin-top: 10px;
	margin-bottom: 0px;
	font-weight: bold;
	}

div.searchoverride p.searchTimeStamp	{
	display: none;
	}
	
div.searchoverride p.searchTitle { visibility: hidden; margin: 0; }

div.searchoverride p.searchTitle a:link	{ display: block; visibility: visible; font-weight: bold; }
div.searchoverride p.searchTitle a:visited	{ display: block; visibility: visible; font-weight: bold; }
div.searchoverride p.searchTitle a:hover	{ display: block; visibility: visible; font-weight: bold; }
div.searchoverride p.searchTitle a:active	{ display: block; visibility: visible; font-weight: bold; }


div.searchoverride p.searchTeaser	{
	margin: 0;
	}

