
/* 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,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
	color:rgb(255, 67, 0);
	padding:  5px 0px 0px 10px;
}

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: 100%;
	margin: 0 auto;
}

.footerWrapper {
	width: 100%;
	margin: 10px 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: justify;
}

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: 0 0 15px 30px;
	margin: 0;
	list-style: none;
}

.content li {
	/*background: url(../images/icon-list-bullet.gif) no-repeat 0 50%;*/
	padding: 0 0 0 15px;
	color: #FF4300;
}

.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: 9px;
	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: 18px;
	color: red;
	font-weight: normal;
	font-style: italic;
	text-transform: capitalize;
	margin:  15px 0px 5px 0;
	
}

h2 {
	font-family: Georgia, serif, Arial, Helvetica, sans-serif, Verdana;
	font-size: 18px;
	color: #252525;
	font-weight: normal;
	font-style: italic;
	text-transform: capitalize;
	margin: 5px 0 5px 0;
}

h3 {
	font-family: Georgia, serif, Arial, Helvetica, sans-serif, Verdana;
	font-size: 14px;
	color: #252525;
	font-weight: normal;
	font-style: italic;
	text-align: justify;
	line-height: 15px;
	margin: 0 0 5px 0;
}

h4 {
	font-family: Georgia, serif, Arial, Helvetica, sans-serif, Verdana;
	font-size: 14px;
	color: red;
	font-weight: normal;
	font-style: italic;
	text-align: left;
	line-height: 20px;
	margin: 0 0 4px 0;
}

h5 {
	font-family: Georgia, serif, Arial, Helvetica, sans-serif, Verdana;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
	font-style: italic;
	text-align: left;
	
}

h5 a {
	font-family: Georgia, serif, Arial, Helvetica, sans-serif, Verdana;
	font-size: 14px;
	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: 14px;
	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: 14px;
	color: #F26522;
	font-weight: normal;

border-bottom: 1px dotted black;		text-align: left;
	line-height: 20px;
	margin: 0 0 4px 0;
}

h6 a {
	font-family: Georgia, serif, Arial, Helvetica, sans-serif, Verdana;
	font-size: 14px;
	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: 14px;
	color: #FF4400;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px solid #FF4400;
}
h7 
{
   	font-family: Georgia, serif, Arial, Helvetica, sans-serif, Verdana;
	font-size: 12px;
	color: black;
	font-weight: normal;
	text-decoration: none;
	border-bottom: none; 
	padding:10px 0px 10px 0px;
}

.blackHeadingOne {
	font-family: Georgia, serif, Arial, Helvetica, sans-serif, Verdana;
	font-size: 18px;
	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: 15px;
	color: #252525;
	font-weight: normal;
	font-style: italic;
	text-align: left;
	line-height: 20px;
}

.blackHeadingFour a {
	font-family: Georgia, serif, Arial, Helvetica, sans-serif, Verdana;
	font-size: 15px;
	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: 15px;
	color: #252525;
	font-weight: normal;
	text-decoration: underline;
	border-bottom: none;
}

.quoteHeadingOne {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F26522;
	font-weight: normal;
	font-style: italic;
	text-align: left;
	margin: 0 0 4px 0;
	line-height: normal;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*		HEADER STYLES											 */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


#headerContainer {
	width: 100%;
	height: 181px;
}

.headerLogo {
	float: left;
	margin: 35px 0 0 15px;
}

.headerLogo a {
	border: none;
}

.headerLogo a:hover {
	border: none;
}

.headerSearch {
	float: right;
	margin: 78px 30px 0 0;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*		SEARCH STYLES											 */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


.searchField {
	float: left;
	width: 209px;
	height: 15px;
	padding: 5px 0 0 9px;	
	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: 9px;
	font-weight: bold;
	color: #252525;
	text-decoration: none;
	text-transform: uppercase;
	padding: 9px 10px 9px 9px;
	margin: 0 1px 0 0;
	border-bottom: none;
}

.navigation li a:hover, .navigation li.selected a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #252525;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*		CONTENT STYLES											 */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


#contentContainer {
	width: 100%;
}

.mainContent {
	float: left;
	width: 100%;
}

.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 15px 0 0;
	margin: 25px 0 0 0;
}

.contentImage {
	float: left;
	margin: 0 15px 5px 0;
	border: 1px solid #252525;
}

.campusImage {
	border: 1px solid #252525;
}

.campusImageLink a {
	border: none;
}

.fullContent {
	margin: 5px 0 0 0;
}

.fullResultContent {
	border: 1px dotted red;
	padding: 3px 3px 3px 3px;
}

