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

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

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

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

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

hr { border:0; color:#715b4b; background-color:#715b4b; height:1px; margin-bottom:12px; margin-top:12px; }

.photoborder {
	margin-left: 18px;
	margin-bottom: 10px;
	float:right;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/***********************************
Masthead
***********************************/
#masthead {
	width:882px;
	height:119px;
    	margin:0 auto;
    	padding:0px;
}
#logo {
	float:right;
}

/* Home Feature */
#contain {
	width:882px;
	margin:0 auto;
	text-align:center;
	overflow:visible;
}
div#home-feature {
	width: 882px;
	height: 350px;
	float:right;
	display: inline;
	margin-bottom:28px;
}
div#home-feature p#tagline {
	margin: -100px 0 0 -100px;
	width: 281px;
	height: 214px;
	background: url(images/lotus.png) no-repeat 0 0;
	position: absolute;
	text-indent: -9000px;
	z-index: 100;
	overflow:visible;
}

/***********************************
Navigation
***********************************/
/* @group Nav */
div#nav {
	width: 882px;
	height: 36px;
	margin-bottom: 5px;
}
div#nav ul {
	margin: 0;
	padding: 0;
}
div#nav ul li {
	float: right;
	display: inline;
	color:#d8d3c8;
	display: block;
	line-height: 26px;
	padding: 7px 15px 3px 15px;
	font-size: 16px;
}
div#nav ul li a {
	color:#d8d3c8;
	display: block;
	line-height: 26px;
	font-size: 16px;
}
div#nav ul li:first-child {
	background: none;
}
div#nav ul li a:link, div#nav ul li a:visited {
	color: #d8d3c8;
	text-decoration: none;
}
div#nav ul li a:hover {
	text-decoration: underline;
	color:#ffffff;
}

/* Nav Drop Down */
div#nav ul ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	background-color: #333333;
	width: 200px;
}
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 */
	padding-bottom: 5px;
}
div#nav ul li ul li {
	background-image: none;
	height: 22px;
	float: none;
}
div#nav ul li ul li a {
	text-align: left;
	line-height: 22px;
	padding: 0 15px;
	margin: 0;
	font-size: 14px;
	display: block;
	background-image: none!important;
}
div#nav ul li:hover ul, div#nav ul li.sfhover ul {
	left: auto;
}
div#nav ul li ul a:link, div#nav ul li ul a:visited {
	color: #d8d3c8;
	text-decoration: none;
}
div#nav ul li ul a:hover {
	background-color: #d8d3c8;
	text-decoration: none;
	color: #6e6063;
}

/* Fix for sticky IE drop downs */
div#nav ul li:hover, div#nav ul li.sfhover {position: static;}
/* @end */



/***********************************
Page Content
***********************************/
#homepage {
	width:710px;
	margin:0 auto;
	float:right;
	text-align:left;
	padding-bottom:60px;
}
#homepage p {
	margin-bottom:18px;
}

#homepage h1 {
	font:22px/25px Georgia, "Times New Roman", Times, serif;
	color:#ffffff;
	text-align:left;
	margin-bottom:8px;
}

#homepage h2 {
	font:18px/24px Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#ffffff;
	font-weight:normal;
	margin-bottom:12px;
}
#homepage h3 {
	font:15px/18px Georgia, "Times New Roman", Times, serif;
	color:#ffffff;
	float:right;
	text-align:right;
	margin-right:12px;
	font-weight:normal;
	margin-bottom:12px;
	margin-top:12px;
}
#homepage ul {
    	padding: 0px 10px 12px 30px;
	list-style:square;
}
#homepage li {
}
#homepage strong, .text strong, .text b {
	font:16px/25px Georgia, "Times New Roman", Times, serif;
	color:#ffffff;
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing:2px;
}

#portfolioleft {
	float:left;
	width:340px;
	margin-left:20px;
}
#portfolioright {
	float:left;
	width:340px;
}

/***********************************
Footer
***********************************/
#footercontain {
	text-align:left;
	color:#cfcbcc;
	border-top:1px solid #cfcbcc;
	padding-bottom:12px;
	width:882px;
	margin:0 auto;
}
#footer .textsmall, #footercontain .textsmall {
	font-size:12px;
	color:#cfcbcc;
}
#footer {
	margin:auto;
	padding:20px 0 22px 40px;
	font-size:12px;
	float:left;
}
.footerhdr {
	font:13px/15px Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}
#footer p {
	margin-bottom:6px;
}
#footer .linksmall A:link, #footer .linksmall A:visited, #footer .textsmall A:link, #footer .textsmall A:visited {
  	text-decoration:underline;
	color:#cfcbcc;  
}

#footer .linksmall A:hover, #footer .linksmall A:active {
  	text-decoration:none;
	color:#ffffff;
}
#footerright {
	float:right;
	padding:30px 0 0 0;
}
/***********************************
Calendar Styles
***********************************/
#maincontent table { border-collapse:collapse; width:100%;}

.inputFormButton { font-size:11px; color: #ffffff; background-color:#3b5997; border: 1px #3b5997 solid; padding: 4px 8px 4px 8px; }
.titleEvent { font-weight: bold; }
.eventLine { font-style:normal; }
.monthYear { font-size:16px; font-weight: bold;
background-color:#3b5997; 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: #3b5997; 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 */
 
 ol {
    padding-left: 50px;
 }
 
 ol li {
    padding-bottom: 5px;
 }
