﻿/* HTML Tags */

BODY {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	background-color : #FFFFFF;
	color : #333333;
}

#flashbanner {
	width: 659px;
	height: 182px;
	border-top: 1px solid #494949;
	border-bottom: 1px solid #494949;
	background-color: #494949;
	margin-bottom: 1px;
}

.hm3colsep {
	border-right: 1px solid #96aab6;
}

.hmpg_story, .hmpg_story2 {
	margin: 15px 0px 0px 10px;
	padding-bottom: 14px;
	border-bottom: 1px solid #96aab6;
}
.hmpg_story2 {
	margin: 10px 10px 0px 10px;
}

.Title {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size: 14pt;
	color : #333333;
}

.SubTitle {
	font-weight: bold;
	font-size: 13px;
	line-height: 130%;
}

.SecondaryTitle {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px; 
	color: #333333;
	font-weight: bold;
}

.TertiaryTitle {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #333333;
	font-weight: bold;
}

.ParagraphTitle {
	font-weight: bold;
	font-size: 12px;
	color : #333333;
}

B {font-weight: bold}

Strong {font-weight: bold}

U {text-decoration: underline}

I {font-style: italic}

TD {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size : 11px;
	color : #333333;
}

TH {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size : 11px;
	color : #333333;
}

/* Color Blocks */

TD.QuoteBlock {
	background-color : #8699a8;
    /*background-color: #00506C;*/
	padding-bottom : 9px;
	padding-left : 9px;
	padding-right : 9px;
	padding-top : 9px;
}

.QuoteBlockTitle {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #4a4a4a;
	font-size : 11px;
	font-weight : bold;
}

TD.ColorBlock {
	background-color : #B0AD9E;
   /*background-color : #3B788E;*/
}

.whiteBody {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color : #FFFFFF;
}


.homepageQuote {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #333333;
}
.homepageSig {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #333333;
}

TD.ColorBar {
	background-color : #4a4a4a;
    /*background-color : #dbd5b4;*/
}

.ccLogin {
	border-width : 1px;
    border-style : solid;
    border-color: #cccccc;
	border : 1px #cccccc solid;
}

.highLightBox {
	border-width : 1px;
    border-style : solid;
    border-color: #4a4a4a;
	border : 1px #4a4a4a solid;
}

TABLE.Boxed {
	border: 1px #000000 solid;
}

TABLE.offsetTable {
	border-width: 1px; 
	border-style: solid; 
	border-color: #B0B092; 
	border: 1px #B0B092 solid;
	background-color: #FAFAEA;
}

TD.boxedTitle {
	border-top: blank;
	border-right: blank;
	border-left: blank;
	border-bottom: 1px #000000 solid;
}

TABLE.noBorder {
	border-top: blank;
	border-right: blank;
	border-left: blank;
	border-bottom: blank;
	border: blank;
}

TABLE.noBorder TD {
	border-top: blank;
	border-right: blank;
	border-left: blank;
	border-bottom: blank;
	border: blank;
}

TABLE.borderedGrid {
	border-top: blank;
	border-right: blank;
	border-left: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
}

TABLE.borderedGrid TD {
	border-top: 1px #000000 solid;
	border-right: 1px #000000 solid;
	border-left: blank;
	border-bottom: blank;
}

TABLE.bordered {
	border-top: 1px #cccccc solid;
	border-right: 1px #cccccc solid;
	border-left: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
}

TD.ElectiveClass {
	border-top: 4px #8F2F2F dotted;
	border-right: 4px #8F2F2F dotted;
	border-left: 4px #8F2F2F dotted;
	border-bottom: 4px #8F2F2F dotted;
    padding: 5px;
    text-align: center;
}
TD.RequiredClass {
	border-top: 4px #00506C solid;
	border-right: 4px #00506C solid;
	border-left: 4px #00506C solid;
	border-bottom: 4px #00506C solid;
    padding: 5px;
    text-align: center;
}

TD.OfferedClass {
	border-top: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	border-left: 1px #CCCCCC solid;
	border-bottom: 1px #CCCCCC solid;
    padding: 5px;
    text-align: center;
}

.highLightBoxTitle {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #B0AD9E;
    /*color: #dbd5b4;*/
	font-size : 11px;
	font-weight : bold;
}
/* Regular links */

