/*============================================================

www.simmons.edu Global layout resets

Change Log:
================
* 08/11/08 - Added Eric Meyer reset and clearfix hack (CM)

In This CSS:
================
+Eric Meyer Reset
+Hides and Clears

============================================================ */


/* + Eric Meyer Reset
--------------------------------------------- */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* +Hides and clears
--------------------------------------------- */
.clearfix:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}/*============================================================

www.simmons.edu Homepage Screen CSS

Change Log:
================
* 08/08/08 - Added Most Beginning Styles (FB)
* 08/11/08 - Added other style definitions (CM)
* 04/2010 - cleaned file (FM)

Notes:
================
* All homepage styles and no others go in this stylesheet

In This CSS:
================
+General
+Header
+Navigation
+Content
+Slider
+Footer
+Level1 Layout
+Level2, Level3 and Level4 Layouts
+Page Specific Elements
+Form buttons
+Miscellaneaous
+Javascript stuff

============================================================ */

/* +Testing
--------------------------------------------- */
/* div { border: 1px solid red; } */	

/* +General
--------------------------------------------- */
body {
  background: #b5d0ed url(/i/homepage/header-background.png) 0 25px repeat-x;
  border-top: 25px solid #4587c4;
  font: 62.5%/1 "Lucida Sans", "Lucida Sans Unicode ","Lucida Grande", arial, helvetica, sans-serif;
}

	
a {
	color:#2A77CB;
	text-decoration: none;
	}
	
hr {
	border: none;
	border-top: 1px solid #ddd;
	height: 1px;
	margin: 10px 0 23px;
	}

p {
	font-size: 11px;
	line-height: 1.3em;
	padding: 0 0 10px 0;
	color: #666;
	}



/* +Structure
--------------------------------------------- */


#container {
  margin: 0 auto;
  position: relative;
  text-align: left;
  width: 980px;
  padding-bottom: 30px;
}


/* +Header
--------------------------------------------- */
#header {
	margin: 0 auto 13px auto;
	width: 940px;
	}

#header h1.org {
  background: url(/i/homepage/homepage-logo.png) no-repeat;
	height: 69px;
	text-indent: -9999px;
	width: 369px;
	}

#header .search {
	position: absolute;
	left: 751px;
	top:  17px;
	padding: 0 10px 8px 0;
	text-align: right;
	width: auto;
	}


#header .search label {
	display: none;
	}
	
#header .search form input#q {
	margin: 0 3px 0 0;
	width: 130px;
	}
	
#header form button {
		margin: 10px 0 0 0 !important;
}
	
#header div.toptools {
	border-top: 1px solid #bad3ed;
	position: absolute;
	left: 751px;
	top: 53px;
	width: 200px;
	padding-top: 10px;
	}

#header ul.tools li {
	display: inline;
	float: left;
	margin: 0 25px 0 0;
	}

#header ul.tools li.last {
	margin-right: 0;
	}

#header ul.tools li a,
#header ul.tools li a:visited {
	color: #fff;
	text-decoration: none;
	}

#header ul.tools li a:hover {
	border-bottom: 1px solid #fff;
	}
	
#header #us-news-logo-top {
  position: absolute;
  top: 10px;
  left: 653px;
}	

/* +Navigation
--------------------------------------------- */
#primaryNavigation {
	background: transparent url(/i/toplevel/homepage/global-nav2.gif) -29px -106px no-repeat;
	float: left;
	height: 63px;
	width: 736px;
}
  
#primaryNavigation ul li {
  float: left;
}

#primaryNavigation ul li a {
  display: block;
  height: 63px;
  text-indent: -9999px;
	}

#primaryNavigation ul li#home-nav a {
  background: transparent url(/i/toplevel/homepage/global-nav2.gif) -29px -106px no-repeat;
  width: 70px;
}

#primaryNavigation ul li#home-nav a:hover {
  background: transparent url(/i/toplevel/homepage/global-nav2.gif) -29px -275px no-repeat;
}

#primaryNavigation ul li#admission-nav a {
  background: transparent url(/i/toplevel/homepage/global-nav2.gif) -99px -106px no-repeat;
  width: 94px;
}

#primaryNavigation ul li#admission-nav a:hover {
  background: transparent url(/i/toplevel/homepage/global-nav2.gif) -99px -275px no-repeat;
}

#primaryNavigation ul li#academics-nav a {
  background: transparent url(/i/toplevel/homepage/global-nav2.gif) -193px -106px no-repeat;
  width: 90px;
}

#primaryNavigation ul li#academics-nav a:hover {
  background: transparent url(/i/toplevel/homepage/global-nav2.gif) -193px -275px no-repeat;
}

#primaryNavigation ul li#blog-nav a {
  background: transparent url(/i/toplevel/homepage/global-nav2.gif) -283px -106px no-repeat;
  width: 63px;
}

#primaryNavigation ul li#blog-nav a:hover {
  background: transparent url(/i/toplevel/homepage/global-nav2.gif) -283px -275px no-repeat;
}



#primaryNavigation ul li#life-nav a {
  background: transparent url(/i/toplevel/homepage/global-nav2.gif) -346px -106px no-repeat;
  width: 109px;
}

#primaryNavigation ul li#life-nav a:hover {
  background: transparent url(/i/toplevel/homepage/global-nav2.gif) -346px -275px no-repeat;
}


