﻿/* Lansing Community College, Lansing, MI */

body {
	margin: 0; 
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	background: #f4f4f4; /* background image property is at the bottom of this page */
}

#pageWrapper {
	margin: 0 auto;
	text-align: left;
	border-right: 1px solid #dbdbdb;
	border-bottom: 1px solid #dedede;
	border-left: 1px solid #dbdbdb;
	background: #fff;
	/* IE 5.5 width hack */
	width: 767px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	/* end IE 5.5 width  hack */
	
	/* all other browsers */
	width:765px;
}

.textOnly {
	display: none;
}

img {
	border: none;
}

/*---------------------------------------------------------------
global clear floats */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */

/*---------------------------------------------------------------
global header */

#headerHome {
	height: 90px;
	background: #597ac1 url(/images/bg-header.jpg) no-repeat;
}

#logoHome {
	width: 186px;
	height: 90px;
	padding: 0 0 0 10px;
	float: left;
}

#headerSmall {
	height: 80px;
	background: #597ac1 url(/images/bg-header.jpg) no-repeat;
}

#logoSmall {
	width: 163px;
	height: 80px;
	padding: 0 0 0 10px;
	float: left;
}

#utilities {
	width: 500px;
	margin: 2px 14px 0 0;
	float: right;
	text-align: right;
}

/* IE 7 and below selector */
*:first-child+html #utilities {
	margin: 5px 11px 0 0;
}

/* IE 6 and below selector */
* html #utilities {
	margin: 5px 6px 0 0;
}

#utilities ul {
	margin: 0 0 10px 0;
	padding: 0;
}

#utilities ul li {
	display: inline;
	margin: 0 0 0 0;
	padding-right: 5px;
	padding-left: 7px;
	color: #fff;
	border-left: 1px solid #9baed8;
}

#utilities a:visited {
	color: #fff;
	text-decoration: none;
}

#utilities a {
	color: #fff;
	text-decoration: none;
}

#utilities a:hover  {
	color: #fff;
	text-decoration: underline;
}

form#search {
	margin: 0 0 0 0;
}

#searchBox {
	width: 170px;
	height: 18px;
	margin: 0 0 0 0;
	padding: 2px 3px 0 3px;
	border: 1px solid;
	border-top-color:#506DAB;  
	border-right-color:#6e8bc7;
	border-bottom-color:#829acf; 
	border-left-color:#506DAB;
	background: #fff url(/images/bg-search-shadow.jpg) no-repeat;
}

#searchButton {
	margin: 0 5px 0 4px;
	padding: 1px 4px 1px 4px;
	color: #fff;
	background: #587abf;
	border: 1px solid;
	border-top-color:#829acf;  
	border-right-color:#49649c;
	border-bottom-color:#405587; 
	border-left-color:#6e8bc7;
}

/* IE 7 and below selector */
*:first-child+html #searchButton {
	margin: 0 8px 0 4px;
	padding: 1px 0 0 0;
}

/* IE 6 and below selector */
* html #searchButton {
	margin: 0 8px 0 4px;
	padding: 1px 0 0 0;
}

/*---------------------------------------------------------------
homepage profiles */

#homeProfiles {
	width: 765px;
	height: 238px;
	background: #e3e8f0 url(/images/profiles/profile-tyler.jpg) no-repeat;
	border-top: 1px solid #778dbc;
}

/*---------------------------------------------------------------
homepage navigation tabs */

#homeNav {
	height: 28px;
	background: #fafafa url(/images/bg-home-nav.jpg) no-repeat; 
	border-top: 1px solid #e1e1e1;
	border-right: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;	
	border-left: 1px solid #dbdbdb; 
}

#homeNav ul {
	padding: 6px 0 6px 0;
	margin: 0 0 0 0;
	list-style-type: none;
	text-align: left;
}

/* IE 7 and below selector */
*:first-child+html #homeNav ul  {
	margin-top: -1px;
}

/* IE 6 and below selector */
* html #homeNav ul {
	margin-top: -1px;
}

#homeNav ul li {
	display: inline;
	line-height: 17px;
}

