@charset "utf-8";
/* CSS Document */

body{
	background-color:#fefaec;
	color: #fff;
	font: 68.75%/150% Tahoma, Arial, Helvetica, sans-serif;
	}

.offset {
	position: absolute;
	left: -10001em;
	top: -10001em;
}

a {
	color:#007FB2;
}

a:hover {
	color:#625856;
}

a:focus, a:active {outline: none;} 

img {
	border: none;
}


/* HEADINGS
------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 12px;
	font: normal 2.3em Tahoma, Arial, Helvetica, sans-serif;
	color: #666;
}
h1 {
	font-size: 1.667em;
}
h2 {
	font-size: 1.500em;
}
h3 {
	font-size: 1.334em;
}
h4 {
	font-size: 1.167em;
}
h5 {
	font-size: 1.000em;
}
h6 {
	font-size: 0.800em;
}

h1{
	border-bottom-color:#cacac8;
	border-bottom-style:double;
	border-bottom-width:thick;
	padding:0 0 10px 0;
	margin: 0 0 12px;
	font-size: 2.3em;
}

/* TABLES
------------------------------------------- */
#int-main table {
	width:100%;
	margin-bottom:20px;
	border-collapse:collapse;
}
#int-main table tr th {
	font-family:Tahoma;
	font-size:14px;
	line-height:14px;
	padding: 8px 0px 4px 0px;
	border-bottom:1px solid #CD9526;
	color:#CD9526;
	text-align:left;
	border-collapse:collapse;
}

#int-main table tr th h2 {
	margin:0px;
	padding:0px;
	border:none;
	text-align:left;
}
#int-main table tr td {
	border-bottom:1px solid #DDDDDD;
	padding-top:10px;
	padding-bottom:10px;
}
#int-main table tr td p {
	margin:0px;
	padding:0px;
}


/* WRAPPER-A
*****************************************************************************************************************/

#wrapper-a{
	height:160px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	margin-bottom:0;
	background-image:url(images/header-run.jpg);
	background-repeat:repeat-x;
	overflow:visible;
	z-index:5000;
}

#header{
	height:190px;
	width:1020px;
	margin-top:0;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
	overflow:visible;
	position:relative;
}

#logo{
	height:190px;
	width:350px;
	margin-top:0;
	margin-left:0px;
	float:left;
	overflow:visible;
	position:absolute;
	z-index:5000;
}

#top-main-nav{
	height:120px;
	width:640px;
	margin-top:0;
	margin-bottom:0;
	left:350px;
	top:40px;
	float:left;
	position:absolute;
}

#Admissions-btn, #Admissions-btn a {
	width: 97px;
	height: 120px;
	display: block;
	text-indent: -10001px;
	float: left;
	background: url(images/main-nav-top-admissions.jpg) 0 0 no-repeat;
}

#Admissions-btn a:hover {
	background: url(images/main-nav-top-admissions-hover.jpg) 0 0 no-repeat;
}

#Academics-btn, #Academics-btn a {
	width: 98px;
	height: 120px;
	display: block;
	text-indent: -10001px;
	float: left;
	background: url(images/main-nav-top-Academics.jpg) 0 0 no-repeat;
}

#Academics-btn a:hover {
	background: url(images/main-nav-top-Academics-hover.jpg) 0 0 no-repeat;
}

#CampusLife-btn, #CampusLife-btn a {
	width: 110px;
	height: 120px;
	display: block;
	text-indent: -10001px;
	float: left;
	background: url(images/main-nav-top-CampusLife.jpg) 0 0 no-repeat;
}

#CampusLife-btn a:hover {
	background: url(images/main-nav-top-CampusLife-hover.jpg) 0 0 no-repeat;
}

#Offices-btn, #Offices-btn a {
	width: 74px;
	height: 120px;
	display: block;
	text-indent: -10001px;
	float: left;
	background: url(images/main-nav-top-Offices.jpg) 0 0 no-repeat;
}

#Offices-btn a:hover {
	background: url(images/main-nav-top-Offices-hover.jpg) 0 0 no-repeat;
}

#Alumni-btn, #Alumni-btn a {
	width: 145px;
	height: 120px;
	display: block;
	text-indent: -10001px;
	float: left;
	background: url(images/main-nav-top-alumnifriends.jpg) 0 0 no-repeat;
}

#Alumni-btn a:hover {
	background: url(images/main-nav-top-alumnifriends-hover.jpg) 0 0 no-repeat;
}

#CampusNews-btn, #CampusNews-btn a {
	width: 116px;
	height: 120px;
	display: block;
	text-indent: -10001px;
	float: left;
	background: url(images/main-nav-top-CampusNews.jpg) 0 0 no-repeat;
}

#CampusNews-btn a:hover {
	background: url(images/main-nav-top-CampusNews-hover.jpg) 0 0 no-repeat;
}