#primaryNavigation ul li#library-nav a {
  background: transparent url(/i/toplevel/homepage/global-nav2.gif) -455px -106px no-repeat;
  width: 74px;
}

#primaryNavigation ul li#library-nav a:hover {
  background: transparent url(/i/toplevel/homepage/global-nav2.gif) -455px -275px no-repeat;
}

#primaryNavigation ul li#athletics-nav a {
  background: transparent url(/i/toplevel/homepage/global-nav2.gif) -529px -106px no-repeat;
  width: 85px;
}

#primaryNavigation ul li#athletics-nav a:hover {
  background: transparent url(/i/toplevel/homepage/global-nav2.gif) -529px -275px no-repeat;
}


#primaryNavigation ul li#offices-nav a {
  background: transparent url(/i/toplevel/homepage/global-nav2.gif) -614px -106px no-repeat;
  width: 79px;
}

#primaryNavigation ul li#offices-nav a:hover {
  background: transparent url(/i/toplevel/homepage/global-nav2.gif) -614px -275px no-repeat;
}

#primaryNavigation ul li#about-nav a {
  background: transparent url(/i/toplevel/homepage/global-nav2.gif) -693px -106px no-repeat;
  width: 70px;  
}

#primaryNavigation ul li#about-nav a:hover {
  background: transparent url(/i/toplevel/homepage/global-nav2.gif) -693px -275px no-repeat;
}



#primaryActions {
	background: transparent url(/i/toplevel/homepage/global-nav2.gif) -765px -106px no-repeat;
  float: left;
  width: 244px;
}

#primaryActions ul {
}

#primaryActions ul li {
  display: inline;
  float: left;
}

#primaryActions ul li a {
  display: block;
  height: 63px;
  text-indent: -9999px;
}

#primaryActions ul li#request-info a {
  background: transparent url(/i/toplevel/homepage/global-nav2.gif) -765px -106px no-repeat;
  width: 108px;
}

#primaryActions ul li#visit a {
  background: transparent url(/i/toplevel/homepage/global-nav2.gif) -873px -106px no-repeat;
  width: 50px;
}

#primaryActions ul li#apply a {
  background: transparent url(/i/toplevel/homepage/global-nav2.gif) -923px -106px no-repeat;
  width: 58px;
}



/* +Content
--------------------------------------------- */
#contentA {
  background: #fff;
  margin: 0 auto 18px auto; 
  width: 940px;
}

#homePromoShell {
/*  float: left; */
  height: 377px;
/*  width: 627px; */
}

#altNav {
  background: transparent url(/i/homepage/audienceNav1.gif) no-repeat 0 0;
  float: right;
  height: 377px;
  width: 313px;
}

p.blurb a.about {
	display: block; 
	text-indent: -9999px; 
	height: 130px; 
	}


#altNav p.about {
  text-indent:  -9999px;
}

#altNav ul {
/*  margin: 140px 15px 0 25px; */
  margin: 0 15px 0 25px;
}

#altNav ul li {
  margin: 0 0 4px 0;
}
  
#altNav ul li a { 
  display: block;
  height: 1em;
  padding: 10px 0 9px 0;
  text-indent: -9999px;
}

/* 
#altNav p a:hover {   
  background: transparent url(/i/homepage/audienceNav1.gif) no-repeat 0 -377px;
}
*/

#altNav ul li.future a:hover {   
  background: transparent url(/i/homepage/audienceNav1.gif) no-repeat -25px -517px;
}

#altNav ul li.admitted a:hover {   
  background: transparent url(/i/homepage/audienceNav1.gif) no-repeat -25px -550px;
}

#altNav ul li.current a:hover {   
  background: transparent url(/i/homepage/audienceNav1.gif) no-repeat -25px -583px;
}

#altNav ul li.parents a:hover {   
  background: transparent url(/i/homepage/audienceNav1.gif) no-repeat -25px -616px;
}

#altNav ul li.faculty a:hover {   
  background: transparent url(/i/homepage/audienceNav1.gif) no-repeat -25px -649px;
}

#altNav ul li.alum a:hover {   
  background: transparent url(/i/homepage/audienceNav1.gif) no-repeat -25px -682px;
}

#altNav ul li.work a:hover {   
  background: transparent url(/i/homepage/audienceNav1.gif) no-repeat -25px -715px;
}

 
 
#contentB {
  background: #fff;
  margin: 0 auto 18px auto; 
  padding: 0 0 45px 0;
  width: 940px;  
	line-height: 1.3em;
	}


/* +Slider
--------------------------------------------- */
div.panel {  
  height: 377px;
}

div.panel div.popularLinks {
  background: #fff;
  float: left;
  height: 96px;
  position: relative;
  top: 281px;
  width: 296px;
}

div.panel div.popularLinks h3 {
  color: #8bc10c;
  float: left;
  font-size: 1.1em;
  margin: 32px 47px 0 20px;
  text-transform: uppercase;
}

div.panel div.popularLinks ul {
  float: left;
  font-size: 1.1em;
  margin: 17px 0 0 0;
}  

div.panel div.popularLinks ul li {
  margin: 0 0 4px 0;
}

div.panel div.popularLinks ul a {
  color: #3c3b3a;
  text-decoration: none;
}

