* {
    padding: 0px;
    margin: 0px;
}

BODY {
    text-align: left;
    font: 12px/18px Georgia, "Times New Roman";
    font-weight: normal;
    height:100%;
    background-image:url(images/bknd.jpg);
    background-repeat:repeat-x;
    background-color:#eef7fc;
}


a img { border:none; }

HR { border: 0;
color: #ed9413;
background-color: #ed9413;
height: 1px;
width: 100%;
margin-bottom:10px;
margin-top:10px;
}


A:link, A:visited {
    color: #000000;
    text-decoration: underline;
}

A:hover, A:active {
    text-decoration: none;
        color: #135588;
}

#pagebknd {
	background-image:url(images/bknd-shadow.png);
    background-repeat:repeat-y;
    background-position:center top;
	/* Added following 3 lines to fix the foooter background sliding when window resized */
	width:1000px;
	margin-left: auto;
	margin-right: auto;
}
#container {
    width: 850px;
    margin: 0 auto;
    text-align: left;
    background-color:#ffffff;
}


#top-links-home {
    padding: 5px;
    text-align:right;
    color:#ffffff;
    background-color:#0d7fb2;
}

#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:#ffffff;
}
#top-links-home A:hover {
    text-decoration:underline;
    color:#ed9413;
}

#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;
}

#interior-masthead {
    border-top:1px solid #ffffff;
    width:850px;
}
#page-header {
    overflow: hidden;
    float: left;
    background-color: #92c0e7;
    border-top:1px solid #ffffff;
    width:248px;
    height:404px;
}

#page-header H1 {
    background-color:#ffffff;
    width: 220px;
    height: 104px;
    padding: 20px 10px 20px 24px;
}

#page-header .page-header-right {
    float: left;
    padding-left: 0;
    background-color: #92c0e7;

}

#home-nav-right {
	border-top:1px solid #ffffff;
	border-left:1px solid #ffffff;
    background-color: #ed9413;
    width: 600px;
    float: left;
}

* HTML #home-nav-right {
    width: 599px;
    height: 404px;
}

/* @group Nav */
div#nav {
    width: 250px;
    height:261px;
    /* padding-top:4px; */
    background-color: #ed9413;
    border-top:1px solid #fff;
    line-height: 25px;
    color:#ffffff;
    text-align:left;
    overflow:visible;
}
div#nav ul {
	margin: 0;
	padding: 0;
}
div#nav ul li {
	display: inline;
}
div#nav ul li a {
    font-size:12px;
    font-weight:bold;
    color:#ffffff;
	display: block;
	padding: 1px 18px;
	font-family: Georgia, Times, serif;
}
div#nav ul li.last a {
	border: none;
}
div#nav ul li a:link, div#nav ul li a:visited {
	color: #ffffff;
	text-decoration: none;
}
div#nav ul li a:hover {
	background-color:#0575a7;
	color:#FFFFFF;
}
div#nav ul li a span.arrow {
	display: none;
}
div#nav ul li:hover a span.arrow, div#nav ul li.sfhover a span.arrow {
	display: block;
	width: 12px;
	height: 11px;
	background-color:#0575a7;
	color:#FFFFFF;
	position: absolute;
	z-index: 100;
	margin: -3px 0 0 10px;
}

/* Nav Drop Down */
div#nav ul ul {
	padding: 0;
	margin: 0 0 0 120px;
	list-style: none;
	line-height: 1;
	background-color: #0575a7;
	border: 1px solid #fff;
	border-bottom: none;
}
div#nav ul li ul { /* second-level lists */
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
div#nav ul li ul li {
	background-image: none;
	height: 32px;
	float: none;
}
div#nav ul li ul li a {
	text-align: left;
	line-height: 22px;
	padding: 0 10px;
	margin: 0;
	display: block;
	font-weight: normal;
	white-space: nowrap;
	background-image: none!important;
	border-right: none;
	border-bottom: 1px solid #fff;
}
div#nav ul li:hover ul, div#nav ul li.sfhover ul {
	left: auto;
}
div#nav ul li ul a:hover {
	background-color: #ed9413;
	color:#FFFFFF;
}
/* @end */
#page-content {
    overflow: hidden;
    background-color:#ffffff;
    border-top:1px solid #fff;
}

#page-content A:link, #page-content A:visited {
    text-decoration: underline;
    color: #000000;
}

#page-content A:hover, #page-content A:active {
    text-decoration: none;
    color: #ed9413;
}

#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: #000000;
    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: 555px;
    float: left;
    padding: 30px 40px 15px 30px;
}
#page-body A:link, #page-body A:visited {
    color: #000000;
    text-decoration: underline;
}

#page-body A:hover, #page-body A:active {
    	text-decoration: none;
	color: #135588;
}

#page-body .text strong {
    	margin-bottom: 5px;
	font: 18px/28px Georgia, "Times New Roman";
}

#page-body P, #page-body-interior P {
    margin-bottom: 12px;
}

