@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #525c67;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	text-decoration: none;
	color: #991b1e;
}
a:active, a:hover {
	text-decoration:underline;
}

h1 {
	font-size: 20px;
	color: #991b1e;
	margin-top: 7px;
	margin-bottom: 7px;
	font-weight: normal;
}
h2 {
	font-size: 18px;
	color: #991b1e;
	font-weight: normal;
}
h3 {
	font-size: 14px;
	color: #525c67;
	margin-top: 15px;
	margin-bottom: 5px;
}
img {
	margin: 8px;
}






#Background {
	background-image: url(../images/layout/background_gradient.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color:#2b3034;
	width:100%;
	}
	
#PageWrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;

}

/* Styles for Current Page Tab */

#NavigationTop1 td.Active p {
	background-image: url(../images/layout/tab_left.jpg);
	background-position: left;
	background-repeat: no-repeat;
}
#NavigationTop1 td.Active a {
	color:#ffffff ;
}
#NavigationTop1 td.Active {
	background-color: #991b1e !important;
	background-image: url(../images/layout/tab_right.jpg) !important;
	background-repeat: no-repeat;
	background-position: right;
}


/* Styles for Mouse Rollover Tabs */
#NavigationTop1 p:hover {
	background-image: url(../images/layout/tabHover_left.jpg);
	background-position: left;
	background-repeat: no-repeat;
}

#NavigationTop1 td:hover {
	background-color: #828c96;
	background-image: url(../images/layout/tabHover_right.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

#NavigationTop1 td:hover a {
	color:#ffffff;
}


/* Styles for Clicked Tab */
/*.Welcome p:active, .JesuitEducation p:active, .Curriculum p:active, .SpecialPrograms p:active, .FreshmanYear p:active, .StudentResources p:active, .AdvisorResources p:active {
	background-image: url(../images/layout/tab_left.jpg);
	background-position: left;
	background-repeat: no-repeat;
}

td.Welcome:active, td.JesuitEducation:active, td.Curriculum:active, td.SpecialPrograms:active, td.FreshmanYear:active, td.StudentResources:active, td.AdvisorResources:active {
	background-color: #991b1e;
	background-image: url(../images/layout/tab_right.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

td.Welcome:active a, td.JesuitEducation:active a, td.Curriculum:active a, td.SpecialPrograms:active a, td.FreshmanYear:active a, td.StudentResources:active a, td.AdvisorResources:active a {
	color:#ffffff;
}
*/


#Header {
	background-image: url(../images/layout/header.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 111px;
	width: 900px;

}
#NavTop {
	color: #991b1e;
	height: 27px;
	width: 900px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #991b1e;
	font-size: 13px;
	text-align: center;
}
#NavTop a:active, #NavTop a:hover {
	text-decoration:none;
}

#ContentWrapper {
	background-color: #ffffff;
	width: 848px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #991b1e;
	border-left-color: #991b1e;
	padding-top: 30px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
}
#ContentWrapper p {
	margin-bottom: 12px;
	margin-top: 10px;
}

#Footer {
	background-image: url(../images/layout/footer.jpg);
	height: 47px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	padding-top: 10px;
	padding-right: 50px;
}
#FooterWrapper {
	background-image: url(../images/layout/footer_gradient.jpg);
	background-repeat: repeat-x;
	height: 90px;
	width: 100%;
}



#NavTop p {
	padding-top:6px;
	padding-bottom:5px;


}
#NavTop a {
	padding-left:15px;
	padding-right:15px;
	padding-top:5px;
	padding-bottom:5px;
}
#NavTop a:hover, #NavTop a:active {

}

#MinHeight {
	float: right;
	height: 400px;
	width: 1px;
}

.clear {
	clear: both;
}

/* Styles for Main Page top portion */
#MainText {
	float: left;
	width: 430px;
	margin-left: 25px;
}

#MainImage {
	float: right;
	width: 330px;
	margin-right: 25px;
}
.ImageStyle {
	background-repeat: no-repeat;
	margin: 5px;
	padding: 5px;
	border: 1px solid #d8d8d8;
}
.NoMargin {
	margin: 0px;
}


/* Styles for Main Page bottom columns */
#BottomHeader1 {
	float: left;
	height: 112px;
	width: 226px;
	padding-top: 35px;
	padding-right: 30px;
	margin-bottom: 10px;
	margin-left: 25px;
}
#BottomHeader2 {
	float: left;
	height: 112px;
	width: 226px;
	padding-top: 35px;
	padding-right: 30px;
	padding-left: 30px;
	margin-bottom: 10px;
}
#BottomHeader3 {
	float: left;
	height: 112px;
	width: 226px;
	padding-top: 35px;
	padding-left: 30px;
	margin-bottom: 10px;
}
#BottomColumn1 {
	float: left;
	height: 112px;
	width: 225px;
	padding-top: 10px;
	padding-right: 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #991b1e;
	margin-left: 25px;
}
#BottomColumn2 {
	float: left;
	height: 112px;
	width: 225px;
	padding-top: 10px;
	padding-right: 30px;
	padding-left: 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #991b1e;
}
#BottomColumn3 {
	float: left;
	height: 112px;
	width: 226px;
	padding-top: 10px;
	padding-left: 30px;
}
#NavLeft {
	float: left;
	width: 226px;
	padding-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #991b1e;
	font-size: 13px;
}
#NavLeft  p {
	padding-right: 15px;
	padding-left: 25px;
}

#NavLeftHeader {
	background-image: url(../images/layout/header_nav.jpg);
	height: 85px;
	width: 211px;
	padding-top: 23px;
	padding-left: 15px;
	margin-bottom: 15px;
}
#NavLeftHeader2 {
	background-image: url(../images/layout/header_nav_resources.jpg);
	height: 85px;
	width: 211px;
	padding-top: 23px;
	padding-left: 15px;
	margin-bottom: 15px;
}
#SubContent {
	float: left;
	width: 500px;
	margin-left: 25px;
}
#SubContent2 {
	float: left;
	width: 396px;
	margin-left: 25px;
}
#SubRightCol {
	float: left;
	width: 175px;
	margin-left: 25px;
	margin-top: 40px;
}
#SubContent2 p, #MainText p {
	line-height: 20px;
}
.ImageRight {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.ImageLeft {
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
}