#top-tertiary-nav{
	height:28px;
	width:424px;
	margin 0;
	padding:0px 5px 0 0;
	float:left;
	position:absolute;
	left:360px;
	list-style: none;
	color:#ac9d96;
}

#top-tertiary-nav ul {
	padding:11px 0 0 0;
	float:right;
}

#top-tertiary-nav li {
	display:inline;
	padding:0 2px 0 2px;
}

#top-tertiary-nav a {
	color:#ac9d96;
}

#top-tertiary-nav a:hover {
	color:#ffffff;
}

#donate-now-btn, #donate-now-btn a {
	width:80px;
	height:40px;
	display:block;
	text-indent:-10001px;
	float:right;
	background:url(images/donate-now.jpg) 0 0 no-repeat;
}

#donate-now-btn a:hover {
	background:url(images/donate-now-hover.jpg) 0 0 no-repeat;
}

#top-search{
	float:left;
	height:40px;
	padding:0;
	width:211px;
	background: url(images/search-box.jpg) 0 0 no-repeat;
	position:absolute;
	left:784px;
}	
	
#top-search button {
	width: 46px;
	height: 40px;
	border: none;
	text-indent: -10001em;
}

input#searchBtn {
	width: 46px;
	height: 40px;
	position:relative;
	text-indent: -10001px;
	border:none;
	float:left;
	margin-left:0px;
}

input#searchTextBox {
	width: 146px;
	height: 40px;
	background: none;
	position:relative;
	float:left;
	border:none;
	margin-left:17px;
	margin-top:11px;
}

/*wrapper-b**********************************************************************************************************/

#wrapper-b{
	width:100%;
	margin-top:0;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/body-bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

#home-image-section{
	height:400px;
	width:960px;
	margin-top:0;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
	z-index:-10000;
}

#chapel_live_text{
	height:100px;
	width:670px;
	margin-top:360px;
	margin-bottom:0;
	padding-right:290px;
	position:absolute;
	float:right;
	text-align:right;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
}

#home-main-content{
	height:480px;
	width:960px;
	margin-top:0;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/home-main-content-area-bg.jpg);
	background-position:top center;
	background-repeat:repeat-x;
}

#home-main-wrapper-left{
	height:461px;
	width:391px;
	margin:0;
	padding:0;
	float:left;
}

#home-main-campuses{
	height:80px;
	width:391px;
	margin:0;
	padding:0;
	background-image:url(images/home-main-campuses-bg.jpg);
	background-repeat:no-repeat;
}

#home-main-campuses img{
	margin:22px 0 0 0;
	padding:0;
}

#more-main-campuses-havard-btn a {
	width: 116px;
	height: 58px;
	display: block;
	text-indent: -10001px;
	float: left;
	margin:22px 0 0 0;
	background: url(images/campuses-havard.jpg) 0 0 no-repeat;
}

#more-main-campuses-havard-btn a:hover {
	background: url(images/campuses-havard-hover.jpg) 0 0 no-repeat;
}

#more-main-campuses-extension-centers-btn a {
	width: 124px;
	height: 58px;
	display: block;
	text-indent: -10001px;
	float: left;
	margin:22px 0 0 0;
	background: url(images/campuses-ext-centers.jpg) 0 0 no-repeat;
}

#more-main-campuses-extension-centers-btn a:hover {
	background: url(images/campuses-ext-centers-hover.jpg) 0 0 no-repeat;
}

#more-main-campuses-college-btn a {
	width: 151px;
	height: 58px;
	display: block;
	text-indent: -10001px;
	float: left;
	margin:22px 0 0 0;
	background: url(images/campuses-college.jpg) 0 0 no-repeat;
}

#more-main-campuses-college-btn a:hover {
	background: url(images/campuses-college-hover.jpg) 0 0 no-repeat;
}

#home-main-latest-news{
	height:381px;
	width:391px;
	margin:0;
	padding:0;
	background-image:url(images/home-main-latest-headlines-bg.jpg);
	background-repeat:no-repeat;
}

#home-main-latest-news a{
	color:#f7e4a3;
}

#more-news-btn a {
	width: 76px;
	height: 42px;
	display: block;
	text-indent: -10001px;
	float: left;
	margin:1px 0 0 156px;
	background: url(images/more-news.jpg) 0 0 no-repeat;
}

#more-news-btn a:hover {
	background: url(images/more-news-hover.jpg) 0 0 no-repeat;
}

#home-main-latest-news-items-container{
	height:294px;
	width:345px;
	margin:23px 0 0 22px;
	padding:0;
	float:left;
}

.home-main-latest-news-item-date{
	height:55px;
	width:43px;
	margin:18px 0 0 0;
	padding:0;
	float:left;
}

#home-main-latest-news-item-date p{
	color:#625955;
	font-weight:bold;
	font-size:10px;
	text-align:center;
	margin:0;
	padding:0;
}

