@charset "utf-8";
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
BEGIN MAIN TAG STYLES
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.style1 {
	font-size: 14px;
	font-weight: bold;
}

body {
	color:#666666;
	background-color: #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size:62.5%; /*this percentage makes setting font-size in ems easier - to get the em size, take the pixel size you envision and divide it by ten - se h1 style for example. Using ems so users can resize text */
	line-height:1.4em;
}



a:link, a:visited {color:#3651a3;}
a:hover {color:#5E79CA;}
a:active {color:#3651a3;}



a.white:link, a.white:visited {color:#ffffff;}
a.white:hover {color:#5E79CA;}
a.white:active {color:#ffffff;}

#bodyContainer {
	border-left:2px #000000 solid;
	border-right:2px #000000 solid;
	padding-left:1px;
	padding-right:1px;
	height:100%;
	background-color:#ffffff;
}

#contentArea {
	padding-right:2px;
	padding-left:5px;
}

#headerContainer {
	border-left:2px #000000 solid;
	border-right:2px #000000 solid;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
END MAIN TAG STYLES
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
BEGIN MAIN DIV Tag STYLES
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#topbar ul {float:left;}
#topbar li {
	text-transform:uppercase;
	color:#ffffff;
	font-weight:bold;
	font-size:1.2em;
}
#topbar a:link, #topbar a:visited, #topbar a:hover, #topbar a:active {
	text-decoration:none;
	color:#ffffff;
}
#topbar a:hover {
	color:#ffd93a;
}
#topbar input {
	font-family:Arial, Helvetica, sans-serif;
	border:none;
	font-size:13px;	
	font-weight:bold;
}

#applynow {
	/*margin-top:-27px;
	margin-right:-20px;
	float:right;*/
	margin-right:-1px;/*if not chat live, transparent image takes up 1 px so we cover it up*/
}
#topbar div {float:right; margin-top:-12px;}

#sectionnav {
	color:#ffd93a;
}
#sectionnav li {
	letter-spacing:.1em;
	font-size:1.1em;
	font-weight:bold;
	padding:.2em 0em .25em 0em;
}
#sectionnav a:link, #sectionnav a:visited, #sectionnav a:hover, #sectionnav a:active {
	color:#ffd93a; 
	text-decoration:none;
	padding:.2em 1em .25em .5em;
}

/* Active and Hover Link Nav For SectionNav Bar - (allows section nav to highlight the section based on the class of the body tag) */
body.About #sectionnav a#secNavAbout,
body.Degrees #sectionnav a#secNavDegrees,
body.Admissions #sectionnav a#secNavAdmissions,
body.Financial #sectionnav a#secNavFinancial,
body.Life #sectionnav a#secNavLife,
body.Request #sectionnav a#secNavRequest,
body.Apply #sectionnav a#secNavApply,
body.Locations #sectionnav a#secNavLocations,
#sectionnav a:hover {
	color:#ffffff; 
	background-color:#000000;
}
body.Apply #sectionnav a#secNavLogo,
#sectionnav a:hover {
	color:#ffffff; 
	background-color:#091D5A;
}


#mainnav li {
	display:inline;
	color:#ffffff;
	font-weight:bold;
	font-size:1.1em;
	background-image: url(images/layout/mainnav_divider.gif);
	background-repeat: no-repeat;
	background-position: right 0;
	padding:.5em .6em;
}
#mainnav li.last {
	background-image: none;
}
#mainnav a:link, #mainnav a:visited, #mainnav a:hover, #mainnav a:active {
	text-decoration:none;
	color:#ffffff;
}
#mainnav a:hover {
	color:#ffd93a;
}



#leftnav {
	font-weight:bold;
}
#leftnav a {
	color:#747883;
	text-decoration:none;
}



#maincontent h1 {
	color:#283456;
	font-size:2.8em;
	padding-bottom:.25em;
	line-height:1em;
}
#maincontent h2 {
	font-size:2em;
	padding-top:.5em;
	padding-bottom:.25em;
}
#maincontent h3 {
	font-size:1.6em;
	padding-top:.5em;
	padding-bottom:.25em;
}

#maincontent h4 {
	font-size:1.3em;
	padding-top:.5em;
	padding-bottom:.25em;
}

