﻿/* CSS Document */


/*   LINKS   */
a {
	font-family: Arial, Helvetica, sans-serif;
	color:#333399;
	font-weight:normal;
	text-decoration:none;
}

a:hover {
	color: #B10000;
}


#search a {
	/*color: white;*/
	padding-right: 20px;
}


/* H STYLES */

h1, h1 a {
	color: #B10000;
	font: bold 20px Arial, Helvetica, sans-serif;

}

h2, h2 a {
	color: #B10000;
	font: bold 20px Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #B10000;
}

h3, h3 a {
		color:#333333;
		font: normal 20px Georgia, "Times New Roman", Times, serif;
}

h4, h4 a {
	color: #B10000;
	font: bold 14px Arial, Helvetica, sans-serif;
	
}


h5, h5 a {
	font: italic 16px Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#666666;
	margin: 5px 0 20px 0;
}


/* ICONS */

img.iconNews {
	float: none;
	margin:0;
	display: inline;
	vertical-align:bottom;
	
	}

img.icon {
	float: none;
	margin:0;
	display: inline;
	
	}




/*BREADCRUMB*/
#breadcrumb a {
	color: #B10000;
}

 #departmentID a {
 	color: #032B66;
	font-weight: bold;
 }




/*BOTTOM AREA (OPTIONAL LINKS SECTION AND FOOTER IMAGE) FOR ALL PAGES*/
#bottom {
	/*forces subpageContent to clear navigation if page is too short*/
	clear:both;
}

#bottom h3 {
	font: normal 16px Georgia, "Times New Roman", Times, serif;
	text-transform:none;
	color: #666666;
	margin: 0;
	padding: 0 0 7px 0;

}

#bottom a, #footer a {
	font: normal 11px Arial, Helvetica, sans-serif;
	color:#999999;
}

#bottom a:hover, #footer a:hover {
	color: #B10000;
}

#bottom td p {
	margin: 0;
	padding: 4px 0;
} 

#footer {
	color: #999999;
	font-size: 11px;
	font-weight:normal;
}

#footer a {
	margin: 0 4px;
}

/*      *******  RIGHT SIDEBAR AREA******** */	
	/* this creates a right-floating area for video, image, audio, links, blog posts, text, etc. */	
/* DEFAULT WIDTH OF CONTENT IS 220PX, */
/* BUT IMAGES NEED TO BE 250PX. */
/* CHANGE WIDTH OF SIDEBAR BY INSERTING INLINE style="width: XXXpx"	*/
/* INTO THE DIV ON THE PAGE IN QUESTION. */
/* IMAGES SHOULD ALWAYS BE 30PX WIDER THAN THE SET WIDTH OF THE DIV.*/
	
div.sideBar {
	float: right;
	width: 250px;
	margin: 10px 0px 20px 25px;
	background-color: #E8E1C7;
	border: 1px solid #666666;
	font: 95%/150% Arial, Helvetica, sans-serif;
	color:#333333;
}
 div.sideBar .header {
 	background-color: #DDD7B9;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
	padding: 5px;
	margin: 0px;
	font:bold 95% Georgia, "Times New Roman", Times, serif;
	border: solid #B8B88A;
	border-width: 1px 0;
/*	margin-bottom: 10px;
*/
 }

/* div.sideBar img {
	margin-bottom: 5px;
}
*/
 div.sideBar .icon {

 	margin: 0px 0px 0px 5px;
 }

div.sideBar p, div.sideBar h3, div.sideBar h2, div.sideBar h4, div.sideBar ul {
	padding: 0px 15px;
}

div.sideBar p img {
/*	when an image in the sidebar is inside a p tag, */
/* this removes the padding set by the div.sideBar p style*/
	margin: -10px 0 0 -15px;
}
 div.sideBar h3, div.sideBar h3 a {
	font-size: 14px;
	margin: 5px 0px 8px 0px;
}