#homeNav ul li a {
	text-decoration: none;
	padding: 6px 20px 6px 20px;
	margin: 0 0 0 0;
	font-size:  13px;
	font-weight: bold;
	color: #555555;
	border-right: 1px solid #c5c5c5;
	border-left: 1px solid #d9d9d9;
}

#homeNav ul li a:visited {
	text-decoration: none;
}

#homeNav ul li a:hover {
	text-decoration: none;
	background: #eeeeee; 
	color: #555555;
}

#homeNav ul li.selected {
	position: relative;
	top: 1px;
	background: #fff;
	color: #2e3c5f;/*AD0000*/
	text-decoration: none;
	padding: 6px 20px 6px 20px;
	margin: 0 0 0 0;
	font-size:  13px;
	font-weight: bold;
	border-right: 1px solid #c5c5c5;
	border-left: 1px solid #d9d9d9;
}

/*---------------------------------------------------------------
homepage tab content outer container */

#tabContent {	
	text-align: left;
	border-right: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	border-left: 1px solid #dbdbdb;
	background: #fff url(/images/bg-home-tab-gradient.jpg) bottom no-repeat;
}

/* IE 7 and below selector */
*:first-child+html #tabContent {
	margin-top: 0;
}

/* IE 6 and below selector */
* html #tabContent {
	margin-top: 0;
}

/*---------------------------------------------------------------
homepage tab content inner container */

/* future students tab inner container */
#tabContent #future {	
	margin: 0 25px 0 45px;
	padding-top: 10px;
	background: url('/images/bg-news-one-col-9.jpg') no-repeat right top;
}

/* current students, faculty & staff, bussiness & community, alumni and friends: tab inner container*/
#tabContent #common {		
	margin: 0 25px 0 45px;
	padding-top: 10px;
	background: url('/images/bg-news-two-col-9.jpg') no-repeat right top;
}

/*---------------------------------------------------------------
homepage tab content columns */

/* future students column one */
#futureTabColOne {
	width: 177px;
	float: left;
	margin: 10px 30px 0 0;
}

/* future students column two */
#futureTabColTwo {
	width: 177px;
	float: left;
	margin: 10px 30px 0 0;
}

/* future students column three */
#futureTabColThree {
	width: 229px;
	float: left;
	margin: 0 0 0 28px;
}

/* current students, faculty & staff, bussiness & community, alumni and friends: column one */
#commonTabColOne {
	width: 177px;
	float: left;
	margin: 10px 23px 0 0;
}

/* current students, faculty & staff, bussiness & community, alumni and friends: column two */
#commonTabColTwo {
	width: 209px;
	float: left;
	margin: 0 0 0 25px;
}

/* current students, faculty & staff, bussiness & community, alumni and friends: column three */
#commonTabColThree {
	width: 209px;
	float: left;
	margin: 0 0 0 25px;
}

/*---------------------------------------------------------------
homepage tabs typography */

#futureTabColTwo h3 {	
	margin: 0 0 6px 0;
	font-size: 105%;
	color: #2e3c5f; /* #273351; */
}

#futureTabColOne h3 {	
	margin: 0 0 6px 0;
	font-size: 105%;
	color: #2e3c5f;
}

#futureTabColTwo p {	
	margin: 0 0 25px 0;
	line-height: 18px;
	color: #2e3c5f;
}
	
#futureTabColOne p {	
	margin: 0 0 25px 0;
	line-height: 18px;
	color: #2e3c5f;
}
	
#futureTabColTwo p a:visited {	
	color: #2e3c5f;
	text-decoration: none;
}

#futureTabColOne p a:visited {	
	color: #2e3c5f;
	text-decoration: none;
}

#futureTabColTwo p a {	
	color: #2e3c5f;
	text-decoration: none;
}

#futureTabColOne p a {	
	color: #2e3c5f;
	text-decoration: none;
}

#futureTabColTwo p a:hover {
	color: #2e3c5f;
	text-decoration: underline;
}

#futureTabColOne p a:hover {
	color: #2e3c5f;
	text-decoration: underline;
}

#commonTabColOne h3 {	
	margin: 0 0 6px 0;
	font-size: 105%;
	color: #2e3c5f;
}

#futureTabColTwo ul {
	padding: 0 0 0 0;
	margin: 0 0 16px 0;
	line-height: 18px;
	list-style-type: none;
	text-align: left;
}