div.panel div.panelNav {
  background: #6297cb;
  float: right;
  height: 377px;
  width: 312px;
}

div.panel div.panelNav h2 {
  background: #3f82c0;
  color: #c0d6eb;
  font: normal 30px georgia;
}

div.panel div.panelNav h2 a {
  color: #c0d6eb;
  display: block;
  padding: 40px 0 26px 42px;  
  text-decoration: none;
}

div.panel div.panelNav h2 a:hover {
    background-color: #306CA6;
    color: #fff;
    }

div.panel div.panelNav h2 .small {
  color: #fff;
}

div.panel div.panelNav ul {
  margin: 8px 73px 0 42px;
}

div.panel div.panelNav ul li {  
  border-bottom: 1px solid #80abd5;
  color: #fff; 
}

div.panel div.panelNav ul li.noBorder {  
  border: 0;
}

div.panel div.panelNav ul li.morePadding {  
  padding: 30px 0 0 0;
}                    

div.panel div.panelNav ul li select {  
  margin: 0 6px 0 0;
}

div.panel div.panelNav ul li a {
	color: #fff;
	display: block;
	padding: 5px 0;
	text-decoration: none;
	font-size: 11px;
	line-height: 1.2em;
	}

div.panel div.panelNav ul li a:hover {
color: #eefb98;
}

/* default hide - put css in page head to show for sections */
div.panel div.panelNav ul.subnav {
	display: none;
	}

#home-panel .inner-panel {
  float: left;
  width: 627px;
  margin: 0 auto;
  position: relative;
}





/* persistant panels */

#home-panel  #home-admission {
	background: transparent url('/i/toplevel/homepage/promos/persistent/home-promo-admission.jpg') no-repeat scroll 0 0;
	}

#home-panel  #home-majors {
	background: transparent url('/i/toplevel/homepage/promos/persistent/home-promo-majors.jpg') no-repeat scroll 0 0;
	}
	
#home-panel  #home-visit {
	background: transparent url('/i/toplevel/homepage/promos/persistent/home-promo-visit.jpg') no-repeat scroll 0 0;
	}
	

	

/* time-based panels */

#home-panel  #home-transfer {
	background: transparent url('/i/toplevel/homepage/promos/cyclic/home-promo-transfer.jpg') no-repeat scroll 0 0;
	}

#home-panel  #home-commencement {
	background: transparent url('/i/toplevel/homepage/promos/cyclic/home-promo-commencement.jpg') no-repeat scroll 0 0;
	}

#home-panel  #home-commencement-live {
	background: transparent url('/i/toplevel/homepage/promos/cyclic/home-promo-commencement-live.jpg') no-repeat scroll 0 0;
	}
	
#home-panel  #home-graduates {
	background: transparent url('/i/toplevel/homepage/promos/cyclic/home-promo-graduates.jpg') no-repeat scroll 0 0;
	}	

#home-panel  #home-lc {
	background: transparent url('/i/toplevel/homepage/promos/cyclic/home-promo-lc.jpg') no-repeat scroll 0 0;
	}
	
#home-panel  #home-commworks {
	background: transparent url('/i/toplevel/homepage/promos/cyclic/home-promo-commworks.jpg') no-repeat scroll 0 0;
	}	
	

#home-panel  #home-summer {
	background: transparent url('/i/toplevel/homepage/promos/cyclic/home-promo-summer.jpg') no-repeat scroll 0 0;
	}	
	
#home-panel  #home-orientation {
	background: transparent url('/i/toplevel/homepage/promos/cyclic/home-promo-orientation.jpg') no-repeat scroll 0 0;
	}	
	

/* misc panels */



/* old panels */
#home-panel  #home-mew {
	background: transparent url(/i/homepage/panels/inner/panel-mew-bg.jpg) no-repeat scroll 0 0;
	}
#home-panel  #home-mew p {
	background: transparent url(/i/homepage/panels/inner/panel-mew-text.gif) no-repeat scroll 0 0;
	}


#home-panel  #home-athletics {
	background: transparent url(/i/homepage/panels/inner/panel-athletics-bg.jpg) no-repeat scroll 0 0;
	}

#home-panel #home-athletics p {
	/* background: transparent url(/i/homepage/panels/inner/panel-athletics-text.gif) no-repeat scroll 0 0; */
	}

	
#home-panel  #home-five {
	background: transparent url(/i/homepage/panels/inner/panel-admission-bg.jpg) no-repeat scroll 0 0;
	}
	
#home-panel #home-five p {
	background: transparent url(/i/homepage/panels/inner/panel-admission-text.gif) no-repeat scroll 0 0;
	}	



/* full image link */
#home-panel  div.inner-panel p {
	left:0;
	position:relative;
	top:0;
	width:auto;
	padding: 0;
	margin: 0;
	}

#home-panel  div.inner-panel p a {
	display: block;
	height: 377px;
	width: 575px;
	text-indent:-9999px;
	}


div#homePromoShell {
	overflow: hidden;
	}



/* == top promo features == */

body.lvl1 #featurebox {
	height: 377px; 
	width: 627px;
	position: relative;
	overflow: hidden;
	margin: 0;
	float: left;
	}

body.lvl1 #featurebox #slideshow {
/* 	overflow: hidden; */
	height: 350px;
	z-index: 50;
	}


