@charset "UTF-8";
/* CSS Document */

body {
	background: url(../images/body_background.jpg) repeat-x;
}

.nUtility {
	background: none;
	border: none;
}

.nUtility li {
	color: #663300;
}

hr {
	height: 1px;
}

h1, h2 {
	margin-bottom: 6px;
}

/* used for Alumni News table */
.tableType p {
	font-size: 10px;
}

.tableType a {
	font-size: 10px;
}

/* used for form radio buttons */

.fontNormal {
	font-size: 12px;
	font-style: normal;
}

/* -------------------------- */

#col2 h3 + p {
	margin-top: -0.2em;
}

#col2 ol {
	margin-left: 18px;
}

#col2 ol li {
	margin-bottom: 8px;
}

#col3 h3 + p {
	margin-top: .7em;
}

#col1 h4 {
	font-weight: bold;
	font-size: 11px;
}

#col1 strong {
	font-size: 12px;
	color: #564630;
}

.layout3 .cMainNav {
	background-image: url(../images/col3.gif);
}

.layout2 .cMainNav {
	background-image: url(../images/col2.gif);
}


/* content TOP button styling - assign to div with class="top" */

.top a:link, .top a:hover, .top a:active, .top a:visited { 
margin: 0.1em 0.1em 0.4em; 
padding: 3px; 
background-color: #e9e2cf; 
border: 1px solid #94866f; 
color: #564630 !important; 
text-decoration: none; 
font: small-caps normal 10px Verdana, sans-serif;
}

.top a:hover {
color: #fff !important; 
border-color: #94866f; 
background-color: #cbc1b0;
}




/* PDF style not used */
.pdf {
	background-color:#E9E2CF;
	border:1px solid #94866F;
	color:#564630 !important;
	font-family:Verdana,sans-serif;
	font-size:10px;
	padding: 1px 3px;
	margin-left: 6px;
	text-decoration:none;
}



/* Default CSS used instead

.layout3 #col1 ul a {
	text-decoration: none;
	padding: 4px;
}

.layout3 #col1 ul a:hover {
	padding: 3px;
	border-style: solid;
	border-width: 1px;
	border-color: #663300; 
	background: url(../images/hover_background.jpg) repeat-x;
}

*/



/* FORMS styling - picked up from somewhere on WMU site
-------------------------------------------------------------------- */

#col2 label, #col2 legend, #col2 span {
	font-weight: normal;
}

#col2 form h6 {
	color: #948664;
	font-weight: normal;
}

#col2 input, #col2 select, #col2 textarea {
	background-color: #E9E2CF;
	border-color: #94866F #CBC1B0 #CBC1B0 #94866F;
	border-style: solid;
	border-width: 1px;
	color: #564630;
	padding: 0.2em;
}

#col2 label, #col2 input.txt, #col2 select.txt, #col2 textarea.txt {
	width: 150px;
}

.handcursor {
	cursor: pointer;
}

form span {
	display: inline; 
	font-weight: normal; 
	font-style: normal; 
	font-size: 10px;
	border-style: none;
	border-width: 0px;
	border-color: #fff;
}

/* images */
.news_photo_left {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}

.news_photo_right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}

/* layout */
.news_photo { /* sets the background color for the caption */
	background-color: #e9e2cf;
}

/* typography */
.news_photo_caption {
	padding: 5px;
	margin-bottom: .5em;
}


/* NOT USED------------------------------------
.formRequiredField {
	color:red !important;
	font-weight:bold !important;
}

form span {
	display: inline;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
}

.formMessageSent {
	background-color:#EEEEEE;
	background-image:url(../images/sitewide/elements/icons/message.gif);
	background-position:10px 10px;
	background-repeat:no-repeat;
	border:1px solid #666666;
	color:#666666;
	margin-left:10px;
	margin-right:10px;
	padding-left:70px;
	padding-right:10px;
}

.formMessageSent h2 {
	color:#333333;
	padding-top:15px;
}

#col2 fieldset ul {
	list-style-image: none;
	list-style-position: inside;
	list-style-type: disc;
	margin-left: 20px;
}
*/
