@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	background-position: top;
	background-repeat: repeat-x;
	background-image: url(images/BG_tile.jpg);
}
#container {
	width: 1000px;
	text-align: left;
	margin: 0 auto;
	position: relative;
	height: left;
}
#headerContainer {
	float: left;
	height: 143px;
	width: 1000px;
}
#headerLeft {
	float: left;
	height: 143px;
	width: 697px;
}
#headerTop {
	float: left;
	height: 68px;
	width: 697px;
}
#headerBtm {
	float: left;
	width: 410px;
	padding-left: 20px;
	height: 75px;
}
#headerSearch {
	float: left;
	width: 260px;
	height: 65px;
	padding-top: 5px;
}
#logo {
	float: left;
	height: 123px;
	width: 303px;
}
#menu {
	background-image: url(images/menu_BG.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 29px;
	width: 980px;
	padding-bottom: 7px;
	padding-top: 3px;
	padding-left: 20px;
}
.genericContainer {
	float: left;
	width: 990px;
	padding-left: 10px;
	margin-bottom: 20px;
}
#homeFlash {
	float: left;
	height: 96px;
	width: 980px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#ambassadorsContent {
	float: left;
	height: 185px;
	width: 980px;
	padding-right: 10px;
	padding-left: 10px;
}
#ambassadorsRandom {
	float: left;
	height: 105px;
	width: 391px;
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-top: 80px;
	padding-right: 579px;
}
.homeCalendarBox {
	float: left;
	width: 320px;
	height: 320px;
}
.homeCalendarBoxTop {
	float: left;
	width: 320px;
	height: 100px;
}
.homeCalendarBoxBtm {
	float: left;
	width: 320px;
	height: 220px;
	background-repeat: no-repeat;
	background-position: bottom;
	background-image: url(images/calendar_bg.gif);
}
.homeBig3Box {
	float: left;
	width: 320px;
	margin-right: 10px;
}
.homeBig3BoxTop {
	float: left;
	height: 224px;
	width: 320px;
}
.homeBig3BoxBtm {
	float: left;
	width: 300px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.subBig3Box {
	float: left;
	width: 320px;
	margin-right: 10px;
}
.subBig3BoxTop {
	float: left;
	height: 204px;
	width: 320px;
}
.subBig3BoxBtm {
	float: left;
	width: 300px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	height: 110px;
}
.newsletterBig3BoxBtm {
	float: left;
	width: 300px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	height: 180px;
}
.homeContentColumn {
	float: left;
	width: 320px;
	padding-right: 10px;
	padding-top: 10px;
}
.homeContentColumn1 {
	width: 320px;
	background-repeat: no-repeat;
	background-image: url(images/colourbar1.gif);
	background-position: bottom;
	padding-bottom: 40px;
}
.genericContent2columns {
	float: left;
	width: 650px;
	padding-right: 30px;
	padding-top: 10px;
}
.genericContent1column {
	float: left;
	width: 300px;
	padding-right: 10px;
	padding-top: 10px;
}
.genericContentColumn1 {
	width: 300px;
	padding-bottom: 20px;
}
.genericContentBox {
	float: left;
	width: 650px;
	margin-bottom: 20px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: dotted;
	border-bottom-width: 2px;
}
#footer {
	float: left;
	width: 980px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
}
.imageLeftBtm10 {
	margin-bottom: 10px;
	margin-left: 10px;
}
#loggedInTop {
	float: left;
	height: 45px;
	width: 400px;
}
#loggedInBtm {
	float: left;
	height: 30px;
	width: 400px;
}
#newsletterTop {
	float: left;
	width: 990px;
}
#newsletterBtm {
	float: left;
	width: 970px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#newsletterCopy {
	float: left;
	height: 214px;
	width: 640px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#hr {
	float: left;
	height: 14px;
	width: 980px;
	background-repeat: no-repeat;
	background-image: url(images/hr1.gif);
	margin-left: 10px;
}

/*----------------*/

.heading1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1360A6;
	font-weight: bold;
}
.heading1 a:link {
	color: #1360A6;
	text-decoration: none;
}
.heading1 a:visited {
	color: #1360A6;
	text-decoration: none;
}
.heading1 a:hover {
	text-decoration: none;
	color: #EC892C;
}


