/* CSS Document */
* {
    padding:0px;
    margin:0px;
}

BODY {
    font:13px/18px Georgia, "Times New Roman", Times, serif;
    color:#333333;
    background-color:#ffffff;
    text-align:center;
    background-image:url(images/bknd.jpg);
    background-repeat:repeat-x;
}

a img { border:none; }
img, div { behavior: url(iepngfix.htc) }

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

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

hr { border:0; color:#093e03; background-color:#093e03; height:1px; margin-bottom:12px; }

.photoborder {
	margin-left: 18px;
	margin-bottom: 10px;
	border:1px solid #093e03; 
	float:right;
	padding:6px;
}
.portfolioborder {
	margin-right: 22px;
	margin-bottom: 12px;
	border:1px solid #093e03; 
	float:left;
	padding:4px;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/***********************************
Masthead
***********************************/
#masthead {
	width:900px;
	height:91px;
    	margin:0 auto;
    	padding:0px;
}
#logo {
	float:left;
	margin-left:30px;
	margin-top:22px;
}

#topnav {
	float:right;
	text-align:right;
	font-size:12px;
	letter-spacing:1px;
	margin-top:12px;
	color:#093e03;
}
#topnav h2 {
	font:18px/25px Georgia, "Times New Roman", Times, serif;
	color:#092b40;
	margin-top:22px;
	letter-spacing:0;
}
#topnav a:link, #topnav a:visited {
	color:#093e03;
	font-size:11px;
	text-decoration:none;
}
#topnav a:hover, #topnav a:active {
	text-decoration:underline;
	font-size:11px;
}

#clouds {
	background-image:url(images/clouds.jpg);
	background-position: center top;
	background-repeat:no-repeat;
}
/***********************************
Navigation
***********************************/

/* page main navigation */

div#main-nav { /* main navigation outside div */
     font-family:Georgia, Times, sans-serif;
     font-size:13px;
	line-height:16px;
     height:51px; /* height of the main navigation */
     width: 899px;
     margin:0 auto;
}

/* main navigation tabs */

ul#main-nav-ul {
     width: 899px; /* subtract the left padding in this declaration from the overall menu width to get this value */ 
	/* This menu's starting width was 900px */ 
	list-style: none;
	margin: 0;
	padding: 0;

}

ul#main-nav-ul ul>li {
     top: auto;
     left: auto;
}

ul#main-nav-ul li {
     float:left;
     position:relative;
     list-style-type:none;
     margin:0px;
     text-transform:uppercase;
     text-align:center;
}

ul#main-nav-ul li a {
     padding:8px 30px 11px 30px; /* this will increse/deccrease the size for each tab */
     display:block;
     text-decoration:none;
     color:#ffffff;
     background:#0f1a50;
     border-right:1px solid #6f7696;
}

ul#main-nav-ul li a.single {
	padding:15px 30px 20px 30px;
}
ul#main-nav-ul li a.first {
     border-left:1px solid #6f7696;
	padding:15px 30px 20px 30px;
}

ul#main-nav-ul li a:hover {
	background-color:#369dd5;
}
/* Drop Downs */
ul#main-nav-ul li:hover a, ul#main-nav-ul li.sfhover a {
	color:#cce3f5;
	background-image:url(images/bknd_nav.gif);
	background-repeat:repeat-x;
}

/* Nav Drop Down */
div#main-nav ul ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	z-index: 200;
	width: 150px;
}
div#main-nav ul li ul {
	position: absolute;
	left: -999em;
}
div#main-nav ul li ul li {
	background-image: none;
	float: left;
	padding: 0;
	margin: 0;
	height: auto;
	width: 150px;
}
div#main-nav ul li ul li a {
	margin: 0;
	display: block;
	font-weight: normal;
	border-bottom: 1px solid #cce3f5;
	width: 86px;
}
div#main-nav ul li:hover ul, div#main-nav ul li.sfhover ul {
	left: auto;
}
div#main-nav ul li ul li a:hover {
	color: #fff;
}
/* Fix for sticky IE drop downs */
div#main-nav ul li:hover, div#main-nav ul li.sfhover {position: static;}
/* End New Code June 5, 2009 */

/***********************************
Page Content
***********************************/
#contain {
	width:900px;
	height:auto;
    	margin:0 auto;
    	padding:0;
}

#maincontent {
	float:left;
	width:530px;
	text-align:left;
	padding:32px;
}
#maincontentwide {
	float:left;
	width:780px;
	text-align:left;
	padding:32px;
}
#maincontent p, #maincontentwide p{
	margin-bottom:12px;
}

#maincontent h1, #maincontentwide h1 {
	font:22px/25px Georgia, "Times New Roman", Times, serif;
	color:#092b40;
	text-align:left;
	margin-bottom:12px;
}

#maincontent h2, #maincontentwide h2 {
	font:16px/25px Georgia, "Times New Roman", Times, serif;
	color:#092b40;
}

#maincontent ul {
    	padding: 0px 10px 12px 30px;
	list-style:square;
}
#maincontent li {
	padding-bottom:6px;
}
#maincontent .text strong, .text b {
	color:#092b40;
	font:14px/18px Georgia, "Times New Roman", Times, serif;	
}

/***********************************
Right Column
***********************************/
#rtcallouts {
	float:right;
	text-align:center;
	margin:55px 35px 0 0;
	width:237px;
}
#rtcallouts h2 {
	text-align:left;
	color:#092b40;
	font-weight:normal;
	margin-bottom:12px;
	font:18px/18px Georgia, "Times New Roman", Times, serif;
}
#rtcallouts p {
	text-align:left;
	padding:6px;
	
}
.feature {
	border:1px solid #093e03; 
	padding:6px;
	margin-bottom:6px;
}

/***********************************
Footer
***********************************/
#footercontain {
	text-align:center;
	background-color:#0f1a50;
	background-image:url(images/bknd-footer.gif);
	background-repeat:repeat-x;
}
#footer .textsmall, #footercontain .textsmall {
	font:11px/15px Georgia, "Times New Roman", Times, serif;
}
#footer {
	width:900px;
	text-align:center;
	margin:auto;
	padding:18px;
	color:#FFFFFF;
	font:11px/15px Georgia, "Times New Roman", Times, serif;
}
.footerhdr {
	font:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}
#footer p {
	padding-bottom:12px;
}
#footer A:link, #footer A:visited {
  text-decoration:underline;
 	color:#FFFFFF;
}

#footer A:hover, #footer A:active {
  text-decoration:none;
}
/***********************************
Calendar Styles
***********************************/
#maincontent table { border-collapse:collapse; width:100%;}

.inputFormButton { font-size:11px; color: #ffffff; background-color:#00502f; border: 1px #00502f solid; padding: 4px 8px 4px 8px; }
.titleEvent { font-weight: bold; }
.eventLine { font-style:normal; }
.monthYear { font-size:16px; font-weight: bold;
background-color:#00502f; 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: #00502f; 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 */