/*
Title:       Campus Technology
Author:      roxanne sutton
Company:     1105 Media
Description: Color and typography
Version:	   February 2007
*/



/* global */
@import url("lm_global.css");

/* layout */
@import url("lm_layout.css");

/* navigation */
@import url("lm_nav.css");

/* color */
@import url("lm_color.css");


body#www-lm-com {
	position: relative;
	margin: 2em auto;
}

body#www-lm-com {
	background: transparent;
}

a, a:visited {
	color:#005DA2;
}

a:hover {
	text-decoration: underline;
}

ol {
	margin: 0 8px 4em;
	padding: 15px 15px 15px 26px;
	width: 170px;
	float: left;
	background: #CCDDE7;
	border-top: 1px solid #6B9ABC;
	border-bottom: 1px solid #6B9ABC;
	color: #535353;
	font-size: 1em;
	text-align: left;
}

ol a {
	text-decoration: none;
	color: #535353;
	background: #FFF1C5;
	border-top: 1px solid #DEAC15;
	border-bottom: 1px solid #DEAC15;
}

/*ol:hover {
	color: #fff;
	background: #b5aa98;
}*/

ol li:hover {
/*	color: #6bc;*/
	background: #fff;
}

ol:hover a {
	background: #FFF1C5;
}

ol li {
	margin: 0 0 .35em;
}

ol a {
	padding: 2px 5px;
	display: block;
	background: #FFF1C5;
}

ol a:hover {
	color: #0975C1;
	text-decoration: none;
}

ol:hover a:hover {
	background: #FFE080;
}

body#www-lm-com ol li a:hover {
	text-decoration: none;
}

ol a:visited {
	color:#005DA2;
	background: #E5F0F6;
	border-top: 1px solid #6B9ABC;
	border-bottom: 1px solid #6B9ABC;
}

.back {
	clear: both;
	width: 100%;
	margin: 0;
}

.back a {
	margin: 0 10px;
}
