/* CSS Framework // Landon Miller
-----------------------------------------------------------------------------*/

@import url("reset.css");

/*----------------------------------------------------------------------------- 
GLOBAL
-----------------------------------------------------------------------------*/

html, body { 
	margin:0; 
 	padding:0;
 	text-align:center; 
 	background-color: #a3bfd9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #403a2e;
}

#page-wrap {
	position: relative;
	width: 740px;
	margin: 10px auto 0 auto;
	padding: 0;
	text-align: left;
}

#header {
	position: relative;
	width: 740px;
	height: 168px;
	margin: 0 auto 0 auto;
	z-index: 1;
	background-color: #fff;
	border: 2px solid #fff;
}

#content {
	position: relative;
	width: 740px;
	min-height: 400px;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: left;
	background-color: #fff;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	background-image: url(../images/bg-content.png);
	background-repeat: repeat-y;
}

#main {
	float: left;
	width: 553px;
	display: inline;
}

#sidebar-left {
	float: left;
	width: 185px;
	margin: 0 2px 0 0px;
	display: inline;
}

#footer {
	position:relative;
	width:740px;
	height:70px;
	margin: 0 auto 0 auto;
	z-index:1;
	color: #466EA2;
	font-size: 11px;
	text-align: right;
	padding: 5px 15px 0 0;
}

#search {
	padding: 45px 20px 15px 18px;
}


#south-michigan {
	padding: 35px 20px 15px 18px;
	font-size: 11px;
	color: #000;
	line-height: 12px;
}

#small-gold {
	width: 551px;
	background-color: #fff;
	border: 1px solid #d5c492;
	margin-bottom: 5px;
	font:11px Arial, Helvetica, sans-serif;
	color: #463926;
	line-height:13px;
}

#main-gold {
	width: 551px;
	background-color: #fff;
	min-height: 700px;
	border: 1px solid #d5c492;
	margin-bottom: 0px;
	
}

#the-content {
	padding: 10px 20px 20px 20px;
}

#the-content-form {
	padding: 10px 10px 20px 10px;
}


#small-blue {
	width: 551px;
	background-color: #fff;
	border: 1px solid #466ea1;
	margin-bottom: 5px;
}

#small-bottom {
	width: 551px;
	background-color: #fff;
	min-height: 110px;
	border: 1px solid #466ea1;
	font:11px Arial, Helvetica, sans-serif;
	color: #463926;
	line-height:13px;
}

#quad-boxes {
	width: 551px;
	background-color: #fff;
	min-height: 223px;
	font:11px Arial, Helvetica, sans-serif;
	color: #463926;
	line-height:13px;
	padding:0px 0px 0px 0px;
}

/* 
----------------------------------------------------------------------------- 
NAVIGATION
-----------------------------------------------------------------------------*/

#nav ul {
	margin: 0 0 0 0;
	padding: 0;
	line-height:1.4em;
	list-style-type: none;
}

#nav ul li {
	margin: 0 0 0 0;
	padding: 0;
	list-style-type: none;
	border-bottom: 1px dotted #fff;
	font-size: 11px;
	font-weight: bold;
	letter-spacing:0.1em;
}

#nav a:link { color: #fff; text-decoration: none; display: block; padding: 4px 5px 3px 20px; }
#nav a:visited { color: #fff; text-decoration: none; display: block;  padding: 4px 5px 3px 20px; }
#nav a:hover { color: #466ea2; text-decoration: none; display: block;  padding: 4px 5px 3px 20px; background-color: #D9C18B; }
#nav a:active { color: #fff; text-decoration: none; display: block;  padding: 4px 5px 3px 20px; }


/* 
----------------------------------------------------------------------------- 
HEADINGS
-----------------------------------------------------------------------------*/


#small-gold h1 {
	margin: 0 0 0em 0;
	padding: 5px 0 7px 10px;	
	font-size: 13px;
	font-family: georgia;
	color: #fff;
	background-color: #ccb683;
	letter-spacing: 1px;
}

.heading {
	margin: 0 0 0.5em 0;
	padding: 5px 0 7px 10px;	
	font-size: 13px;
	font-family: georgia;
	color: #fff;
	background-color: #ccb683;
	letter-spacing: 1px;
}


#small-blue h1 {
	margin: 0 0 0.5em 0;
	padding: 5px 0 7px 10px;	
	font-size: 13px;
	font-family: georgia;
	color: #fff;
	background-color: #466ea1;
	letter-spacing: 1px;
}

#small-bottom h1 {
	margin: 0 0 0em 0;
	padding: 5px 0 7px 10px;	
	font-size: 13px;
	font-family: georgia;
	color: #fff;
	background-color: #466ea1;
	letter-spacing: 1px;
	text-align: center;
}

