/*	################ General element selectors ################ */

html {
	background-color: #e3e3e3;
	}

body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #282828;
	background-color: #E3E3E3;
	}

body.CS_Document { 
	background-color: #eeece7; /* was #F0EEE4; */
	margin: 0;
	padding: 0;
	/* panel background image pointer */
	}

/* Using div imgContainer to suppress underlining on linked images generated by a script off our site - e.g., 
the Verisign image link */
a.img, a:link.img, a:visited.img, a:hover.img, a:active.img,
div.imgContainer a, div.imgContainer a:link, div.imgContainer a:visited, div.imgContainer a:hover, div.imgContainer a:active {
	border: none;
	text-decoration: none;
	}

body.CS_Document pre {
	display: block;
	font-size: 1em;
	text-align: left;
	width: 500px;
	overflow: auto;
	}

/* Use for form submission confirmations that use the preformatted email text */	
pre.confirmation {
	font-family: verdana, arial, helvetica, sans-serif;
	line-height: 1.5em;
}

/* ################################ Pseudo Classes ################################ */
    
a, a:link {color: #b31b1b; border-bottom: 1px solid #e5cfcf; text-decoration: none;}

a:visited {border-bottom-color: #e5cfcf;}

a:hover {color: #EE1B1B; border-bottom: 1px solid #EE1B1B; text-decoration: none;}

a:active {color: #b31b1b;}

/*	######################################################################################
	Header Rules: top banner, campaign space, subSiteHeader/caption
	###################################################################################### */

div#superWrapper { /* for centering layout in IE5.x/Win, subsequent layout divs have 'text-align: left;' to compensate */
	margin: 0 auto;
	text-align: center;
	}
	
div#lockup {
	margin: 0;
	padding: 0;
	float: left;
	}

div#bannerContainer {
	width: 100%;
	height: 76px;
	margin: 0;
	padding: 0;
	background-color: #000;
	}
	
div#siteNavContainer {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #282828;
	}

div#bannerContainer div#banner {
	width: 850px;
	height: 70px;
	background-color: #000;
	background: #000 url(/images/3.jpg) no-repeat 0 center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
	
div#subSiteHeaderContainer {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #F8F8F6;
	/*background: url("/images/grayBckgrnd2x2.gif") repeat-y 942px 0;*/
	/* panel background image pointer */
	}

div#subSiteHeaderContainer div#CS_Element_subSiteHeader {
	width: 746px;
	height: 47px;
	/*background-color: #f8f8f6;*/  /* was F1F0EC */ 
	margin: 0 auto;
	padding: 0;
	/*background: url("/images/grayBckgrnd.gif") repeat-y right top;*/
	/*background: url("/images/ilrLogoGhost4.gif") no-repeat right 0;*/
	clear: both;
	background: url(/images/ilrRedGradient2.gif) no-repeat top right;
	/* panel background image pointer */
	}

div#campaignContainer {
	width: 100%;
	/*height: 144px;*/
	margin: 0;
	padding: 0;
	background-color: #f8f8f6;
	/*background: url("/images/grayBckgrnd2x2.gif") repeat-y 942px 0;*/
	}

div#campaignContainer div#CS_Element_campaignSpace {
	width: 746px;
	/*background-color: #f8f8f6;*/
	margin: 0 auto;
	padding: 0;
	/*background: url("/images/grayBckgrnd.gif") repeat-y right top;*/
	clear: both;
	/* panel background image pointer */
	}
	
div#campaignContainer div#CS_Element_campaignSpace img.campaign {
	width: 746px;
	height: 140px;
	margin: 0 0 3px 0;
	padding: 0;
	/*border: 1px solid #636467;*/
	}

div#CS_Element_pageContent {
	width: 746px; /* width 100% and margin 0 fixes panels */
	margin: 0 auto;
	padding: 0;
	clear: both;
	background-color: #eeece7;
	/* panel background image pointer */
	}



/* generalized zebra stripes */

.odd {
		background-color: #f8f8f6;
	}

.even {
		/* default background color */
	}
	
/* thumbnailList */