.home-main-latest-news-item-headline{
	height:55px;
	width:284px;
	margin:18px 0 0 12px;
	padding:0 5px 0 0;
	float:left;
}

#home-main-latest-news-item-headline a:hover{
	color:#ffffff;
}

#home-main-student{
	height:388px;
	width:266px;
	margin:0;
	padding:73px 0 0 0;
	background-image:url(images/home-main-become-a-student-bg.jpg);
	background-repeat:no-repeat;
	float:left;
}

#home-main-student ul{
	padding-left: 15px;
}

#home-main-student li{
	margin:7px 20px 0 0;
	border-bottom:solid;
	border-bottom-width:1px;
	border-bottom-color:#6b635f;
	padding: 0 0 8px 10px;
}

#home-main-student a{
	color:#FFFFFF;
}

#home-main-student a:hover{
	color:#f7e4a3;
}

#home-main-student ul li{
	list-style:none;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

#home-main-whats-happening{
	height:391px;
	width:303px;
	margin:0;
	padding:70px 0 0 0;
	background-image:url(images/home-main-whats-happening-bg.jpg);
	background-repeat:no-repeat;
	float:left;
	text-align:center;
}

#sitemap{
	height:240px;
	width:940px;
	margin-top:0;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/sitemap-bg.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	padding-left:20px;
	clear:both;
}

#sitemap ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top:0;
}
#sitemap li {
	padding: 0px;
	padding-left:10px;
	margin: -2px 0 0 -10px;
	list-style: none;
}
#sitemap li a {
	color:#ffffff;
	font-size:10px;
}

#sitemap li a:hover {
	color:#afe2fa;
}

#base-admissions, #base-academics, #base-campus-life, #base-offices, #base-alumni, #base-news-info {
	padding-top: 15px;
	width: 156px;
	float:left;
}

/*WRAPPER-B INT
****************************************************************************************************/
#int-main{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/int-main-bg.jpg);
	background-repeat:repeat-y;
}

#int-forms{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	background-color:#ffffff;
}

#int-section-header{
	margin:0;
	padding:0;
	width:960px;
	height:80px;
}

#int-section-header{
	margin:0;
	padding:0;
	width:960px;
	height:80px;
}

#int-main-left{
	width:720px;
	margin-left:0;
	margin-right:0;
	float:left;
}

#int-forms-main{
	width:880px;
	margin-left:0;
	margin-right:0;
	padding:40px;
	color:#594f4a;
	float:left;
}

#int-main-left-content{
	width:640px;
	margin-left:40px;
	margin-right:40px;
	padding-top:30px;
	padding-bottom:40px;
	float:left;
	color:#594f4a;
}

#int-main-right{
	width:240px;
	height:100%;
	margin-left:0;
	margin-right:0;
	float:left;
}

#header-pic {
	position: relative;
	width: 100%;
	margin: -1px -1px 1px;
	padding: 1px;
}
#header-pic p.img {
	margin: 0;
	padding:0;
}
#header-pic p.img img {
	display: block;
}

#secondary-nav{
	padding:10px 15px 0 15px;
	list-style:none;
}

#secondary-nav li{
	padding:5px 0 5px 1px;
	list-style:none;
	border-bottom:solid;
	border-bottom-width:1px;
	border-bottom-color:#cacac8;
}

#secondary-nav a{
	color:#007fb2;
	font-size:11px;
	font-weight:bold;
}

#secondary-nav a:hover{
	color:#625856;
}

#secondary-nav ul{
	list-style-type:none;
	padding:0 0 15px 10px;
}

#secondary-nav ul li{
	background-image:url(images/list-arrow.png);
	background-repeat:no-repeat;
	background-position:0px 10px;
	padding-left:14px;
	border:none;
}

#secondary-nav ul a{
	color:#007fb2;
	font-size:11px;
	font-weight:normal;
}

/*wrapper-b highlight section**************************************************************************************/

#highlight-section{
	height:160px;
	width:960px;
	margin-top:0;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
	clear:both;
}

/* ADMISSIONS *********************/

#highlight-section-admissions-btn-1, #highlight-section-admissions-btn-1 a {
	width: 146px;
	height: 160px;
	display: block;
	text-indent: -10001px;
	float: left;
	background: url(images/highlight-section-admissions-btn-1.png) 0 0 no-repeat;
}

#highlight-section-admissions-btn-1 a:hover {
	background: url(images/highlight-section-admissions-btn-1-hover.png) 0 0 no-repeat;
}

#highlight-section-admissions-btn-2, #highlight-section-admissions-btn-2 a {
	width: 141px;
	height: 160px;
	display: block;
	text-indent: -10001px;
	float: left;
	background: url(images/highlight-section-admissions-btn-2.png) 0 0 no-repeat;
}

#highlight-section-admissions-btn-2 a:hover {
	background: url(images/highlight-section-admissions-btn-2-hover.png) 0 0 no-repeat;
}

