
/*  ***************************************  
	Due to poor and inconsistent implimentation of standards by browsers (primarily IE),  
	CSS layout & control seems to be more art than science. An excellent resource for 
	learning the theory and practical application of CSS as well as identifying known 
	issues and fixes is at: http://www.positioniseverything.net.  Possibly the best page 
	on the site is the one dedicated specifically to documenting IE bugs: 
	http://www.positioniseverything.net/explorer.html
     *************************************** 
	some icons from the silk icon set by famfamfam: http://www.famfamfam.com/lab/icons/silk/
	*************************************** */

/* global overrides */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, em, img, ins, strong, sub, sup, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; 
	padding: 0;
	border: 0;
	}




body {
	padding: 5px 20px 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size:13px;
	text-align: center;
	background: url(http://www.calvinseminary.edu/images/bodyBG.gif) #CAC9BA repeat;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #670303;    /* dark red */
	color: #796a61;    /* tan */
	margin: 0px;
	padding: 0px 0px 5px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #670303;    /* dark red */
	color: #796a61;    /* tan */
	margin: 0px;
	padding: 0px 0px 5px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #670303;    /* dark red */
	color: #796a61;    /* tan */
	margin: 0px;
	padding: 5px 0px 5px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	margin: 0px;
	padding: 5px 0px 5px;
}


/* used to hide the text version of a graphical header; text is still used in code for search purposes */
	h1 span.textVersion,
	h2 span.textVersion,
	h3 span.textVersion {    
		position: absolute;
		left: -9000px;
		top: 0;
	}

/* used to position the background image if (if applied via inline styles) */
	h1.image {
		height: 32px;
	}
	h2.image {
		height: 26px;
	}
	h3.image {
		height: 18px;
	}
	h1.image,
	h2.image,
	h3.image {    /* used to position the background if (if applied via inline styles) */
		background-position: top left;
		background-repeat: no-repeat;
	}



p {
	padding-bottom: 2em;
}
ul {
	margin-bottom: 1em;
}
ul.unorderedContent {
	margin: 0px 0px 5px 15px;
	padding: 0px 0px 0px 10px;
}
ol.orderedContent {
	margin: 0px 0px 5px 15px;
	padding: 0px 0px 0px 10px;
}
li {
	margin: 0 0 0 20px;
}
ul li {
	list-style-type: square;
	list-style-position:outside;
}

blockquote {
	margin: 0 4em;
}

a:link,
a:visited {
	color: #960502;
	font-weight: 500;
	text-decoration: none;
}
a:hover, 
a:active {
	color: #990000;
	text-decoration: underline;
}

/*  ***************************************  */

#page {
	position: relative;
	background: white;
}
	#ie7plus #page,
	#ie6 #page {
		height: 1%;
	}

#header {
	font-family: "Times New Roman", Times, serif;
	height: 100px;
	color: white;
	text-align: left;
	background: #670303;    /* dark red */
	border: 1px solid #670303;    /* dark red;  must stay on to maintain proper header layout  */
}
	#header #headerRightWrapper {
		position:relative;
		float: right;
		margin: 10px 5px 0 0;
		border: 1px solid #670303;    /* dark red; must stay on to maintain proper header layout  */
	}
	#header #headerLeft {
		float: left;
		margin: 10px 0 0 10px;
		padding: 0;
	}

/*  ***************************************  */

#nPrimary {
	position: relative;
	padding: 0;
	text-align: left;
	font-size: 12px;
	background: #c1bfa8;    /* dark tan */
}
	#ie6 #nPrimary {
		height: 1%;
	}
	#nPrimary a:link,
	#nPrimary a:visited {
		color: black;
		font-weight: bold;
		text-decoration: none;
	}
	#nPrimary a:hover {
		color: #670303;    /* dark red */
		text-decoration: underline;
	}
	#nPrimary ol {
		height: 28px;
		margin-left: 8px;
		}
		#nPrimary ol li {
			list-style: none;
			float: left;
			margin: 0;
			padding: 7px 10px 0;
			}


/**/
#crumbPath {
	margin: 5px;
}


/*  ***************************************  */