ul.thumbnailList {
	list-style: none;
	list-style-type: none;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	}

ul.thumbnailList li {
/* for Mac IE */
	margin: 0;
	padding: 10px 0 10px 0;
	line-height: 0;
	background: none;
	list-style-image: none;
	}

/* comment backslash hack \*/
ul.thumbnailList li {
	margin: 0;
	padding: 10px 0 10px 0;
	line-height: 0;
	background: none;
	list-style-image: none;
	clear: left;
	}
/* end hack */

ul.thumbnailList li img {
	float: left;
	border: 0;
	margin: 0;
	padding: 0 10px 10px 0;
	}

ul.thumbnailList li p {
	line-height: 1.6em;
	margin: 0 0 0 110px;
	padding: 0;
	}

.thumbnailList li h3 {
	margin: 0;
	padding: 0 0 0 110px;
	font-size: 1.0em;
	line-height: 1.6em;
	font-weight: normal;
	}

.thumbnailList li h4 {
	margin: 0;
	padding: 0 0 0 110px;
	font-size: 1.0em;
	line-height: 1.6em;
	font-weight: bold;
	}

.thumbnailList li h5 {
	margin: 0;
	padding: 0 0 5px 110px;
	font-size: 1.0em;
	font-weight: bold;
	line-height: 1.6em;
	color: #444;
	}

.thumbnailList li h5 a {
	color: #b31b1b;
	border-bottom: 1px solid #e5cfcf;
	text-decoration: none;	
	}

.thumbnailList li h5 a:hover {
	color: #f00;	
	border-bottom: 1px solid #f00;
	text-decoration: none;
}

.thumbnailList li ul {
	margin: 0;
	padding: 0 0 15px 0;
	list-style: none;
	list-style-type: none;
	float: left;
	width: 250px;
	}

.thumbnailList li ul li {
	margin: 0;
	padding: 3px 0 3px 10px;
	line-height: 1.4em;
    list-style-image: none;
	background: none;
	}

.thumbnailList li ul li.last {
	margin: 0;
	padding: 3px 0 0 10px;
	line-height: 1.4em;
    list-style-image: none;
	background: none;
	}

ul.apply {
	clear: both;
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
	}

ul.apply li {
	margin: 2px 0;
	padding: 2px 0 2px 20px;
	line-height: 1.5em;
	background: url(/stagingGradDegreePrograms/images/pencil5.gif) no-repeat 0 3px;
	}
	
ul.pdfList {
	/*clear: both;*/
	list-style: none;
	padding-bottom: 0;
	margin: 0;
	}

ul.pdfList li {
	margin: 2px 0;
	padding: 2px 0px 2px 25px;
	line-height: 1.4em;
	background: url(/style/images/pdfIcon.gif) no-repeat 0 3px;
	}

/* in use on ICCD */

ul.calendar {
	clear: both;
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
	}

ul.calendar li {
	margin: 2px 0;
	padding: 2px 0 2px 20px;
	line-height: 1.5em;
	background: url(/images/calendarIcon.gif) no-repeat 0 3px;
	}

/* Headings */

h1, h2, h3, h4, h5, h2, span.Heading_1, span.Heading_2, span.Heading_3, span.Heading_4, span.Heading_5 {
	margin: 13px 0 2px;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	color: #282828;
	}

/* 	Heading inside the gray box commonly used on bridge pages */

h1, span.Heading_1 {
	margin: 5px 0 0;
	font-size: 2em;
	line-height: 1.5em; 
	/*color: #444; - was #73736c;*/
	}
	
/* h2 with background stripes */
h2.bckgrndStripes { 
	font-size: 1.6em;
	/*background-color: #DCDCD9;*/ /* was #d9d9ce; */
	/*padding: 8px 12px;*/
	margin: 10px 0;
	background: url(/images/h2LinesBg2.gif) repeat;
	padding: 0.0625em 0.125em 0.25em 0.5em;
	border-top: solid 1px #d1d1d1;
	border-bottom: solid 1px #d1d1d1;
	clear: both;
	}
	
