/* CSS FOR OIT HOMEPAGE ELEMENTS */

/************* HEADING 2 STYLE FOR HOME PAGE ******************/
#homePage h1 {
	color: #404040;
	padding: 8px 8px 8px 40px;
	margin-top: 0;
	margin-left: 0;
	background:  #F8F8F8  url(../images/menu-bg2.png) no-repeat 6px;
	border-bottom: 1px solid #bbb;
	border-top: 1px solid #bbb;
	font: lighter 22px Georgia, "Times New Roman", Times, serif;
	text-align: left;
}
#homePage h2 {
	color: #404040;
	padding: 8px 8px 8px 40px;
	margin-top: 0;
	margin-left: 0;
	background:  #F8F8F8  url(../images/menu-bg2.png) no-repeat 6px;
	border-bottom: 1px solid #bbb;
	border-top: 1px solid #bbb;
	font: lighter 20px Georgia, "Times New Roman", Times, serif;
}

h3.emphasis {
		font: lighter 1.2em Georgia, "Times New Roman", Times, serif;
}
/************* BEGIN NEWS MODULE *******************/


#news-events {
	margin-left: 0;
	padding-left: 0;
	}
#news-events li {
	list-style: none;
	display: block;
	clear: both;
	}
#news-events ul.seeBullet {
	list-style: circle;
}
#newsBlock { margin-top: 1px; }

div.newsHeading {
	color: #358; 
	font-weight: bold; 
	font-size: 16px; 
	font-family: Georgia, Times New Roman, Times, serif;
}
div.newsHeading a {
	text-decoration: none;
}
div.newsBody {
	color: #222222; 
	padding-left: 1em;
}
div.newsDate {
	color: #777; 
	font-size: .8em; 
	/*padding-bottom: 1em; */
	text-align: left;
	/*border-bottom: 1px solid #EEE;*/
	}
	
/************* END NEWS MODULE ********************/


/* ##### BEGIN IMAGE ROTATOR ######## */

#image-rotator p {
	margin-top: 2px;
	font-size: .9em;
	text-align: center;
	}
#image-rotator {
	border: 1px solid #ccc;
	font-size: .9em;
	}

/* ######## END IMAGE ROATOR ######### */




/************  BEGIN STATUS MODULE  ***********/
#status {
	width: 200px;
	border: 1px solid #ccc;
	margin-left: 0;
	padding-left: 0;
	font-size: .9em;
	margin-top: 0;
}
/*#status ul {
	width: 200px;
	border: 1px solid #999;
	margin-left: 0;
	padding-left: 0;
	font-size: .9em;
	margin-top: 0;
}*/
#status li  {
	display: block;
	list-style: none;
	border-bottom: 1px solid #999;
}
#status li a {
	display: block;
	padding-left: 2px;
	text-decoration: none;
}
/*#status li a:hover {
	color: #FFFFFF;
	background-color: #358;
}
#status li a:visited:hover {
	color: #FFFFFF;
	background-color: #358;
}	*/
/**********  END STATUS MODULE **************/



/*********** BEGIN NEWLINKS MODULE ***********/

#newLinks table {
	border: 1px solid #ccc;
}

#newLinks td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-shadow: gray 0.1em 0.2em 0.2em;
	letter-spacing: 0.05em;
	text-align: left;
	padding-left: 4px;
}

#newLinks td a:link {
	color: #036;	
}
#newLinks td a:visited {
	color: #639;
}

#newLinks td a:hover {
	color: #666666;
}
#newLinks td a:visited:hover {
	color: #666666;
}
/************ END NEWS MODULE *******************/





.mainlink {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	display: inline;
}
#bodyList {
	list-style-image: url(../images/plus.png);
}
#bodyList ul {
	margin-top: 0px;
	/*margin-left: -1px;*/
	margin-bottom: 0px;
	padding-bottom: 4px;
}
#bodyList p {
	margin-bottom: 0px;
	margin-top: 0px;
}
.status {
	float: right;
	background-color: transparent;
	border: 1px solid #AAAAAA;
	border-width: 0 0 1px 1px;
	padding: 0.125em 0.25em 0.125em 0.25em;
	margin-right: 2px;
	background: #F3F3F3;
}
#status .status-title {
	display: block;
	padding: 5px;
	background: #345588;
	color: #eee;
	font-weight: bold;
	text-align: center;
	border: 2px solid #345588;
	font-size: 1.1em;
}
/*************************
FORMATS THE FACULTY/STAFF/STUDENT RESOURCE LINKS ON HOME PAGE 
**************************/
#homePage #resources ul {
	color: #358;
	/*background: #eee;
	border: 1px solid #CCC;*/
	font-size: 1.1em;
	font-weight: bold;
	list-style: none;
	margin-left: 0;
	padding-left: .5em;
}

