html {
	height: 100%;
}
p,td,th,div {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align:left;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

body {
	background-color: #e6c194;
	background-image: url(/images/desk-bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
}
a:link {
	color: #3333cc;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #5555d7;
}
a:hover {
	text-decoration: none;
	color: #e73b38;
}
a:active {
	text-decoration: underline;
}
h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
	font-family: Georgia, Times New Roman, Times, serif;
	font-style: italic;
}
h1 {
	font-size: 24px;
	color: #407dcf;
	font-weight:normal;
}
h2 {
	font-size:16px;
	font-weight:bold;
}

.highlightText {
	color:#d7413e;
}

#paperDeco {
	background:url(/images/paper.png) top center no-repeat; 
	text-align:center; 
	height: 100%;
}

.translation {
	margin:-5px 0 0 0; 
	text-align:right;
	font-weight:bold;
}
.translation a {
	text-decoration:none;
	color:#e73b39;
}
.translation a:visited {
	text-decoration:none;
	color:#e73b39;
}
.translation a:hover {
	text-decoration:underline;
	color:#e73b39;
}

#container {
	width: 980px; 
	text-align: center; 
	background: url(/images/main-bg.png) top center repeat-y; 
	margin: 0px auto; 
	height: 100%; 
	min-height: 100%; 
	height: auto !important; 
	height: 100%; 
	position: relative;
}


#header {
	width:968px; 
	height:139px; 
	margin:0 6px; 
	background:url(/images/header-bg.jpg) top center no-repeat;
}

.logoPosition {
	margin:20px 0 0 6px; 
	padding: 0px;
}

.contactPosition {
	float:right; 
	text-align:right; 
	margin:40px 15px 0 0; 
	font-size:13px;
}

#content {
	padding: 10px 20px 248px 20px;
	height: 100%;
}
#content #content {
	padding:0px;
}

.container1Top {
	background:url(/images/home-top1.gif) top left no-repeat; 
	width:750px; 
	height:32px;
	margin-top:25px;
}
.container2Top {
	background:url(/images/home-top2.gif) top left no-repeat; 
	width:750px; 
	height:32px;
	margin-top:25px;
}
.containerHeader {
	float:left; 
	width:239px; 
	margin-right:15px; 
	text-align:center; 
	font-weight:bold; 
	font-size: 14px; 
	font-style:italic; 
	color:#FFF; 
	font-family:Georgia, 'Times New Roman', Times, serif; 
	padding-top:10px;
}
.container1Middle {
	background:url(/images/home-mid1.gif) top left repeat-y; 
	width:750px;
	padding:15px 0;
}
.container2Middle {
	background:url(/images/home-mid2.gif) top left repeat-y; 
	width:750px;
	padding:15px 0;
}
.hcontainerContent {
	float:left; 
	width:219px; 
	margin-right:15px;
	padding:0 10px;
}
.container1Bottom {
	background:url(/images/home-bottom1.gif) bottom left no-repeat; 
	width:750px; 
	height:28px;
}
.container2Bottom {
	background:url(/images/home-bottom2.gif) bottom left no-repeat; 
	width:750px; 
	height:28px;
}


/***  MENUS & NAVIGATION  
.toc {
	list-style: none;
	margin: 101px 0 0 68px;
	padding: 0;
	color: #2261b7;
	font-weight: bold;
	font-size: 14px;
	position: relative;
}

.toc li {
	background: url(/images/tab-left.png) no-repeat top left;
	float: left;
	margin: 0px -5px 0 0;
	padding-left: 15px;

}

.toc a {
	background: url(/images/tab-right.png) no-repeat top right;
	display: block;
	float: left;
	height: 21px;
	padding: 17px 30px 0 15px;
	text-decoration: none;
}

.toc li.current {
	background-image: url(/images/tab-left-up.png);
}

.toc li.current a {
	background-image: url(/images/tab-right-up.png);
	color: #e73b38;
	text-decoration: none;
}
.toc a:visited {
	text-decoration: none;
}

.anylinkcss{
position:absolute;
visibility: hidden;
z-index: 999;
cursor:pointer;
display:block;
}
.anylinkcss a {
	position: relative;
}
.submenu {
	margin: 0px auto; 
}
.submenu ul {
	margin:0;
	padding:0;
	list-style:none;
}
.submenu li {
	margin:0;
	padding:0;
	list-style:none;
	height:30px;
}
.submenu a {
	color:#e73b38;
	font-size:12px;
	text-decoration:none;
	background:url(/images/drop-off.gif) top left no-repeat;
	border-top:1px solid #fff;
	padding: 6px 0 0 0;
	width:176px;
	height:24px;
	display:block;
	text-align:center;
}
.submenu a:visited {
	color:#e73b38;
	text-decoration:none;
}
.submenu a:hover {
	color:#2261b7;
	text-decoration:underline;
	background:url(/images/drop-on.gif) top left no-repeat;
}
***/
.leftSideNav {
list-style:none;
padding:2px;
line-height:22px;
margin:4px 0 32px;
}

.leftSideNav a {
display:block;
padding-left:6px;
	color:#2261b7;
	text-decoration:none;
}


.leftSideNav a:hover {
text-decoration:underline;
}

