/* CSS Document */

/* Graphics, Design, Layout and CSS by John Wax. Copyright Spectral Fusion, 2005. All rights reserved. Any past, present, or future products of Spectral Fusion are protected by United States copyright laws and may not be modified in any way without prior written consent of the designer or party responsible for its creation. This includes removing or modifying our registered logo or name, copyright notice, or any other piece of work belonging to Spectral Fusion. You may not reproduce this page without the designer's written permission. */

/* text align important to center the page in IE */
body {
	padding: 0px;
	margin:0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #333333;
	line-height: 17px;
	background-color: #919047;
	}

/* The next few divs format the hyperlinks in the content portion of the page */

/*this makes the UMinfo horizontal */
div#um ul {
	list-style:none;
	display:inline;
	font-size:1em;
	font-family:"Book Antiqua", "Palatino Linotype", "Palatino", "Times New Roman", serif;
	}	

#um li{
	display:inline;
	}
	
#umlinks {
	float: right;
	margin: 0;
	}

#umlinks a:link {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:600;
	}
	
#umlinks a:visited {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:600;
	}

#umlinks a:hover {
	color:#000000;
	text-decoration:none;
	}

/* This is the graphic link back to the UM homepage */	
#um_title {
	background-image:url(../Gif/slices/umlogo.gif);
	text-indent:-1000em;
	display:block;
	width:335px;
	height:18px;
	margin-top:65px;
	cursor:pointer;
	float:left;
	position: relative;
	}

	
/*  headers */
h1 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size:2.0em;
	text-align: center;
	color:#916B47;
	font-weight: bold;
	}
h2 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size:1.4em;
	text-align:center;
	color: #333333;
	}
h3	{
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size:1.1em;
	color:#333333;
	}
h4 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size:1.0em;
	color: #333333;
	text-transform:capitalize;
	}
h5 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.4em;
	color: #454422;
	}
	
#page_title {
	display:none;
	}

/* Important to the menu */
#menu ul {
	list-style-type:none;
	display:block;
	width:155px;
	margin:0;
	padding:0 0 0 0;
	}
	
#content ul {
	margin: 0;
	}
	

#menu li a {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	display:block;
	width: 155px;
	height:1.5em;
	margin:2px 0 0 0;
	padding:0 0 0 0;
	text-align:center;
	text-decoration:none;
	color:#454422;}

/* These li formats are here to add effects to the menu */	
#menu li a:link {
	display:block;
	}

#menu li a:visited {
	display: block;
	}

#menu li a:hover {
	display:block;
	background-color:#FFFFFF;
	}
	
#menu li a:active {
	display:block;
	background-color:#FFFFFF;
	}

/** This holds all of the content for the page */
#container {
	width: 760px;
	margin: 0 auto 0 auto;
	text-align:left;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(/charities/www.umt.edu/Camas/images/EN/Shop/background.gif);
	background-repeat: repeat-y;
	}

#camas_header {
	width: 760px;
	height: 92px;
	}

#um_index {
	margin-top:65px;
	font-family:"Book Antiqua", "Palatino Linotype", "Palatino", "Times New Roman", serif;
	}
	
#um_index a:link {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:600;
	}

#um_index a:visited {
	color:#FFFFFF;
	font-weight:600;
	text-decoration:none;
	}

#um_index a:hover {
	text-decoration:none;
	}

#menu {
	width: 155px;
	padding: 0;
	margin: 0;
	float: left;
	}
	
#contact {
	text-align:center;
	font-size:.85em;
	}
.small {
	font-size:.85em;
	}
	
/** This is formatted specifically for IE and the padding bug */
#content {
	width:513px;
	padding: 10px 0 40px 15px;
	float:left;
	background-color: #FFFFFF;
	}
	
/** This is not read by IE -- it properly places the text in the content div */
div[id="content"] {
	float:none !important;
	margin: 0 0 0 155px !important;
	height:auto !important;
	}
	

/** This is the red portion underneath the footer */
#column {
	border-top-style:solid;
	margin: 0 auto 0 auto;
	background-position:center;
	background-image:none;
	height:80px;
	background-repeat:no-repeat;
	}
#end {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