.heading2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 1em;
}
.mainText {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	line-height: 1.2em;
}
.mainText a:link {
	color: #EC892C;
	text-decoration: none;
}
.mainText a:visited {
	color: #EC892C;
	text-decoration: none;
}
.mainText a:hover {
	text-decoration: none;
	color: #666666;
}
.loggedinText {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666666;
}
.loggedinText a:link {
	color: #EC892C;
	text-decoration: none;
}
.loggedinText a:visited {
	color: #EC892C;
	text-decoration: none;
}
.loggedinText a:hover {
	text-decoration: none;
	color: #666666;
}
.accessText {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
}
.accessText a:link{
	color: #000000;
	text-decoration: none;
}
.accessText a:visited {
	color: #000000;
	text-decoration: none;
}
.accessText a:hover {
	text-decoration: none;
	color: #EC892C;
}
.footerText {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #666666;
}
.footerText a:link {
	color: #EC892C;
	text-decoration: none;
}
.footerText a:visited {
	color: #EC892C;
	text-decoration: none;
}
.footerText a:hover {
	color: #666666;
	text-decoration: none;
}
.white12 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
	line-height: 1.2em;
}
.white12 a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.white12 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.white12 a:hover {
	text-decoration: none;
	color: #000000;
}
.whatsnew {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFCC00;
	line-height: 1.2em;
}
.whatsnew a:link {
	color: #FFCC00;
	text-decoration: none;
}
.whatsnew a:visited {
	color: #FFCC00;
	text-decoration: none;
}
.whatsnew a:hover {
	text-decoration: none;
	color: #000000;
}
.black12 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	line-height: 1.2em;
}
.black12 a:link {
	color: #000000;
	text-decoration: none;
}
.black12 a:visited {
	color: #000000;
	text-decoration: none;
}
.black12 a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.inputWidthHome {
	width: 300px;
	background-color: #FFFFFF;
}
.alignBtn {
	display: inline;
	vertical-align: middle;
}
.genericContentFullWidth {
	float: left;
	width: 990px;
	padding-top: 10px;
}
.subBox {
	float: left;
	height: 239px;
	width: 315px;
	margin-right: 15px;
	margin-bottom: 20px;
}
.subBoxLeft {
	float: left;
	height: 239px;
	width: 122px;
	padding-right: 10px;
	padding-bottom: 150px;
}
.subBoxRight {
	float: left;
	height: 239px;
	width: 183px;
}

.subBoxRightBig {
	float: left;
	width: 515px;
}

.formText {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
	line-height: 1.2em;
}

