/****************************************
 * New Animal Science General Formatting - provides sticky footer  05/19/08
 ****************************************/

body {
	background-color: #333;
	min-width: 100em;
	font-family: Arial, verdana, Helvetica, sans-serif;
	font-size: 63.125%;		 translate 1.0em to 10px, 1.5em to 15px, etc. */
	
	color: #000;	
	margin: 0; /* it's good practice to zero the margin and padding element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
 	}
 
#wrapper {  
	width: 100em;
	padding: 0;
	text-align: left; 
	border-left: 2px solid #a7998e; 
	border-right: 2px solid #a7998e;
	} 

#container {
	/* float: left; */
	font-weight: normal;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative; /* added for layout to get rid of peekaboo bug with the CU logo */
	}

#spacer {
	padding-bottom:.1em; 
	}

#header {
	background: #b41b1d;
	width:100em;
	min-height:2.5em;
	text-align: center;
	/* font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	float: left; 
	width: 100%;
	border-bottom: 2px solid #a7998e; */
	}
	
#mainContent {
 	text-align:left;
	width: 100em;
}

#content {
	padding: 3em;
	padding-top:1em;
	margin: 0 auto 0 auto;
	background: #fff;
	clear:left;
	font-size:12pt;

	}

#content a {
	border-bottom: 1px solid #c2c2c2;
	color: #6B2D17;
	text-decoration: none;
	font-weight: normal;
	}
#content a:visited {
    color: #925d4a;
	text-decoration: none;
	}	

/*-----------------------------------------------------------------------------------------------------------------
 		Sub Navigation - section navigation and side navigation
 -----------------------------------------------------------------------------------------------------------------*/
/*----------------Section Navigation------------------*/
/*used for square side navigation*/
#section-navigation {
	margin-top:1.5em;
	margin-bottom: 1em;
	float: left;
	clear: left;
	width: 11em;
	background:#f2eddd;
	border: double #adb59c;
	}
	
#section-navigation ul {
	margin: 0;
	padding: 0;
	font-size: .9em;
	}

#section-navigation li {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style-type:none;
	border-bottom: 2px solid #adb59c;
	}

#section-navigation a {
	display: block;
	padding: .8em 0 .8em .5em;
	border: none;	
	font-weight: bold;
	}

#section-navigation a:visited {
	color: #b31b1b;
	}		

#section-navigation a:hover {
	background: #a7998e;
	color: #ffffff;
	}

#section-navigation a:active {
	color: #b31b1b;
	background: none;
	}
	

/*----------------------------------*/
#pagebody { /* for 2 column page */	
	margin-left:13.5em;
	padding-top:1em;
	position:relative;
	}	
	
/*-----------------------------------------------------------------------------------------------------------------
 		MainContent & Text Styling
 -----------------------------------------------------------------------------------------------------------------*/
h1 {
	margin: 0 0 10px 0;
	font-size: 1.65em;
	font-weight: bold;
	}	  
	
h2 {
	margin: 5px 0 10px 0;
	font-size: 1.4em;
	font-weight: bold;
	}
	
h3 {
	margin: 8px 0 8px 0;
	font-size: 1.25em;
	line-height: 1.3em;
	font-weight: bold;
	}
	
h4 {
	margin: 8px 0 4px 0;
	font-size: 1.1em;
	line-height: 1.2em;
	font-weight: bold;
	}

p {
	margin:.8em 0 0 0;
	}


/*-----------------Boxes-----------------*/
.bar-title {
	border-top: none;
	background: #ccc;
	width: auto;
	min-width:255px;
	display: inline;
	}

#Left {
	width:20em;
	display:inline-block;
	padding: 0;
	float:left;
	border-right: 2px solid #a7998e;
	background: #fdf6f1;
	}

#Right {
	width:20em;
	display:inline-block;
	padding: 0;
	float: left;
	border-left: 2px solid #a7998e;
	background: #fdf6f1;	
	}

/*-----------------Tables-----------------*/
table, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 1em;
	}
	
table {
	margin: 10px 0;
	border-bottom: 1px solid #e7e7e7;
	caption-side: bottom;
	}
	
th {
	padding: 0 10px 5px 10px;
	font-weight: normal;
	text-align: left;
	color: #888;
	border-bottom: 1px solid #333333;
	}
td, tbody th {
	padding: 5px 10px;
	border-top: 1px solid #e7e7e7;
	font-size: 1em;
	line-height: 1em;
	vertical-align: top;
	}
	
tbody th {
	font-weight: bold;
	color: #222;
	text-align: center;
	}
		
/*-----------------------------------------------------------------------------------------------------------------
 		Images
 -----------------------------------------------------------------------------------------------------------------*/
/* z-index -1 keeps photo below any drop down menus */
img {
	border: 0;
	padding:5px;
	}
 
.main-photo-med-l {
	margin: 5px 0 5px 10px;
	width: 520px;
	float: left;
	}

.photo-med-r { /*Both this and .main-photo-med-r are used. Might eventually want to consolidate. EAS 3.31.10.*/
	margin-right:0;
	margin-left:1.5em;
	margin-top:1em;
	margin-bottom:1em;
	width: 35em;
	float: right;
	}
.photo-med-l { /*Both this and .main-photo-med-l are used. Might eventually want to consolidate. EAS 3.31.10.*/
	margin: .5em 1em 1em 0;
	width: 30em;
	float: left;
	}

.main-photo-small { /*Small photos are aligned with the right edge of the page, and text wraps around them to the left.*/
	margin: 5px 0 15px 25px;
	width: 210px;
	float: right;
	}
.main-photo-small-r {
	margin: 0 .5em .5em .5em;
	width: 250px;
	float: right;
	}
	
.main-photo-small-l {
	margin: 0 .5em .5em .5em;
	width: 220px;
	float: left;
	}

.main-photo-smed-r {
	margin: 5px 0 15px 15px;
	width: 330px;
	float: right;
}

/*-----------------Photo captions-----------------*/
/*Both large photos and small photos can have captions, which are displayed with a white background.*/
.main-photo-large .caption, .main-photo-small .caption {
	margin: 0px;
	padding: 5px 10px 8px 10px;
	background: #fff;
	}
	
/*-----------------------------------------------------------------------------------------------------------------
 		Footer
 -----------------------------------------------------------------------------------------------------------------*/
#footer
	{
		position: relative;
		width: 100em;
		float: none;
		color: #491505;
		border: none;
		background-color:#fff;
		margin: -2em auto;
		padding: 0;
		font-size: 1.0em;
	}

#footer a {
	color: #8C0303;
	border-bottom: 1px solid #491505;
	}
	
#footer a:active {
	color: #8C0303;
	border-color: #536331;	
	}
	