/* -----------------------------------------

Title: MizzouRec Website 
Author: Jeremy Fields and Ben Harben
URL: http://www.mizzourec.com/

Description: Secondary page stylesheet

Created: 08.15.2005
Modified: 

----------------------------------------- */

body	{
	background: #F0E6DA url(/images/header_stones_secondary1.jpg) repeat-x center top;
}
#header	{
	height: 140px;
}
#container	{
	margin: 0 auto;
}
* html #container	{
	margin-top: -3px;
	width: 756px;
	background-color: #F0E6DA;
}
#column1 .h3_blue, #column1 .h3_green, #column1 .h3_orange, #column1 .h3_tan, #column1 .h3_colored	{
	height: 27px;
	margin: 0 0 2px 0;
	padding: 0 0 0 10px;
	font-size: 1em;
	color: #FFF;
	text-transform: uppercase;
	line-height: 25px;
}
#column1 .h3_blue	{
	background: #369 url(/images/h3_blue.gif) no-repeat center left;
}
#column1 .h3_green	{
	background: #696 url(/images/h3_green.gif) no-repeat center left;
}
#column1 .h3_orange	{
	background: #C18D1A url(/images/h3_orange.gif) no-repeat center left;
}
#column1 .h3_tan	{
	background: #CBB9A3 url(/images/h3_tan.gif) no-repeat center left;
}

.blueModule, .greenModule, .tanModule	{
	width: 150px;
	margin: 0 0 10px 0;
}
.blueModule ul, .greenModule ul, .tanModule ul	{
	margin: 0;
	padding: 0 0 0 25px;
}
.blueModule	{
	background: #CCD9E5 url(/images/module_content.gif) repeat-y;
	}
	.greenModule	{
	background: #D9E5D9 url(/images/module_content.gif) repeat-y;
	}
	.tanModule	{
	background: #F2EDE8 url(/images/module_content.gif) repeat-y;
	}
	.module_top	{
	height: 8px;
	background: transparent url(/images/module_top.gif) no-repeat top left;
	}
	.module_btm	{
	height: 10px;
	background: transparent url(/images/module_btm.gif) no-repeat bottom left;
}
#column2	{
	line-height: 1.5em;
}
.listTable, .listTable table	{
	}
	.listTable h3	{
	background: #735B42;
	color: #FFF;
	font-size: 1.1em;
	padding: 5px 10px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 1px;
	}
	.listTable th	{
	color: #FFF;
	background: #000;
	font-weight: normal;
	text-align: center;
	}
	.listTable td	{
	padding: 5px;
	}
	.listTable .darkRow	{
	background: #CBB9A3;
	}
	.listTable .lightRow	{
	background: #F0E6DA;
}
#subColumn_main	{
	width: 300px;
	float: left;
}
#subColumn_side	{
	margin-left: 15px;
	float: right;
	width: 183px;
	}
	#subColumn_side .tanModule, #subColumn_side .blueModule, #subColumn_side .orangeModule, #subColumn_side .greenModule	{
	background-image: url(/images/module_sidebar_content.gif);
	width: 183px;
	}
	#subColumn_side h4	{
	color: #FFF;
	background: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px 0;
	margin: 0;
	}
	.subColumn_side_content	{
	padding: 10px 15px;
	line-height: normal;
	font-size: .9em;
	}
	#subColumn_side ul	{
	margin: 5px 0 5px 20px;
	padding: 0;
	}
	#subColumn_side ul li	{
	line-height: 15px;
	list-style-type: none;
	list-style-image: url(/images/arrow.gif);
	}
	#subColumn_clear	{
	height: 1px;
	clear: both;
	}
	#subColumn_side .moduleContent	{
	font-size: .9em;
	padding: 5px 15px;
	line-height: 1.2em;
	}
	#subColumn_side .module_top	{
	height: 10px;
	background: transparent url(/images/module_sidebar_top.gif) no-repeat top left;
	}
	#subColumn_side .module_btm	{
	height: 10px;
	background: transparent url(/images/module_sidebar_btm.gif) no-repeat bottom left;
}
#headerPic	{
	padding: 4px;
	border: 1px solid #D2B48C;
	margin-bottom: 1em;
	
	width: 295px; /* bmh */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 285px;
}
#secondaryMenu	{
	margin: 5px;
	padding: 0;
	list-style-type: none;
	}
	#secondaryMenu li	{
	background: transparent url(/images/line_h_gold.gif) repeat-x bottom left;
	}
	#secondaryMenu a	{
	display: block;
	height: 2em;
	line-height: 2em;
	text-decoration: none;
	padding-left: 10px;
	color: #000;
	font-weight: bold;
	background: transparent url(/images/sosimple.gif) no-repeat center left;
	}
	#secondaryMenu a:hover, #secondaryMenu a.selected	{
	background-position: center right;
	color: #815925;
	}
	#secondaryMenu ol	{
	margin: 0 0 0 10px;
	padding: 0;
	list-style-type: none;
	}
	#secondaryMenu ol li	{
	background: none;
	}
	#secondaryMenu ol a	{
	background: none;
	font-weight: normal;
	}
	#secondaryMenu ol a:hover, #secondaryMenu ol a.selected	{
	background: none;
}
.tanLink a:hover	{
	background-color: #CBB9A3 !important;
}
#subMenu	{
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	#subMenu li	{
	line-height: 1.8em;
	margin: 0;
	padding: 0;
	}
	#subMenu a	{
	background: transparent url(/images/arrow.gif) no-repeat center left;
	padding-left: 15px;
	}
	#subMenu a:hover	{
	background: transparent url(/images/arrow.gif) no-repeat center left;
}
.linkRow	{
	color: #CCC;
	background: #D7DDE1 url(/images/linkRow_top.gif) no-repeat center top;
	padding: 10px 10px 4px 15px;
	margin: 1em 0 0 0;
	}
	.linkRow a	{
	color: #666;
	text-decoration: none;
	padding: 0 2px 0 0;
	font-weight: bold;
	}
	.linkRow a:hover, .linkRow a.selected	{
	color: #03F;
	}
	.linkRowBtm	{
	height: 6px;
	margin-bottom: 1em;
	background: #D7DDE1 url(/images/linkRow_btm.gif) no-repeat center bottom;
}
* html .linkRowBtm	{
	margin-top: -6px;
}