.contentBlurbContainer {
	float: left;
	width: 100%;	
	padding: 5px 5px 5px 5px;
	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;
}

.blockAbout {
	width: 211px;
	height: 100%;
	color: #FFFFFF;
	border: 1px solid #252525;
	background-color: #252525;
}

.blockAbout a {
	border: none;
}

.blockLife {
	width: 211px;
	height: 100%;
	color: #FFFFFF;
	border: 1px solid #252525;
	background-color: #252525;
}

.blockLife a {
	border: none;
}

.blockCourse {
	width: 211px;
	height: 100%;
	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: 9px;
	color: #FFFFFF;
}

.blockSpacer {
	width: 9px;
}

.newsContainer {
	float: left;
	width: 90%;	
	padding: 15px 15px 15px 15px;
	margin: 10px 0 0 0;
	border-top: 1px dotted #252525;
	border-bottom: 1px dotted #252525;
    background-color:#f5f5f5;
}

.headContainer {
	float: left;
	width: 100%;	
	padding: 0px 0px 10px 0px;
	margin:  0px 0px 0px 0px;
	border-top: none;
	border-bottom: none;
    background-color:#ffffff;
}

.headContainer a
{
    
    border: none;
}

.headingContainer
{
   	float: left;
	width: 90%;	
	padding: 15px 15px 10px 15px;
	margin: 0 0 0 0;
}

.headingContainer ul
{
   	list-style-image:url("../images/vega_icon_white.gif");
    list-style-type:circle;
}

.newsContainerNew {
	float: left;
	width: 100%;	
	padding: 15px 15px 10px 15px;
	margin: 2px 0 0 0;
	border-top: 1px dotted #252525;
	
}

.newsBlurbContainer {
	float: left;
	width: 100%;	
	padding: 15px 15px 10px 15px;
	margin: 2px 0 0 0;
	border-top: 1px dotted #252525;
	border-bottom: 1px dotted #252525;
	
}

.newsImage {
	padding: 0px;
	float: left;
	width: 100%;
	border: 1px dotted #252525;
}

.newsContent {
	float: right;
	width: 100%;
}

.eventsContainer {	
	float: left;
	width: 100%;	
	padding: 15px 15px 10px 15px;
	margin: 2px 0 0 0;
	border-top: 1px dotted #252525;
	
}

.eventsContainerNew {	
	float: left;
	width: 100%;	
	padding: 15px 15px 10px 15px;
	margin: 25px 0 0 0;
	border-top: 1px dotted #252525;
	border-bottom: 1px dotted #252525;
	
}

.eventsImage {
	padding: 0;
	float: left;
	width: 100%;
	border: 1px dotted #252525;
}

.eventsContent {
	float: right;
	width: 408px;
}

.newsletterSubscribeField {
	
	border: 1px dotted #252525;
	margin: 8px 0 0 0;
	width: 100%;
	height: 12px;
	padding: 4px 0 0 7px;
	font-size: 9px;
}

.newsletterSubscribeComment {
	
	border: 1px dotted #252525;
	margin: 8px 0 0 0;
	padding: 4px 0 0 7px;
}

.newsletterSubscribeButton {
	margin: 10px 0 0 0;
}

.interestSubscribeField {
	
	border: 1px dotted #252525;
	margin: 8px 0 0 0;
	width: 90%;
	height: 12px;
	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: 9px;
	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: 9px;
	font-weight: normal;
	text-align: left;
	color: #FFFFFF;
	text-decoration: none;
	border: none;
}

.featureTalentContainer {
	padding: 15px;
	color: #FFFFFF;
	font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif;
	font-size: 9px;
	font-weight: normal;
	
	margin: 10px 0 10px 0;
}

.featureTalentLink a {
	font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	border-bottom: 1px dotted red;
	font-weight: normal;
	text-decoration: none;
}

.featureTalentLink a:hover {
	font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif;
	font-size: 9px;
	color: red;
	font-weight: normal;
	text-decoration: none;
	border-bottom: none;
}

.featureTalentImage {
	margin-top: 15px;
}

.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;
}

img {
	margin: 0;
	padding: 0;
}

.showInterestContainer {
	height: 100%;
	padding: 15px;
	margin: -5px 0 7px 0;
	border: 1px dotted red;
	width:80%;
	color: #FFFFFF;
	background-color: Red;
	/*background: url(../images/img-show-interest.gif) top left no-repeat;*/
	
}
.showInterestDropdown_new {
	width: 90%;
	height: 33px;
	font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans","Verdana,Arial,sans-serif";
	font-size: 11px;
	color: #ffffff;
	padding: 4px 4px 10px 20px;
	margin-bottom: 2px;
		border-top: 1px dotted white;
	border-right: 1px dotted white;
	border-bottom: 1px dotted white;
	border-left: 1px dotted white;
	/*background-image: url(../images/interest-dropdown-bg.gif);*/
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #9E0B0F;	
}

