@charset "UTF-8";
/* CSS Document */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*		GLOBAL RESETS											 */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, 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,  
caption, th, tbody, tfoot, thead, option {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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;
}
*/


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*		WRAPPER STYLES											 */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


#mainContentWrapper {
	margin: 0 auto;
	width: 100%;
	height: 100%;
}

#contentWrapper {
	width: 990px;
	margin: 0 auto;
}

#footerWrapper {
	width: 100%;
	margin: 40px 0 0 0;
	background-color: #000000;
	background: url(/images/img-footer-watermark.gif) top left no-repeat;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*		GENERAL STYLES                                           */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


body {
	margin: 0 auto;
	padding: 0;
	background-color: #FFFFFF;
	background: url(/images/body-bg-tile.gif) top left repeat-x;
}

body, td {
	font: normal 11px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
}

a {
	font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif;
	font-size: 11px;
	color: #252525;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted red;
}

a:hover {
	font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif;
	font-size: 11px;
	color: red;
	font-weight: bold;
	text-decoration: none;
	border-bottom: none;
}

.content ul {
	padding: 10px 0 20px 10px;
	margin: 0 0 20px 10px;
	list-style: none;
}

.content li {
	background: url(/images/icon-list-bullet.png) no-repeat 0 0;
	padding: 0 0 0 20px;
	color: #000000;
	line-height: 22px;
}

.sitemap ul {
	padding: 5px 0 15px 25px;
	margin: 0;
	list-style: square;
}

.sitemap li {
	padding: 0 0 0 0;
	font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif;
	font-size: 11px;
	color: red;
	background: none;
}