#highlight-section-admissions-btn-3, #highlight-section-admissions-btn-3 a {
	width: 144px;
	height: 160px;
	display: block;
	text-indent: -10001px;
	float: left;
	background: url(images/highlight-section-admissions-btn-3.png) 0 0 no-repeat;
}

#highlight-section-admissions-btn-3 a:hover {
	background: url(images/highlight-section-admissions-btn-3-hover.png) 0 0 no-repeat;
}

#highlight-section-admissions-btn-4, #highlight-section-admissions-btn-4 a {
	width: 183px;
	height: 160px;
	display: block;
	text-indent: -10001px;
	float: left;
	background: url(images/highlight-section-admissions-btn-4.png) 0 0 no-repeat;
}

#highlight-section-admissions-btn-4 a:hover {
	background: url(images/highlight-section-admissions-btn-4-hover.png) 0 0 no-repeat;
}

#highlight-section-admissions-info {
	width: 346px;
	height: 160px;
	display: block;
	float: left;
	background: url(images/highlight-section-admissions-info.png) 0 0 no-repeat;
}

/* ACADEMICS *********************/

#highlight-section-academics-btn-1, #highlight-section-academics-btn-1 a {
	width: 146px;
	height: 160px;
	display: block;
	text-indent: -10001px;
	float: left;
	background: url(images/highlight-section-academics-btn-1.jpg) 0 0 no-repeat;
}

#highlight-section-academics-btn-1 a:hover {
	background: url(images/highlight-section-academics-btn-1-hover.jpg) 0 0 no-repeat;
}

#highlight-section-academics-btn-3, #highlight-section-academics-btn-3 a {
	width: 144px;
	height: 160px;
	display: block;
	text-indent: -10001px;
	float: left;
	background: url(images/highlight-section-academics-btn-3.jpg) 0 0 no-repeat;
}

#highlight-section-academics-btn-3 a:hover {
	background: url(images/highlight-section-academics-btn-3-hover.jpg) 0 0 no-repeat;
}

#highlight-section-academics-info {
	width: 346px;
	height: 160px;
	display: block;
	float: left;
	background: url(images/highlight-section-academics-info.jpg) 0 0 no-repeat;
}

/* CAMPUS LIFE *********************/

#highlight-section-campus-life-btn-1, #highlight-section-campus-life-btn-1 a {
	width: 146px;
	height: 160px;
	display: block;
	text-indent: -10001px;
	float: left;
	background: url(images/highlight-section-campus-life-btn-1.jpg) 0 0 no-repeat;
}

#highlight-section-campus-life-btn-1 a:hover {
	background: url(images/highlight-section-campus-life-btn-1-hover.jpg) 0 0 no-repeat;
}

#highlight-section-campus-life-btn-2, #highlight-section-campus-life-btn-2 a {
	width: 141px;
	height: 160px;
	display: block;
	text-indent: -10001px;
	float: left;
	background: url(images/highlight-section-campus-life-btn-2.jpg) 0 0 no-repeat;
}

#highlight-section-campus-life-btn-2 a:hover {
	background: url(images/highlight-section-campus-life-btn-2-hover.jpg) 0 0 no-repeat;
}

#highlight-section-campus-life-btn-3, #highlight-section-campus-life-btn-3 a {
	width: 144px;
	height: 160px;
	display: block;
	text-indent: -10001px;
	float: left;
	background: url(images/highlight-section-campus-life-btn-3.jpg) 0 0 no-repeat;
}

#highlight-section-campus-life-btn-3 a:hover {
	background: url(images/highlight-section-campus-life-btn-3-hover.jpg) 0 0 no-repeat;
}

#highlight-section-campus-life-info {
	width: 346px;
	height: 160px;
	display: block;
	float: left;
	background: url(images/highlight-section-campus-life-info.jpg) 0 0 no-repeat;
}

/* CAMPUS LIFE *********************/

#highlight-section-alumni-info {
	width: 346px;
	height: 160px;
	display: block;
	float: left;
	background: url(images/highlight-section-alumni-info.jpg) 0 0 no-repeat;
}

#highlight-section-alumni-btn-2, #highlight-section-alumni-btn-2 a {
	width: 141px;
	height: 160px;
	display: block;
	text-indent: -10001px;
	float: left;
	background: url(images/highlight-section-alumni-btn-2.jpg) 0 0 no-repeat;
}

#highlight-section-alumni-btn-2 a:hover {
	background: url(images/highlight-section-alumni-btn-2-hover.jpg) 0 0 no-repeat;
}

#highlight-section-alumni-btn-3, #highlight-section-alumni-btn-3 a {
	width: 144px;
	height: 160px;
	display: block;
	text-indent: -10001px;
	float: left;
	background: url(images/highlight-section-alumni-btn-3.jpg) 0 0 no-repeat;
}