.lvl1 #featurebox .feature {
	height: 350px;
	width: 627px;
	margin-bottom: 27px;
	cursor: pointer;
	position: relative;
	display: block;
	}
	
	
.lvl1 #featurebox .feature .fcontent {
	text-indent: -9999px;
	}
	
	
/* featurebox content styling - homepage is done with images

.lvl1 #featurebox .feature .fcontent {
	background: transparent url(/i/general/backgrounds/bg-transparentsmoke2.png) repeat 0 0;
	color: #fff;
	height: 300px;
	padding: 25px 30px;
	position: absolute;
	top: 0;
	right: 0;
	width: 320px;
	font-size: .95em;
	}	
	
.lvl1 #containerInternal #featurebox .right .fcontent {
	right: 0;
	}	

.lvl1 #containerInternal #featurebox .left .fcontent {
	left: 0;
	}

.lvl1 #featurebox .feature h2 {
	font-size: 19px;
	line-height: 1.2em;
	color: #694671;
	margin-bottom: 3px;
	}
	
.lvl1 #featurebox .feature h3 {
	font-size: 22px;
	line-height: 1.3em;
	margin-bottom: 10px;
	color: #fff;
	}
	
.lvl1 #featurebox .feature p {
	line-height: 1.5em;
	margin: 0 0 5px 2px;
	color: #fff;
	}

.lvl1 #featurebox .fcontent ul {
	padding-top: 10px;
	}

.lvl1 #featurebox .fcontent ul li {
	border-bottom: 1px solid #999;
	color: #ddd;
	margin: 0 0 7px 0;
	padding: 0 0 7px 0;  
	line-height: 1.5em;
	}  

.lvl1 #featurebox .fcontent  a,
.lvl1 #featurebox .fcontent  a:visited {
	color: #e5550d;
	display: inline;
	font-weight: bold;
	text-decoration: none;
	}

.lvl1 #featurebox .feature .moreButton {
	position: absolute;
	right: 35px;
	bottom: 25px;
	}
*/	
	

.lvl1 #featurebox #paginator {
	background: transparent url('/i/general/backgrounds/bg-transparentblue2.png') 0 0 repeat;
	height: 17px;
	padding: 10px 0 0 280px;
	position: relative;
	z-index: 100;
	}

.lvl1 #featurebox #paginator li {
	float: left;
	padding: 0 5px;
	}

.lvl1 #featurebox #paginator a {
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	background: transparent url('/i/general/bullets/bullet-feature_off.png') 0 0 no-repeat;
	}
	
.lvl1 #featurebox #paginator li.activeLI a {
	background: transparent url('/i/general/bullets/bullet-feature_on.png') 0 0 no-repeat;
	}


/* hide from non-js people : reverse styles w js */
.lvl1 #featurebox #paginator, 
.lvl1 #featurebox #paginator li {
	display: none;
	}







/* +News fader ------------------------------- */
#newsContainer {
  background: #f2efea;
  margin: 0 0 20px 0;
  padding: 10px 23px 10px 23px;
}

#newsContainer ul.social li a {
	float: right;
	margin: 0 3px;
	display: block;
	height: 20px;
	width: 20px;
	text-indent: -9999px;
	}

#newsContainer .twitterLink {
	background: transparent url('/i/homepage/icons-social-spt2.gif') no-repeat 0 0;
	}

#newsContainer .facebookLink {
	background: transparent url('/i/homepage/icons-social-spt2.gif') no-repeat 0 -25px;
	}

#newsContainer .rssLink {
	background: transparent url('/i/homepage/icons-social-spt2.gif') no-repeat 0 -50px;  
	}

#newsContainer .foursquare{
	background: transparent url('/i/homepage/icons-social-spt2.gif') no-repeat 0 -74px;  
	}

#newsContainer h2 {
  border-right: 1px solid #999;
  color: #666;
  float: left;
  font-size: 1.2em;
  font-weight: bold;
  margin: 4px 12px 0 0;
  padding: 0 10px 0 0;
}

#newsContainer h2 a {
  color:  #666;
  text-decoration:  none;
}

#newsContainer h2 a:hover {
  text-decoration:  underline;
}

#newsFader {
  padding: 4px 0;
}

#newsFader ul li a {
  color: #000;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: none;
}

#newsFader ul li a:hover {
  text-decoration: underline;
}

#newsFader ul li {
	display: none;
	height: 1.5em;
    overflow: hidden;
	text-overflow: ellipsis;    
	}

#newsFader ul li:first-child {
	display: block;
	}



/* +colB-wide ------------------------------- */

#colB-wide {
	float: left;
	margin: 10px 0 0 0;
	padding:0 25px 0 23px;
	width:555px;
	}

#colB-wide h2 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 0 0 20px 0;
	}

#colB-wide h3 {
	font-size: 16px;
	line-height: 1.5em;
	font-weight: bold;
	margin: 0 0 5px 0;
	}

#colB-wide p {
	font-size:12px;
	margin: 0 0 20px 0;
	color:#222;
	}





/* +colB-narrow ------------------------------- */


#colB-narrow {
	float: left;
	padding: 0 10px 0 15px;
	width: 270px;
	}