.cleared {
	clear: both;
	overflow: hidden;
	line-height: 1px;
	height: 0;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*		TYPOGRAPHICAL											 */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


h1 {
	font-family: Georgia, serif, Arial, Helvetica, sans-serif, Verdana;
	font-size: 28px;
	color: red;
	font-weight: normal;
	font-style: italic;
	text-transform: capitalize;
	margin: 0 0 23px 0;
	line-height: 28px;
	text-align: left;
}

h2 {
	font-family: Georgia, serif, Arial, Helvetica, sans-serif, Verdana;
	font-size: 28px;
	color: #252525;
	font-weight: normal;
	font-style: italic;
	text-transform: capitalize;
	margin: 0 0 23px 0;
	padding-top: 5px;
}

h3 {
	font-family: Georgia, serif, Arial, Helvetica, sans-serif, Verdana;
	font-size: 20px;
	color: #252525;
	font-weight: normal;
	font-style: italic;
	text-align: left;
	line-height: 26px;
	margin: 0 0 23px 0;
}

h4 {
	font-family: Georgia, serif, Arial, Helvetica, sans-serif, Verdana;
	font-size: 20px;
	color: red;
	font-weight: normal;
	font-style: italic;
	text-align: left;
	line-height: 23px;
	margin: 0 0 15px 0;
}

h5 {
	font-family: Georgia, serif, Arial, Helvetica, sans-serif, Verdana;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: normal;
	font-style: italic;
	text-align: left;
	text-transform: capitalize;
}

h5 a {
	font-family: Georgia, serif, Arial, Helvetica, sans-serif, Verdana;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: normal;
	font-style: italic;
	text-align: left;
	text-transform: capitalize;
	border-bottom: none;
}

h5 a:hover {
	font-family: Georgia, serif, Arial, Helvetica, sans-serif, Verdana;
	font-size: 20px;
	color: red;
	font-weight: normal;
	font-style: italic;
	text-align: left;
	text-transform: capitalize;
	border-bottom: none;
}

h6 {
	font-family: Georgia, serif, Arial, Helvetica, sans-serif, Verdana;
	font-size: 20px;
	color: #F26522;
	font-weight: normal;
	font-style: italic;
	text-align: left;
	line-height: 23px;
	margin: 0 0 15px 0;
}

h6 a {
	font-family: Georgia, serif, Arial, Helvetica, sans-serif, Verdana;
	font-size: 20px;
	color: #FF4400;
	font-weight: normal;
	text-decoration: none;
	border-bottom: none;
}

h6 a:hover {
	font-family: Georgia, serif, Arial, Helvetica, sans-serif, Verdana;
	font-size: 20px;
	color: #FF4400;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px solid #FF4400;
}

.blackHeadingOne {
	font-family: Georgia, serif, Arial, Helvetica, sans-serif, Verdana;
	font-size: 28px;
	color: #252525;
	font-weight: normal;
	font-style: italic;
	text-align: left;
	text-transform: capitalize;
}

.blackHeadingFour {
	font-family: Georgia, serif, Arial, Helvetica, sans-serif, Verdana;
	font-size: 20px;
	color: #252525;
	font-weight: normal;
	font-style: italic;
	text-align: left;
	line-height: 25px;
}

.blackHeadingFour a {
	font-family: Georgia, serif, Arial, Helvetica, sans-serif, Verdana;
	font-size: 20px;
	color: #252525;
	font-weight: normal;
	text-decoration: none;
	border-bottom: none;
}

.blackHeadingFour a:hover {
	font-family: Georgia, serif, Arial, Helvetica, sans-serif, Verdana;
	font-size: 20px;
	color: #252525;
	font-weight: normal;
	text-decoration: underline;
	border-bottom: none;
}

.quoteHeadingOne {
  font-family: Georgia, serif, Arial, Helvetica, sans-serif, Verdana;
  font-size: 20px;
  color: #F26522;
  font-weight: normal;
  font-style: italic;
  text-align: left;
  line-height: 23px;
  margin: 0 0 15px 0;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*		HEADER STYLES											 */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


#headerContainer {
	width: 100%;
	height: 141px;
}

.headerLogo {
	float: left;
	margin: 30px 0 0 15px;
}

.headerLogo a {
	border: none;
}

.headerLogo a:hover {
	border: none;
}

.headerSearch {
	float: right;
	margin: 50px 30px 0 0;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*		SEARCH STYLES											 */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


.searchField {
	float: left;
	width: 209px;
	height: 20px;
	padding: 5px 0 0 13px;	
	border-top: 1px dotted red;
	border-right: 1px dotted red;
	border-bottom: 1px dotted red;
	border-left: 1px dotted red;
	background: url(/images/search-bg-tile.gif) top left no-repeat #FFFFFF;
}

.searchButton {
	float: left;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*		NAVIGATION STYLES										 */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


#navigationContainer {
	width: 100%;
	height: 40px;
	margin: 0 0 15px 0;
}

.navigation {
	overflow: hidden;
	border-bottom: 1px dotted #252525; /*bottom horizontal line that runs beneath tabs*/
	background-color: #CCCCCC;
	background: url(/images/nav-bg-tile.gif) top left repeat-x;
	width: 100%;
	float: left;
}

.navigation ul {
	margin: 0;
	padding-left: 10px; /*offset of tabs relative to browser left edge*/
	list-style: none;
	text-align: center;
}

.navigation li {
	display: inline;
	margin: 0;
}

.navigation li a {
	float: left;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #252525;
	text-decoration: none;
	text-transform: uppercase;
	padding: 11px 10px 11px 11px;
	margin: 0 1px 0 0;
	border-bottom: none;
}

.navigation li a:hover, .navigation li.selected a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #252525;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*		CONTENT STYLES											 */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


#contentContainer {
	width: 100%;
}

.mainContent {
	float: left;
	width: 681px;
	height: auto;
}

.talentImage {
	padding: 1px;
	border-top: 1px dotted red;
	border-right: 1px dotted red;
	border-bottom: 1px dotted red;
	border-left: 1px dotted red;
}

.talentContentImage {
	padding: 1px;
	border-top: 1px dotted red;
	border-right: 1px dotted red;
	border-bottom: 1px dotted red;
	border-left: 1px dotted red;
	margin: 0 0 7px 0;
}

.content {
	padding: 0 20px 0 0;
	margin: 25px 0 0 0;
}

.contentImage {
	float: left;
	margin: 0 15px 5px 0;
	border: 1px solid #252525;
}

.campusImage {
	border: 1px solid #252525;
	padding: 1px;
}

.campusImageLink a {
	border: none;
}

.fullContent {
	margin: 25px 0 0 0;
}

.fullResultContent {
	border: 1px dotted red;
	padding: 10px 20px 10px 15px;
}

.contentBlurbContainer {
	float: left;
	width: 626px;	
	padding: 10px 10px 10px 10px;
	margin: 0 0 25px 0;
	border-top: 1px dotted #252525;
	border-bottom: 1px dotted #252525;
	background: url(/images/img-content-gradient.jpg) top left no-repeat;
}

.contentBlurbContainer-nopadding {
  float: left;
  width: auto; 
  padding: 10px 20px 10px 15px;
  margin: 0 0 25px 0;
  border-top: 1px dotted #252525;
  background: url(/images/img-content-gradient.jpg) top left no-repeat;
}

.contentBlurbContainer-content {
  float: left;
  width: auto; 
  padding: 10px 20px 10px 15px;
  margin: 0 0 25px 0;
  border-top: 1px dotted #252525;
  border-bottom: 1px dotted #252525;
  background: url(/images/img-content-gradient.jpg) top left no-repeat;
}

.block {
}

.block a {
  font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif;
  font-size: 11px;
  color: red;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px dotted red;
}

.block a:hover {
  font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif;
  font-size: 11px;
  color: #dddddd;
  font-weight: bold;
  text-decoration: none;
  border-bottom: none;
}

.blockAbout {
	width: 211px;
	height: 152px;
	color: #FFFFFF;
	border: 1px solid #252525;
	background-color: #252525;
}

.blockAbout a {
	border: none;
}

.blockLife {
	width: 211px;
	height: 152px;
	color: #FFFFFF;
	border: 1px solid #252525;
	background-color: #252525;
}

.blockLife a {
	border: none;
}

.blockCourse {
	width: 211px;
	height: 152px;
	color: #FFFFFF;
	border: 1px solid #252525;
	background-color: #252525;
}

.blockCourse a {
	border: none;
}

.blockContent {
	padding: 0 10px 10px 10px;
	font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.blockSpacer {
	width: 11px;
}

.newsContainer {
	float: left;
	width: 626px;	
	padding: 20px 20px 10px 15px;
	margin: 25px 0 0 0;
	border-top: 1px dotted #252525;
	border-bottom: 1px dotted #252525;
	background: url(/images/img-content-gradient.jpg) top left no-repeat;
}

.newsContainerNew {
	float: left;
	width: 626px;	
	padding: 20px 20px 10px 15px;
	margin: 2px 0 0 0;
	border-top: 1px dotted #252525;
	background: url(/images/img-content-gradient.jpg) top left no-repeat;
}

.newsContainerBlank {
  float: left;
  width: 626px; 
  padding: 20px 20px 10px 15px;
  margin: 2px 0 0 0;
  border-top: 1px dotted #252525;
}

.newsBlurbContainer {
	float: left;
	width: 626px;	
	padding: 20px 20px 10px 15px;
	margin: 2px 0 0 0;
	border-top: 1px dotted #252525;
	border-bottom: 1px dotted #252525;
	background: url(/images/img-content-gradient.jpg) top left no-repeat;
}

.newsImage {
	padding: 0px;
	float: left;
	width: 197px;
	border: 1px dotted #252525;
}

.newsContent {
	float: right;
	width: 408px;
	text-align: left;
}

.eventsContainer {	
	float: left;
	width: 626px;	
	padding: 20px 20px 10px 15px;
	margin: 2px 0 0 0;
	border-top: 1px dotted #252525;
	background: url(/images/img-content-gradient.jpg) top left no-repeat;
}

.eventsContainerNew {	
	float: left;
	width: 626px;	
	padding: 20px 20px 10px 15px;
	margin: 25px 0 0 0;
	border-top: 1px dotted #252525;
	background: url(/images/img-content-gradient.jpg) top left no-repeat;
}

.eventsImage {
	padding: 0;
	float: left;
	width: 197px;
	border: 1px dotted #252525;
}

.eventsContent {
	float: right;
	width: 408px;
}

.newsletterSubscribeField {
	background: url(/images/nav-field-bg-tile.gif) repeat-x;
	border: 1px dotted #252525;
	margin: 8px 0 0 0;
	width: 230px;
	height: 20px;
	padding: 4px 0 0 7px;
}

.newsletterSubscribeField_dropdown {
  background: url(/images/nav-field-bg-tile.gif) repeat-x;
  border: 1px dotted #252525;
  margin: 8px 0 0 0;
  width: 230px;
  height: 30px;
  min-height: 30px;
  padding: 4px 0 0 7px;
}

.newsletterSubscribeComment {
	background: url(/images/nav-field-bg-tile.gif) repeat-x;
	border: 1px dotted #252525;
	margin: 8px 0 0 0;
	padding: 4px 0 0 7px;
}

.newsletterSubscribeButton {
	margin: 10px 0 0 0;
}

.interestSubscribeField {
	background: url(/images/nav-field-bg-tile.gif) repeat-x;
	border: 1px dotted #252525;
	margin: 8px 0 0 0;
	width: 230px;
	height: 20px;
	padding: 4px 0 0 7px;
}

.interestSubscribeButton {
	margin: 10px 0 0 0;
}

.pagination {
	background-color: #252525;
	padding: 8px;
	float: right;
	color: #FFFFFF;
	margin: 15px 0 0 0;
}

.pagination a {
	font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	color: red;
	text-decoration: none;
	border: none;
}

.pagination a:hover {
	font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	color: #FFFFFF;
	text-decoration: none;
	border: none;
}

.featureTalentContainer {
	padding: 10px;
	color: #FFFFFF;
	font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif;
	font-size: 11px;
	font-weight: normal;
	background: #252525 url(/images/img-talent-bg.gif) bottom no-repeat;
	margin: 10px 0 10px 0;
	display: compact;
}

.featureTalentLink {
  padding: 10px;
  margin: 5px;
  float: right:
}

.featureTalentLink a {
	font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	border-bottom: 1px dotted red;
	font-weight: normal;
	text-decoration: none;
	margin: 10px;
}

.featureTalentLink a:hover {
	font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif;
	font-size: 11px;
	color: red;
	font-weight: normal;
	text-decoration: none;
	border-bottom: none;
}

.featureTalentImage {
	margin-top: 15px;
	margin-bottom: 0px;
	width: 629px;
	height: 229px;
}

.featureTalentImage a img {
	border: 1px solid red;
	text-decoration: none;
}

.featureTalentImage a:hover img {
	border: 1px solid #FFFFFF;
}

.whiteDotted {
	border-top: 1px dotted #FFFFFF;
	margin: 10px 0 10px 0;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*		SIDEBAR STYLES											 */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


.mainSidebar {
	float: right;
	width: 299px;
	clear: both;
}

img {
	margin: 0;
	padding: 0;
}

.showInterestContainer {
	height: 330px;
	padding: 15px;
	margin: 0 0 7px 0;
	border-top: 1px dotted red;
	border-right: 1px dotted red;
	border-bottom: 1px dotted red;
	border-left: 1px dotted red;
	color: #FFFFFF;
	/*background: url(/images/img-show-interest.gif) top left no-repeat;*/
	background-color:#ef0200;
}

* html .showInterestContainer {
	padding-bottom: 9px;
}

.showInterestBlurb {
	margin: 8px 0 8px 0;
}

.showInterestField {
	width: 186px;
	height: 25px;	
	font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding: 9px 0 0 15px;
	margin: 0 0 3px 0;
	background-color: #9E0B0F;
  border: 1px dotted white;
}

.showInterestDropdown {
  width: 260px;
  height: 32px;
  font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif;
  font-size: 11px;
  color: #FFFFFF;
  padding: 8px 10px;
  margin: 2px;
  background-color: #9e0b0f;
  /*background: url(/images/interest-dropdown-bg.gif) top left no-repeat;*/
  border: 1px dotted white;
  outline: none;
}

.showInterestDropdown select {
  width: 260px;
  height: 32px;
  font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif;
  font-size: 11px;
  color: #FFFFFF;
  padding: 8px 10px;
  margin: 2px;
  background-color: #9e0b0f;
  border: none;
  outline: none;
}

.showInterestDropdown option{
  font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif;
  font-size: 11px;
  color: #FFFFFF;
  border: none;
  outline: none;
  padding: 5px 10px;
  margin: 2px;
  background-color: #9e0b0f;
}

.showInterestButton {
	margin: 9px 0 0 155px;
}

.newsletterContainer {
	height: auto;
	padding: 15px;
	border: 1px dotted red;
	/*background: url(/images/img-newsletter-signup.gif) top left no-repeat;*/
	background-color: #ff4300;
}



.newsletterContainer p{
  color: white;
  text-align: left;
}

* html .newsletterContainer {
	padding-bottom: 9px;
}

.newsletterField {
	width: 242px;
	height: 25px;
	font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding: 9px 0 0 15px;
	margin: 10px 0 0 0;
	background-color: #9b2900;
	border: 1px dotted white;
}

.newsletterButton {
	margin: 7px 0 0 155px;
}

.archiveContainer {
	margin: 25px 0 0 0;
}

.archiveHeading {
	padding: 0 0 0 5px;
}

.archiveContent {
	padding: 0;
	margin: 0;
}

.archiveDropdown {
	width: 284px;
	height: 21px;
	font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif;
	font-size: 11px;
	padding: 6px 0 0 15px;
	background: url(/images/archive-field-bg.gif) top left no-repeat;
	border: none;
}

.blogContainer {
	margin: 25px 0 0 0;
}

.blogHeading {
	padding: 0 0 0 5px;
}

.blogContent {
	padding: 15px 15px 0 15px;
	border-top: 1px dotted #252525;
	border-right: 1px dotted #252525;
	border-bottom: 1px dotted #252525;
	border-left: 1px dotted #252525;
}

.blogHighlight a {
  color: white;
  border: none;
  margin: 0px;
  padding: 0px;
}

blogHighlight a:hover{
  color: black;
}


.blogLink {
	float: right;
	padding: 0 15px 0 0;
	margin: 10px 0 8px 0;
	color: #FF4300;
}

.blogLink a {
	font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif;
	font-size: 11px;
	color: #FF4300;
	border-bottom: 1px dotted #FF4300;
	font-weight: bold;
	text-decoration: none;
}

.blogLink a:hover {
	font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif;
	font-size: 11px;
	color: #FF4300;
	font-weight: bold;
	text-decoration: none;
	border-bottom: none;
}

.featuredContainer {
	margin: 25px 0 0 0;
}

.featuredHeading {
	padding: 0 0 0 5px;
}

.featuredContent {
	border: 1px dotted #252525;
}

.featuredImage {
	padding: 0px;
	float: left;
	width: 297px;
	border: 1px dotted #252525;
}

.featuredLink {
	float: right;
	padding: 0 15px 0 0;
	margin: 10px 0 8px 0;
	color: #FF4300;
}

.featuredLink a {
	font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif;
	font-size: 11px;
	color: #FF4300;
	border-bottom: 1px dotted #FF4300;
	font-weight: bold;
	text-decoration: none;
}

.featuredLink a:hover {
	font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif;
	font-size: 11px;
	color: #FF4300;
	font-weight: bold;
	text-decoration: none;
	border-bottom: none;
}

.quoteBottom {
	height: 33px;
	margin: -20px 0 0 40px;
	background: url(/images/img-quote-bottom.png) top left no-repeat;
}
.quoteTop {
	padding: 0 15px 0 50px;
	margin: 20px 0 0 0;
	background: url(/images/img-quote-top.png) top left no-repeat;
}




/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*		FOOTER													 */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#footerWrapper {
  width: 100%;
  margin: 40px 0 0 0;
  background-color: #000000;
  background: url(/images/img-footer-watermark.gif) top left no-repeat;
}

#footerContainer {
	width: 990px;
	height: 200px;
	margin: 0 auto;
}

#footerLinks {
	float: left;
	width: 675px;
	padding: 18px 0 0 11px;
	color: #FFFFFF;
}