#highlight-section-alumni-btn-3 a:hover {
	background: url(images/highlight-section-alumni-btn-3-hover.jpg) 0 0 no-repeat;
}

/*wrapper-b landing page**************************************************************************************/

#landing-main-content{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/landing-bg.jpg);
	background-repeat:repeat-y;
	font-size:8pt;
}

#landing-main-content-shadow{
	height:100%;
	width:100%;
	background-image:url(images/landing-bg-bottom-shadow.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	min-height:680px;
}

#landing-main-spacer-bottom{
	width:960px;
	height:19px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/landing-spacer-bottom.jpg);
}

#landing-main-content a{
	color:#f7e4a3;
}

#landing-main-content a:hover{
	color:#ffffff;
}

#landing-main-content li a{
	font-size:8pt;
}

#landing-main-content-left{
	width:238px;
	height:100%;
	float:left;
	padding:0;
	/*padding:15px 22px 25px 20px;*/
	position:relative;
	min-height:680px;
}

#landing-left-images{
	width:238px;
	float:left;
	padding:0;
}

#landing-main-content-left ul{
	padding:5px 0 0 0;
	list-style:none;
}

#landing-main-content-left li{
	padding:5px 0 5px 8px;
	list-style:none;
	border-bottom:solid;
	border-bottom-width:1px;
	border-bottom-color:#7d716c;
}

#landing-main-content-middle{
	width:410px;
	height:100%;
	float:left;
	padding:0;
}

#landing-middle-images{
	width:410px;
	float:left;
	padding:0;
	margin:0;
}

#landing-middle-main-content{
	width:375px;
	float:left;
	padding:29px 23px 0 13px;
	font-size:8pt;
}

#landing-main-content-left-quicklinks{
	width:196px;
	float:left;
	background-image:url(images/landing-column-header-quicklins.png);
	background-repeat:no-repeat;
	background-position:center top;
	padding:60px 22px 25px 20px;
	margin-top:29px;
}

#landing-main-content-left-quicklinks-content{
	padding:0 10px 0 10px;
}

#landing-main-content-left-quicklinks-content a{
	color:#FFFFFF;
}

#landing-main-content-left-quicklinks-content a:hover{
	color:#f7e4a3;
}

#landing-main-content-left-job-board{
	width:196px;
	float:left;
	background-image:url(images/landing-column-header-job-boards.png);
	background-repeat:no-repeat;
	background-position:center top;
	padding:60px 22px 25px 20px;
	margin-top:29px;
}

#landing-main-content-left-job-board-content{
	padding:0 10px 0 10px;
}

#landing-main-content-left-job-board-content a{
	color:#FFFFFF;
}

#landing-main-content-left-job-board-content a:hover{
	color:#f7e4a3;
}

#landing-main-content-left-featured-offices{
	width:196px;
	float:left;
	background-image:url(images/landing-column-header-featured-offices.png);
	background-repeat:no-repeat;
	background-position:center top;
	padding:60px 22px 25px 20px;
	margin-top:29px;
}

#landing-main-content-left-featured-offices-content{
	padding:0 10px 0 10px;
}

#landing-main-content-left-featured-offices-content ul{
	padding:0 0 0 5px;
	list-style:none;
}

#landing-main-content-left-featured-offices-content li{
	background-image:url(images/landing-admissions-list-arrow.png);
	background-repeat:no-repeat;
	background-position:0px 14px;
	padding:10px 0 0 15px;
	border:none;
}

#landing-main-content-right-centers-institutes{
	width:267px;
	float:left;
	background-image:url(images/landing-column-header-centers-institutes.png);
	background-repeat:no-repeat;
	background-position:center top;
	padding:60px 24px 25px 21px;
	margin-top:29px;
}

#landing-main-content-right-centers-institutes-content{
	padding:0 0 0 10px;
}

#landing-main-content-right-centers-institutes-content ul{
	padding:10px 0 0 5px;
	list-style:none;
}

#landing-main-content-right-centers-institutes-content li{
	background-image:url(images/landing-admissions-list-arrow.png);
	background-repeat:no-repeat;
	background-position:0px 8px;
	padding:4px 0 0 15px;
	border:none;
}

#landing-main-content-left-admissions{
	width:196px;
	margin-top:60px;
	float:left;
	background-image:url(images/landing-column-header-admissions.png);
	background-repeat:no-repeat;
	background-position:center top;
	padding:15px 22px 25px 20px;
	clear:both;
}

#landing-main-content-left-ia{
	width:196px;
	margin-top:60px;
	float:left;
	background-image:url(images/landing-column-header-ia.png);
	background-repeat:no-repeat;
	background-position:center top;
	padding:45px 22px 25px 20px;
	clear:both;
}

#landing-main-content-left-info{
	padding:20px 0 0 10px;
	font-size:8pt;
}