#futureTabColOne ul {
	padding: 0 0 0 0;
	margin: 0 0 16px 0;
	line-height: 18px;
	list-style-type: none;
	text-align: left;
}

#commonTabColOne ul {
	padding: 0 0 0 0;
	margin: 0 0 16px 0;
	line-height: 18px;
	list-style-type: none;
	text-align: left;
}

#futureTabColTwo ul li {
	margin: 0 0 2px 15px; 
	padding: 0 0 0 0;
	color: #777; 
	list-style-image: url('/images/icon-list-arrow-ff.gif');
}

#futureTabColOne ul li {
	margin: 0 0 2px 15px; 
	padding: 0 0 0 0;
	color: #777; 
	list-style-image: url('/images/icon-list-arrow-ff.gif');
}

#commonTabColOne ul li {
	margin: 0 0 2px 15px; 
	padding: 0 0 0 0;
	color: #777; 
	list-style-image: url('/images/icon-list-arrow-ff.gif');
}

#commonTabColOne p a:visited {	
	color: #2e3c5f;
	text-decoration: none;
}

#commonTabColOne p a {	
	color: #2e3c5f;
	text-decoration: none;
}

#commonTabColOne p a:hover {
	color: #2e3c5f;
	text-decoration: underline;
}

/* IE 7 and below selector */
*:first-child + html #futureTabColTwo ul li {
	margin-left: 11px;
	list-style-image: url('/images/icon-list-arrow-ie.gif');
}

*:first-child + html #futureTabColOne ul li {
	margin-left: 11px;
	list-style-image: url('/images/icon-list-arrow-ie.gif');
}

*:first-child + html #commonTabColOne ul li {
	margin-left: 11px;
	list-style-image: url('/images/icon-list-arrow-ie.gif');
}

/* IE 6 and below selector */
* html #futureTabColTwo ul li {
	margin-left: 11px;
	list-style-image: url('/images/icon-list-arrow-ie.gif');
}

* html #futureTabColOne ul li {
	margin-left: 11px;
	list-style-image: url('/images/icon-list-arrow-ie.gif');
}

* html #commonTabColOne ul li {
	margin-left: 11px;
	list-style-image: url('/images/icon-list-arrow-ie.gif');
}

#futureTabColTwo ul li a:visited {	
	color: #2e3c5f; /* old 273351*/
	text-decoration: none;
}

#futureTabColOne ul li a:visited {	
	color: #2e3c5f; /* old 273351*/
	text-decoration: none;
}

#commonTabColOne ul li a:visited {	
	color: #2e3c5f; /* old 273351*/
	text-decoration: none;
}

#futureTabColTwo ul li a {	
	color: #2e3c5f;
	text-decoration: none;
}

#futureTabColOne ul li a {	
	color: #2e3c5f;
	text-decoration: none;
}

#commonTabColOne ul li a {	
	color: #2e3c5f;
	text-decoration: none;
}

#futureTabColTwo ul li a:hover  {
	color: #2e3c5f;
	text-decoration: underline;
}

#futureTabColOne ul li a:hover  {
	color: #2e3c5f;
	text-decoration: underline;
}

#commonTabColOne ul li a:hover  {
	color: #2e3c5f;
	text-decoration: underline;
}

/*---------------------------------------------------------------
homepage news & events typography */

#futureTabColThree h3 {	
	margin: 10px 0 0 0;
	padding: 0 0 2px 0;
	font-size: 105%;
	color: #434e67;
	border-bottom: 1px solid #cbcbcb; 
}

#commonTabColThree h3 {	
	margin: 10px 0 0 0;
	padding: 0 0 2px 0;
	font-size: 105%;
	color: #434e67;
	border-bottom: 1px solid #cbcbcb; 
}

#commonTabColTwo h3 {	
	margin: 10px 0 0 0;
	padding: 0 0 2px 0;
	font-size: 105%;
	color: #434e67;
	border-bottom: 1px solid #cbcbcb; 
}

#commonTabColThree div {
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
	/* border-bottom: 1px solid #cbcbcb; */
}

#commonTabColTwo div {
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
	/* border-bottom: 1px solid #cbcbcb; */
}

#futureTabColThree div {
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
	/* border-bottom: 1px solid #cbcbcb; */
}