#footerLinks ul {
	padding: 0;
	margin: 0;
}

#footerLinks li {
	display: inline;
	background: url(/images/icon-link-bullet.gif) no-repeat 0;
	padding: 0 3px 0 10px;
}

#footerLinks a {
	font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	line-height: 21px;
	border-bottom: none;
}

#footerLinks a:hover {
	font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif;
	font-size: 11px;
	color: red;
	font-weight: normal;
	border-bottom: none;
}

.footerLogo {
	padding: 0 0 0 10px;
	margin: 17px 0 0 0;
}

.footerCampus {
	float: right;
	width: 270px;
	padding: 23px 0 0 0;
	clear: both;
}

.campusDropdown {
  width: 260px;
  height: 30px; 
  font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif;
  font-size: 11px;
  color: #FFFFFF;
  padding: 9px 10px 5px 15px;
  margin: 15px 0 0 0;
  background-color: #000000;
  /*background: url(/images/campus-dropdown-bg.gif) top left no-repeat;*/
  border: 1px dotted white;
}

.campusDropdown select {
  width: 260px;
  height: 30px; 
  font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif;
  font-size: 11px;
  color: #FFFFFF;
  padding: 9px 10px 5px 15px;
  margin: 15px 0 0 0;
  background-color: #000000;
  /*background: url(/images/campus-dropdown-bg.gif) top left no-repeat;*/
  border: none;
}