#content {
	position: relative;
	clear: both;
	text-align: left;
	padding: 0 345px 0 20px;
	width: auto;
	}
	#ie7plus #content {
		border-bottom: 1px solid white;
		}




#photoCol {
	display: inline;    /* for IE */
	float: right;
	margin-right: -345px;
	margin-left: 20px;
	width: 285px;    /* 325 - padding */
	padding: 0 20px;
	}
	#photoCol #mainImage {
		width: 325px;
		margin: 0 -20px 10px;
		}
	#ie7plus #photoCol,
	#ie6 #photoCol {
		}

#main {
	float: left;
	margin: 40px 0 0 0;
	width: 100%;
	}


.highlight {
	position: relative;
	padding: 10px;
	margin: 2em 0 1em;
	background: #c1bfa8;    /* dark tan */
}
	#ie6 #highlight {
		height: 1%;
		}
	.highlight h2,
	.highlight h3 {
		margin: -10px -10px 10px;
		padding: 2px 10px;
		font-weight: bold;
		color: #670303;    /* dark red */
		background: url(http://www.calvinseminary.edu/images/bodyBG.gif) #CAC9BA repeat;
	}


dl.columns {
	margin: -1em 0 1em;
}
	dl.columns dt {
		clear: left;
		float: left;
		width: 48%;
		margin-top: 1em;
		margin-right: 2%;
		font-weight: bold;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #670303;    /* dark red */
		color: #796a61;    /* tan */
	}
	dl.columns dd {
		float: left;
		margin-top: 1em;
		width: 50%;
	}

.sidebar {
	float: right;
	width: 42%;
	margin-left: 4%;
	}




/*  ***************************************  */

#footer {
	clear: both;
	margin: 10px 0 0;
	padding: 4px 0;
	width: auto;
	font-size: 11px;
	text-align: right;
	background: #670303;    /* dark red */
}
	#footer a:link,
	#footer a:visited {
		color: #ddd7bf;   /* light tan */
		text-decoration: none;
	}
	#footer a:hover {
		color: white;
		text-decoration: underline;
	}
	#footer ul {
		margin: 0px;
		padding: 0px;
	}
		#footer ul li {
			list-style: none;
			margin: 2px 6px 2px 0;
			padding-right: 6px;
			display: inline;
			border-right: 1px solid #ddd7bf;   /* light tan */
		}
			#footer ul li.last {
				border: 0;
			}


/*  ***************************************  */

.alignLeft { float:left; }
.alignRight { float:right; }
.clearLeft { clear:left; }
.clearRight { clear:right; }
.clearBoth { clear:both; }

.clearLeftShort{ clear:left;line-height:1px; }
.clearRightShort{ clear:right;line-height:1px; }
.clearBothShort{ clear:both;line-height:1px; }


.crumbPath {
	font-weight: normal;
	font-style: italic;
	font-size: 12px;
}
	.crumbPath a:link, 
	.crumbPath a:visited {
		color: #B6D6CB;
		text-decoration: none;
	}
	.crumbPath a:hover, 
	.crumbPath a:active {
		color: #FFFFFF;
		text-decoration: underline;
	}

.small {
	font-size:10px;
}
.fileDetails {
	font-size:10px;
}
.error {
	background: #FFEEFF;
	color: #FF00FF;
}