#mainPhoto {
/* PLACES A PHOTO FLUSH WITH TOP, RIGHT, AND LEFT OF TEMPLATE */	
	margin: -10px -20px 10px -20px;
	border: solid #032B66;
	border-width: 0 0 8px 0;
	
}

.introParagraph {
	font-size: 130%;
	line-height: 150%;
}

/***************Classes*********************/

.contentWrapperInner {
	padding: 0px 11px;
	margin:0px;
	
}
.contentWrapperInner2 {
	padding: 0px 0px 0px 11px;
	margin:0px;
	
}

img.imageright  {
	float: right;
	margin: 0 0 15px 15px;
}
img.imageleft  {
	float: left;
	margin: 0 15px 15px 0;
}

.zone-2a-header {
    color: #333333;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 20px;
}


/*RED-BULLETED LISTS*/
ul.redbullet {
	padding-left: 3px;
	margin-left: 8px;
}

ul.redbullet li {
list-style-image:url(~/media/Images/Structure/redbullet.ashx);
margin-bottom:7px;
line-height: 110%;
}

/*THUMBNAIL PHOTO WITH TEXT AND LINK TO RIGHT*/

.thumbnailPhotoDescription {
	padding-bottom: 15px;
	height:100px;
}

.thumbnailPhotoDescription img {
	float: left;
/*	width: 135px; */
	margin: 0 15px 0px 0;
}
.thumbnailPhotoDescription img.icon {
	width: auto;
	margin: 0 2px 0 0;
	float: none;
}
/*
.thumbnailPhotoDescription p, .thumbnailPhotoDescription h3, .thumbnailPhotoDescription h2, .thumbnailPhotoDescription ul {
	margin-left: 150px;
}
*/
/*FANCY PULLQUOTE STYLE WITH LITTLE FLOURISH THINGIES BEFORE AND AFTER*/

div.quoteBoxFancy{
/*	font-style: italic;
*/	font-size: 110%;
	color:#919191;
	margin: 35px 30px;
	
}

div.quoteBoxFancy:before {
	content: url(/sitecore/design/images/flourish-before.gif);
	display:block;
	text-align:center;
}
div.quoteBoxFancy:after {
	content: url(/sitecore/design/images/flourish-after.gif);
	display:block;
	text-align:center;
}


/* ALERT BAR */
#AlertBar {
	margin: 15px 0;
	max-width: 890px;
}

#AlertBar .left {
/*	background-color: black; */
        background-color: #B10000;
	color: white;
	font: bold 18px Arial, Helvetica, sans-serif;
	padding: 8px 5px 3px 12px;
-moz-border-radius-topleft: .5em;
-moz-border-radius-bottomleft: .5em;
}

#AlertBar .right {
/*	background-color: #FFD26C; */
        background-color: #DDD7B9;
	color: #333333;
	font: normal 14px/17px Arial, Helvetica, sans-serif;
	padding: 8px 12px 3px 12px;
	-moz-border-radius-topright: .5em;
-moz-border-radius-bottomright: .5em;
}


#AlertBar a {
	color: #B10000;
	text-decoration:none;
	font-weight:normal;
}


/* GIANT BUTTON */

.giantButton {
	font: 14px Arial, Helvetica, sans-serif;
	margin: 0 15px 15px 0;
	text-transform:uppercase;
	padding: 10px 0;
}

.giantButtonFloatLeft {
	float: left;
}
.giantButton a {
	padding: 10px;
	background-color: #B10000;
	color: white;
	font-weight:bold;
	text-decoration: none;
}

.giantButton a:hover {
	color: #FDE299;
}

/* 	SEARCH BUTTON */

input.searchButton {
	color: #333333;
	background-color:#CCCCCC;
	font: bold 10px Arial, Helvetica, sans-serif;
	padding: 2px 5px;
	border: 1px solid #666666;
	height: 14px;
	text-decoration:none;
}

.thumbnailPhotoDescription h3 {

margin-bottom:-10px;

}


/* 	NEWS ARTICLE STYLES */