/* h2 with background stripes */
h2.enewsPageTitle { 
	font-size: 1.6em;
	font-weight: normal;
	letter-spacing: 1px;
	color: #f8f8f6;
	margin: 10px 0;
	background: url(/images/enewsPageTitle.gif) repeat;
	padding: 0.0625em 0.125em 0.25em 0.5em;
	border-top: solid 1px #ebd1cd;
	border-bottom: solid 1px #cfcfcf;
	clear: both;
	}
	
h2 a, h2 a:link, span.heading_2 a { 
	color: #444;
	border: none;
	clear: both;

}	
h2 a:hover {
	color: #000;
	border: none;
	text-decoration: none;
}

h2 a:active {
	color: #444;
	border: none;
	text-decoration: none;
}


h2, span.Heading_2	{ 
	font-size: 1.8em;
	background: none;
	border: 0;
	}

h3, span.Heading_3 {
	font-size: 1.5em;
	}
	
h4, span.Heading_4 { 
	/*padding-top: 15px;*/ /* using padding instead of margin for AOL */
	font-size: 1.2em;
	font-weight: bold;
	color: #444;
	}

h5, span.Heading_5 {
	font-size: 1.1em;
	font-weight: bold;
	color: #444;
	}

h5 a, span.Heading_5 a {
	color: #b31b1b;
	border-bottom: 1px solid #e5cfcf;
	text-decoration: none;	
	}

h5 a:hover, span.Heading_5 a:hover {
	color: #f00;	
	border-bottom: 1px solid #f00;
	text-decoration: none;
}

h6, span.Heading_6 {
	margin: 7px 0 0;
	padding: 0;
	color: #282828;
	font-size: 1em;
	font-weight: bold; 
	}

h1.tagLine {
	margin: 0;
	padding: 0;
	font-size:  1.4em;
	color: #646464;
	float: right;
	text-transform: none;
	/*letter-spacing: 0em;*/
	}

h1.tagLineLeft { /* used for ICCD subsite titles */
	margin: 0;
	padding: 0;
	font-size:  1.4em;
	color: #646464;
	float: left;
	text-transform: none;
	/*letter-spacing: 0em;*/
	}

h1.tagLineLeft a { /* used for ICCD subsite titles */
	margin: 0;
	padding: 0;
	color: #646464;
	float: left;
	text-transform: none;
	/*letter-spacing: 0em;*/
	border: 0;
	}

h1.tagLineLeft a:hover { /* used for ICCD subsite titles */
	margin: 0;
	padding: 0;
	color: #b31b1b;
	float: left;
	text-transform: none;
	/*letter-spacing: 0em;*/
	border: 0;
	}

h1.tagLineLeft a:active { /* used for ICCD subsite titles */
	margin: 0;
	padding: 0;
	color: #646464;
	float: left;
	text-transform: none;
	/*letter-spacing: 0em;*/
	border: 0;
	}
		
h1.sectionTitle {
	margin: 10px 0 0 0;
	padding: 0;
	font-size:  2em;
	line-height: 1.5em;
	float: left;
	text-transform: none;
	letter-spacing: 0em;
	display: inline;
	vertical-align: -50%;
	}
	
h1.sectionTitle a {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	float: left;
	color: #444;
	border: none;
	}

h1.sectionTitle a:hover {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	color: #b31b1b;
	border: none;
	}

/********************* Default Table  *****************************/

.mainContent table {
	width: 100%;
	border: 0;
	margin: 0;
	padding: 5px 0;
	}

.mainContent tr {
	margin: 0;
	padding: 0;
	}
	
.mainContent tr.headColor {
	background-color: #b8b6b1;
	}

.mainContent tr.alternateColor {
	background-color: #f8f8f6;
	}

.mainContent tr.alternateColorTwo {
	background-color: #e7e7e7;
	}
	
.mainContent th {
	border: 0;
	padding: 7px 10px 7px 5px;
	font-size: 1.2em;
	font-weight: normal;
	color: #757575;
	text-align: left;
	border-top: 1px solid #e3e3e3;
	}
	
