* {
    padding: 0px;
    margin: 0px;
}

body {
    text-align: left;
    font-family: Georgia, "Times New Roman";
    font-size: 12px;
    font-weight: normal;
    background: #ededed url("../images/bg-content.jpg");
    background-repeat:repeat-y;
    background-position:center top;
}

body.bg-site-main {
    text-align: left;
    font-family: Georgia, "Times New Roman";
    font-size: 12px;
    line-height:18px;
    font-weight: normal;
}


a img { border:none; }

hr { 
     border: 0;
     color: #231707;
     background-color: #231707;
     height: 1px;
     width: 100%;
     margin-bottom:10px;
     margin-top:10px;
}


a:link,a:visited {
    color: #381314;
    text-decoration: underline;
}

a:hover, a:active {
    text-decoration: none;
}

#container {
    width: 849px;
    margin: 0 auto;
    text-align: left;
    background-color: #fff;
}


#top-links-home {
    padding: 5px;
    text-align:right;
    font-family:Arial, Helvetica, sans-serif;
}

#top-links-home A:link, #top-links-home A:visited, #top-links-home a:active {
    padding: 0px 5px 0px 5px;
    text-decoration:none;
    font-size:11px;
    color:#000;
}
#top-links-home A:hover {
    text-decoration:underline;
}

#top-links A:link.last-tab, #top-links A:visited.last-tab,
#top-links A:hover.last-tab, #top-links A:active.last-tab {
    border-right: 0px;
}

#page-header {
    overflow: hidden;
    float: left;
    background-color: #0b308f;
    border-right:1px solid #fff;
    border-top:1px solid #fff;
    width:248px;
}

.internal-page #page-header {
     border-right: none;
     border-top: none;
     height: 143px;
}

#page-header H1 {
    background-color: #fff;
    width: 220px;
    height: 104px;
    padding: 20px 10px 20px 24px;
}

#page-header .page-header-right {
    float: left;
    padding-left: 0;
    background-color: #087a51;

}

#home-nav-right {
    background-color: #087a51;
    width: 600px;
    float: left;
}

* html #home-nav-right {
    width: 599px;
    height: 404px;
}

#top-menu-home {
    width: 248px;
    padding-top:8px;
    background-color: #0b308f;
    line-height: 18px;
    font-family:Arial, Helvetica, sans-serif;
    color:#FFFFFF;
    text-align:center;
    height: 252px !important;
    height:249px;
}


#top-menu-home  A:link, #top-menu-home A:visited, #top-menu-home A:active {
    text-decoration: none;
    color: #ffffff;
    text-transform:uppercase;
    font-size:11px;
}
#top-menu-home  A:hover {
    text-decoration: underline;
}

#interior-page-back {
     border-left: 1px solid #fff;
     background-color: #e3e9f0;
}

#interior-page-back #top-menu {
    border-left: 0px;
}

#page-content {
    overflow: hidden;
    height: 1%;
    background-image:url("../images/bg-gradient.jpg");
    background-repeat:repeat-x;
    background-position:top left;
    background-color:#FFFFFF;
}

#page-content a:link, #page-content a:visited {
    text-decoration: underline;
    color: #0000cc;
}

#page-content a:hover, #page-content a:active {
    text-decoration: none;
    color: #333399;
}

#top-menu a:link, #top-menu A:visited {
    text-decoration: none;
    color: #243F8F;
}

#top-menu a:hover, #top-menu a:active {
    text-decoration: underline;
    color: #3250a8;
}

#top-menu .interior-page-menu a:link, #top-menu .interior-page-menu a:visited {
    padding: 0px 10px 0px 10px;
    color: #fff;
    text-decoration: none;
    color: #243F8F;
}

#top-menu .interior-page-menu a:hover, #top-menu .interior-page-menu a:active {
    text-decoration: underline;
    color: #3250a8;
}

#page-body {
	width: 535px;
	float: left;
	padding: 20px 20px 15px 20px;
	color: #000;
	font: 12px/22px Georgia, "Times New Roman";
}

.internal-page #page-body {
     width: 343px;
     padding: 20px 0px 15px 0px;
     position:relative;
     left: 20px;
}

#interior-page-right {
     float: left;
     background-color: #fff;
     width: 601px;
}

#interior-page {
    width: 330px;
    float: left;
    padding: 20px 10px 20px 10px;
    color: #000;
    background-color: #fff;
}

#page-body h1 {
    color: #0b308f;
    font-family: Georgia, "Times New Roman";
    font-size: 20px;
    padding-bottom:10px;
    font-weight:normal;
}

#interior-page h1 {
    color: #0b308f;
    font-family: Georgia, "Times New Roman";
    font-size: 20px;
    font-weight:normal;
}

#page-body p, #interior-page p {
    line-height: 18px;
    margin-bottom: 20px;
}

#page-body ul, #interior-page ul {
    margin-left: 20px;
    margin-bottom: 20px;
    list-style:square;
}

#page-body h2, #interior-page h2 {
    font-size: 12px;
    margin-bottom: 5px;
}

#page-body .no-bullets li, #interior-page .no-bullets li {
    color: #777;
    list-style-type: none;
    margin-bottom: 3px;
    line-height: 18px;
}

#sidebar-area {
    width: 250px;
    padding: 30px 20px 10px 0;
    float:right;
}

