/*
Design by www.g3group.com
*/

/* body */



body {
	margin: 10px auto 50px auto;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-image: url(../images/template/bgmain.jpg);
	background-repeat: repeat-x;
	background-color: #035495;
}
/* styles */
h1 {
	font-size: 18px;
	color: #025392;
	margin: 0 0 0 0;
	letter-spacing: -1px;
	padding: 0px 0 6px;
	font-family: Arial, Helvetica, sans-serif;

}

h2, h3 {
	margin-top: 2px;
	margin-bottom: 2px;
	text-transform: uppercase;
	color: #1B3D56;
}
h2 {
	font-size: 18px;
	color: #0066A8;
}

h2 span {
	visibility: hidden;
}
h4 {
	font-size: 18px;
	color: #1B3D56;
	margin: 0 0 0 0;
	letter-spacing: -1px;
	padding: 0px 0 6px;
	font-family: Arial, Helvetica, sans-serif;

}
a {
	color: #0066A6;
}

a:hover {
	text-decoration: none;
	color: #0E2C8C;
}

.img1 {
	margin: 0px 0px 0px 0px;
	border: 2px solid #CCCCCC;
}
/* Head */
#topcap {
	width: 900px;
	height: 8px;
	margin: 0px auto;
	background: url(../images/template/headcap.jpg) -1px top  no-repeat;

}

#header {
	width: 900px;
	height: 126px;
	margin: 0px auto;
	background: url(../images/template/headBG.jpg) repeat-x;

}

#header h1 {
	margin: 0px;
	padding: 180px 0 0 60px;
	letter-spacing: -2px;
}
#header h1 span {
	visibility: hidden;
}

#logo{
	top: 0px;
	float: left;
	width: 440px;
	height: 120px;
	margin: 0px 0 0 40px;
	display:inline; /** ie6 fix **/
}
#schedule{
	top: 0;
	width: 300px;
	float: right;
	padding-top: 4px;
}
/* flash area */
#homearea {
	width: 900px;
	height: 280px;
	margin: 0px auto;
}




/* Menu */

#menu {
	width: 900px;
	height: 30px;
	margin: 0px auto 0px auto;
	background-color: #025392;
	background-image: url(../images/menu.gif);
	background-repeat: repeat-x;
}



/* Content */

#content {
	width: 900px;
	margin: 0px auto;
	padding: 2px 0px 0px 0px;
	background-color: #FFFFFF;
	background-image: url(../images/classroom.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	position:relative;
}
#contentIn {
	width: 900px;
	margin: 0px auto;
	padding: 2px 0px 0px 0px;
	background-color: #FFFFFF;
}

#colOne {
	width: 635px;
	margin-top: 5px;
	padding-right: 10px;
	padding-left: 0px;
	float: right;
}
#colOne p {
	margin-right: 200px;
}
#colOneIn {
	width: 635px;
	margin-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	float: right;
}

#colTwo {
	float: left;
	width: 170px;
	margin-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}

#colTwo ul {
	margin-left: 0px;
	padding-left: 0px;

}


#contentIn h2 {
	padding: 0px 0px 1px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #02508E;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	text-transform: uppercase;
}
.smltext {
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
}



/* Footer */

#footer {
	width: 900px;
	margin: 0px auto;
	padding: 6px 0px;
	background-color: #CCCCCC;
	background-image: url(../images/template/headBG.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}
#footerbot {
	width: 900px;
	margin: 0px auto;
	padding: 0px 0px;
	background-image: url(../images/template/footerBot.jpg);
	background-repeat: no-repeat;
}
.footer ul li{
	display: inline;
	color: #333333;

}
#footer ul li {
	padding: 3px 3px;
}


#footer a {	color: #333333;}
#footer a:hover {
	color: #006699;
}
#header #searchbox {
	width: 220px;
	margin-top: 10px;
	margin-left: 21px;
	background-image: url(../images/searchBG.jpg);
	background-repeat: no-repeat;
	padding-top: 14px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 10px;
}
#header #searchbox #textfield {
	width: 85px;
}