.mainContent th.center {
	padding: 7px 10px 7px 0;
	text-align: center;
	}
	
.mainContent td {
	border: 0;
	padding: 7px 10px 7px 5px;
	line-height: 1.5em;
	border-top: 1px solid #e3e3e3;
	vertical-align: top;
	}

.mainContent td.center {
	padding: 5px 10px 5px 0;
	text-align: center;
	}
	
.mainContent td.top {
	padding: 6px 10px 5px 5px;
	vertical-align: top;
	}

.mainContent table tr td a.ilrPress { /* to remove the underline from ILR Press image thumbnails */
	border: 0;
	}

/********************* Table 2.0  *****************************/

.mainContent table.tabularContent {
	/*width: 570px;*/
	width: auto;
	border: 0;
	margin: 5px 0;
	padding: 0;
	border-left: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	}

.mainContent table.tabularContent tr {
	margin: 0;
	padding: 0;
	background-color: #f5f3ee;
	}

.mainContent table.tabularContent tr.alternateColor {
	background-color: #f8f8f6;
	}

.mainContent table.tabularContent tr.alternateColorTwo {
	font-weight: bold;
	color: #6f6f6f;
	background-color: #e3e3e3;
	}
	
.mainContent table.tabularContent tr.alternateColorThree {
	font-weight: normal;
	color: #6f6f6f;
	background-color: #e3e3e3;
	}
	
.mainContent table.tabularContent tr th {
	border: 0;
	padding: 7px 10px 7px 5px;
	font-size: 1.2em;
	font-weight: bold;
	color: #282828;
	text-align: left;
	border-top: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	}
	
.mainContent table.tabularContent tr th.center {
	padding: 7px 10px 7px 0;
	text-align: center;
	}
	
.mainContent table.tabularContent tr td {
	border: 0;
	padding: 7px 10px 7px 5px;
	line-height: 1.5em;
	border-top: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	vertical-align: top;
	}

.mainContent table.tabularContent tr td.center {
	padding: 5px 10px 5px 0;
	text-align: center;
	}
	
.mainContent table.tabularContent tr td.nowrap {
	white-space: nowrap;
	}
	
	
hr {
	height: 1px;
	border: 0;
	background-color: #ccc;
	}

hr.hidden {display: none;}
br.hidden {display: none;}

/* For elements whose display is dependent on an event */
.hidden {
	display: none;
	/* To make accessible to screenreaders, use this instead:
	position: absolute;
	left: -1500em; */
}

div#skipTo {
	position: absolute;
	top: -1000em;
	left: -1000em;
	}
	
code {
	font-size: 1.3em;
	color: green;
}



/* A captioned image gets class imagewcaption and either leftfloat or rightfloat */
/* Contains an image and a caption */
div.imagewcaption {
	text-align: center; /* center the caption on the image */
}
.leftfloat {
	float: left;
	margin-right: 15px; 
}
.rightfloat {
	float:right;
	margin-left: 10px; 
}

/* pdf, page, and other small icons */
img.icon {
	vertical-align: middle;
}

.caption {
	font-size:  0.9em;
	line-height: 1.5em;
	color: #646464;
	}

.SectionTitleCaption {
	/*margin: 28px 0 0 0;
	padding: 0; */
	margin: 0;
	padding: 28px 0 0 0;
	font-size:  0.8em;
	line-height: 1.5em;
	color: #000;
	float: right;
	}
	
p.quote, q.quote {
	margin: 0;
	padding: 0;
	font-weight: bold;
	line-height: 1.6em;
	}

p.quoteSource {
	display: block;
	font-size: 0.8em;
	font-weight: normal;
	line-height: 1.5em;
	color: #646464;
	margin: 5px 0 20px;
	padding: 0;
	}
	
div#CS_Element_pageContent img.floatText {
	float: left;
	margin: 2px 10px 10px 0 !important;
	padding: 0;
	border: 0;
	clear: both;
	}
	
p.floatText {
	float: left;
	margin: 10px 17px 10px 0;
	width: 370px;
	}