#colB-narrow h2 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 0 0 20px 0;
	padding: 0 0 8px 0 !important;
	line-height: 1.3em;
	color: #000 !important;
	background-color: transparent !important;
	}



/* blog posts */

#contentB .post img {
	margin-bottom: 10px;
	padding:8px 0 8px 8px;
	}
	
#contentB .post:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
	


/* post-it info form */

#contentB .infoform {
	height: 158px;
	padding: 28px 0 0 26px;
	width: 280px;
	background: #fff url('/i/toplevel/homepage/bg-post-it.png') no-repeat 0 0; 
	}

#contentB .infoform h2 {
	margin: 0 0 5px 0;
	}
	





/* +Admissions events New ------------------------------- */

#admissionsEventsNew {
	margin: 30px 0 0 10px;
	border-bottom: 2px solid #ddd;
	}

#admissionsEventsNew h2 {
	font-size: 14px;
	font-weight: bold;
	float: none;
	margin: 0 0 5px 0;
	}

#admissionsEventsNew #eventsNav {
  float:  right;
}

#admission-calendar {
    margin: 10px 0;
}

#contentB #admissionsEventsNew form {
	margin-bottom: 6px;
	}
	
#contentB #admissionsEventsNew select {
	float: none;
	font-size: 10px;
	width: 270px;
	}


#admissionsEventsNew table {
	width: 100%;
	border-collapse: separate;
	border-bottom:1px solid #ddd;
	}

#admissionsEventsNew table td,
#admissionsEventsNew table th {
	padding: 10px;
	font-size: 13px;
	line-height: 1.3em;
	}

#admissionsEventsNew table th {
  display: none;
}

#admissionsEventsNew table th.date {
 width: 40px;
}

#admissionsEventsNew table th.event {
  width: auto;
}

#admissionsEventsNew table tr td {
	vertical-align: middle;
	border-top: 1px solid #ddd;
	}

#admissionsEventsNew table tr.alt td {
	background-color: #F3F6FB;
	}

#admissionsEventsNew table tr.over td {
	background-color: #FEFCE1;
	}


#admissionsEventsNew table td span.month {
	background: none;
	color:#000;
	display:block;
	font-size:10px;
	font-weight:bold;
	padding:0;
	text-align:center;
	text-transform: none;
	width:21px;
	}
	
#admissionsEventsNew table td span.date {
	background: none;
	color: #000;
	display: block;
	font-size: 16px;
	font-weight: bold;
	height: 30px;	
	line-height: 1.6em;
	padding: 0;
	text-align: center;
	width: 21px;
	}	
	
  
#admissionsEventsNew table a {
	color: #0d65c4;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	display:inline;
	height: auto;
	padding: 0;
	background:none;
	}




#admissionsEventsNew div.no-events p {
	color: #000;
	font-size: 12px;
	margin: 0 20px;
	width: 450px;	
	}




/* +Content B side column
------------------------------- */

#contentB #col2 {
	/* background: transparent url("/i/homepage/seal.gif") no-repeat right bottom; */
	float: left;
	padding: 0 10px 0 15px;
	width: 288px;
}
#contentB #col2 h2 {
  font-size: 1.5em;
  font-weight: bold;
  margin: 0 0 20px 0;
 line-height: 1.3em;
 }




/* +Profile features ------------------------------- */
#newsFeaturesShell {
  margin: 0 0 0 23px;
}

#newsFeaturesShell .feature {
  color: #fff;
  float: left;
  width: 275px;
}

#newsFeaturesShell .middle {
  margin: 0 35px;
}

#newsFeaturesShell .feature h2 {  
  background: #000;
  color: #fff;
  padding: 7px 14px 0 14px;
}

#newsFeaturesShell .feature h3 {  
  background: #000;
  color: #fff;
  padding: 3px 14px 7px 14px;
}

#newsFeaturesShell .feature p {
  background: #fff;
  color: #666;
  font-size: 1.1em;
  line-height: 120%;
  padding: 10px 0 0 0;
}

#newsFeaturesShell .feature p a {
  color: #2a77cb;
  font-weight: bold;
  text-decoration: none;
}

#newsFeaturesShell {margin: 0 15px 0 0;}
#contentB .feature {width: 275px; float: none;}
#contentB #newsFeaturesShell a.img {display: block; line-height: 0;}
#contentB #newsFeaturesShell h2 {background-color: #000; color: #fff; padding: 7px 14px; margin: -4px 0 0 0;}
#contentB #newsFeaturesShell h2 a {color: #fff; text-decoration: none; margin: 0 0 10px 0;}


/* +Contact ------------------------------- */


body #container #contentB form.request-info h3, 
body #container #content form.request-info h3 {
	font-size: 13px !important; 
	margin-bottom: 15px !important;
	}

body #container #contentB form.request-info h3 label, 
body #container #content form.request-info h3 label {
	font-size: 13px !important;
	}

body #container #contentB form.request-info p, 
body #container #content form.request-info p {
	margin-bottom: 5px;
	}


#contact {
	background: url(/i/homepage/seal.gif) right bottom no-repeat;
	float: left;
	margin:30px 0 0;
	padding:0 10px 0 0;
	width:280px;
	}

#contact h2 {
  font-size: 1.5em;
  font-weight: bold;
  margin: 0 0 20px 0;
}