/********************************
QUICKLINK and TOOLS LIST STYLE
*********************************/
.quicklink-tools ul {
	display: block;
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	border: 1px solid #ccc;
	font-size: .9em;
	width: 200px;
	margin-top: 0;
}
.bodywidth .quicklink-tools .odd {
	background: #fff;
	/*border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;*/
}
.quicklink-tools li a {
	text-decoration: none;
	display: block;
	padding: .25em;
	}
.quicklink-tools li {
	background-color: #eee;
	margin: 0;
	border-bottom: 1px solid #ccc;
	}
.quicklink-tools li a:hover {
	color: #fff;
	background-color: #358;
}
.quicklink-tools li a:visited:hover {
	color: #fff;
	background-color: #358;
	}
	
li.ql-heading a:link {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #358;
	text-align: center;
	padding: 2px;
}
li.ql-heading a:visited {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #358;
	text-align: center;
	padding: 2px;
}
li.ql-heading a:hover {
	color: #fbedb5;
}


/**************** END QUICKLINK AND STATUS ************/



	
/***************** NEWS BULLETS ************************/

#news-events div.newsbullets ul li {
	list-style: square !important;
}



/**************** Left and Right Home Page Divs *****************/
div#leftSide {
	float: left;
	margin-top: 0;
	/* margin-left: 10px; */
}
div#rightSide {
	margin-left: 210px;
	/*border-left: 1px solid #CCC;*/
	padding: 0 20px 0 10px;
	/*margin-top: 45px;*/
}

/******************* Resources Menu/Quick Access *************************/
.resources-menu ul {
	/*display: block;*/
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	border: 1px solid #ddd;
	font-size: 1em;
	width: 200px;
	margin-top: 0;
}
.bodywidth .resources-menu .odd {
	background: #fff;
	/*border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;*/
}
.resources-menu li a {
	text-decoration: none;
	display: block;
	padding: 7px 7px 7px 35px;
	}
.resources-menu li {
	margin: 0;
	border-bottom: 1px solid #ddd;
	background: #F0F0F0 url(../images/menu-bg2.png) no-repeat 5px;
	}
.resources-menu li a:hover {
	color: #303030;
	background: #E0E0E0 url(../images/menu-bg2-hover.png) no-repeat 5px;
}
.resources-menu li a:visited:hover {
	color: #303030;
	background: #E0E0E0 url(../images/menu-bg2-hover.png) no-repeat 5px;
	}
.resources-menu .resources-title {
	display: block;
	padding: 5px;
	background: #345588;
	color: #eee;
	font-weight: bold;
	text-align: center;
	border: 2px solid #345588;
}
/* Getting Help Menu */
.get-help ul {
	display: block;
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	border: 1px solid #ddd;
	width: 200px;
	margin-top: 0;
	vertical-align: middle;
	background: #F0F0F0;
}
.bodywidth .get-help .odd {
	background: #fff;
	/*border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;*/
}
.get-help li  {
	text-decoration: none;
	display: block;
	padding: 7px 7px 7px 10px;
	margin-left: 40px;
	vertical-align: bottom;
	}	
.get-help li {
	margin: 0;
	border-bottom: 1px solid #ddd;
	background: #F0F0F0;
	}
.get-help li a:hover {
	color: #303030;
	background: #E0E0E0;
}
.get-help li a:visited:hover {
	color: #303030;
	background: #E0E0E0;
	}
.get-help .resources-title {
	display: block;
	padding: 5px;
	background: #345588;
	color: #eee;
	font-weight: bold;
	text-align: center;
	border: 2px solid #345588;
	height: 18px;
}


/************************************
Maintenance Menu ********************/
.maintenance ul {
	display: block;
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	border: 1px solid #ddd;
	width: 200px;
	margin-top: 0;
	vertical-align: middle;
	background: #F0F0F0;
}

.maintenance li  {
	text-decoration: none;
	display: block;
	padding: 7px 7px 7px 10px;
	margin-left: 40px;
	vertical-align: bottom;
	}	
.maintenance li {
	margin: 0;
	border-bottom: 1px solid #ddd;
	background: #FFF;
	}
.maintenance li a:hover {
	color: #303030;
	background: #E0E0E0;
}
.maintenance li a:visited:hover {
	color: #303030;
	background: #E0E0E0;
	}
.maintenance .resources-title {
	display: block;
	padding: 5px;
	background: #345588;
	color: #eee;
	font-weight: bold;
	text-align: center;
	border: 2px solid #345588;
	height: 18px;
}

/***************	HomePage Container ********************/
div#homePage {
	margin-top: 10px;
}