/* Menu Script */

.suckertreemenu{ line-height: 18px;}



.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
z-index:10;
}

/*Top level list items*/
.suckertreemenu ul li{
	position: relative;
	display: inline;
	float: left; /*overall menu background color*/
	background-image: url(../images/menu.gif);
	background-repeat: repeat-x;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
	display: block;
	width: 110px; /*Width of top level menu link items*/
	padding: 5px 8px;
	text-decoration: none;
	height: 20px;
	color: #f1f1f1;
	background-image: url(../images/menuDivider.gif);
	background-repeat: no-repeat;
	background-position: right;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	white-space: nowrap;
}

/*1st sub level menu*/
.suckertreemenu ul li ul{
	left: 0;
	position: absolute;
	top: 30px; /* no need to change, as true value set by script */
	display: none;
	z-index:40;
		-moz-box-shadow: 3px 3px 3px #666;
		-webkit-box-shadow: 3px 3px 3px #666;
		box-shadow: 3px 3px 3px #666;
}
.suckertreemenu ul li:hover ul {display:block;}

/*3rd column*/
.suckertreemenu ul li ul li ul{
	left: 30px;
	position: absolute;
	top: 30px; /* no need to change, as true value set by script */
	display: none;

}
.suckertreemenu ul li ul li:hover ul {display: block;}


/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
	display: list-item;
	float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
	left: 193px; /* no need to change, as true value set by script */
	top: 0;
	margin-top: 0px;  /* was 2 changed to 0 to see if break disappered */

}
.suckertreemenu ul li ul li.locations ul,
.suckertreemenu ul li ul li.admissions ul,
.suckertreemenu ul li ul li.testimonials ul{ 
	display:none;
}
.suckertreemenu ul li ul li.locations:hover ul,
.suckertreemenu ul li ul li.admissions:hover ul,
.suckertreemenu ul li ul li.testimonials:hover ul{ 
	display:block;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
	display: block;
	width: 182px; /*width of sub menu levels*/
	color: #FFFFFF;
	text-decoration: none;
	padding: 3px 5px 3px 7px;
	/*border: 1px solid #FFFFFF;*/
	background-color: #0065a5;
	background-image: url(../images/template/menuBlue.gif);
	background-repeat: repeat;
	text-align: left;
}


.suckertreemenu ul li a:hover{
	background-color: #0E3D60;
	color: white;
}
.suckertreemenu ul li ul li a:hover{
	background-image: url(../images/template/menuBlueLt.gif);
	background-repeat: repeat;
	color: white;
}

.suckertreemenu a.last	{background:none;}


* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */
/* Forms
------------------------------*/

form, fieldset {
	margin: 0;
	padding: 0;
	}
	
fieldset { border: 1px solid #000; }

legend {
	padding: 0;
	color: #000;
	}

input, textarea, select {
	margin: 0;
	padding: 1px;
	font-size: 100%;
	font-family: inherit;
	}
	
select { padding: 0; }
.heads {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #035495;
}
#txtComments {
	width: 350px;
}
.img3 {
	border: 2px solid #CCCCCC;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#vertmenu {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
width: 160px;
padding: 0px;
margin: 0px;
}

#vertmenu h1 {
	display: block;
	padding:0;
	border: 0;
	color: #333333;
	margin: 15px 0;
	width:180px;
	font-size: 19px;
	font-weight: bold;
}
#vertmenu h3 {width:180px;}

#vertmenu ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}
#vertmenu ul li {
margin: 0px;
padding: 0px;
}
#vertmenu ul li a {
	font-size: 12px;
	display: block;
	padding: 7px 0px 7px 10px;
	text-decoration: none;
	color: #fff;
	width:160px;

}