.bottomtools .vcard {
  margin: 50px 0 15px 0;
}

.bottomtools h1.org {
  font-size: 1.1em;
  font-weight: bold;
  margin: 0 0 2px 0;
}

.bottomtools p.adr {
  color: #666;
  font-size: 1.1em;
  line-height: 120%;
}

.bottomtools ul {
  margin: 13px 0;
}

.bottomtools ul li {
  display: inline;
  font-size: 1.1em;
  margin: 0 10px 0 0;
}

.bottomtools p {
  font-size: 1.1em;
  line-height: 120%;
}

.bottomtools a {
  color: #2a77cb;
  text-decoration: none;
}



/* +Forms
--------------------------------------------- */
form fieldset, form legend {
	/*color: #693; */
}

form label {
  color: #333;
	font-size: 1.1em;
  font-weight: bold;
}

form input, form textarea {
/*	border: 1px solid #ccc;
	color: #666;
	padding: 0.2em; */
}

form .tip {
	color: #999;
}

dl {
  margin: 0 0 10px 0;
}

dl dt {
  margin: 0 0 4px 0;  
}

dl dd {
  margin: 0 0 14px 0;
}

dl dd input {
  width: 275px;
}



/* +SiteMap
--------------------------------------------- */

#sitemap {
	color: #fff;
	font-size: 12px;
	line-height: 1.3em;
	background-color: #6297CB;
	margin: 0 auto 18px auto;
	width: 940px;
	border-top: 10px solid #5579A3;	
	position: relative;
	}
	

#sitemap h2 {
	display: none;
	}
	

	
#sitemap #breadcrumbs {	
	color: #87AFD1;
	background-color: #3F82C0;
	padding: 10px 10px 10px 30px;
	}
	
	
#sitemap #breadcrumbs ol {	
	list-style-type: none;
	}	

#sitemap #breadcrumbs ol li {	
	float: left;
	margin: 0 7px 0 0;
	}	

#sitemap #breadcrumbs a {
	color: #87AFD1;
	}

#sitemap #breadcrumbs a:hover {
	color: #fff;
	}
	
	
#sitemap .col {
	width: 192px;
	float: left;
	padding: 20px;
	}
	
#sitemap .col h3 {
	margin-bottom: 7px;
	}

#sitemap .col h3 a {
	font-weight: bold;
	color: #E1EBF7;
	}
	
#sitemap .col h3 a:hover {
	color: #fff;
	}	


#sitemap .cola {
	padding-left: 30px;
	}

#sitemap ul {
	margin-bottom: 10px;
	}
	
#sitemap ul li {
	line-height: 1.3em;
	padding-bottom: 4px;
	}	
	
#sitemap a {
	color: #ADCFE1;
	}

#sitemap a:hover {
	color: #fff;
	}


#sitemap:after, 
#sitemap #breadcrumbs:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	}





#container ul.social li {
	float: right;
	padding: 0 5px;
	}			

#container ul.social a {
	display: block;
	text-indent: -9999px;
	width: 20px;
	height: 20px;
	}
	
#container ul.social a.twitter {
	background: transparent url("/i/general/icons/icons-social-spt.png") no-repeat scroll 0 0;
	}

#container ul.social a.facebook {
	background: transparent url("/i/general/icons/icons-social-spt.png") no-repeat scroll 0 -25px;
	}

#container ul.social a.youtube {
	background: transparent url("/i/general/icons/icons-social-spt.png") no-repeat scroll 0 -75px;
	}

#container ul.social a.foursquare {
	background: transparent url("/i/general/icons/icons-social-spt.png") no-repeat scroll 0 -100px;
	}



#sitemap ul.social {
	overflow: hidden;
	position: absolute;
	right: 100px;
	}		


/* +Footer
--------------------------------------------- */
#footer {
    background: #a9c1d8 url(/i/homepage/footer-edge.png) repeat-x;
    padding: 28px 0 12px 0;
    text-align: center;
}

#footer p {
	color: #fff;
	padding: 0;
	}


#footer #footerContainer {
    color: #fff;
    margin: 0 auto;
    padding: 0 23px;
    text-align: left;
    width: 894px;
}

#footer .footertools {
    float: left;
    width: 589px;  
}

#footer .footertools img {
    float: left;
    margin: 0 15px 0 0;
}

#footer .footertools .footerInfo {
    float: left;
    padding: 13px 0 0 0;
}

#footer .footertools p {
    margin: 5px 0 0 0;
}

#footer ul,
#footer ul {
    margin: 10px 0 0 0;
}

#footer li {
    border-right: 1px solid #fff;
    display: inline;
    float: left;
    margin: 0 7px 0 0;
    padding: 0 7px 0 0;
}

#footer li.last {
	border: none;
	}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}  

#footer .colophon {
    float: right;
    padding: 18px 0 0 35px;
    /*    width: 242px; */
}

/* +Form buttons
--------------------------------------------- */

button.searchButton {
	height: 20px; 
	width: 60px; 
	border: none; 
	cursor: pointer; 
	background: transparent url(/i/general/buttons/search.gif) 0 0 no-repeat; 
	text-indent: -9999px;
}

button.searchButton:hover { 
	background: transparent url(/i/general/buttons/search.gif) 0 -20px no-repeat; 
}
	