#landing-main-content-left-campus-life{
	width:196px;
	margin-top:60px;
	float:left;
	background-image:url(images/landing-column-header-office-of-student-services.png);
	background-repeat:no-repeat;
	background-position:center top;
	padding:15px 22px 25px 20px;
	clear:both;
}

#landing-main-content-left-campus-life-info{
	padding:20px 0 0 10px;
}

#apply-online-steps{
	padding:0;
}

#apply-online-steps-1{
	background-image:url(images/landing-apply-online-list-step1.png);
	background-repeat:no-repeat;
	background-position:0px 10px;
	padding:5px 0 5px 55px;
	border:none;
	list-style:none;
}

#apply-online-steps-2{
	background-image:url(images/landing-apply-online-list-step2.png);
	background-repeat:no-repeat;
	background-position:0px 9px;
	padding:14px 0 5px 55px;
	border:none;
	list-style:none;
}

#application-links{
	list-style-type:none;
	padding:15px 0 15px 55px;
}

#application-links li{
	background-image:url(images/landing-admissions-list-arrow.png);
	background-repeat:no-repeat;
	background-position:0px 14px;
	padding:10px 0 0 20px;
	border:none;
}

#application-links li a{
	color:#f7e4a3;
	font-size:12pt;
	font-weight:normal;
}

#landing-main-content-right{
	width:312px;
	height:100%;
	float:left;
}

#admissions-video-playlist{
	width:279px;
	margin:0 17px 20px 16px;
	padding:60px 0 0 0;
	background-image:url(images/landing-column-header-admissions-video-playlist.png);
	background-repeat:no-repeat;
}

#admissions-welcome{
	width:265px;
	margin:0 0 80px 0;
	padding:215px 22px 0 25px;
	background-image:url(images/landing-admissions-welcome-bg.jpg);
	background-repeat:no-repeat;
}

#academics-welcome{
	width:312px;
	min-height:478px;	
	margin:0;
	padding:0;
	background-image:url(images/landing-academics-welcome-bg.jpg);
	background-repeat:no-repeat;
}

#academics-welcome p{
	padding:125px 22px 0 25px;
}

#alumni-welcome{
	width:312px;
	min-height:478px;	
	margin:0;
	padding:279px 0 0 0;
	background-image:url(images/landing-alumni-welcome-bg.jpg);
	background-repeat:no-repeat;
}

#campus-life-welcome{
	width:312px;
	min-height:478px;	
	margin:0;
	padding:0;
	background-image:url(images/landing-campus-life-welcome-bg.jpg);
	background-repeat:no-repeat;
}

#campus-life-welcome p{
	padding:125px 22px 0 25px;
}

#offices-welcome{
	width:312px;
	min-height:478px;	
	margin:0;
	padding:179px 0 0 0;
	background-image:url(images/landing-offices-welcome-bg.jpg);
	background-repeat:no-repeat;
}

#offices-welcome p{
	padding:0 22px 0 25px;
}

#offices-right-deans-divider{
	margin:7px 22px 7px 25px;
	border-bottom:solid;
	border-bottom-width:1px;
	border-bottom-color:#7d716c;	
}

#academics-schools-and-colleges-links{
	list-style-type:none;
	padding:15px 0 45px 5px;
}

#academics-schools-and-colleges-links li{
	background-image:url(images/landing-admissions-list-arrow.png);
	background-repeat:no-repeat;
	background-position:0px 14px;
	padding:10px 0 0 20px;
	border:none;
}

#academics-schools-and-colleges-links li a{
	font-size:9pt;
	font-weight:normal;
}

#landing-academics-right-group-catalog{
	width:312px;
	height:173px;
	margin-top:60px;
	padding:0 0 0 125px;
	background-image:url(images/landing-academics-right-group-catalog-bg.png);
	background-repeat:no-repeat;
}

#landing-academics-right-group-catalog ul{
	padding:10px 0 0 15px;
	list-style:none;
}

#landing-academics-right-group-catalog li{
	background-image:url(images/landing-admissions-list-arrow.png);
	background-repeat:no-repeat;
	background-position:0px 6px;
	padding:2px 0 0 15px;
}

#landing-academics-right-group-catalog ul a{
	font-size:8pt;
}

#landing-academics-right-group-catalog p{
	padding:45px 0 0 15px;
}

#landing-academics-right-group-faculty{
	width:312px;
	height:173px;
	background-image:url(images/landing-academics-right-group-faculty-bg.png);
	background-repeat:no-repeat;
	padding:0 0 0 125px;
}

#landing-academics-right-group-faculty ul{
	padding:10px 0 0 15px;
	list-style:none;
}

#landing-academics-right-group-faculty li{
	background-image:url(images/landing-admissions-list-arrow.png);
	background-repeat:no-repeat;
	background-position:0px 6px;
	padding:2px 0 0 15px;
}

#landing-academics-right-group-faculty ul a{
	font-size:8pt;
}