#commonTabColTwo ul {
	padding: 0 0 0 15px;
	margin: 0 0 0 0;
	line-height: 18px;
	list-style-type: none;
	text-align: left;
}

#commonTabColThree ul {
	padding: 0 0 0 15px;
	margin: 0 0 0 0;
	line-height: 18px;
	list-style-type: none;
	text-align: left;
}

#futureTabColThree ul {
	padding: 0 0 0 15px;
	margin: 0 0 0 0;
	line-height: 18px;
	list-style-type: none;
	text-align: left;
}

#commonTabColTwo ul li {
	margin: 0 0 2px 0; 
	padding: 0 0 0 0;
	color: #777; 
	list-style-image: url('/images/icon-list-arrow-ff.gif');
}

#commonTabColThree ul li {
	margin: 0 0 2px 0; 
	padding: 0 0 0 0;
	color: #777; 
	list-style-image: url('/images/icon-list-arrow-ff.gif');
}

div #commonTabColThree ul li img {
	vertical-align: top;
	float: none;
	clear: none;
	margin: 1px 0 0 0;
	border: none;
}

#futureTabColThree ul li {
	margin: 0 0 2px 0; 
	padding: 0 0 0 0;
	color: #777; 
	list-style-image: url('/images/icon-list-arrow-ff.gif');
}

/* IE 7 and below selector */
*:first-child + html #futureTabColThree ul li {
	margin-left: -4px;
	list-style-image: url('/images/icon-list-arrow-ie.gif');
}

/* IE 7 and below selector */
*:first-child + html #commonTabColTwo ul li {
	margin-left: -4px;
	list-style-image: url('/images/icon-list-arrow-ie.gif');
}

/* IE 7 and below selector */
*:first-child + html #commonTabColThree ul li {
	margin-left: -4px;
	list-style-image: url('/images/icon-list-arrow-ie.gif');
}

#commonTabColThree p {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	line-height: 18px;
	color: #273351;
}

#commonTabColTwo p {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	line-height: 18px;
	color: #273351;
}

#futureTabColThree p {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	line-height: 18px;
	color: #273351;
}

#commonTabColTwo p.more {
	text-align: right;
	margin: 4px 0 5px 0;
	padding: 0 0 0 0;
	line-height: 18px;
	color: #273351;
}

#commonTabColThree p.more {
	text-align: right;
	margin: 4px 0 5px 0;
	padding: 0 0 0 0;
	line-height: 18px;
	color: #273351;
}

#futureTabColThree p.more {
	text-align: right;
	margin: 4px 0 5px 0;
	padding: 0 0 0 0;
	line-height: 18px;
	color: #273351;
}

#commonTabColThree div img {
	float: left;
	clear: left;
	margin: 3px 8px 0 0;
	border: 1px solid #666;
}

#commonTabColTwo div img {
	float: left;
	clear: left;
	margin: 3px 8px 0 0;
	border: 1px solid #666;
}

#futureTabColThree div img {
	float: left;
	clear: left;
	margin: 3px 8px 0 0;
	border: 1px solid #666;
}

#futureTabColThree a:visited {
	color: #273351;
	text-decoration: none;
}

#commonTabColThree a:visited {
	color: #273351;
	text-decoration: none;
}

#commonTabColTwo a:visited {
	color: #273351;
	text-decoration: none;
}

#futureTabColThree a {
	color: #273351;
	text-decoration: none;
}

#commonTabColThree a {
	color: #273351;
	text-decoration: none;
}

#commonTabColTwo a {
	color: #273351;
	text-decoration: none;
}

#futureTabColThree a:hover {	
	color: #273351;
	text-decoration: underline;
}

#commonTabColThree a:hover {	
	color: #273351;
	text-decoration: underline;
}

#commonTabColTwo a:hover {	
	color: #273351;
	text-decoration: underline;
}

/*---------------------------------------------------------------
homepage quicklinks */

#quicklinks {
	height: 86px;
	text-align: left;
    background: #597abf url(/images/bg-quicklinks.jpg) no-repeat;
    border-bottom: 1px solid #C1C1C1;
}

#quicklinks img {
	float: left;
	margin-left: 22px;
}