.pipe {color: #CCCBC8;}

.clear {clear: both; padding: 10px 0 0; _padding: 0;}

/*	#################### Footer #################### */

div#footerWrapper {
	height: 30px;
	margin: 0 auto;
	background-color: #BFBFBF;
	clear: both;
	}

div#footerContainer {
	width: 746px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	background-color: #BFBFBF;
	}

div#CS_Element_footer {
	height: 30px;
	margin: 0 auto;
	padding: 0;
	background-color: #BFBFBF;
	}

div#CS_Element_footer ul {
	margin: 0;
	padding: 10px 0 0;
	list-style: none;
	list-style-type: none;
	}

div#CS_Element_footer ul li {
	float: left;
	border-left: 1px solid #acacac;
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	font-size: 0.85em;
	line-height: 1em;
	background: none;
	}

div#CS_Element_footer li a { /* fixes centered/vertical list bug in IE 5.2.3/mac to horizontal */
	float: left;
	}
	
div#CS_Element_footer li.left {
	margin: 0;
	padding: 0;
	border-left: none;
	}
	
div#CS_Element_footer li.left a {
	float: none;
	}

div#CS_Element_footer a, div#CS_Element_footer a:link, div#CS_Element_footer a:visited {
	border-bottom-color: #ccadad;
	}

div#CS_Element_footer li.left a:hover {
	float: none;
	}
	
div#CS_Element_footer a:hover {
	border-bottom-color: #f00;
	}

div#CS_Element_footer a:active {
	border-bottom-color: #bf0000;
	}

div#footerLogoWrapper {
	height: 30px;
	margin: 0 auto;
	background-color: #e3e3e3;
	clear: both;
	}

div#footerLogoContainer {
	width: 746px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	background-color: #e3e3e3;
	}
	
div#footerLogoContainer img {
	float: right;
	border: none;
	margin-top: 10px;
	padding: 0;
	}

div#footerLogoContainer div.address {
	float: left;
	font-size: 0.85em;
	margin: 0;
	padding: 10px 0 0;
	}

/* #################### Header Search Box #################### */

#headerSearch {
/* For Mac IE 5 */
	text-align: right;
	margin: 25px 0 0 0;
	padding: 10px 0 0 0;
	clear: none;
	/*border: 1px solid #000;*/
	}
	
/* comment backslash hack \*/	
#headerSearch {
	margin: 25px 0 0 0;
	padding: 8px 0 0 0;
	float: right;
	clear: none;
	}
/* end hack */

form#headerSearch, div#headerSearch form {
	margin: 0;
	padding: 0;
	}
	
input.inputField {
	margin: 0;
	padding: 0;
	border: 1px inset #5A5A5A;
	background-color: #D3D3D3;
	font-size: 10px;
	color: #000;
	}

input.submit {
	margin: 0;
	padding: 0 2px;
	color: #F8F8F6; 
	background-color: #5A5A5A; /*#F8F8F6;*/
	border: 1px outset #393939;
	font-family: verdana, arial, geneva, helvetica, sans-serif;
    font-size: 10px;
	}

input.submit a:hover {
	margin: 0;
	padding: 0 2px;
	color: #b31b1b; 
	background-color: #5A5A5A; /*#F8F8F6;*/
	border: 1px outset #393939;
	font-family: verdana, arial, geneva, helvetica, sans-serif;
    font-size: 10px;
	}
	
/* #################### Main Header Nav #################### */

div#siteNavContainer div#siteNav {
	width: 950px;
	height: 26px;
	background-color: #282828;
	padding-top: 4px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
	
#siteNav ul {
	margin: 0;
	padding: 0;
	}

#siteNav ul li {
	margin: 0;
	padding: 0 24px 0 0;
	display: inline;
	list-style: none;
	background: none;
	float: left;
	}
	
#siteNav ul li#rightLink {
	margin: 0;
	padding: 0 0 0 5px;
	display: inline;
	float: left;
	}

#siteNav ul li a {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	
	font-size: 12px;
	font-weight: bold;
	color: #F8F8F6;
	text-align: center;
	text-decoration: none;
	border: none;
	}
	