.homeContentColumnBlank {
	width: 310px;
	padding-bottom: 10px;
}
.genericContainerBars {
	float: left;
	width: 990px;
	padding-left: 10px;
	background-image: url(images/colourbar2.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 20px;
}
.subContent2columns {
	float: left;
	width: 630px;
	padding-right: 40px;
}
.subContentColumn1 {
	width: 310px;
	padding-bottom: 20px;
	float: left;
}
.mainTextInd {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #BF4049;
	line-height: 1.2em;
}
.mainTextInd a:link {
	color: #EC892C;
	text-decoration: none;
}
.mainTextInd a:visited {
	color: #EC892C;
	text-decoration: none;
}
.mainTextInd a:hover {
	text-decoration: none;
	color: #BF4049;
}

.searchForm {
	margin-top: 0px;
	padding-top: 0px;
}
/****************************/
/****************************/

.mainTableTOC {
	background-color: #FFFFFF;
	border: 2px solid #EC892C;
	width: 705px;
	table-layout: fixed;
 }

.navTableTextTOC {
    font-family: Geneva, Verdana, Arial, sans-serif; 
	font-size: 9px; 
	font-weight: Normal;
	text-decoration: none;
	color: #003366;
	}

/* Month and Year Row Setup */
.monthYearRowTOC {
    height: 32px;
	background-color: #FEFFFE;
	text-align: left;
	vertical-align: middle;
    margin: 0px;
    padding: 6px;
	}

/* Month and Year Text Setup */
.monthYearTextTOC {
	font-family: Geneva, Verdana, Arial, sans-serif;
	font-size: 18px;
	font-weight: Bold;
	color: #355881;
	}

/* Day Names Row Setup */
.dayNamesRowTOC {
    height: 20px;
	background-color: #455678;
	text-align: center;
	vertical-align: middle;
	}

/* Day Name Setup */
.dayNamesTextTOC {
    font-family: Geneva, Verdana, Arial, sans-serif; 
	font-size: 10px; 
	font-weight: Bold; 
	color: #FFFFFF;
	}

/* Alignments, Font Face, Size and Color for Date Numbers and Row Height */
.rowsTOC {
	font-family: Arial, Geneva, Verdana, sans-serif;
	font-size: 10px;
	color: #433D27;
	text-align: left;
	vertical-align: top;
	height: 88px;
	}

/* Color of Today's Date */
.todayTOC {
	font-family: Geneva, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: Bold; 
	color: #FFFF00;
	background-color: #EC892C;
	text-align: left;
	vertical-align: top;
    padding: 2px;
    margin: 0px;
	}

.titleTOC {
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
    padding: 1px;
    margin: 0px;
    }

.daynumTOC {
	font-family: Geneva, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: Bold; 
	color: #FBFCEF;
	background-color: #A2A3AE;
	text-align: left;
	vertical-align: top;
    padding: 2px;
    margin: 0px;
	}

.formElements {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.formButtons {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.sOtherTOC {
    background-color: #EEEEEE;
	font-family: Geneva, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #BBBBBB;
	vertical-align: top;
	}
.s20TOC {
	background-color: #F7F7F7;
	height: 88px;
	vertical-align: top;
	}
.s20TOC0 {
	background-color: #D4D4D4;
	height: 88px;
	vertical-align: top;
	}



/* Main Table Setup Incluidng Date Number Fonts, Size and Color */
.mainTable {
	background-color: #FFFFFF;
	border: 1px solid #EC892C;
	width: 320px;
 }

.navTable {
	background-color: #EC892C;
	border: 0px solid #FFFFFF;
	width: 320px;
/*	background-image:url(../../../images/calendar_bg.gif);
	background-position:bottom;
	*/
 }

.navTableText {
    font-family: Geneva, Verdana, Arial, sans-serif; 
	font-size: 9px; 
	font-weight: Normal;
	text-decoration: none;
	color: #003366;
	border:none;
	}

/* Month and Year Row Setup */
.monthYearRow {
	background-image:   url("monthBg.gif");
    line-height: 15pt;
	background-color: #D8E2EC;
	text-align: center;
	vertical-align: middle;
	}

/* Month and Year Text Setup */
.monthYearText {
	font-family: Geneva, Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: Bold;
	color: #252216;
	}

/* Day Names Row Setup */
.dayNamesRow {
    line-height: 11pt;
	background-color: #A8CBE5;
	text-align: center;
	vertical-align: middle;
	}

/* Day Name Setup */
.dayNamesText {
	background-image:   url("dayBg.gif");
    font-family: Geneva, Verdana, Arial, sans-serif; 
	font-size: 10px; 
	font-weight: Bold; 
	color: #433D27;
	}

/* Alignments, Font Face, Size and Color for Date Numbers and Row Height */
.rows {
	font-family: Geneva, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #433D27;
    line-height: 11pt;
	text-align: center;
	vertical-align: middle;
	}

/* Color of Today's Date */
.today {
	color: #000000;
	font-weight:bold;
    }

/* Pop-up Events Setup */
.popupDate {
    font-family: Geneva, Verdana, Arial, sans-serif; 
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	background-color: #336699;
	}

.popupEventTitle {
	font-family: Geneva, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	padding: 2px;
	vertical-align: middle;
}

.popupEventTime {
    font-family: Geneva, Verdana, Arial, sans-serif; 
	font-size: 10px; 
	color: #000000;
	font-weight: normal;
	background-color: #F4F4F4;
	border: 1px dotted #EFEFEF;
	padding: 1px;
}

.popupEventDescription {
    font-family: Geneva, Verdana, Arial, sans-serif; 
	font-size: 10px; 
	color: #000000;
	font-weight: normal;
	background-color: #FFFFFF;
	border: 1px solid #EAEAEA;
	padding: 2px;
}


.popupEventDate {
    font-family: Geneva, Verdana, Arial, sans-serif; 
	font-size: 10px; 
	color: #446B93;
	text-align: center;
	vertical-align: middle;
	background-color: #F7F8F9;
	border: 1px solid #FFFFFF;
	padding: 1px;
	}

.popupEnd {
    font-family: Geneva, Verdana, Arial, sans-serif; 
	font-size: 10px; 
	color: #A4A4A4;
	}

.popupClose {
    font-family: Geneva, Verdana, Arial, sans-serif; 
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
	background-color: #336699;
	}

.popupCloseBrackets {
    font-family: Geneva, Verdana, Arial, sans-serif; 
	font-size: 10px; 
	color: #000000;
	text-align: right;
	background-color: #336699;
	}
/*
---------------------------------------------------------------------------
The classes below determine how the calendar background markings will look.
---------------------------------------------------------------------------

/* Normal Cell Background (date number with no event markings) */
.s2 {
	background-color: #E0E0E0;
	}
/* Empty Cell Background (empty cells with no date numbers) */
.s20 {
	background-color: #EBEBEB;
	}

/* Show dates from other months */
.sOther {
    background-color: #EEEEEE;
	font-family: Geneva, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #BBBBBB;
	}
/* Weekend Cell Background (date number with no event markings) */
.s200 {
	background-color: #D0D0D0;
	}


.categoryName {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #666666;
}
.categorySelection {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #777777;
}
.categoryDiv {
	background-color: #FCF5EF;
}
