/* CSS Document */

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash .titles {
	visibility: hidden;
	letter-spacing: 0px;
	font-size:10px;
	line-height:40px;
	color:#4848a3;
}
.sIFR-hasFlash .titles_small {
	visibility: hidden;
	letter-spacing: 0px;
	font-size:10px;
	line-height:40px;
	color:#4848a3;
}

.sIFR-hasFlash .subtitles {
	visibility: hidden;
	letter-spacing: -1px;
	font-size:18px;
	line-height:30px;
	color:#004a2c;
}

.sIFR-hasFlash .campparent {
	visibility: hidden;
	letter-spacing: -1px;
	font-size:18px;
	line-height:30px;
	color:#3192bb;
}

/*///////////////////////////////*/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #282974;
}

#container {
	background-image: url(../../images/ui/body.jpg);
	background-repeat: no-repeat;
}

#plainContainer {margin:0 0 0 -100px;}

#container_staff {
	background-image: url(../../images/ui/body_staff.jpg);
	background-repeat: no-repeat;
}

#container_staff p {
	
	padding-left:0px;
	padding-right:0px;
	margin-left:45px;
	margin-right:100px;
	margin-top:0px;

}

#container_alumni {
	background-image: url(../../images/ui/body_alumni.jpg);
	background-repeat: no-repeat;
}

#container_alumni p {
	
	padding-left:0px;
	padding-right:0px;
	margin-left:45px;
	margin-right:100px;
	margin-top:0px;

}

#container p {
	
	padding-left:0px;
	padding-right:0px;
	margin-left:45px;
	margin-right:100px;
	margin-top:0px;

}

.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#282974;
	line-height:26px;
	font-size:14px;
}

.body_bullet {
	font-family: Arial, Helvetica, sans-serif;
	color:#282974;
	font-size:12px;
	line-height:18px;
}
.alert {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
}

.body_bigger {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 24px;
	color: #282974;
}

.list_col {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#282974;
	line-height:34px;
	font-size:18px;
}
.small_body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#282974;
	font-size:11px;
}

.small_body_less_leading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color:#282974;
	font-size:11px;
}

.subheader {
	line-height:22px;
	font-size:22px;
	font-weight:bold;
}

.titles {
	line-height:22px;
	font-size:22px;
	font-weight:bold;
}
.titles_small {
	line-height:18px;
	font-size:18px;
	font-weight:bold;
}

#container ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#282974;
	line-height:26px;
	padding-left:55px;
	padding-right:0px;
	margin-left:30px;
}
a:link {
	text-decoration: underline;
	color:#45812B;
}
a:visited {
	text-decoration: underline;
	color: #622276;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
img {
	border:none;
	text-decoration:none;
}


#footer {
	font-size:11px;
	text-align:center;
}
#footer a {
	color:#0033CC;
	text-decoration:underline;
}
#footer a:hover, a:active {
	color:#000033;
}

/* POPUP WINDOW */

#popup_container { 
	text-align: center; 
}
#popup_header {
	
	position:relative;
	position-top: 0px;
}
.popup_body	{
		text-align: left;
		margin:auto;
}
#popup_footer {
	
	position:relative;
	position-bottom: 0px;
}
#swap {
}

/* Contact form */
#contact fieldset {border:0; padding:0; font-size:16px;}
#contact fieldset legend {white-space:nowrap; text-indent:-5000em;}
#contact label {display:block;}
#contact .required {color:red;}
#contact input, #contact textarea {width:270px; border:1px solid #ccc; font-family:Arial, Verdana, sans-serif; font-size:14px; padding:2px; margin-bottom:15px;}
#contact input.error, #contact textarea.error {border:1px solid red;}
#contact textarea {height:100px;}
#contact label.error {color:red; font-size:12px; text-align:right; width:190px; padding:0px; position:absolute; margin:-58px 0 0 80px;}
.ie7 #contact label.error {margin:-18px 0 0 -195px;}
#contact .f_message label.error {margin-top:-141px}
.ie7 #contact .f_message label.error {margin-top:-18px;}
#contact .radios {padding-bottom:15px;}
#contact .radios .option {padding:3px 0; clear:both;}
#contact .radios .option input {width:auto; float:left; margin:5px 10px 0 0; border:0; padding:0;}
#contact .radios .option label {white-space:nowrap; font-size:14px;}
#contact .radios label.error {margin-top:-22px; font-size:12px;}
#contact .submit input {width:auto;}
.success {padding:0 30px 30px 0}
.success h3 {font-size:24px; margin:0 0 10px 0;}
.success p {margin:0 !important; padding:0 !important;}
