﻿body
{
	background-image: url('../Images/Layout/Home_Bkgd.jpg');
	background-repeat: repeat-x;
}

div.header
{
	width: 950px;  
	height: 406px;
	position: relative;
	background-image: url('../Images/Layout/Home_HeaderBkgd.jpg');
	background-repeat: no-repeat;
	padding-left: 37px;
	padding-right: 37px;
}

div.headerMain
{
	width: 950px;
	height: 255px;
	position: relative;
	background-image: url('../Images/Layout/Home_MainImageBkgd.gif');
	background-repeat: no-repeat;
}

div.headerMain_Image
{
	padding-top: 5px;
	float: left;
	position: relative;
	width: 750px;
	height: 250px;
}

img.MainImage
{
	width: 750px;
	height: 250px;
}

div.headerMain_Buttons
{
	padding-top: 5px;
	float: right;
	position: relative;
	width: 200px;
	height: 250px;
	display: block;
	margin: 0px;
}

a.mainButtons
{
	width: 200px;
	background-position: 0 0; 
	background-repeat: no-repeat; 
	display: block; 
	float: right; 
	position: relative;  
	text-indent: -9999px; 
	cursor:pointer;
}

a.applyNow 
{ 
	background: url(../images/menu/applyNow.png) left top no-repeat; 
	height: 83px; 
}

a.requestInfo 
{ 
	background: url(../images/menu/requestInfo.png) left top no-repeat; 
	height: 83px; 
}

a.chatLive 
{ 
	background: url(../images/menu/chatLive.png) left top no-repeat; 
	height: 84px; 
}

a.mainButtons:hover
{
	background-position: -200px 0px; 
	margin-top: 0; 
}

div.content
{
	clear: both;
	padding: 22px 0px 18px 0px;
}

td.contentLeft
{
	width: 235px;
	padding: 0px 15px;
	border-style: none dotted none none;
	border-width: 1px;
	border-color: #bccce3;
	vertical-align: top;
}

td.contentMiddle
{
	width: 454px;
	padding: 0px 15px;
	border-style: none dotted none none;
	border-width: 1px;
	border-color: #bccce3;
	vertical-align: top;
}

td.contentRight
{
	width: 172px;
	padding: 0px 14px;
	vertical-align: top;
}

ul.quicklinks
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	padding-bottom: 30px;
}

li.quicklink
{
	height: 22px;
	text-indent: 10px;
	line-height: 22px;
	border-style: none none dotted none;
	border-width: 1px;
	border-color: #bccce3;
}

li.quicklink, .quicklink a, .quicklink a:visited, .quicklink a:active, .quicklink a:hover
{
	color: #5f3c2b;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}

div.calendarButton, div.newsButton
{
	padding: 10px 0px 10px 10px;
}

div.bottomBar 
{
	width: 950px;
	height: 110px;	
	clear: both;
	margin-top: 5px;
	/*border: solid 1px black;*/
}

div.barSection1
{
	float: left;
	position: relative;
	width: 315px;
	height: 110px;
	background: url(../images/layout/BottomBar_StudentResourcesBkgd.jpg) left top no-repeat;
}

div.StudentResources
{
	padding-left: 122px;
	padding-top: 41px;
}

div.StudentResources_Left
{
	float: left;
	position: relative;
	width: 85px;
}

div.StudentResources_Right
{
	float: right;
	position: relative;
	width: 105px;
}

div.MultimediaResources
{
	padding-left: 20px;
	padding-top: 41px;
}

div.MultimediaResources_Left
{
	float: left;
	position: relative;
	width: 105px;
}

div.MultimediaResources_Right
{
	float: left;
	position: relative;
	width: 125px;
}

div.barSection2
{
	float: left;
	position: relative;
	width: 317px;
	height: 110px;
	background: url(../images/layout/BottomBar_MediaBkgd.jpg) left top no-repeat; 
}

div.Newsletter
{
	padding-left: 149px;
	padding-top: 41px;
}

div.barSection3
{
	float: left;
	position: relative;
	width: 318px;
	height: 110px;
	background: url(../images/layout/BottomBar_AlumniNewsBkgd.jpg) left top no-repeat; 
}

div.AlumniNews
{
	padding-left: 28px;
	padding-top: 41px;
}

.bottomBarContent, .bottomBarContent a, .bottomBarContent a:active, .bottomBarContent a:visited, .bottomBarContent a:hover
{
	font-family: Arial;
	font-size: 9pt;
	color: #8aa7d3;	
	text-decoration: none;
	line-height: 16px;
}

img.bottomBarButton
{
	margin-top: 8px;
}

.bottomBarContent a:hover, .quicklink a:hover, .newsEntryTitle a:hover, .calendarEventTitle a:hover
{
	text-decoration: underline;
}