#the-content h1 {
	margin: 0 0 15px 0;
	padding: 3px 0 0 0;
	font-size: 16px;
	color: #AA9870;
	background-color: #fff;
	line-height: 15px;
}

#the-content h2 {
	margin: 0 0 -6px 0;
	padding: 3px 0 0 0;
	font-size: 14px;
	line-height: 12px;
}

#the-content h3 {
	margin: 10px 0 -8px 0;
	padding: 3px 0 0 0;
	font-size: 12px;
	line-height: 11px;
	font-style: italic;
}



h3 {
	margin: 0 0 0.5em 0;
	padding: 0;	
	line-height: 1.5em;	
	font-size: 12px;
	color: #000000;
}

h4 {
	margin: 0 0 0.5em 0;
	padding: 0;	
	line-height: 1.5em;	
	font-size: 12px;
	color: #000000;
}


/* 
----------------------------------------------------------------------------- 
TYPOGRAPHY
-----------------------------------------------------------------------------*/

.serifsubHeaderCenter {
	font:12px georgia;
	color: #FFFFFF;
	font-weight:bold;
	line-height:12px;
	padding:3px 0px 3px 0px;
	letter-spacing: 1px;
	}

	.bluesubHeader {
		font:bold 12px Arial, Helvetica, sans-serif;
		color: #466ea2;
		line-height:18px;
		letter-spacing:0.1em;
		font-weight: bold;
		text-transform: uppercase;
		}


/* 
----------------------------------------------------------------------------- 
LINKS
-----------------------------------------------------------------------------*/

a:link { color: #06C; text-decoration: underline; }
a:visited { color: #06C; text-decoration: underline; }
a:hover { color: #06C; text-decoration: underline; }
a:active { color: #06C; text-decoration: underline; }

#south-michigan a:link { color: #000; text-decoration: underline; }
#south-michigan a:visited { color: #000; text-decoration: underline; }
#south-michigan a:hover { color: #000; text-decoration: underline; }
#south-michigan a:active { color: #000; text-decoration: underline; }

#quad-boxes a:link { color: #aa9870; text-decoration: none; font-weight: bold; }
#quad-boxes a:visited { color: #aa9870; text-decoration: none; font-weight: bold; }
#quad-boxes a:hover { color: #466ea1; text-decoration: none; font-weight: bold; }
#quad-boxes a:active { color: #aa9870; text-decoration: none; font-weight: bold; }

#main-gold a:link { color: #aa9870; text-decoration: none; font-weight: bold; }
#main-gold a:visited { color: #aa9870; text-decoration: none; font-weight: bold; }
#main-gold a:hover { color: #466ea1; text-decoration: none; font-weight: bold; }
#main-gold a:active { color: #aa9870; text-decoration: none; font-weight: bold; }

#small-blue a:link { color: #aa9870; text-decoration: none; font-weight: bold; }
#small-blue a:visited { color: #aa9870; text-decoration: none; font-weight: bold; }
#small-blue a:hover { color: #466ea1; text-decoration: none; font-weight: bold; }
#small-blue a:active { color: #aa9870; text-decoration: none; font-weight: bold; }

#small-bottom a:link { color: #aa9870; text-decoration: none; font-weight: bold; }
#small-bottom a:visited { color: #aa9870; text-decoration: none; font-weight: bold; }
#small-bottom a:hover { color: #466ea1; text-decoration: none; font-weight: bold; }
#small-bottom a:active { color: #aa9870; text-decoration: none; font-weight: bold; }

#main a:link { color: #aa9870; text-decoration: none; font-weight: bold; }
#main a:visited { color: #aa9870; text-decoration: none; font-weight: bold; }
#main a:hover { color: #466ea1; text-decoration: none; font-weight: bold; }
#main a:active { color: #aa9870; text-decoration: none; font-weight: bold; }

#the-content .calendar-prev a:link { color: #466ea1; text-decoration: none; font-weight: bold; }
#the-content .calendar-prev a:visited { color: #466ea1; text-decoration: none; font-weight: bold; }
#the-content .calendar-prev a:hover { color: #466ea1; text-decoration: none; font-weight: bold; }
#the-content .calendar-prev a:active { color: #466ea1; text-decoration: none; font-weight: bold; }

#the-content .calendar-next a:link { color: #466ea1; text-decoration: none; font-weight: bold; }
#the-content .calendar-next a:visited { color: #466ea1; text-decoration: none; font-weight: bold; }
#the-content .calendar-next a:hover { color: #466ea1; text-decoration: none; font-weight: bold; }
#the-content .calendar-next a:active { color: #466ea1; text-decoration: none; font-weight: bold; }

/* 
----------------------------------------------------------------------------- 
LISTS
-----------------------------------------------------------------------------*/

#search-results ul {
	margin: 0 0 1.5em 0px;
	padding: 0;
	line-height:1.4em;
	list-style-type: none;
}

#search-results ul li {
	margin: 0 0 25px 0px;
	padding: 0;
	
}

#small-gold ul {
	margin: 0 0 1.5em 0px;
	padding: 0;
	line-height:1.4em;
	list-style-image: url(../images/bt.jpg); 
	list-style-position: outside;
	font-size: 11px;
}

#small-gold ul li {
	margin: 0 0 0.25em 20px;
	padding: 0;
	
}

