﻿#div_pageWrapper
{
	margin-left:auto;
	margin-right:auto;
	width: 960px;
	height: 100%;
}

/*START HOME PAGE DIVs*/
#div_homeHeader
{
	margin: 0px;
	padding: 0px;
	height:202px;
}
.div_homeHeaderContent
{
	background: url(../images/homePage/homeHeaderBG.jpg) repeat-x top left;
	position: relative;
	width: 940px;
	height: 212px;
	top: -5px;
	left: 10px;
}
.div_homeHeaderLeftImage
{
	background-image: url(../images/homePage/topLeft/homeTL1.jpg);
	position: relative;
	width: 350px;
	height: 218px;
	top: -6px;
	left: 0px;
}
.div_homeHeaderRightRounded
{
	background-image: url(../images/homePage/headerRightRounded.jpg);
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 8px;
	height: 218px;
}
.div_homeSubline
{
	background-image: url(../images/homePage/headerSubLine.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 100px;
	right: 15px;
	width: 350px;
	height: 26px;
}
#div_homeTopNav
{
	position: absolute;
	top: 145px;
	right: 50px;
	width: 470px;
	height: 55px;
}
.div_navItems
{
	background: url(../images/bulletGrayArrow.gif) no-repeat left center;
	width: 135px;
	padding-left:15px;
	float: left;
	font-family: Century Gothic, Arial, Tahoma, Verdana;
}
.div_navItems a:link, .div_navItems a:active, .div_navItems a:visited
{
	color: #693937;
	text-decoration: none;
}
.div_navItems a:hover
{
	color: red;
	text-decoration: underline;
}
.div_homeWc
{
	background-image: url(../images/homePage/wc.jpg);
	background-repeat: no-repeat;
	position: absolute;
	top: 12px;
	right: 35px;
	width: 420px;
	height: 45px;
}
.div_homeUniv
{
	background-image: url(../images/homePage/univ.jpg);
	background-repeat: no-repeat;
	position: absolute;
	top: 58px;
	right: 160px;
	width: 290px;
	height: 37px;
}
.div_homeLogo
{
	background-image: url(../images/homePage/logo.jpg);
	background-repeat: no-repeat;
	position: absolute;
	top: 17px;
	right: 460px;
	width: 74px;
	height: 77px;
}
#div_homeContent
{
	position: relative;
	/*float: left;*/
}
#div_homeContentLeft
{
	width: 708px;
	position: relative;
	float: left;
	left: 10px;
	top: -5px;
}
#div_homeContentRight
{
	width: 215px;
	position: relative;
	float: right;
	right: 10px;
	top: -5px;
}
#div_homeContentPlaceholder1
{
	width: 705px;
}
#div_homeNews
{
	position: relative;
	width: 455px;
	float:right;
	padding: 5px;
	padding-bottom: 20px;
	font-size: 9pt;
}
#div_homeNews h1
{
	font-family: Georgia, Times New Roman;
	font-size: 16pt;
	line-height: 100%;
	color: #990000;
	margin-top:0px;
}
#div_homeBottom
{
	position: relative;
	width: 470px;
	float:right;
}
#div_newsWidget, #div_eventsWidget, #div_wordsWidget
{
	width: 205px;
	padding-bottom: 8px;
}
.div_newsWidgetTitle, .div_eventsWidgetTitle, .div_wordsWidgetTitle
{
	width: 88px;
	height: 18px;
	position: relative;
}
.div_wordsWidgetTitle
{
	width: 111px;
}
.div_newsWidgetTxtLink, .div_eventsWidgetTxtLink, .div_wordsWidgetTxtLink
{
	position: relative;
	font-size: 8pt;
	float: right;
	right: -8px;
}
.div_newsWidgetTxtLink a:link,
.div_newsWidgetTxtLink a:visited,
.div_newsWidgetTxtLink a:active,
.div_eventsWidgetTxtLink a:link,
.div_eventsWidgetTxtLink a:visited,
.div_eventsWidgetTxtLink a:active,
.div_wordsWidgetTxtLink a:link,
.div_wordsWidgetTxtLink a:visited,
.div_wordsWidgetTxtLink a:active
{
	color:#333333;
}
.div_newsWidgetTxtLink a:hover,
.div_eventsWidgetTxtLink a:hover,
.div_wordsWidgetTxtLink a:hover
{
	color:#B22222;
}
.div_newsWidgetContent, .div_eventsWidgetContent, .div_wordsWidgetContent
{
	width: 195px;
	background-color: #ffffff;
	border: 1px solid #666666;
	padding: 10px;
	font-size: 8.5pt;
}
.div_newsWidgetContent hr, .div_eventsWidgetContent hr, .div_wordsWidgetContent hr
{
	height: 1px;
	color: #cccccc;
	margin-top: 8px;
	margin-bottom:5px;
}

.div_newsWidgetContent .newsWidgetDate, .div_eventsWidgetContent .eventsWidgetDate
{
	color: #333333;
	margin-bottom: 5px;
}

.div_newsWidgetTitle
{
	background: url(../images/homePage/rhs/newsTitle.jpg) no-repeat top left;
}
.div_eventsWidgetTitle
{
	background: url(../images/homePage/rhs/eventsTitle.jpg) no-repeat top left;
}
.div_wordsWidgetTitle
{
	background: url(../images/homePage/rhs/wordsTitle.jpg) no-repeat top left;
}

/*END HOME PAGE DIVs*/

/*START CONTENT MAIN*/
.div_contentTop
{
	position: relative;
	text-align: right;
}
.div_contentMain, .div_contentHomeMain
{
	width: 960px;
	position: relative;
	background: #ffffff;
	padding:0px;
	margin: 0px;
}
.div_contentMainTop div, .div_contentHomeMainTop div
{
	background: url(../images/roundedCorners/main/topLeft.jpg) no-repeat top left;
	height: 15px;
	width: 15px;
	text-align: right;
}
.div_contentMainTop, .div_contentHomeMainTop
{
	background: url(../images/roundedCorners/main/topRight.jpg) no-repeat top right;
	height: 15px;
	text-align: left;
}
.div_contentMainBottom div, .div_contentHomeMainBottom div
{
	background: url(../images/roundedCorners/main/bottomLeft.jpg) no-repeat bottom left;
	height: 15px;
	width: 15px;
	text-align: left;
	/*line-height: 23px; /*ie6*/
}
.div_contentMainBottom, .div_contentHomeMainBottom
{
	background: url(../images/roundedCorners/main/bottomRight.jpg) no-repeat bottom right;
	height: 15px;
	text-align: left;
	/*line-height: 13px; /*ie6*/
}
/*END CONTENT MAIN*/
/*START HOME PAGE MAIN CONTENT DIFFERENCES*/
.div_contentHomeMain
{
	background: #ffffff url(../images/roundedCorners/homeRHS/bg.jpg) repeat-y top right;
}
.div_contentHomeMainTop
{
	background: url(../images/roundedCorners/homeRHS/topRight.jpg) no-repeat top right;
}
.div_contentHomeMainBottom
{
	background: url(../images/roundedCorners/homeRHS/bottomRight.jpg) no-repeat bottom right;
}
/*END HOME PAGE MAIN CONTENT*/
/**/
/*START SUB HEADER*/
#div_subHeader
{
	margin: 0px;
	padding: 0px;
}
#div_subHeaderTop
{
	background-image: url(../images/subHeader.jpg);
	position: relative;
	width: 940px;
	height: 102px;
	top: -5px;
	left: 10px;
}
#div_subHeaderImage
{
	position: relative;
	width: 940px;
	height: 108px;
	top: -4px;
	left: 10px;
}
#div_subHeaderTitle
{
	position: relative;
	font-family: Times New Roman, Georgia, Arial;
	font-size: 28pt;
	color: #ffffff;
	top: 45px;
	left: 20px;
	margin: 0px;
	padding: 0px;
}

/*topnav*/
#div_topNav
{
	position: absolute;
	top: 67px;
	right: 10px;
}
#div_topNav ul
{
	white-space: nowrap;
	font-family: Verdana, Tahoma, Arial;
	padding: 10px;
	margin:0px;
}
#div_topNav li, #div_topNav .topNavItem
{
	display: inline;
	color: #ffffff;
	border-right: 1px solid #990000;
	margin: 5px;
	width: 100px;
}
#div_topNav li a:link, #div_topNav li a:active, #div_topNav li a:visited
{
	padding: 0.2em 1em;
	color: #ffffff;
	text-decoration: none;
}
#div_topNav li a:hover
{
	color: Yellow;
}




/*END SUB HEADER*/
/**/
/**/
/**/
/*START SUB MIDDLE*/
#div_subMiddle2Col, #div_subMiddle1Col
{
	position: relative;
	background-color: #FFFFFF;
	width: 940px;
	top: -3px;
	left: 10px;
	margin: 0px;
}
#div_subMiddle2Col
{
	background: url(../images/subMiddleBG.jpg) repeat-y left top;
}
/*left content*/
#div_leftContent
{
	position: relative;
	width: 225px;
	height: 100%;
	float: left;
}
#div_leftTxtNavContent ul
{
	padding: 15px;
	padding-left: 20px;
	margin: 0px;
}
#div_leftTxtNavContent li
{
	list-style-type:none;
	font-size: 9.5pt;
	line-height: 150%;
}
/*page content*/
#div_pageContent2Col,#div_pageContent1Col
{
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	font-size: 10pt;
	line-height: 120%;
	color: #000000;
}
#div_pageContent2Col
{
	width: 680px;

}
#div_pageContent1Col
{
	width: 905px;
}
#div_pageContent2Col li, #div_pageContent1Col li
{
	margin-bottom:5px;
}
/*breadcrumb & uct bar*/
.div_breadcrumbUCT
{
	padding:0px;
	float: left;
	width: 100%;
	position: relative;
	border-bottom: 1px solid #e0e0e0;
	height: 25px;
	font-size: 8pt;
	text-align: right;
}
#div_breadcrumb
{
	text-align: left;
	float: left;
	width: 545px;
}
#div_uct
{
	float:right;
	width: 135px;
	text-align: right;
	vertical-align: middle;
}
/*main text area*/
.div_contentMainContent
{
	padding:0px;
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 20px;
}
/*END SUB HEADER*/
/**/
/**/
/**/
/*START SUB FOOTER*/
#div_contentBottom
{
	width: 960px;
	padding-top: 10px;
}
.div_contentBottomContent
{
	font-size: 9pt;
	color: #CCCCCC;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
.div_contentBottomContent a:link, .div_contentBottomContent a:active, .div_contentBottomContent a:visited
{
	color: #CCCCCC;
}
.div_contentBottomContent a:hover
{
	color: #ffffff;
}
/*END SUB HEADER*/
/*STARTSPACERS*/
.div_spacer5
{
	height: 5px;
	line-height: 3px; /*ie6*/
}
.div_spacer10
{
	height: 10px;
	line-height: 10px; /*ie6*/
}
.div_spacer20
{
	height: 20px;
	line-height: 20px; /*ie6*/
}
/*END SPACERS*/
/**/
/*START EVENTS PAGE*/
.div_eventItems ul
{
	margin: 0px;
	padding: 0px;
	padding-left: 15px;
	margin-left: 1em;
}

.div_eventItems ul
{
	list-style-image: url(../images/bulletCalendar.gif);
}
/*END EVENTS PAGE*/

/*staff classes*/
.div_staffCategoryTop
{
	background-color: #f5f5f5;
	border: 1px solid #cccccc;
	padding:5px;
	font-family: Tahoma, Arial;
	font-size: 10.5pt;
	line-height: 100%;
	color: #3f4c65;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 10px;
}

.div_staffFacultyTitle
{
	color: #666666;
	font-weight: bold;
	margin-bottom: 10px;
/*	border-bottom: 1px dotted #cccccc;*/
}

.div_staffIndividual
{
	margin:10px;
	padding: 5px;
	border-bottom: 1px dotted #cccccc;
	padding-bottom: 20px;
}

.div_staffIndividualWrapper
{
	margin-bottom: 20px;
	
}

.div_staffSubCategoryTitle
{
	margin-top:10px;
	margin-bottom:10px;
	font-family: Tahoma, Arial;
	font-size: 10.5pt;
	line-height: 100%;
	color: #3f4c65;
	font-weight: bold;
}

#div_staffContentWrapper
{
	width:680px;
	float:left;
}

/*Start Donation Form Specifics*/
#div_donationContentWrapper
{
	background: #fff url(../images/600white_340gray.gif) top left repeat-y;
	float: left;
	margin-left: 10px;
	width: 940px;
}

#div_donationCol1
{
	float: left;
	width: 570px;
	padding: 15px;
}

#div_donationCol2
{
	float: left;
	width: 310px;
	padding: 15px;
}

#div_donationCol2 li
{
	padding-bottom:5px;
}

#div_donationHeader
{
	width: 570px;
	margin-bottom: 30px;
}

#div_donationForm
{
	width: 570px;
}

#div_donationFooter
{
	width: 570px;
	margin-top: 30px;
}
/*End Donation Form Specifics*/