#quicklinks div#quicklinksColOne {
	width: 154px;
	height: 66px;
	float: left;
	margin: 10px 0 0 21px;
}

#quicklinks div#quicklinksColTwo {
	width: 154px;
	height: 66px;
	float: left;
	margin: 10px 0 0 0;
}

#quicklinks div#quicklinksColThree {
	width: 154px;
	height: 66px;
	float: left;
	margin: 10px 0 0 0;
}

#quicklinks div#quicklinksColFour {
	width: 154px;
	height: 66px;
	float: left;
	margin: 10px 0 0 0;
}

#quicklinks ul {
	list-style-type: none;
	margin: 0 10px 0 18px;
	padding: 0;/*needed for FireFox*/
	line-height: 22px;
}

#quicklinks ul li {
	color: #f4f4f4;
}

#quicklinks a:visited {
	color: #f4f4f4;
	text-decoration: none;
}

#quicklinks a {
	color: #f4f4f4;
	text-decoration: none;
}

#quicklinks a:hover  {
	color: #f4f4f4;
	text-decoration: underline;
}

/*---------------------------------------------------------------
lower level pages */

#identity {
	
	background-color: #4C5D8B;
	padding: 2px 0 3px 0;	
}

#identity h1 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-indent: 17px;
	font-size: 125%;
	font-weight: normal;
	color: #f4f4f4;
}

#content {
	width: 765px;
	margin: 6px 0 6px 0;
	background: url(/images/bg-three-column.gif) repeat-y;
}

/*---------------------------------------------------------------
left column */

#leftCol {
	display: inline;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 179px;
	min-height: 350px;
	float: left;
	background: url('/images/bg-gray-left-nav.jpg') no-repeat;
}

/* left navigation */
#leftCol ul {
	padding: 10px 0 0 0;
	margin: 0 7px 0 6px;
	list-style-type: none;
	text-align: left;
}

#leftCol ul li {
	margin: 0; 
	padding: 0;
}

#leftCol ul li a {	
	padding: 6px 6px 6px 12px;
	display: block;
	border-bottom: 1px solid #e1e1e1;
}

/* IE 6 and below selector */
* html #leftCol ul li a  {
	width: 148px; /* needed for IE 6 */
}

#leftCol ul li a:link {	
	color: #354987;
	text-decoration: none;
	background: none;
}

#leftCol ul li a:visited {	
	color: #354987;
	text-decoration: none;
	background: none;
}

#leftCol ul li a:hover {
	color: #354987;
	text-decoration: none;
	background: #ffffff;
	width: 148px /* needed for hover state on wrapped items in IE */
}

/*---------------------------------------------------------------
center content column */

#centerCol {
	display: inline;
	margin: 0 0 0 0;
	padding: 0 28px 20px 28px;
	width: 367px;
	float: left;
}

/* breadcrumb trail */
#centerCol p.breadcrumbs {
	margin: 4px 0 0 0;
	font-size: 95%;
	color: #555555; 
}

#centerCol p.breadcrumbs a:visited {
	color: #555555;
	text-decoration: none;
}

#centerCol p.breadcrumbs a {
	color: #555555;
	text-decoration: none;
}

#centerCol p.breadcrumbs a:hover  {
	color: #555555;
	text-decoration: underline;
}

/* main text */
#centerCol h2 {
	margin: 13px 0 12px 0;
	font-size: 165%;
	font-weight: normal;
	color: #283251;
}

#centerCol p {
	margin: 0 0 15px 0;
	line-height: 18px;
	color: #333; 
}

#centerCol ol {
	line-height: 18px;
	color: #333;
}

#centerCol ul {
	line-height: 18px;
	color: #333;
}

#centerCol h5 {
	margin: 9px 0 12px 0;
	font-size: 115%;
	color: #363D51;
}

#centerCol h4 {
	margin: 9px 0 12px 0;
	font-size: 115%;
	color: #363D51;
}

#centerCol h3 {
	margin: 24px 0 12px 0; /*top was 19*/
	font-size: 125%;
	color: #363D51;
}

#centerCol a:visited {	
	color: #354987;
	text-decoration: underline;
}

#centerCol a {	
	color: #354987;
	text-decoration: underline;
}

#centerCol a:hover  {
	color: #354987;
	text-decoration: none;
}