* html .showInterestContainer {
	padding-bottom: 9px;
}

.showInterestBlurb {
	margin: 8px 0 8px 0;
}


.showInterestField {
	width: 90%;
	height: 15px;	
	font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding: 2px 0 0 2px;
	background-color: #9E0B0F;
	/*background: url(../images/interest-field-bg.gif) top left no-repeat;*/
		border-top: 1px dotted white;
	border-right: 1px dotted white;
	border-bottom: 1px dotted white;
	border-left: 1px dotted white;
}

.showInterestDropdown {
	width:90%;
	height: 25px;
	font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #9E0B0F;
	padding: 9px 0 0 15px;
	background-color: #9e0b0f;
	border: none;
}

.showInterestButton {
	margin: 9px 0 0 155px;
}

.newsletterContainer {
	/*height: 97px;*/
	padding: 15px;
	width:80%;
	border-top: 1px dotted red;
	border-right: 1px dotted red;
	border-bottom: 1px dotted red;
	border-left: 1px dotted red;
	/*background: url(../images/img-newsletter-signup.gif) top left no-repeat;*/
	background-color:Orange;
}

* html .newsletterContainer {
	padding-bottom: 9px;
}

.newsletterField {
	width: 90%;
	height: 15px;
	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: #F26522;
	/*background: url(../images/newsletter-field-bg.gif) top left no-repeat;*/
	border-top: 1px dotted white;
	border-right: 1px dotted white;
	border-bottom: 1px dotted white;
	border-left: 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: 14px;
	font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif;
	font-size: 9px;
	padding: 6px 0 0 15px;
	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;
}

.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: 9px;
	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: 9px;
	color: #FF4300;
	font-weight: bold;
	text-decoration: none;
	border-bottom: none;
}

.blogRSS {
	width: 243px;
	height: 29px;
	padding: 7px 0 0 56px;
}

.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: 9px;
	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: 9px;
	color: #FF4300;
	font-weight: bold;
	text-decoration: none;
	border-bottom: none;
}

.quoteTop {
	padding: 0 15px 0 50px;
	margin: 15px 0 0 0;
}

.quoteBottom {
	height: 33px;
	margin: 2px 0 0 0;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*		FOOTER													 */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


.footerContainer {
	width: 100%;
	 background-color:#000000;
	margin: 0 auto;
	
}

.footerLinks {
	
	width: 100%;
	
	color: #FFFFFF;
	background-color:#000000;
}

.footerLinks ul {
	padding: 0;
	margin: 0;
	background-color:#000000;

}

.footerLinks li {
	display: inline;
	padding: 0 3px 0 10px;
	background-color:#000000;
}

.footerLinks a {
	font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	line-height: 14px;
	border-bottom: none;
	background-color:#000000;
}

.footerLinks a:hover {
	font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif;
	font-size: 9px;
	color: red;
	font-weight: normal;
	border-bottom: none;
}

.footerLogo {
	padding: 0 0 0 10px;
	margin: 17px 0 0 0;
	background-color:#000000;
}

.footerCampus {
	float: right;
	width: 282px;
	padding: 23px 0 0 47px;
}

.campusDropdown {
	width: 242px;
	height: 25px;	
	font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	padding: 9px 0 0 15px;
	margin: 15px 0 0 0;
	background-color: #000000;
	border: 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;
	color: red;
	font-weight: bold;
	list-style: disc;
}

.errors li {
	padding: 3px 0 3px 0;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*		HIGHLIGHTS												 */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


.breadcrumbs {
	font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif;
	font-size: 9px;
	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: 9px;
	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: 9px;
	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: 9px;
	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: 9px;
	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: 9px;
	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: 9px;
	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: 9px;
	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: 9px;
	font-weight: normal;
	text-align: left;
	padding: 8px;
	color: #FFFFFF;
	background-color: #252525;
	clear: both;
	float: left;
	margin: 10px 0 0 0;
}

.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: 15px 0 15px 0;
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
}

.greyBorder {
	padding: 0 15px 0 15px;
	border-left: 1px dotted #999999;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*		MISC													 */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


.mapBox {
	border: 1px solid #252525;
	padding: 1px;
}

#googlemaps {
	padding: 1px;
	width: 100%;
	margin: 1px;
	border: 1px dotted #252525;
	
}