#page-body UL, #interior-page UL {
    margin-left: 20px;
    margin-bottom: 20px;
    list-style:square;
}
#page-body H1, #page-body-interior H1 {
    	margin-bottom: 12px;
	color:#0474a6;
	font: 22px/28px Georgia, "Times New Roman";
}
#page-body H2, #interior-page H2 {
    font: 16px/22px Georgia, "Times New Roman";
    margin-bottom: 5px;
    	color:#0474a6;
}

#page-body .no-bullets LI, #interior-page .no-bullets LI {
    color: #000000;
    list-style-type: none;
    margin-bottom: 3px;
    line-height: 18px;
}

#sidebar-area {
    width: 180px;
    float: right;
    padding: 30px 20px 20px 0;
    text-align:left;
}

#sidebar-interior {
    width: 180px;
    float: right;
    padding: 30px 10px 70px 0;
    text-align:left;
}

#sidebar-area LI {
    list-style-type: none;
}

#sidebar-area H1, #sidebar-interior H1 {
    font-family: Georgia, "Times New Roman";
    font-size: 12px;
    margin-bottom:8px;
}

#sidebar-area H2, #sidebar-interior H2 {
    margin-bottom: 4px;
    font-size: 14px;
    text-align: left;
    color: #0474a6;
}

#sidebar-area H3, #sidebar-interior H3 {
    margin-bottom: 4px;
    font-size: 12px;
    text-align: left;
    color: #0474a6;
}

#sidebar-area P, #sidebar-interior 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:#000000;
}
#sidebar-area A:hover {
	text-decoration:none;
	color:#0474a6;
}
/* HOMEPAGE PHOTO CALLOUTS */
#photocallouts {
	width:850px;
	height:170px;
	margin:0 auto;
	padding:0;
}
#photocallouts p {
	float:left;
	text-align:center;
}
#photocallouts A:link, #photocallouts A:visited, #photocallouts A:active {
	text-decoration:none;
	font-weight:bold;
	color:#0474a6;
	font-size:14px;
}
#photocallouts A:hover {
	text-decoration:none;
	font-size:15px;
}
/* INTERIOR PAGES */
#interiorcontain {
	width: 850px;
	background-image:url(images/bknd-nav-int.jpg);
	background-repeat:no-repeat;
	background-position: top left;
 	padding:0px;
	margin:auto;
	overflow:hidden;
}

#interiorgradient {
	background-image:url(images/bknd_gradient_int.jpg);
	background-repeat:repeat-x;
	padding:0px;
	margin:auto;
}
#interior-nav-float {
	float:left;
    	width: 250px;
}

#page-body-interior {
    width: 350px;
    float: left;
    padding: 22px 15px 15px 15px;
}


#page-body-interior UL, #interior-page UL {
    margin-left: 20px;
    margin-bottom: 10px;
    list-style:square;
}


#page-body-interior .no-bullets LI, #interior-page .no-bullets LI {
    color: #000000;
    list-style-type: none;
    margin-bottom: 3px;
    line-height: 18px;
}




#footercontain {
	overflow:hidden;
	margin:0 auto;
	padding:22px 0 22px 0;
	text-align:center;
	color:#ffffff;
	background-color:#ed9413;
	font:12px/16px Georgia, "Times New Roman", Times, serif;
}
#footercontain p {
	margin-bottom:8px;
}
#footercontain A:link, #footercontain A:visited, #footercontain A:active {
     text-decoration: underline;
	color:#ffffff;
}

#footercontain A:hover {
    text-decoration: none;
}

 /* classes which define the calendar styles */
.inputFormButton { font-size:11px; color: #ffffff; background-color:#0474a6; border: 1px #0474a6 solid; padding: 2px 6px 2px 6px; }
.titleEvent { font-weight: bold; }
.eventLine { font-style:normal; }
.monthYear { font-size:16px; font-weight: bold;
background-color:#0474a6; color:#FFFFFF; font-family:Georgia, "Times New Roman", Times, serif; text-transform:capitalize}
.daysOfWeek { font-size: 12px; font-weight: bold; }
.gridMain { font-style:normal; border:none}
.linkDayInCell {font-weight:bold; font-size:15px}
.todayColorIn { color: #ffffff; background-color: #0474a6; font-weight:bold } /* font color for the current date for current month */
.inMonthFaceIn { color: #000; background-color: #ffffff; } /* font color for days in the display month for current month */
.outMonthFaceIn { color: #000; background-color: #ffffff; } /* font color for days not in the display month for current month */
.todayColorOut { color: #CC0000; background-color: #e3e0df; } /* font color for the current date for days in the display month */
.inMonthFaceOut { color: #000; background-color: #e3e0df; } /* font color for days in the display month for days in the display month */
.outMonthFaceOut { color: #333; background-color: #e3e0df; } /* font color for days not in the display month for days in the display month 
*/
body.inside a.linkDayInCell { color: #000; }
.dropDownInCalendar { background-color:#fff; border: 1px #666 solid; }
.calendardetail { line-height: 15px; padding-right: 5px }
 /* End classes which define the calendar styles */