button.submitButton {
	height: 28px; 
	width: 90px; 
	border: none; 
	cursor: pointer; 
	background: transparent url(/i/general/buttons/submit.gif) 0 0 no-repeat; 
	text-indent: -9999px;
}

button.submitButton:hover { 
	background: transparent url(/i/general/buttons/submit.gif) 0 -27px no-repeat; 
}
	
button.nextButton {
	height: 28px; 
	width: 90px; 
	border: none; 
	cursor: pointer; 
	background: transparent url(/i/general/buttons/next.gif) 0 0 no-repeat; 
	text-indent: -9999px;
}

button.nextButton:hover { 
	background: transparent url(/i/general/buttons/next.gif) 0 -27px no-repeat; 
}
	
button.goButton {
  	height: 19px; 
  	width: 38px; 
  	border: none; 
  	cursor: pointer; 
  	background: transparent url(/i/general/go-button.gif) 0 0 no-repeat; 
  	text-indent: -9999px;
}

button.goButton:hover { 
  	background: transparent url(/i/general/go-button.gif) 0 -20px no-repeat; 
}	
	

/* Rounded Buttons - Thanks to http://www.oscaralexander.com/tutorials/how-to-make-sexy-buttons-with-css.html  */	

.button {
    background: transparent url(/i/general/buttons/grey/bg_button_a.png) no-repeat scroll top right;
    color: #444 !important;
    clear: both;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

.button span {
    background: transparent url(/i/general/buttons/grey/bg_button_span.png) 0 -1px no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

.button:active {
    background-position: bottom right;
    color: #000;
    outline: none !important; /* hide dotted outline in Firefox */
}

.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px !important; /* push text down 1px */
}
	
	
/* Form/Interactive Buttons - Thanks to http: //particletree.com/features/rediscovering-the-button-element */

.buttons a, .buttons button  {   
	display: block;
	margin: 0 7px 0 0;
	background-color: #f5f5f5;
	border: 1px solid #dedede;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	font-size: 1.2em;
	line-height: 130%;
	text-decoration: none;
	font-weight: bold;
	color: #565656;
	cursor: pointer;
	padding: 5px 10px 6px 7px; /* Links */
}

.buttons button {   
	width: auto;
	overflow: visible;
	padding: 4px 10px 3px 7px; /* IE6 */
}

.buttons button[type] {   
	padding: 5px 10px 5px 7px; /* Firefox */
	line-height: 17px; /* Safari */
}

*: first-child+html button[type] {   
	padding: 4px 10px 3px 7px; /* IE7 */
}

.buttons button img, .buttons a img {   
	margin: 0 5px -3px 0 !important;
	padding: 0;
	border: none;
	width: 16px;
	height: 16px;
}	


/* +Miscellaneous
--------------------------------------------- */

p#skipNavigation, 
p#toSitemap {
  display: none;
}

.hidden {
  display: none;
}

.highlight {
	background: #fffcda;
	padding: 0;
}

.callout {
	background: #ffffda;
	border: 2px solid #faf9b5;
}
	
.callout a {
		font-weight: bold;
}

a img {
  border: 0;
}

.ui-tabs-hide { display: none; }

.rightie {
	float: right;
	padding-left: 4px;
	}



	
	
/* +Thickbox
--------------------------------------------- */

body.thickbox {
	background: none;
	border-top: none;
	}
	

body #TB_window #TB_title {
	background-color: #aecd18;
	}

body #TB_window #TB_title a {
	color: #000;
	font-weight: bold;
	background: transparent url(/i/toplevel/general/buttons/thickbox-close.gif) no-repeat right -1px;
	padding-right: 20px;
	}
	
			
body #TB_ajaxContent {
	background-color: #fff;
	}


body #thickbox #container {
	width: 575px;
	margin: 0 auto;
	text-align: left;
	}

body #thickbox #header {
	display: none;
	width: 575px; 
	height: 90px;
	}



body #thickbox #content {
	padding: 20px 0 0 0;
	}
	
body #thickbox #content a {
	color:#4587C4;
	text-decoration:none;
	}	
	
body #thickbox #content a:hover {
	color:#CC4222;
	text-decoration:underline;
	}
	
	
	
body #thickbox #contentA {
	width: 320px !important; 
	padding: 0px 20px;
	border-right:1px solid #DEDEDE;
	float: left;
	background-color: #fff;
	background-image: none;
	box-shadow: none;
	}
	
body #thickbox h2 {
	color: #C74427;
	font-size: 30px; 
	font-weight: bold; 
	line-height: 1.2em; 
	padding-top: 0px;
	margin-bottom: 15px;
	}
	
body #thickbox #contentA h3 {
	font-size: 15px;
	line-height: 1.4em;
	margin: 5px 0 7px 0;
	font-weight: bold;
	}
	
body #thickbox #contentA p {
	margin-bottom: 20px;
	}	

body #thickbox p {
	font-size: 12px;
	line-height: 1.4em;
	margin: 0 0 5px 0;
	}
	
body #thickbox #contentA ul {
    font-size: 12px;
    margin: 10px 0 15px 30px;
    padding: 0;
    }
    
body #thickbox #contentA ul li {
    background: url("https://www.simmons.edu/i/general/bullets/bullet-red.png") no-repeat scroll 0 7px transparent;
    line-height: 1.6em !important;
    margin: 0 0 8px;
    padding-left: 10px;
    }	
	
	