A:link {
	font-weight: bold;
	text-decoration: none;
	/*color: #073d5b;*/
	color: #00506C;
}

A:visited {
	font-weight: bold;
	text-decoration: none;
	color: #00506C;
}

A:hover {
	font-weight: bold;
	text-decoration: none;
	color: #8f2f2f;
}

A:active {
	font-weight: bold;
	text-decoration: none;
	color: #8f2f2f;
}

/* Secondary Nav */

.SecondaryNav {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 9px;
	color : #333333;
}

A.SecondaryNav:link {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 9px;
	color : #333333;
	text-decoration: none;
}

A.SecondaryNav:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 9px;
	color : #333333; 
	text-decoration: none;
}

A.SecondaryNav:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 9px;
	color: #8f2f2f;
	text-decoration: none;
}

A.SecondaryNav:active {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 9px;
	color: #8f2f2f;
	text-decoration: none; 
}

A.SecondaryNavHere:link {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 9px;
	color : #8F2F2F;
	text-decoration: none;
}

A.SecondaryNavHere:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 9px;
	color : #8F2F2F; 
	text-decoration: none;
}

A.SecondaryNavHere:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 9px;
	color: #8F2F2F;
	text-decoration: none;
}

A.SecondaryNavHere:active {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 9px;
	color: #8F2F2F;
	text-decoration: none; 
}


/* Tertiary Nav */

.TertiaryNav {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.3;
}

A.TertiaryNavHere:link {
	font-weight: bold;
	text-decoration: none;
	color: #8F2F2F;
}

A.TertiaryNavHere:visited {
	font-weight: bold;
	text-decoration: none;
	color: #8F2F2F;
}

A.TertiaryNavHere:hover {
	font-weight: bold;
	text-decoration: none;
	color: #8F2F2F;
}

A.TertiaryNavHere:active {
	font-weight: bold;
	text-decoration: none;
	color: #8F2F2F;
}

/* Home page */


.featureTitle {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	font-size:12px;
}


A.featureTitle:link {
	font-weight: bold;
	text-decoration: none;
	color: #00506C; 
	font-size:12px;
}

A.featureTitle:visited {
	font-weight: bold;
	text-decoration: none;	
	color: #00506C; 
	font-size:12px;
}

A.featureTitle:hover {
	font-weight: bold;
	color: #8f2f2f;
	text-decoration: none;
	font-size:12px;
}

A.featureTitle:active {
	font-weight: bold;
	color: #8f2f2f; 
	text-decoration: none;
	font-size:12px;
}


.captionTitle {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	font-size:12px;
}


A.captionTitle:link {
	font-weight: bold;
	text-decoration: none;
	color: #333333; 
	font-size:12px;
}

A.captionTitle:visited {
	font-weight: bold;
	text-decoration: none;	
	color: #333333;
	font-size:12px;
}

A.captionTitle:hover {
	font-weight: bold;
	color: #8f2f2f;
	text-decoration: none;
	font-size:12px;
}

A.captionTitle:active {
	font-weight: bold;
	color: #8f2f2f; 
	text-decoration: none;
	font-size:12px;
}


/*constant Links*/
.constants {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
}

A.constants:link {
	font-weight: normal;
	text-decoration: none;
	color: #333333; 
}

A.constants:visited {
	font-weight: normal;
	text-decoration: none;
	color: #333333; 
}

A.constants:hover {
	font-weight: normal;
	text-decoration: underline;
	color: #333333; 
}

A.constants:active {
	font-weight: normal;
	text-decoration: none;
	color: #333333; 
}

/* News Item */

.NewsItem {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size : 11px;
	color : #333333;
}

.NewsItemTitle {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size : 11px;
	color: #333333;
}

A.NewsItem:link {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size : 11px;
	color: #333333; 
	text-decoration: none;
}


A.NewsItem:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size : 11px;
	color: #333333; 
	text-decoration: none;
}

A.NewsItem:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size : 11px;
	color: #8f2f2f;
	text-decoration: none;
}

A.NewsItem:active {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size : 11px;
	color: #8f2f2f;
	text-decoration: none;
}

/* Quote  and signatures */

.Quote {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size : 13px;
	font-weight : bold;
	vertical-align : text-bottom;
}

.Signature {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #DBD5B4;
}

.Signaturetitle {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #999999;
}