#maincontent p {
	color:#091d5a;
	font-size:1.1em;
	padding: .5em 0em;
}
#maincontent ul, #maincontent ol {
	color:#091d5a;
	font-size:1.1em;
	margin:.25em 2.5em .5em 3.5em;
}
#maincontent ul li {
	list-style-type: square;	
}
#maincontent ul li ul, #maincontent ol li ol {
	font-size:1em; /*font size is additive so we have to subtract */
	margin:.1em 1.5em .25em 1.5em;
} 
#maincontent ul li ul li {
	list-style-type: circle;	
}



#bottomnav h4 {
	font-size:1.1em;
	color:#000000;
}

#bottomnav h4 a {
	
	color:#000000;
	text-decoration:none;
}
#bottomnav ul {
	color:#314faa; /* colors the bullet text is actually the color of the bottomnav "a" tag */
}
#bottomnav ul li {
	padding:.3em 0em;
	list-style-type:square;
}
#bottomnav a
{
	
	color:#666666;

}
#bottomnav a:hover {
	color:#314faa;
}


#footer {
	color:#868585;
	background-color: #000000;
	font-weight:bold;
	
}
#footertext a {
	color:#868585;
}
#footertext a:hover {
	color:#cccccc;
}

#footer2 {
	color:#868585;
	background-color: #000000;
	font-weight:bold;
	
}


/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
END MAIN DIV STYLES
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/





/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
BEGIN EXTRA CLASSES
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


/*the stretchbox module can be used anywhere, it will stretch and squash = the area it is contained in, to set a width for a specific stretchbox, use another style/id in conjunction with stretchbox. For basic layout of this style see the reset_layout stylesheet. */

.stretchbox .header h2, .stretchbox .header h3 { 
	color:#ffffff;
}

/*the stretchbox2 module can be used anywhere, it will stretch and squash = the area it is contained in, to set a width for a specific stretchbox, use another style/id in conjunction with stretchbox. For basic layout of this style see the reset_layout stylesheet. */
.stretchbox2 .header h2, .stretchbox2 .header h3 { /*set up for h2 or h3, if you want to use a different tag, just add it here whatever */
	color:#ffffff;
	line-height:1em;
	font-size:1.3em;
}
.stretchbox2 .body {
	color:#CCCCCC;
	font-size:1.1em;
}



/*the stretchbox2 module can be used anywhere, it will stretch and squash = the area it is contained in, to set a width for a specific stretchbox, use another style/id in conjunction with stretchbox. For basic layout of this style see the reset_layout stylesheet. */
.stretchbox3 .header h2, .stretchbox3 .header h3 { /*set up for h2 or h3, if you want to use a different tag, just add it here whatever */
	color:#071540;
	line-height:1em;
	font-size:1.3em;
}
.stretchbox3 .body {
	color:#494646;
	font-size:1.1em;
	font-weight:bold;
}



.hr {
	border-top:1px solid #cccccc;
	clear:both;
	margin:1.1em 1.6em;
}



.iconlink img, .iconlinkwithheadtag img {
	float:left;
}

 .iconlinkwithheadtagHome img {
	float:left;
}
.iconlinkwithheadtag h3 {
	padding:35px 0px 0px 120px;
}
.iconlinkwithheadtag h4 {
	padding:35px 0px 0px 120px;
}
.iconlinkwithheadtagHome h4 {
	padding:5px 0px 0px 70px;
}
.iconlinkwithheadtag p {
	padding:7px 0px 0px 122px;
}

.iconlinkwithheadtagHome p {
	padding:7px 0px 0px 70px;
}

 .iconlinkwithheadtagHome a, a:visited {
	text-decoration:underline;
	font-weight:bold;
}

.iconlink a, .iconlinkwithheadtag a {
	text-decoration:underline;
	font-weight:bold;
}

.iconlink {
	padding:2em 1em 1em 1em;
}
.iconlink p {
	margin:1.25em 1em 1em 5em;
	font-size:1.3em;
}

.iconlink a {
	color:#000000;
}

.cta_text {
	font-size:12px;
	font-weight:bold;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
END EXTRA CLASSES
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/






/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
BEGIN PLACEMENT CLASSES 
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


.right {
	float:right;
}

.clear {
	clear:both;
}


/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
END PLACEMENT CLASSES
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