.topnewsTeaser {
	font:11px/13px Georgia, "Times New Roman", Times, serif;
}
.topNewsHeadline {
	font:11px/13px Georgia, "Times New Roman", Times, serif;
font-weight:bold;
}
.newsIDtag {

	text-align: right;

	font-style:italic;

	margin: 20px 0;

}



.excerpt {

	margin: 10px 20px;

	font:13px Arial, Helvetica, sans-serif;

	/*background-color:#EAE9C1;*/

	padding: 8px 7px;

}



.excerpt .header {

	font-weight: bold;

	font-size: 15px;

	text-transform: uppercase;

}



.excerpt p {

	margin: 5px 0px;

}	



.mediaContacts {

	margin: 25px 40px 10px 40px;

	font-family: Arial, Helvetica, sans-serif;

	border-top: 1px dotted #B10000;

	padding-top: 15px;

}



.boilerplate {

	font-style: italic;

	margin: 25px 0;

}



h3.month {

	border-bottom: 1px dotted #666666;

	text-transform: uppercase;

	font: bold 15px Arial, Helvetica, sans-serif;
}

/*FEATURE BOXES WITH ROUNDED CORNERS ON ADMISSION SITE*/
.featureBox {
	margin-bottom: 15px;
}
.featureBox td.content {
	padding:10px;
}
.featureBox .header, .featureBox .header a {
	padding: 5px;
	text-align:center;
	margin: 0;
	font:normal 16px/20px Georgia, "Times New Roman", Times, serif;
	background-color:#FDE299;
	color:#333333;
	}		
.featureBox .headerNoBG {
	padding: 5px;
	text-align:center;
	margin: 0;
	font:normal 16px/20px Georgia, "Times New Roman", Times, serif;
	color:#333333;
}
.featureBox ul {
		text-align: left;
}


/*CHAT ALERT IN ADMISSION SITE*/
#chatAlert {
	width: 502px;
	height:54px;
	background-image:url(~media/Images/Admission/ChitChatAlert.ashx);
	background-repeat:no-repeat;
	color: white;
	font: bold 12px Arial, Helvetica, sans-serif;
	padding: 8px 10px 10px 90px;
	margin-bottom: 20px;
}
#chatAlert p {
	margin: 0 0 10px 0;
}
#chatAlert .title, #chatAlert a.title {
	font-size: 14px;
	color:#FFEF17;
	margin-bottom: 10px;
	text-decoration:none;
	font-weight: bold;
}	
#chatAlert a {
	text-decoration: none;
	color: white;
	font-weight:bold;
}


/*ADDS "SUBMENU" LOOK TO ADMISSION 2A NAVIGATION*/
#nav2a-flyout li a.sub {
	padding-left: 20px;
	color:#0E1013;
}
#nav2a-flyout li a.sub:hover {
	background-color:#FCEDC6;
	color: #263C64;
}

/*FOR FAQ ON ADMISSION SITE*/
p.faq {
	font-size: 130%;
	line-height: 140%;
	text-align:center;
}


/*USED ON ADMISSION SITE FOR BLUE NAVIGATION BAR IN TOP OF CONTENT AREA*/
.blueTabbyNavbox {
	background-color:#424B57;
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	line-height:normal;
}
.blueTabbyNavboxOn {
	border:solid 1px;
	border-color:#A4BAD8 #424B57 #424B57 #A4BAD8;
	height:30px;
	padding-left:3px;
	padding-right:3px;
	width:auto;
}
.blueTabbyNavboxOff {
background-color:#7E8EA5;
	border:solid 1px;
	border-color:#A4BAD8 #424B57 #424B57 #A4BAD8;
	height:30px;
	padding-left:3px;
	padding-right:3px;
	width:auto;
}
.blueTabbyNavboxOn a, .blueTabbyNavboxOff a {
	color: white;
}
.blueTabbyNavboxOn a:hover, .blueTabbyNavboxOff a:hover {
	color: #CC0000;
}

.caption {
	font-weight:bold;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}