A.Quote:link {
	font-weight: normal;
	text-decoration: underline;
	color: #FFFFFF; 
}

A.Quote:visited {
	font-weight: normal;
	text-decoration: underline;	
	color: #FFFFFF; 
}

A.Quote:hover {
	font-weight: normal;
	color: #999999; 
	text-decoration: underline;
}

A.Quote:active {
	font-weight: normal;
	color: #999999; 
	text-decoration: underline;
}

/* Footer */

.Footer {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #333333; 
}

A.Footer:link {
	font-weight: normal;
    font-size: 9px;
    color: #333333; 
}

A.Footer:visited {
	font-weight: normal;
    font-size: 9px;
    color: #333333; 
}

A.Footer:hover {
	font-weight: normal;
    font-size: 9px;
    color: #333333; 
	text-decoration: underline;
}

A.Footer:active {
	font-weight: normal;
	color: #333333; 
    font-size: 9px;
}

/* Search */

.SearchHead {
	color: #FFFFFF;
}

A.SearchHead:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

A.SearchHead:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

A.SearchHead:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

A.SearchHead:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.SearchNotes{
	font-weight: normal;
	font-size: 8pt;
	line-height : 130%;
	color : 808080;
}

/* Forms */

.loginElement {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.FormElement {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.FormRequired {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight: bold;
	color: #8F2F2F;
}

.FormDisabled {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight: bold;
	color: #AAAAAA;
}


/* Events */

.EventsTitle {

}

.EventsDate {
	font-weight: bold; 
}

/* Media */

.MediaTitle {
	font-weight: normal; 
	color: #073d5b;
}

.MediaInfo {
	font-weight: normal; 
}

.MediaDate {
	font-weight: bold; 
}

.MediaPublication {
	font-weight: normal; 
	font-style : italic;
}

/* Miscellaneous Styles */

.PrimaryTitle {
	font-family: Helvetica, Arial; 
	font-size: 13pt; 
	color: #333333;
}




.SeeAlso {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.3;
}

.Literature {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight: bold;
	color: #FFFFFF;
}


.ExecTitle {
	font-weight: bold;
	font-size: 11px;
}

.ExecName {
	font-weight: bold;
	font-size: 11px;
}





.Note {
	line-height : 110%;
}

.HotelHead {
	color: #ffffff;
	font-weight: bold;
}

.Anchor {
	font-family: Verdana; 
	font-weight: bold; 
	font-size: 7pt; 
}
.togglebreakout {
	margin: 5px 0 0 0;
	text-align: justify;
	line-height: 130%;
	padding: 4px;
	border: 2px solid #8699a8;
	background-color: #416177;
	display: none;
	color: #ffffff;
}
A.breakoutlink:link {
	color: #ffffff;
}
A.breakoutlink:visited {
	color: #ffffff;
}
A.breakoutlink:hover {
	color: #ffffff;
	text-decoration: underline;
}
A.breakoutlink:active {
	color: #ffffff;
}

/* ascentium 0401 */

.productBarText, .linkText, .storyTitle {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
}

.productBar {
	height: 32px; 
	background-color: #8699a8;	
}



.whiteRow {
	height: 1px;
	background-color: #ffffff;
}

.blueRow {
	height: 1px;
	background-color: #96aab6;
}

.bizVertical {
	height: 66px;
	width: 205px;
}

.bizVertImage {
	float: left; 
	margin: 7px 10px 0px 0px;
}

.bizTextArea {
	float: left;
	margin: 25px 0px 0px 3px;
}

.linkText {
	color: #912e07;
}

.storyTitle {
	color: #00506c;
}

.linkText A:link {
	font-weight: bold;
	text-decoration: none;
	color: #912e07;
}

.linkText A:visited {
	font-weight: bold;
	text-decoration: none;
	color: #912e07;
}

.linkText A:hover {
	font-weight: bold;
	text-decoration: none;
	color: #00506C;
}

.linkText A:active {
	font-weight: bold;
	text-decoration: none;
}

/* left column text */
.productBarText {
	padding: 8px 0px 0px 13px;
	color: #ffffff;
}

.productBarText A:link {
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}

.productBarText A:visited {
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}

.productBarText A:hover {
	font-weight: bold;
	text-decoration: none;
	color: #00506C;
}

.productBarText A:active {
	font-weight: bold;
	text-decoration: none;
}