#landing-academics-right-group-faculty p{
	padding:45px 0 0 15px;
}

#campus-life-middle-chapel-left{
	width:175px;
	float:left;
	padding:10px 0 0 12px;
	font-size:8pt;
}

#campus-life-middle-chapel-right{
	width:175px;
	float:left;
	padding:5px 0 0px 12px;
	margin-bottom:20px;
	font-size:8pt;
	border-left:solid;
	border-left-width: 1px;
	border-left-color:#7d716c;
}

#campus-life-middle-chapel-divider{
	margin: 0 10px 10px 0;
	border-bottom:solid;
	border-bottom-width:1px;
	border-bottom-color:#7d716c;	
}

#campus-life-middle-chapel-links{
	list-style-type:none;
	padding:5px 0 30px 15px;
}

#campus-life-middle-chapel-links li{
	background-image:url(images/landing-admissions-list-arrow.png);
	background-repeat:no-repeat;
	background-position:0px 14px;
	padding:10px 0 0 20px;
	border:none;
}

#campus-life-middle-chapel-links li a{
	font-size:10pt;
	font-weight:normal;
}


#campus-life-middle-rac-links{
	list-style-type:none;
	padding:5px 0 30px 25px;
}

#campus-life-middle-rac-links li{
	background-image:url(images/landing-admissions-list-arrow.png);
	background-repeat:no-repeat;
	background-position:0px 14px;
	padding:10px 0 0 20px;
	border:none;
}

#campus-life-middle-rac-links li a{
	font-size:10pt;
	font-weight:normal;
}

#campus-life-rac-swim-btn, #campus-life-rac-swim-btn a {
	width: 124px;
	height: 189px;
	display: block;
	text-indent: -10001px;
	float: left;
	background: url(images/landing-middle-campus-life-rac-swim.png) 0 0 no-repeat;
}

#campus-life-rac-swim-btn a:hover {
	background: url(images/landing-middle-campus-life-rac-swim-over.png) 0 0 no-repeat;
}

#campus-life-rac-aerobics-btn, #campus-life-rac-aerobics-btn a {
	width: 124px;
	height: 189px;
	display: block;
	text-indent: -10001px;
	float: left;
	background: url(images/landing-middle-campus-life-rac-aerobics.png) 0 0 no-repeat;
}

#campus-life-rac-aerobics-btn a:hover {
	background: url(images/landing-middle-campus-life-rac-aerobics-over.png) 0 0 no-repeat;
}

#campus-life-rac-intramurals-btn, #campus-life-rac-intramurals-btn a {
	width: 127px;
	height: 189px;
	display: block;
	text-indent: -10001px;
	float: left;
	background: url(images/landing-middle-campus-life-rac-intramurals.png) 0 0 no-repeat;
}

#campus-life-rac-intramurals-btn a:hover {
	background: url(images/landing-middle-campus-life-rac-intramurals-over.png) 0 0 no-repeat;
}

#campus-life-middle-conferences-left{
	width:175px;
	float:left;
	padding:10px 0 0 0;
	font-size:8pt;
	text-align:center;
	margin-top:10px;
}

#campus-life-middle-conferences-right{
	width:175px;
	float:left;
	padding:5px 0 0px 12px;
	margin-bottom:20px;
	font-size:8pt;
	border-left:solid;
	border-left-width: 1px;
	border-left-color:#7d716c;
	text-align:center;
	margin-top:10px;
}

#landing-campus-life-right-group ul{
	padding:10px 0 0 15px;
	list-style:none;
}

#landing-campus-life-right-group li{
	background-image:url(images/landing-admissions-list-arrow.png);
	background-repeat:no-repeat;
	background-position:0px 6px;
	padding:2px 0 0 15px;
}

#landing-campus-life-right-group ul a{
	font-size:8pt;
}

#landing-campus-life-right-group p{
	padding:20px 30px 0 15px;
}


#landing-campus-life-right-group-dining{
	width:187px;
	height:126px;
	margin-top:30px;
	padding:0 0 0 125px;
	background-image:url(images/landing-campus-life-right-group-dining-bg.png);
	background-repeat:no-repeat;
}

#landing-campus-life-right-group-student-organizations{
	width:187px;
	height:126px;
	margin-top:0;
	padding:0 0 0 125px;
	background-image:url(images/landing-campus-life-right-student-organizations-bg.png);
	background-repeat:no-repeat;
}

#landing-campus-life-right-group-retail{
	width:187px;
	height:126px;
	margin-top:0;
	padding:0 0 0 125px;
	background-image:url(images/landing-campus-life-right-campus-retail-bg.png);
	background-repeat:no-repeat;
}

#landing-campus-life-right-group-our-campus{
	width:187px;
	height:126px;
	margin-top:0;
	padding:0 0 0 125px;
	background-image:url(images/landing-campus-life-right-group-our-campus-bg.png);
	background-repeat:no-repeat;
}