.internal-page #sidebar-area {
     padding-right: 0px;
     float:right;
     width: 200px;
     position:relative;
     right: 30px;
}

#sidebar-area li {
    list-style-type: none;
}


#sidebar-area h1 {
    font-family: Georgia, "Times New Roman";
    font-size: 12px;
    margin-bottom:8px;
}

#sidebar-area h3.green {
     color:#0b308f;
     font-family:Georgia,"Times New Roman";
     font-size:20px;
     font-weight:normal;
}

#sidebar-area h2 {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    color: #0b308f;
}

#sidebar-area p {
    margin-bottom: 20px;
    font-size: 11px;
    line-height: 16px;
}

#sidebar-area a:link, #sidebar-area a:visited, #sidebar-area a:active {
     text-decoration:underline;
     color:#000;
}
#sidebar-area a:hover {
     text-decoration:none;
}


#page-footer {
	background-color: #fff;
	color: #000;
	text-align: left;
	padding: 0px;
	margin:auto 0;
	line-height: 14px;
	font-size: 11px;
	background-image:url("../images/bg-footer.gif");
	background-repeat:no-repeat;
	background-position:top left;
	overflow:visible;
	height:119px;
}

#page-footer p {
	padding:34px 30px 20px 190px;
}

#footercontain {
     overflow:hidden;
     width:849px;
     height:200px;
     background-color:#0b308f;
     color:#fff;
     font:10px/14px Georgia, "Times New Roman", Times, serif;
}
#footerleft {
     float:left;
     text-align:left;
     background-color: #0b308f;
     width:400px;
     padding:30px;
}
#footerleft a {
     color: #fff;
}

#footerleft p {
     color: #fff;
}

#footerleft p.textsmall {
	padding-top:10px;
}

#footerright {
     padding:30px;
     float:right;
     text-align:right;
     background-color: #0b308f;
     width:260px;
}

#page-footer a:link, #page-footer a:visited, #page-footer a:active {
    text-decoration: underline;
    color: #000000;
}

#page-footer A:hover {
    text-decoration: none;
}

 /* classes which define the calendar styles */
.inputFormButton { font-size:10px; color:#000; background-color:#ccc; border-style:1px; }
.titleSpecial { font-size:12px; font-weight:bold; color:#381314; }
A.linkSpecial { font-weight:normal; color:#0000cc; text-decoration:underline; }
A.linkSpecial:hover { color:#0000cc; text-decoration:none; }
.titleEvent { font-weight:bold; color:#0000cc; }
.eventLine { font-weight:normal; }
.monthYear { font-size:16px; font-weight:bold; }
.daysOfWeek { font-size:11px; font-weight:bold; }
.gridMain { font-size:11px;font-weight:normal; }
.todayColorIn { color:#CC0000; background-color:#ffffcc; } /* font color for the current date for current month */
.inMonthFaceIn { color:#000; background-color:#ffffcc; } /* font color for days in the display month for current month */
.outMonthFaceIn { color:#333; background-color:#ffffcc; } /* font color for days not in the display month for current month */
.todayColorOut { color:#CC0000; background-color:#999; } /* font color for the current date for days in the display month */
.inMonthFaceOut { color:#000; background-color:#999; } /* font color for days in the display month for days in the display month */
.outMonthFaceOut { color:#333; background-color:#999; } /* font color for days not in the display month for days in the display month */
.linkDayInCell { font-size:11px;font-weight:normal; }
.dropDownInCalendar {font-size:12px; background-color:#fff; border:1px #666 solid; }
.allEventsLink { font-size:12px; }
.textOutsideCalendar { font-size:11px; }
.anyText { font-size:14px; }
.calendardetail { line-height:15px; font-weight:normal; padding-right:5px; padding-left:5px; }

#page-body ul.circle, #interior-page ul.circle {
     list-style-type:disc;
}

#page-content a.black_link {
     color: #000;
}

.date_input {
     float:left;
     margin-right: 17px !important;
     margin-right: 9px;
}

.date_input input {
     border: solid 1px #a5acb2;
     margin-right: 7px;
     position:relative;
     top: -3px;
     padding: 3px;
     width: 123px;
}

.date_input a img {
     position:relative;
     top: 0px ;
}

.book_image {
     position:relative;
     top: 23px;
}

#interior-flash {
     width: 601px;
     float:left;
     overflow:hidden;
     height: 143px;
}

#left-side-navigation {
	width: 248px;
	float:left;
	background: #0b308f;
	text-align:center;
	z-index: 100;
	position:relative;
	padding-top: 25px;
}

#left-side-navigation a {
     color: #fff;
     text-transform:uppercase;
     line-height: 18px;
     font-size: 11px;
     font-family: Arial,Helvetica,sans-serif;
     text-decoration:none;
}

#left-side-navigation a:hover {
     text-decoration:underline;
}

.content_page {
     background: url("../images/bg-left.jpg") repeat-y left top;
}

.green_bg {
     width: 248px;
     background: #087a51;
     position:absolute;
     top: 0px;
     z-index: 1;
     height: 100%;
     left: 0px;
}

#sidebar-area .date_input {
     float:none;
     margin:0px 0px 5px !important;
     margin:0px;
}

.internal-page #page-content {
     width: 601px;
     float:left;
     position:relative;
     z-index: 100;
     height:auto;
}

.bg-site-main.internal-page {
     font-size: 15px;
}

.internal-page p {
     color: #333;
}