#siteNav a:hover {
	color: #d22020;
	}
	
/* #################### Sub-site Nav #################### */

div#subSiteNavContainer {background-color: #b4b9cd;} /* old blue default: #cfd4e4 */

div#subSiteNavContainer #CS_Element_subSiteNav {
	padding: 0;
	height: 23px;
	width: 850px;
	background-color: #b4b9cd;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
	
#CS_Element_subSiteNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	}

#CS_Element_subSiteNav ul li {
	margin: 0;
	padding: 0;
	float: left;
	border-left: 1px solid #d7d7de; /* old blue default: #eeece7; */
	list-style: none;
	background: none;
	
	}

#CS_Element_subSiteNav ul li.rightLink {
	margin: 0;
	padding: 0;
	border-right: 1px solid #d7d7de; /* old blue default: #eeece7; */
	}

#CS_Element_subSiteNav ul li a { /* fixes centered/vertical list bug in IE 5.2.3/mac to horizontal */ 
	float: left;
	}
	
#CS_Element_subSiteNav ul li a {
	margin: 0;
	padding: 1px 9px 0;
	display: block;
	
	font-size: 12px;
	color: #3e3e5d; /* old blue default: #4B5D83; */
	text-decoration: none;
	border: none;
	line-height: 22px;
	}
	
#CS_Element_subSiteNav a:hover {
	margin: 0;
	padding: 1px 9px 0;
	display: block;
	
	font-size: 12px;
	color: #b31b1b;
	text-decoration: none;
	border: none;
	background-color: #d7dae4; /* old blue default: #e6e8ee; */
	}
	
#CS_Element_subSiteNav a.active {
	margin: 0;
	padding: 1px 9px 0;
	display: block;
	font-weight: bold;
	font-size: 12px;
	color: #444;
	text-decoration: none;
	border: none;
	background-color: #e2e4eb; /* old blue default: #e6e8ee; */
	}
		
/* #################### Search Results #################### */