body #thickbox form fieldset {
	border: none; 
	margin-top: 0; 
	padding: 0;
	}		
	
body #thickbox form label.required, .required {
	font-weight: bold;
	}

body #thickbox form label {
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0 !important;
	}

body #thickbox form dl.overhead dt, 
body #thickbox form dl.overhead dd {
	display: block;
	float: none;
	width: 100%;
	}
 
body #thickbox form dl.overhead dd {
	margin-bottom: 20px;
	}

body #thickbox button.nextButton:hover {
	background: transparent url(/i/general/buttons/next.png) no-repeat scroll 0 -27px;
	}
	
body #thickbox button.nextButton {
	background: transparent url(/i/general/buttons/next.png) no-repeat scroll 0 0;
	border: none;
	cursor: pointer;
	height: 28px;
	text-indent: -9999px;
	width: 90px;
	}
	
body #thickbox form button {
	margin: 10px 0 0 !important;
	}	
	
	
body.programs #thickbox #contentBtb {
	display: block;
	}

body #thickbox #contentBtb {
	margin-top: 30px;
	width: 175px;
	float:left;
	padding:0 10px 0 20px;
	}

body #thickbox #contentBtb h3 {
	color: #000;
	font-size: 13px;
	margin: 0 0 5px 0;
	font-weight:bold;
	line-height:1.2em;	
	}
	
body #thickbox #contentBtb h4 {
	color: #000;
	font-size: 12px;
	margin: 20px 0 0 0;
	font-weight: bold;
	line-height: 1.2em;	
	}	

body #thickbox #contentBtb p {
	color: #000;
	font-size: 11px;
	line-height: 1.2em !important;
	margin: 0 0 20px 0;
	}


body #thickbox #contentBtb .callout {
	padding:10px 15px;
	}

body #thickbox #contentBtb .callout li {
	padding: 2px 0;
	}

body #thickbox #contentBtb .callout a {
	line-height: 1.3em;
	font-weight: normal;
	}


.width60 {
	width:60%;
	}
	
.hidden {
	display: none;
	}	


/* emergency and weather alert styles for HP */
#notification {
  position: absolute;
  left: 635px;
  top: 10px;
}



#notification img {
	border: 2px solid #2C6095;
	z-index: 1000;
	}

#notification a:hover img {
	border: 2px solid #fff;
	}	

	
/* +Javascript
--------------------------------------------- */

	
div#admissionsEventsNew form {
	display: none;
	}





/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:visible;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:#111;}

#colorbox{}
    #cboxTopLeft{width:14px; height:14px; background:url(/j/jquery/colorbox/images5/controls.png) 0 0 no-repeat;}
    #cboxTopCenter{height:14px; background:url(/j/jquery/colorbox/images5/border.png) top left repeat-x;}
    #cboxTopRight{width:14px; height:14px; background:url(/j/jquery/colorbox/images5/controls.png) -36px 0 no-repeat;}
    #cboxBottomLeft{width:14px; height:43px; background:url(/j/jquery/colorbox/images5/controls.png) 0 -32px no-repeat;}
    #cboxBottomCenter{height:43px; background:url(/j/jquery/colorbox/images5/border.png) bottom left repeat-x;}
    #cboxBottomRight{width:14px; height:43px; background:url(/j/jquery/colorbox/images5/controls.png) -36px -32px no-repeat;}
    #cboxMiddleLeft{width:14px; background:url(/j/jquery/colorbox/images5/controls.png) -175px 0 repeat-y;}
    #cboxMiddleRight{width:14px; background:url(/j/jquery/colorbox/images5/controls.png) -211px 0 repeat-y;}
    #cboxContent{background:#fff;}
        #cboxLoadedContent{margin-bottom:5px;}
        #cboxLoadingOverlay{background:url(/j/jquery/colorbox/images5/loading_background.png) center center no-repeat;}
        #cboxLoadingGraphic{background:url(/j/jquery/colorbox/images5/loading.gif) center center no-repeat;}
        #cboxTitle{position:absolute; bottom:-28px; left:0; text-align: left; font-weight:bold; color:#7C7C7C; padding: 0 30px 0 110px; line-height: 1.3em; height: 22px;}
        #cboxCurrent{position:absolute; bottom:-25px; left:58px; font-weight:bold; color:#7C7C7C;}
        
        #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{position:absolute; bottom:-29px; background:url(/j/jquery/colorbox/images5/controls.png) 0px 0px no-repeat; width:23px; height:23px; text-indent:-9999px;}
        #cboxPrevious{left:0px; background-position: -51px -25px;}
        #cboxPrevious.hover{background-position:-51px 0px;}
        #cboxNext{left:27px; background-position:-75px -25px;}
        #cboxNext.hover{background-position:-75px 0px;}
        #cboxClose{right:0; background-position:-100px -25px;}
        #cboxClose.hover{background-position:-100px 0px;}
        
        .cboxSlideshow_on #cboxSlideshow{background-position:-125px 0px; right:27px;}
        .cboxSlideshow_on #cboxSlideshow.hover{background-position:-150px 0px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px; right:27px;}
        .cboxSlideshow_off #cboxSlideshow.hover{background-position:-125px 0px;}