#quad-boxes ul {
	margin: 0 0 1.5em 0px;
	padding: 0;
	line-height:1.4em;
	list-style-image: url(../images/bt.jpg); 
	list-style-position: outside;
	font-size: 11px;
}

#quad-boxes ul li {
	margin: 0 0 0.25em 20px;
	padding: 0;
	
}

#small-blue ul {
	margin: 0 0 1.5em 0px;
	padding: 0;
	line-height:1.4em;
	list-style-image: url(../images/bt.jpg); 
	list-style-position: outside;
	font-size: 11px;
}

#small-blue ul li {
	margin: 0 0 0.25em 20px;
	padding: 0;
	
}

#small-bottom ul {
	margin: 7px 0 0em 0px;
	padding: 0;
	line-height:1.4em;
	list-style-image: url(../images/bt.jpg); 
	list-style-position: outside;
	font-size: 11px;
}

#small-bottom ul li {
	margin: 0 0 0.25em 20px;
	padding: 0;
	
}



label.error { 
	display: block;
	color: red;                              
	font-size: 12px; 
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

/* Captions */
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0;
	margin: 0;
}


/* End captions */

* CSS Document */

	div#div-form-wrapper-static-size {
		margin: 0px;
		padding: 10px;
		border: 2px solid #CCB683;
		width: 523px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 16px;
		font-variant: normal;
		font-style: normal;
		font-weight: normal;
		text-align: left;
		}
	
		h1#h1-form-title {
			background-color: #CCB683;
			font-family: Georgia;
			letter-spacing: 1px;
			color: #FFFFFF;
			margin: -10px -10px 10px -10px;
			padding: 2px 5px 4px;
			font-size: 14px;
			line-height: 18px;
			}

		div#div-denotes-fields {
			font-size: 11px;
			font-weight: bold;
			margin-bottom: 5px;
			} #div-denotes-fields > span {
			color: #CC0000;
			font-size: 1.2em;
			}

		h2.h2-sections-deviders {
			position: relative;
			border-bottom: 1px dashed #CCB683;
			color: #B48B32
			font-weight: bold;
			font-size: 16px;
			margin: 40px 0px 15px 0px;
			padding: 0px;
			} .h2-sections-deviders > span {
			position: absolute;
			bottom: -1px;
			left: 7px;
			background-color: #FFFFFF;
			border: 1px dashed #CCB683;
			border-bottom: 1px solid #FFFFFF;
			padding: 7px 8px 0px 8px;
			margin: 0px;
			} .h2-sections-deviders span span {
			color: #000000;
			font-weight: normal;
			font-size: 17px;
			}

		h3 {
			color: #B48B32;
			font-size: 15px;
			font-weight: bold;
			padding-right: 8px;
			}

		h4.oldstforms_h4_departments {
			color: #B48B32;
			margin: 0px;
			font-size: 12px;
			}

		p {
			padding-right: 8px;
			}

		b {
			color: #CC0000;
			}

		label {
			font-size: 11px;
			}

		input, select, textarea, img#oldstmarys_form_verif_box-img {
			border: 1px dotted #CCB683;
			margin: 0px;
			padding: 0px;
			}

		p#forms_display_message_001 {
			color: #000000;
			font-size: 13px;
			}

		span.jsvalidation {
			color: #ffffff;
			background-color: #CC0000;
			font-weight: normal;
			font-size: 9px;
			position: absolute;
			top: 35px;
			left: 0px;
			width: 80px;
			height: 10px;
			line-height: 10px;
			} div.top-difference-textarea > span.jsvalidation {
			top: 119px;
			} div.top-difference-longlabel > span.jsvalidation {
			top: 82px;
			} div.top-difference-veri-image > span.jsvalidation {
			top: 37px;
			} div.top-difference-twolinemsg > span.jsvalidation {
			top: 51px;
			}
			
			
#fb {
	margin: 10px 0px 0 10px;
	font-size: 11px;
	line-height: 16px;
	min-height: 16px;

}

#fb img {
	margin-right: 5px;
}

#fb a:link { color: #fff; text-decoration: none; }
#fb a:visited { color: #fff; text-decoration: none; }
#fb a:hover { color: #fff; text-decoration: underline; }
#fb a:active { color: #fff; text-decoration: none; }