tr.searchResultsHeaderInfo { background-color: #a1a1a1; }
span.searchResultsHeaderInfo { color: white; padding: 2px; display: block; }
div.searchResultsContainer { width: 100%; overflow: hidden; }
div.searchResult { text-align: left; }
span.searchResultsTitleLink { }
span.searchResultsSummary {  }
span.searchResultsAddressLink { }

/* directory search results */

/*
#mainContent table { width: 100%; border: 0; margin-top: 5px; }
#mainContent th { border: 0; font-weight: normal; color: #888; text-align: left; }
#mainContent td { border: 0; width: 40%; line-height: 1.4em; }
*/

.evensection, .oddsection { width: 100%; padding:10px 0; border: 1px solid #e7e7e7; }
.oddsection { background: #fff; }
.evensection { background: #fafaf7; }

ul.directorySearchResults { list-style: none; list-style-type: none; list-style-image: none; width: 80%; padding:0; border: 1px solid #e7e7e7; }
ul.directorySearchResults li { list-style-image: none; background-image: none; background-color: #fafaf7; }
ul.directorySearchResults li.odd { background-color: #fff; }

/* Throw aways
div.CS_Textblock_Text img {
	margin: 5px !important;
} */


/* Drop Shadows 2.0 */

/* hide from ie5/win */
div.shadowMain {
	voice-family: "\"}\""; 
  	voice-family:inherit;
	/*clear: both;*/
	float: left;
	background: url(/images/dropShadow/beige_shadow.gif) no-repeat bottom right;
	margin: 0 10px 0 0;
	}

/* unhack ie5/win */
li>div.shadowMain {
	clear: both;
	float:left;
	background: url(/images/dropShadow/beige_shadow.gif) no-repeat bottom right;
	margin: 0 10px 5px 0;
	}

.shadowMain div {
    background: url(/images/dropShadow/shadow_800x800.png) no-repeat left top !important;
    background: url(/images/dropShadow/shadow2.gif) no-repeat left top;
    float: left;
    margin: 0;
    padding: 0 3px 3px 0;
  	}

.shadowMain img {
 	background-color: #fff;
 	border: 1px solid #a9a9a9;
 	margin: 0;
  	padding: 0 !important;
  	}
 
.shadowMain div {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/dropShadow/shadow2.png',sizingMethod='crop');
	background: none;
	}
	
/* Basic Drop Shadows 2.0 for general page content images */
img.shadow {
	padding: 1px 3px 3px 1px !important;
	background: url(/images/dropShadow/beige_shadow2.gif) no-repeat 100% 100%;
	border: 0;
	}

/* Thumbnail List 2.0 */

ul.thumbnailList2 {
	list-style: none;
	list-style-type: none;
	list-style-image: none;
	margin: 5px 0 0;
	padding: 0;
	clear: both;
	}
	
/* star html hack for IE6 */	
* html ul.thumbnailList2 {
	margin-top: -11px;
	}
	
ul.thumbnailList2 li {
	clear: both;
	margin: 0 0 10px;
	padding: 0;
	background: none;
	list-style-image: none;
	}

/* star html hack for IE6 */
* html ul.thumbnailList2 li {
	display: inline-block;
	}
	
ul.thumbnailList2 div.newsHeadline {
	margin: -2px 0 0;
	padding: 0;
	display: table;
	}
	
ul.thumbnailList2 div.newsHeadline h3 {
	margin: 0 0 1px;
	padding: 0;
	font-size: 1.0em;
	line-height: 1.5em;
	font-weight: normal;
	}

/* IE 7 filter */	
*+html ul.thumbnailList2 div.newsHeadline h3 {
	margin-top: -22px;
}
	
ul.thumbnailList2 div.newsHeadline h4 {
	margin: 0 0 1px;
	padding: 0;
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: bold;
	}

ul.thumbnailList2 div.newsHeadline p {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-weight: normal;
	float: left;
	}

/* star html hack for IE6 */
* html ul.thumbnailList2 div.newsHeadline p {
	padding-left: 3px;
	}
	
ul.thumbnailList2 li div.newsHeadline ul.tnList {
	margin: 0;
	padding: 0 0 0 1px;
	list-style: none;
	list-style-type: none;
	float: left;
	}
	
ul.thumbnailList2 li div.newsHeadline ul.tnList li {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-weight: normal;
	float: left;
	list-style: none;
	}
	
* html ul.thumbnailList2 li div.newsHeadline ul.tnList {
	margin: 0;
	padding: 0 0 0 3px;
	list-style: none;
	clear: both;
	}
	
/* for FF to turn off bottom border and anchor underline */	
ul.thumbnailList2 img.thumbnail {
	float: left;
	margin: 0 !important;
	padding: 0;
	border: 0;
	}

/* #################### Image Dropshadow for 75x75 #################### */


div.alpha-shadow {
/* hide from ie5/win */
	voice-family: "\"}\""; 
  	voice-family:inherit;
	/*clear: both;*/
	float:left;
	background: url(/images/dropShadow/shadow.gif) no-repeat bottom right;
	margin: 0;
	}

/* unhack ie5/win */
li>div.alpha-shadow {
	clear: both;
	float:left;
	background: url(/images/dropShadow/shadow.gif) no-repeat bottom right;
	margin: 0;
	}

.alpha-shadow div {
    background: url(/images/dropShadow/shadow2.png) no-repeat left top !important;
    background: url(/images/dropShadow/shadow2.gif) no-repeat left top;
    float: left;
    margin: 0;
    padding: 0 3px 3px 0;
  	}

.alpha-shadow img {
 	background-color: #fff;
 	border: 1px solid #a9a9a9;
  	padding: 0;
  	margin: 0;
  	}
 
.alpha-shadow div {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/dropShadow/shadow2.png',sizingMethod='crop');
	background: none;
	}

/* #################### Image Dropshadow for 180x75 #################### */

div.alpha-shadow180 {
/* For Mac IE 5 */
	float: none;
	background: none;
	margin: 0;
	}

/* comment backslash hack \*/	
div.alpha-shadow180 {
	/*clear: both;*/
	float:left;
	background: url(/images/dropShadow/shadow.gif) no-repeat bottom right;
	margin: 0 0 5px 0;
	}
/* end hack */

.alpha-shadow180 div {
  	background: url(/images/dropShadow/shadow2.png) no-repeat left top !important;
  	background: url(/images/dropShadow/shadow2.gif) no-repeat left top;
  	float: left;
  	margin: 0;
  	padding: 0 3px 3px 0;
  	}

.alpha-shadow180 img {
  	background-color: #fff;
  	border: 1px solid #a9a9a9;
  	padding: 0;
  	margin: 0;
  	}

.alpha-shadow180 div {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/dropShadow/shadow2.png',sizingMethod='crop');
	background: none;
	} 

/* #################### FloatText for Leading T in Founding Faculty #################### */

div#CS_Element_pageContent img.leadingT {
	float: left;
	margin: 0;
	padding: 5px 6px 0 0;
	border: 0;
	/*clear: both;*/
	}
	
/* #################### Misc. Rules #################### */

img.intnlMap {margin-top: 10px;}

div.CS_Evaluation_Message {display: none;}

div.CS_Element_Textblock {clear: both;}

/*
#skipnav {
	position: absolute;
	top: -1000em;
	left: -1000em;
	} 
*/

/*************************
*	Form                    
*************************/

form.contact, form.theatreForm {
	float: left;
	margin: 0;
	padding: 2px;
	padding-top: 1px;
	width: 500px;
	/* background: #F8F8F8; */
}

form.typical label {
	float: left;
	width: 150px;
	text-align: right;
	font-weight: bold;
	color: #666;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
}

form.typical input[type=radio] {
	float: left;
	margin-right: 10px;
}

form.typical fieldset.formtree {
	border: none;
	background: #F8F8F6;
	border-bottom: solid 1px #d3d3d4;
	margin: 0;
	padding: 10px 0 0;
}

form.typical input[type=text],
form.typical select {
	margin-left: 20px;
	font-family: Verdana; 
	font-size: 10px; 
	/*color: #2e6beb;*/
	font-weight: 100;	
}

form.typical .noSpace { 
	margin-left: 0;
}

.submitBtn {
	float: right;
	margin: 10px;
	font-family: Verdana; 
	font-size: 11px; 
	color: #383838; 
	background-color: #e8effa; 
	border: 1px solid #a1a27e; 
}

.submitBtnHolder {
	margin: 0;
	padding: 5px 0 0 0;
	width: 100%;
	background: #F8F8F8;
	border: solid 0 #fff;
	border-bottom: none;
	/* IE5/5.5 win breaks when this float is here, everything else breaks if it's not */
  	voice-family: "\"}\""; 
  	voice-family:inherit;
	float: left;
}

.misc {
	padding: 0 25px;
	margin-left: 25px;
    font-weight: bold;
	color: #666;
}

.formNode {
	float: none;
	margin-bottom: 10px;
	clear: both;
}

form.typical .plain {
	width: auto;
	text-align:left;
}

.submitcontact {
	margin: 0 0 0 120px;
	padding: 2px 2px 0;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #383838;
	background-color: #E1E1DF;
	border: 1px solid #7E86A2;
}

textarea {
	margin: 5px 0 5px 20px;
	padding: 0;
}

/*************************
*	Course Descriptions                  
*************************/

table.courseDescription, table.courseDescription td, table.courseDescription tr {
	border: none;
}
		
div.courseHeader, p.courseHeader {
	margin: 8px 0 2px;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif; /*georgia, "times new roman", times, serif;*/
	font-weight: normal;
	font-size: 1.5em;
	color: #282828;
}
	 
div.CS_Textblock_Text {
	float: inherit;
}

.popupheading {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	padding : 0px;
	margin : 0px;
	width: 100%;
}
.zfooter {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-decoration:none;
	text-decoration:none;
	font-size: 11px;
	color: #CC0000
		}
		
.zfooter:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-decoration:none;
	text-decoration:none;
	font-size: 11px;
	color: #FF0000
		}
.zcontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-decoration:none;
	text-decoration:none;
	font-size: 12px;
	color: #000000
		}