#landing-campus-life-right-group-fort-worth-dining{
	width:187px;
	height:126px;
	margin-top:0;
	padding:0 0 0 125px;
	background-image:url(images/landing-campus-life-right-group-fort-worth-dining-bg.png);
	background-repeat:no-repeat;
}

#alumni-middle-partners{
	padding-top: 15px;
}

#landing-alumni-right-group ul{
	padding:10px 0 0 15px;
	list-style:none;
}

#landing-alumni-right-group li{
	background-image:url(images/landing-admissions-list-arrow.png);
	background-repeat:no-repeat;
	background-position:0px 6px;
	padding:2px 0 0 15px;
}

#landing-alumni-right-group ul a{
	font-size:8pt;
}

#landing-alumni-right-group p{
	padding:40px 20px 0 15px;
}

#landing-alumni-right-group-community{
	width:187px;
	height:166px;
	margin-top:30px;
	padding:0 0 0 125px;
	background-image:url(images/landing-alumni-right-group-community-bg.png);
	background-repeat:no-repeat;
}

#landing-alumni-right-group-support{
	width:187px;
	height:166px;
	padding:0 0 0 125px;
	background-image:url(images/landing-alumni-right-group-support-bg.png);
	background-repeat:no-repeat;
}

#landing-offices-middle-administration p{
	padding:20px 30px 0 15px;
}

#landing-offices-middle-administration-patterson{
	width:375px;
	height:159px;
	margin-top:0;
	padding:8px 0 0 100px;
	background-image:url(images/landing-middle-offices-patterson-bg.png);
	background-repeat:no-repeat;
}

#landing-offices-middle-administration-Blaising{
	width:375px;
	height:156px;
	margin-top:0;
	padding:2px 0 0 100px;
	background-image:url(images/landing-middle-offices-Blaising-bg.png);
	background-repeat:no-repeat;
}

#landing-offices-middle-administration-Hughes{
	width:375px;
	height:154px;
	margin-top:0;
	padding:5px 0 0 100px;
	background-image:url(images/landing-middle-offices-Hughes-bg.png);
	background-repeat:no-repeat;
}

#landing-offices-middle-administration-White{
	width:375px;
	height:175px;
	margin-top:0;
	padding:7px 0 0 100px;
	background-image:url(images/landing-middle-offices-White-bg.png);
	background-repeat:no-repeat;
}

#landing-offices-middle-administration-Ensley{
	width:375px;
	height:156px;
	margin-top:0;
	padding:5px 0 0 100px;
	background-image:url(images/landing-middle-offices-Ensley-bg.png);
	background-repeat:no-repeat;
}
/*wrapper-c********************************************************************************************************/

#wrapper-c{
	height:370px;
	width:100%;
	margin-top:0;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/footer-run.jpg);
	background-position:top center;
	background-repeat:repeat-x;
}

#footer{
	height:370px;
	width:960px;
	margin-top:0;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/footer-main-bg.jpg);
	background-position:top center;
	background-repeat:repeat-x;
}

#footer-right{
	height:161px;
	width:358px;
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	float:left;
	padding:60px 0 0 7px;
}

#footer-left{
	height:161px;
	width:365px;
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	margin-right:230px;
	float:left;
}

#footer-left-content{
	height:66px;
	width:358px;
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	letter-spacing:-.20pt;
	padding: 60px 7px 0 0;
}

#footer-left-content li {
	display:inline;
	padding:0;
}

#footer-left-content ul {
	padding:0 0 5px 0;
	text-align:right;
}

#footer-left-content a {
	color:#ffffff;
}

#footer-left-content a:hover {
	color:#afe2fa;
}

#footer-left-social-media{
	height:35px;
	width:365px;
	margin-top:0;
	margin-bottom:0;
	margin-left0;
	margin-right:0;
}

#facebook-btn, #facebook-btn a {
	width: 101px;
	height: 35px;
	display: block;
	text-indent: -10001px;
	float: right;
	background: url(images/facebook.png) 0 0 no-repeat;
}

#facebook-btn a:hover {
	background: url(images/facebook-hover.png) 0 0 no-repeat;
}

#twitter-btn, #twitter-btn a {
	width: 94px;
	height: 35px;
	display: block;
	text-indent: -10001px;
	float: right;
	background: url(images/twitter.png) 0 0 no-repeat;
}

#twitter-btn a:hover {
	background: url(images/twitter-hover.png) 0 0 no-repeat;
}

#iTunesU-btn, #iTunesU-btn a {
	width: 88px;
	height: 35px;
	display: block;
	text-indent: -10001px;
	float: right;
	background: url(images/iTunesU.png) 0 0 no-repeat;
}

#iTunesU-btn a:hover {
	background: url(images/iTunesU-hover.png) 0 0 no-repeat;
}