﻿/***********************/
/**** Layout Styles ****/
/***********************/

body
{
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	background-color: white;
}

img
{
	border: 0px;
}

div.wrapper
{
	width: 1024px; 
	margin: 0 auto; 
	height: auto;
}

/* START HEADER */

div.headerTop
{	
	width: 950px;  
	height: 113px;
	position: relative;
}

div.headerLogo
{
	width: 300px;
	float:left;
	padding-top: 24px;
}

div.headerTopMenu
{
	width: 600px;
	float:right;
	margin-top:85px;
	padding-right:28px;
	vertical-align: bottom;
	text-align:right;
}

/* START MENU */

div.headerMenu
{
	width: 950px;
	height: 38px;
	display: block;
	margin: 0px;
	padding: 0px;
}

a.menu, div.menu
{
	height: 38px; 
	background-position: 0 0; 
	background-repeat: no-repeat; 
	display: block; 
	float: left; 
	position: relative;  
	text-indent: -9999px; 
	cursor:pointer;
}

div.menu
{
	cursor: default;
}

a.academics 
{ 
	background: url(../images/menu/academics.png) left top no-repeat; 
	width: 122px; 
}

a.admissions 
{ 
	background: url(../images/menu/admissions.png) left top no-repeat; 
	width: 128px; 
}

a.aboutUs
{ 
	background: url(../images/menu/aboutUs.png) left top no-repeat; 
	width: 112px; 
}

a.alumni
{ 
	background: url(../images/menu/alumni.png) left top no-repeat; 
	width: 100px; 
}

a.studentServices
{ 
	background: url(../images/menu/studentServices.png) left top no-repeat; 
	width: 181px; 
}

div.endOfMenu
{
	background: url(../images/menu/endOfMenu.png) left top no-repeat;
	width: 307px;
	height: 38px;
	text-align: right;
}

a.menu:hover,
a.on:visited, a.on:active, a.on, a.on:hover
{
	background-position: 0 -38px; 
	margin-top: 0; 
}

div.calendar, div.news
{
	font-size: 8.7pt;
	font-weight: normal;
	color:#666666;
}

div.calendarEvent, div.newsEntry
{
	padding: 8px 10px 8px 10px;
	border-style: none none dotted none;
	border-width: 1px;
	border-color: #bccce3;
}

.calendarEventTitle, .calendarEventTitle a, .calendarEventTitle a:active, .calendarEventTitle a:visited, .calendarEventTitle a:hover,
.newsEntryTitle, .newsEntryTitle a, .newsEntryTitle a:active, .newsEntryTitle a:visited, .newsEntryTitle a:hover
{
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

/* START SEARCH SECTION */
div.search
{
	height: 38px;
}

.GoogleLogo
{
	padding: 1px 3px 0px 15px;
	float: left;
	position: relative;
}

.SearchTextBox
{
	margin-top: 8px;
	float: left;
	position: relative;
	width: 135px;
}

.SearchButton
{
	padding-left: 5px;
	padding-top: 7px;
	float: left;
	position: relative;
	cursor: pointer;
}
/* END SEARCH SECTION */

/* END MENU */

/* END HEADER */

div.content-wrapper 
{ 
	width: 950px; 
	background-image: url('../Images/Layout/ContentBkgd.png');
	background-repeat: no-repeat;
	margin-left: 37px;
	margin-right: 37px;
	background-color: White;
}

div.rightSideAd
{
	padding: 14px 0px 14px 0px;
	border-style: none none dotted none;
	border-width: 1px;
	border-color: #bccce3;
}

div.followUs
{
	clear: both;
	width: 950px;
	border-style: dotted none dotted none;
	border-width: 1px;
	border-color: #bccce3;
	height: 17px;
	text-align: right;
	line-height: 25px;
	padding: 4px 0px;
}

div.followUsContent, div.followUsContentWithDivider
{
	height: 17px;
	line-height: 17px;
	float: right;
	position: relative;
	padding-right: 8px;
	padding-left: 8px;
}

div.followUsContentWithDivider
{
	border-style: none dotted none none;
	border-width: 1px;
	border-color: #bccce3;
}

div.footer 
{
	width: 950px;
	clear: both;
	height: 45px;
	padding-top: 10px;
	margin-left: 37px;
	margin-right: 37px;
	text-align: right;
	background-color: White;
	/*border: solid 1px black;*/
}

div.NoTopPadding
{
	padding-top: 0px;
}

div.NoDiv, li.NoDiv
{
	border-style: none;
}

/*********************/
/**** Text Styles ****/
/*********************/

a, a:active, a:visited, a:hover
{
	color: #013584;
	text-decoration: none;
}

div.headerTopMenu, .headerTopMenu a, .headerTopMenu a:active, .headerTopMenu a:hover, .headerTopMenu a:visited
{
	font-size: 9pt;
	color: #9bb2d4;
	text-decoration: none;
}

div.footer, .footer a, .footer a:active, .footer a:hover, .footer a:visited
{
	font-size: 9pt;
	color: #333333;
	text-decoration: none;
	line-height: 18px;
}

div.followUs, .followUs a, .followUs a:active, .followUs a:hover, .followUs a:visited
{
	font-size: 9pt;
	color: #666666;
	text-decoration: none;
}

.followUs img
{
	vertical-align: bottom;
	padding-left: 5px;
}

p 
{
	font-size: 10pt;
	font-weight: normal;
	line-height: 15px;
	margin: 12px 0px;
	color: #333333
}

.sectionHeader
{
	height: 22px;
	background-color: #e9eef6;
	color: #013584;
	font-size: 10.2pt;
	font-weight: bold;
	text-transform: uppercase;
	text-indent: 10px;
	line-height: 22px;
}

h1
{
	margin-top: 0px;
	padding-top: 0px;
	color: #a62c26;	
	line-height: 18pt;
	font: bold 1.45em "Trebuchet MS";
}

h2
{
	margin-top: 0px;
	padding-top: 0px;
	color: #a62c26;	
	line-height: 18pt;
	font: bold 1.30em "Trebuchet MS";
}

h3
{
	margin-top: 0px;
	padding-top: 0px;
	color: #a62c26;	
	line-height: 18pt;
	font: bold 1.15em "Trebuchet MS";
}

ul.programListing
{
	padding: 10px 10px 10px 10px;
	margin: 0px;
	font-size: 9pt;
}

ul.programListingSub
{
	padding: 0px 0px 0px 30px;
	margin: 0px;
	font-size: 9pt;
}

.programListing li, .programListing a, .programListing a:active, .programListing a:visited, .programListing a:hover
{
	list-style: none;
	font-weight: bold;
	line-height: 13pt;
	text-decoration: none;
	color: #333333
}

.programListingSub li, .programListingSub li a, .programListingSub li a:active, .programListingSub li a:hover, .programListingSub li a:visited
{
	list-style: none;
	padding: 0px;
	font-weight: normal;
	line-height: 13pt;
	text-decoration: none;
	color: #333333;
	margin: 0px;
}

a:hover, .headerTopMenu a:hover, .footer a:hover, .followUs a:hover, .programListing li a:hover, .programListingSub li a:hover
{
	text-decoration: underline;
}