.tool-tip { color: #fff; width: 274px; z-index: 13000; }
.tool-title { font-weight: bold; font-size: 11px; margin: 0; color: #9FD4FF; padding: 8px 8px 4px; background: url(http://www.calvinseminary.edu/images/bubbleBig.png) top left; }
.tool-text { font-size: 11px; padding: 4px 8px 8px; background: url(http://www.calvinseminary.edu/images/bubbleBig.png) bottom right; }

.callout {
	font-family: Arial, Helvetica, sans-serif;
	color: #670303;    /* dark red */
	font-size: 16px;
	line-height: 24px;
}








/*  ***************************************
     HACKS
     ***************************************  */
/* Hides from IE5-mac \*/
* html #headerRightWrapper {height: 1%;}
* html #headerRight {height: 1%;}
* html #contentWrapper {height: 1%;}
* html #contentMain {height: 1%;}
* html #calloutText {height: 1%;}
* html #calloutImg {height: 1%;}
* html #eventList { margin-left:30px;}
/* End hide from IE5-mac */
 
/* these things are common for all media.  to override, use ctsscreen.css and ctsprint.css */
.normal {
  font-family: Arial, sans-serif;
  color: #000000;
  font-size: 9pt;
}

.bodycopy {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 110%; 
	font-style: normal; 
	font-weight: normal;
}
.bodycopy-bold {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 110%; 
	font-style: normal; 
	font-weight: bold; 
	line-height: normal;
}
.navigation { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 75%; 
	font-style: normal; 
	font-weight: normal; 
	text-decoration: none;
}
.bodycopy-small {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 85%; 
	font-style: normal; 
	font-weight: normal !important;
}
.bodycopy-small-skinny {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 85%; 
	font-style: normal; 
	font-weight: normal !important;
	line-height:90%;
}
.heading {  
	font-style: normal; 
	font-weight: bold; 
	color: #336699; 
	font-family: Arial, Helvetica, sans-serif;
}
.skip_navigation {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 80%; 
	color: #FFFFFF; 
	text-decoration: none;
}
.skip_navSize {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 80%;  
	text-decoration: none;
}
.search {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	font-weight: normal;
}
.bodycopy-bold-large { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 124%; font-style: normal; 
	font-weight: bold; 
	line-height: normal;
}
.bodycopy-large { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 124%; 
	font-style: normal; 
	font-weight: normal; 
	line-height: normal;
}
.bodycopy-med { 
	font-family: Arial, Helvetica, sans-serif; 
	font-style: normal; 
	font-weight: normal;
}
.bodycopy-bold-med { 
	font-weight: bold;
}
.bodycopy-bold-small { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 85%; 
	font-style: normal; 
	font-weight: bold; 
	line-height: normal;
}
.bodycopy-bold-small-skinny { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 85%; 
	font-style: normal; 
	font-weight: bold; 
	line-height:90%;
}
.page_heading { 
	font-style: normal; 
	font-weight: bold; 
	font-size: 110%; 
	color: #336699; 
	font-family: Arial, Helvetica, sans-serif;
}
.intro_nopadding {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #496159;
	line-height: 15px;
	padding-bottom:0px;
}
.centeredBlock{
	display:block;
	margin-left:auto;
	margin-right:auto;
}

/* these define the parts of a faq page */
.faqList{
	margin: 0px 0px 5px 10px;
	padding: 0px 0px 0px 5px;
	list-style-type:none;
}
.faqList li{
	list-style-type:none;
	padding:0 0 0 1.5em;
	font-size:12px;
}

/* these define how directory cells are displayed */
.directoryCell {
	vertical-align: top;
	text-align: left;
	/*min-width: 150px;*/
	font-size: 10pt; 
	font-family: Arial, sans-serif;
	float: left;
	margin: 5px;
	padding: 0px;
}

.directoryCell img {
	border: 1px solid black
	/*width="%s" height="%s"  */
}

/* this is used for forms that are part of a several-step process */
.stepform {
	border: 1px solid black;
	text-align: left;
}

/* this is for jump to page, next, buttons, etc. */
.navform {
	border: 1px solid black;
	text-align: left;
	clear: both;
}
.navform .prev {
	width: 200px;
	float: left;
}
.navform .next {
	float: right;
	width: 200px;
}
.navform .jump {
	text-align: center;
}
.navform .all {
	text-align: center;
}
.successMessage {
	font-weight: bold;
	color: green;
}
.failureMessage {
	font-weight: bold;
	color: red;
}
.warningMessage {
	font-weight: bold;
	color: red;
}
/*This is used for forms to indicate the status of a text box*/
.disabledTextbox {
	background-color: #efefef;
	color: #000000;
}
.enabledTextbox {
	background-color: #ffffff;
	color: #000000;
}

#announcementBlock{
	margin-bottom: 10px;
	border: 1px solid black;
	padding: 6px;
	background: #EEEEEE;
}