#vertmenu ul li a:hover, #vertmenu ul li a:focus {

	border-left-color: #035495;
	background:#103d5d;
	color:#ffffcc;
}
/* 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 h1 {
	visibility: hidden;
	letter-spacing: -2px;
	font-size: 18px;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -2px;
	font-size: 15px;
	text-transform: uppercase;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -2px;
	font-size: 16px;
	text-transform: uppercase;
	max-width:350px;
	_width:350px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -1px;
	font-size: 18px;
	text-transform: uppercase;
}

.sIFR-hasFlash h5 {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 32px;
}
p li {
	line-height: 135%;
}
.college-locations-pop-out {z-index:100; display:none; width: 736px; position: absolute; margin-left:220px; margin-top:-40px;}
.college-locations-pop-in {padding: 6px 6px 6px 10px;background-color:#398AB6; float:left;}
.college-locations-pop-out ul.campus-list {float: left; margin: 0 5px 0 0;}
.college-locations-pop-out ul.campus-list li a {background: url(../images/template/li-bullet.gif) no-repeat 0 11px; margin: 0 10px 0 0;border-left: none; border-bottom: none; color: #fff; padding-left: 10px;}


.college-button	{width:190px;}


.suckertreemenu ul li.online-programs a {background: url("../images/online-program-back.jpg");}
.suckertreemenu ul li.faculty a{width:126px;}
.suckertreemenu ul li.online-programs a:hover {background: url("../images/online-program-back-hover.jpg");}
.profile-top {width: 562px; padding: 0; background: #559bc0 url(../images/template/profile-bottom.jpg) no-repeat bottom;}
#contentIn .profile-right h2.name {color: #fff; border-bottom: 1px solid #000; margin: 0 0 4px 0; padding: 0 0 5px 0; text-transform: capitalize; font-size: 18px;}
.profile-right {padding: 5px 10px 15px 130px; color: #fff;}
.profile-left {padding: 10px 0 0 10px; width: 115px; float: left;}
.profile-right strong {font-weight: bold; color: #fdb812;}
.profile-pic {float: left;}
.profile-bottom {padding-left: 125px;}
#contentIn .profile-bottom h2.name {color: #3284af; border-bottom: 1px solid #000; margin: 0 0 4px 0; padding: 0 0 5px 0; text-transform: capitalize; font-size: 18px; width: 440px;}
#contentIn .profile-bottom strong {color: #db8c0f;}
#contentIn .profile-bottom {color: #272727; padding-right: 40px;}
.profile-button {text-align: right; padding-top: 8px;}

.pager-bottom {text-align: right;}
.pager-bottom a {text-decoration: none; color: #d66306;}
a.pager {color: #0e3d60; padding: 3px;}
a.active-pager {color: #FFF; background: #0e3d60; padding: 3px;}


#slideshow, #content		{*z-index:-1;}

.programsColumns ul	{font-weight:bold; padding-left:0; list-style-type:none;}
.programsColumns li	{padding-left:10px;}
.programsColumns ul	li ul {font-weight:normal; padding-left:0; list-style-type:none;}

.suckertreemenu .dropdownColumns ul	{font-weight:bold; padding-left:0; list-style-type:none; color:white; }
.suckertreemenu .dropdownColumns li	{padding-left:10px;}
.suckertreemenu .dropdownColumns ul	li ul {font-weight:normal; padding-left:0; list-style-type:none; border:0; height:12px; margin:0; }


.suckertreemenu .dropdownColumns a	{font-size:11px; border:0; font-weight:normal; color:white; padding:0 0 0 2px; margin:0 0 0 12px; height:14px}
.suckertreemenu .dropdownColumns a:hover	{font-size:11px; margin:0 0 0 12px; padding:0 0 0 2px; height:14px}

.suckertreemenu .locations .dropdownColumns a	{width:120px;}

.campusPhoto	{margin-left:12px; padding:6px; border:1px solid #ccc;}



/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:635px;
		height:400px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(assets/images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(assets/images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */


.button {
	display: inline-block;
	line-height: 1;
	padding: 7px 10px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	background-color: #035495;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
}
.button:active {background-color: #035495; margin:1px -1px -1px 1px;}
.button:hover {background-color: #39C;}

input.button, button.button {
	border: 0px none;
}