/*---------------------------------------------------------------
right column */

#rightCol {
	display: inline;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 163px;
	float: right;
}

/* right navigation */
#rightCol ul {
	padding: 10px 0 0 0;
	margin: 0 6px 0 9px;
	line-height: 18px;
	list-style-type: none;
	text-align: left;
}

#rightCol ul ul {
	padding: 2px 0 0 0;
	margin: 0 6px 0 9px;
	line-height: 14px;
	list-style-type: none;
	text-align: left;
}

#rightCol ul li {
	margin: 0 0 4px 12px; 
	padding: 0 0 0 0;
	color: #354987;
	list-style-image: url('/images/icon-list-arrow-ff.gif');
}

/* IE 7 and below selector */
*:first-child+html #rightCol ul li {
	margin-left: 8px;
	list-style-image: url('/images/icon-list-arrow-ie.gif');
}

/* IE 6 and below selector */
* html #rightCol ul li {
	margin-left: 8px;
	list-style-image: url('/images/icon-list-arrow-ie.gif');
}


#rightCol ul li a:visited {	
	color: #354987;
	text-decoration: none;
}


#rightCol ul li a {	
	color: #354987;
	text-decoration: none;
}

#rightCol ul li a:hover {
	color: #354987;
	text-decoration: underline;
}

#rightCol #socialMedia h3 {	
	margin: 12px 8px 0 21px;
	padding: 12px 0 1px 0;
	font-size: 100%;
	font-weight:bold;
	color: #354987;
	text-align: left;
	}

#rightCol #socialMedia p {
	margin:0;
	padding:0;
	text-align: left			
}

#rightCol #socialMedia p img {
	margin: 10px 8px 0 21px;
}

/* IE 7 and below selector */
*:first-child+html #rightCol #socialMedia p img, *:first-child+html #rightCol #socialMedia h3  {
	margin-left: 18px;
}

/* IE 6 and below selector */
* html #rightCol #socialMedia p img, * html #rightCol #socialMedia h3 {
	margin-left: 18px;
}


/*---------------------------------------------------------------
address sub footer */

#address {
	text-align: center; 	
	background: #597abf url(/images/bg-blue-footer.jpg) no-repeat;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #C1C1C1;
}

#address p {
	margin: 0;
	padding: 10px 0 10px 0;	
	color: #f4f4f4;
}

#address a:visited {
	color: #f4f4f4;
	text-decoration: none;
}

#address a {
	color: #f4f4f4;
	text-decoration: none;
}

#address a:hover  {
	color: #f4f4f4;
	text-decoration: underline;
}

/*---------------------------------------------------------------
Emergency Notification System (ENS) */

#ens {
	background: #fcf9de;
	border: 1px solid #999;
	padding: 12px;	
}

.ensheader {
	margin: 0 0 6px 0;
	font-size: 105%;
	font-weight: bold;
	color: #cc0000;
}

#ens p {
	color: #cc0000;
	margin: 8px 0 2px 0;
	line-height: 18px;

}

#ens ul {
	color: #cc0000;
	margin: 10px 0 2px 25px;
}

#ens a:link {	
	color: #cc0000;
	text-decoration: underline;
}

#ens a:visited {	
	color: #cc0000;
	text-decoration: underline;
}

#ens a:hover {
	color: #cc0000;
	text-decoration: none;
}

/*---------------------------------------------------------------
footer */

#footer {
	text-align: center;
	margin: 0 0 0 0;
}

#footer ul {
	margin: 6px 0 0 0;
	padding: 0;
}

#footer ul li {
	display: inline;
	margin: 0 0 0 0;
	padding-right: 5px;
	padding-left: 7px;
	color: #444;
	border-left: 1px solid #e0e0e0;
}

#footer p.secondLine {
	margin: 6px 0 6px 0;
	font-size: 95%;
	color: #999;
}

#footer a:visited {
	color: #444;
	text-decoration: none;
}

#footer a {
	color: #444;
	text-decoration: none;
}

#footer a:hover  {
	color: #333;
	text-decoration: underline;
}

/* so the background drop shadow dosn't load first on slow connections */
body {
	background: #f4f4f4 url(/images/bg-drop-shadow.jpg) top center no-repeat;
}