.leftSideNav li {
border-bottom: 1px solid #e8e8e8;
}

.leftSideNav ul {
list-style:none;
padding:0;
font-size:11px;

}

.leftSideNav ul li {
background: url(/images/arrow.gif) 16px center no-repeat;
padding-left:30px;
margin:0;
border:1px solid #fff;

}

.leftSideNav ul li a {
color:#8CA3E1;
}


/***  LEFT COLUMN TAGS  ***/
#leftColumn {
	float:left; 
	width:175px; 
	margin-right: 15px;
}
.searchTop {
	background:url(/images/search-top.gif) top center no-repeat; 
	width:176px; 
	height:8px;
	font-size:0;
}
.searchBody {
	background:url(/images/search-bg.gif) top center repeat-y; 
	width:166px; 
	padding-left:10px;
}
.searchBody form {
	margin:0px;
	padding:0px;
}
.searchField {
	width:124px; 
	border:1px solid #e5e6ec;
	margin-top:3px;
}
.searchHeadline {
	color:#d7413e; 
	font-family:Georgia, 'Times New Roman', Times, serif; 
	font-size:14px;
}
.searchBottom {
	background:url(/images/search-bot.gif) top center no-repeat; 
	width:176px; 
	height:8px;
	margin-bottom:33px;
}
.smallCalendarBG {
	background:url(/images/calendar-bg.gif) top left no-repeat; 
	width:168px; 
	height:164px;
	padding:8px 0 0 8px;
}
.smallCalendarBG td {
	color:#339933;
	text-align:center;
	height:21px;
	widows:21px;
}
.smallCalendarEvent {
	background-color:#339933;
}
.smallCalendarEvent a {
	color:#FFF;
	text-decoration:underline;
}
.smallCalendarEvent a:visited {
	color:#FFF;
	text-decoration:underline;
}
.smallCalendarHeader{
	height:22px; 
	font-family:Georgia, 'Times New Roman', Times, serif; 
	font-size:14; 
	font-weight:bold; 
}
.smallCalendarLink {
	text-align:right; 
	padding-right:13px; 
	font-style:italic; 
	margin-bottom:35px;
}
.smallCalendarLink a {
	color:#339933;
}


#rightColumn {
	float:left; 
	width: 750px;
}

#footerContainer {
	width: 980px; 
	text-align: center; 
	background: url(/images/main-bg.png) top center repeat-y; 
	margin: 0px auto; 
}
#footer {
	background: url(/images/footer-bg.jpg) center no-repeat;
	height: 133px;
	margin: -248px auto 0 auto;
	position: relative;
	width: 950px;
	font-size: 11px;
	font-weight: bold;
	color: #2b6bbb;
	text-align: right;
	padding: 115px 30px 0 0;
}



/* CALENDAR */
.calendarContainer {
	width: 100%;
}
.calendarTable {
	background-color: #005367;
	width: 100%;
}
.calendarHeader {
	color: #339933;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 5px;
}
.calendarHeaderNav {
	padding: 5px;
	font-weight: bold;
	font-size: 12px;
}
.calendarHeaderNav a {
	color: #006196;
	text-decoration: underline;
}
.calendarHeaderNav a:hover {
	color: #CC0000;
	text-decoration: underline;
}
.calendarDayHeader {
	background-color: #339933;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
	font-size: 12px;
}
.calendarDay {
	width: 14%;
	background-color: #fefdf5;
	height: 85px;
	font-size: 11px;
}
.calendarDay a {
	color: #3366cc;
}
.calendarDay a:hover {
	color: #CC0000;
}
.calendarDayNumber {
	color: #333333;
	font-weight: bold;
	padding: 5px;
}
.calendarDayToday {
	background-color: #FCDBB2;
}
.calendarDayEvent {
	margin-bottom: 5px;
	padding: 5px 3px;
	background-color: #faf2ca;
}
.calendarDayEventSelected {
	background-color: #dddddd;
}
.calendarDayEventDisabled {
	color: #cccccc;
}
.calendarBlankCells {
	background-color: #f2f2f2;
}


/*  BLOG  */
.blogPostDate {
	font-style:italic;
	color:#999;
}
.blogRule {
	float:left;
	width:735px;
	border-top:1px dotted #69F;
	margin: 3px 0 10px 0;
}
.blogPost {
	float:left;
	padding:0 15px;
}


/* CONTACT FORM */

.contactInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.contactContainerLeft {
	float: left;
	margin-left: 10px;
	margin-right: 20px;
	top: 0px;
}
.contactContainerRight {
	float: right;
	width: 350px;
}
.contactContainerColor {
	background-color: #f2f2f2;
}
.contactCopy {

}
.copyAreaCode {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.copyPadding {
	padding-left: 15px;
}
.copyHighlight {
	color: #CC0000;
}
.contactStatement {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #00309C;
	padding-bottom: 5px;
}
.fields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border:1px solid #cccccc;
}
.requiredFields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #FFFFCC;
}
.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #8f2021;
	color : #ffffff;
	font-weight: bold;
} 
input.required, textarea.required {
	border: 1px solid #CC0000;
}

.formErrorMsg {
	margin-top: 20px;
	padding:10px;
	background-color: #8F2021;
	color: #ffffff;
	border: 1px solid #000000;
}