.campusDropdown option {
  font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif;
  font-size: 11px;
  color: #FFFFFF;
  background-color: #000000;
  border: none;
  padding: 5px 10px;
  outline: none;
}

.campusSelectButton {
	margin: 9px 0 0 155px;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*		ERROR MESSAGES											 */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


.errors ul {
  padding: 3px 0 3px 30px;
  margin: 0 0 15px 0;
  border: 1px solid red;
  background-color: #FFEEEE;
  font-weight: bold;
  list-style: disc;
}

.errors li {
	padding: 3px 0 3px 0;
	background: url(/images/nothing.gif);
	color: red;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*		HIGHLIGHTS												 */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


.breadcrumbs {
	font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	padding: 8px;
	color: #FFFFFF;
	background-color: #252525;
	clear: both;
	float: left;
	margin: 10px 0 0 0;
}

.breadcrumbs a {
	font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	color: red;
	text-decoration: none;
	border: none;
}

.breadcrumbs a:hover {
	font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	color: #FFFFFF;
	text-decoration: none;
	border: none;
}

.blogHighlight {
	font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif;
	font-size: 11px;
	text-align: left;
	padding: 8px;
	color: #FFFFFF;
	background-color: red;
	clear: both;
	float: left;
	margin-bottom: 1px;
}

.blogHighlight a {
	font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif;
	font-size: 11px;
	text-align: left;
	padding: 8px;
	color: #FFFFFF;
	background-color: red;
	clear: both;
	float: left;
	margin-bottom: 1px;
	border-bottom: 1px dotted red;
}

.blogHighlight a:hover {
	font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif;
	font-size: 11px;
	text-align: left;
	padding: 8px;
	color: #FFFFFF;
	background-color: red;
	clear: both;
	float: left;
	margin-bottom: 1px;
}

.newsHighlight {
	font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif;
	font-size: 11px;
	text-align: left;
	padding: 8px;
	color: #FFFFFF;
	background-color: red;
}

.eventsHighlight {
	font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif;
	font-size: 11px;
	text-align: left;
	padding: 8px;
	color: #FFFFFF;
	background-color: red;
}

.contentHighlight {
	font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	padding: 8px;
	color: #FFFFFF;
	background-color: #252525;
	clear: both;
	float: left;
	margin: 10px 0 0 0;
}

.contentHighlight h2{
  font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif;
  font-size: 11px;
  font-weight: normal;
  text-align: left;
  color: #FFFFFF;
}

.contentHighlight h3{
  font-size: 11px;
  font-weight: normal;
  text-align: left;
  color: #FFFFFF;
  padding: 0px;
}


.contentHighlightBorder {
	border-bottom: 1px solid #252525;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*		SEPARATORS												 */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


.blackDotted {
	height: 2px;
	margin-bottom: 15px;
	border-top: 1px dotted #252525;
	border-bottom: 1px dotted #252525;
}

.greyDotted {
	height: 2px;
	margin: 20px 0 20px 0;
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
}

.greyBorder {
  padding: 0 20px;
  border-left: 1px dotted #999999;
  width: 40%;
  float: left;
  margin-top: 10px;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*		MISC													 */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


.mapBox {
	border: 1px solid #252525;
	padding: 1px;
}

/*--Events--*/

.events-cta {
  background: url(/images/icon-calendar.gif) no-repeat;
  height: 63px;
  width: 70px;
  float: right;
  padding-bottom: 10px;
}
.reminder {
  padding-top: 25px;
  text-align: right;
  padding-right: 5px;
}
.RSVP {
  text-align: right;
  padding-right: 5px;
}
.events-details li {
  list-style: none;
  color: #000000;
  background: url(/images/icon-list-square.png) no-repeat;
}

.events-details ul {
  margin: 0px 0px 20px;
  padding: 0px 0px 20px;
}

.events-header {
  background: #666666;
}
.events-table {
  margin: 5px;
  padding: 5px;
}
.events-tableimg {
  text-align: center;
}
.events-reminder {
  background: url(/images/icon-calendar.gif) no-repeat;
  height: 63px;
  width: 70px;
  float: left;
  padding-bottom: 10px;
  margin-right: 20px;
}

.poll {
  margin: 0px;
  padding: 0px;
}
.poll-box {
  padding: 10px;
  border: 1px dotted #333333;
}

.poll p {
  margin-top: 3px;
  margin-bottom: 3px;
  color: #333333;
}
.poll h2 {
  padding-top: 20px;
  padding-right: 10px;
  padding-left: 10px;
}

.poll-content {
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
}
.pollLink {
  float: right;
  color: #FFFFFF;
  margin: 10px;
  padding: 0px;
}
.pollLink a {
  text-decoration: none;
  border: none;
}
.pollLink a:hover {
	cursor: pointer;
  text-decoration: none;
  border: none;
}
.poll-btn {
  margin: 0px 3px -3px 0px;
}
.pollQuestion {
  font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif;
  font-size: 11px;
  text-align: left;
  margin: 5px 0px;
  padding: 3px;
  color: #000000;
}
.pollHighlight {
  font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif;
  font-size: 11px;
  text-align: left;
  padding: 3px;
  color: #FFFFFF;
  width: 30%;
  background-color: #333333;
}
.pollAnswers{
  font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif;
  font-size: 11px;
  text-align: left;
  padding: 3px;
  color: #000000;
}

.polls-listing{
   color: #000000;
   list-style-image: none;
}
.polls-listing strong{
   color: #000000;
}
.pollBlurbContainer {
  float: left;
  width: 626px; 
  padding: 10px 20px 10px 15px;
  margin: 0 0 25px 0;
  border-top: 1px dotted #252525;
  border-bottom: 1px dotted #252525;
  background: url(/images/img-content-gradient-qa.jpg) top left no-repeat;
}
.blogListing {
  padding: 5px;
  margin: 5px 0px;
  border-top:1px dotted #dddddd;
  border-bottom: 1px dotted #dddddd;
  background-color: #eeeeee;
}
.ShareThis{
  width: 301px;
  height: 29px;
  padding: 5px 0 0 20px;
  margin: 5px 0px;
  background: url(/images/img-blog-sharethis.gif) top left no-repeat;
}
.ShareThis a {
  border: none;
}
.blogRSS {
  width: 301px;
  height: 29px;
  padding: 5px 0 0 45px;
  margin: 5px 0px -6px 0;
  background: url(/images/img-blog-rss.gif) top left no-repeat;
}

.CTAContainer {
  float: left;
  width: 646px; 
  padding: 0px;
  margin: 20px auto 25px auto;
  border: 1px dotted #252525;
  background: url(/images/img-content-gradient-doodle.jpg) top right no-repeat;
}
.CTAContainer ul{
  Padding: 0px 40px;
}
.CTAContainer li {
  list-style: none;
  /*color: #000000;*/
  background: none;
}

.CTAContainer h6{
  background: #333333;
  width: 70%;
  padding: 10px;
  margin: 20px 20px 20px 0px;
  color: #ffffff;
}

.CTA-left {
  float: left;
  width: auto;
  margin: 0px;
}

.CTA-right {
  padding: 20px 10px 0px 40px;
  margin: 0px;
}


.contentBlurbContainer-plain {
  float: left;
  width: 626px;
  padding: 10px 10px 10px 10px;
  /*margin: 0 0 10px;*/
  /*border-bottom: 1px dotted #252525;*/
}

.contentBlurbContainer-plain h2{
  font-family: Georgia, serif, Arial, Helvetica, sans-serif, Verdana;
  font-size: 20px;
  color: #F26522;
  font-weight: normal;
  font-style: italic;
  text-align: left;
  line-height: 23px;
  margin: 5px 0 15px 0;
}

.contentBlurbContainer-plain h3{
  margin: 5px 0px;
  padding: 2px;
  font-size: 14px;
  font-weight: bold;
  background-color: #eeeeee;
  border-bottom: 1px #999999 dotted;
  border-left: 10px #dddddd solid;
}

.top{
  text-align:right;
  content: "("&raquo;) ");
}

.googlemaps{
  padding: 2px;
  margin: 2px;
  border: 1px dotted #dddddd;
}

.staff-photos{
  float: left;
  margin: 3px;
  padding: 2px;
  border: 1px dotted #dddddd;
  width: 100px;
  height: 125px;
}

.staff-info{
  padding: 2px;
  margin: 3px;
  width: 100%;
  clear: both;
}

.staff-info p {
  float: right;
  padding-right: 10px;
  width: 530px;
  margin-top: 3px;
}

.pollwrapper{
  height: 300px;
}
.profileImage{
  border:1px dotted #252525;
  margin:5px 5px 5px 10px;
  padding:2px;
}

.login-breadcrumbs {
  float:right;
  margin-right:12px;
  margin-top:-134px;
}

.nav-otherpages{
  padding-left: 20px;
  padding-top: 0px;
  margin: 0px;
  background: url(/images/nav-otherpages.gif) no-repeat;
}

.tbls-courses {
  margin: 1px;
  padding: 3px;
}

.tbls-header{
  background-color: #eeeeee;
  line-height: 18px;
}

.spacer {
  margin-top: 5px;
}

.backtotop {
  text-align: right;
  padding-bottom: 5px;
  border-bottom: 1px #eeeeee dashed;
}

.backtop:before{
  content: url(/images/icon-backtotop.gif);
}

.facebook{
  padding: 12px;
  border-top: 1px dotted #252525;
  border-right: 1px dotted #252525;
  border-bottom: 1px dotted #252525;
  border-left: 1px dotted #252525;
}
.quotes{
  margin: 0px;
  padding: 0px;
  width: 290px;
}

.blacktext{
  color: black;
}

.blacktext ol{
  color: black;
}

.blacktext ul{
  color: black;
}

.academic-calendar-new {
  width: 660px;
  font: 11px Arial, Helvetica, sans-serif;
  padding: 3px;
  margin: 3px;
  text-transform: capitalize;
  border: 1px dotted #dddddd;
}

.academic-calendar-new tr {
  height: 20px;
  background-color: #F4F4F4;
}

.slogan{
  width: 311px;
  height: 39px;
  
}
.searchresults p{
  border-bottom: 1px dotted #eeeeee;
  padding-bottom: 5px;
}

.events_thumbs{
  background-color: #141414;
}

.events_thumbs td{
  text-align: center;
}

/*--Added for Campaign Pages--*/
.showInterestField-campaign {
  font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif;
  font-size: 11px;
  color: #333333;
  padding: 8px 10px;
  margin: 2px;
  border: 1px dotted #cccccc;
  outline: none;
  width: 400px;
}
.showInterestField-campaign textfield {
  font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif;
  font-size: 11px;
  color: #333333;
  padding: 8px 10px;
  margin: 2px;
  border: 1px dotted #cccccc;
  outline: none;
}

.showInterestField-campaign input {
  font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif;
  font-size: 11px;
  color: #333333;
  padding: 8px 10px;
  margin: 2px;
  border: 1px dotted #cccccc;
  outline: none;
}

.showInterestField-campaign select {
  font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif;
  font-size: 11px;
  color: #333333;
  padding: 8px 10px;
  margin: 2px;
  border: 1px dotted #cccccc;
  outline: none;

}

.showInterestField-campaign option{
  font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif;
  font-size: 11px;
  color: #333333;
  border: 1px dotted #cccccc;
  outline: none;
  padding: 5px 10px;
  margin: 2px;

}

.showInterestButton-campaign {
  margin: 0px;
}

.showInterestField-campaign-text{
  font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif;
  font-size: 11px;
  color: #333333;
  font-weight: bold;  
}

.formfield-name {
  width: 150px;
  padding-top: 10px;
  float: left;
}

/*--End--/

/*--Added by Tech--*/
#ajaxLoader, #ajaxPollLoader {
	margin-top: 30px;
	margin-left: 10px;
}
/*--End--*/