/* CSS Document */

BODY {
	padding: 0px; margin: 0px; 
	BACKGROUND: url(images/header.gif) #ffffff no-repeat;
  	background-repeat: no-repeat;
	background-position: 50% 0%; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	font-size: 12px;
}
object {margin-left: auto; margin-right: auto; padding: 10px;border: 1px solid #D5D5D5; display:block; background-color: #F0F0F0;}


.entry a {color: #333333; text-decoration:underline;}
.entry a:hover {text-decoration:none; color: #999999;}
.entry img {border:0px; display: block; margin-left: auto; margin-right: auto}

.navigation a {color: #5d91a5;}
.navigation a:hover {color: #333333; text-decoration: none;}
.green-bold {font-weight:bold; color: #5d91a5; }
#site-login a {color: #ffffff;}
#container-outer {width: 900px; margin: 0px auto; }
#container {width: 900px; margin: 0px auto; }
#header {width: 900px; height: 200px;margin: 0px auto;}
#logo {width: 152px; height: 200px; margin-left: 15px; }
#logo a {width: 152px; height: 200px; display:block;}
.post-title {color: #333333;font-family: "Century Gothic"; font-size: 22px; font-weight:normal;}
a.post-title:hover {text-decoration: none; color: #5d91a5;}
.line {height: 1px; line-height:1px; font-size: 1px; background-color: #c0d7d9; clear: both;}
.postmetadata a {color: #5d91a5;}
.postmetadata a:hover {color: #333333;}
.sidebar {width: 300px; float: left;}
.sidebar ul {list-style: none;padding: 0;margin: 0;}
.sidebar li {line-height: 20px;}
.sidebar li a {color: #5d91a5;}
.sidebar li a:hover {color: #333333; text-decoration: none;}
.sidebar h2 {font-weight:bold; font-size: 16px; color: #333333;padding: 0;margin: 0;}
#wp-calendar {margin: 0px auto; color: #000000;}
#wp-calendar td { padding: 5px;	border-width: 0px 0px 0px 0px;	border-style: solid solid solid solid;	border-color: white white white white; background-color: #d0d0d0; text-align:center;}
#wp-calendar caption{color: #5d91a5;}
#footer-home {padding-top: 20px; width: 900px; margin: 0px auto;}
.page-header {color: #5d91a5; font-size: 22px;}
.spacer10 {height: 10px; line-height:10px; font-size:1px; display: block; }
.comments-template a {color: #333333;}
.comments-template a:hover {color: #5d91a5;}
.content-left {width: 900px;}
#comment {width: 600px;}
#search-text {width: 200px;}
#search-wrapper {width: 250px; height: 30px; border: 1px solid #CCCCCC;}
#s {width: 207px; border: 0px solid; font-size: 14px; padding-left: 10px; }
.comment-box {width: 580px; padding: 10px; background-color: #e9eff3; border: 1px solid #5d91a5; margin-bottom: 10px;}
.commentlist {list-style:none;padding: 0;margin: 0;}
.comment-meta {float: right; width: 300px; text-align: right;}
#footer {padding-top: 20px; width: 900px; margin: 0px auto;}
.clear {clear: both;}
#address {text-align: center; color: #999999;}
#address a {color: #999999;}
#address a:hover {text-decoration: none;}
.credit {color: #333333; text-decoration:underline; font-size: 12px;}
a.credit:hover {text-decoration:none;}


/*nav*/

#divnav {margin: 0px auto;}	
#nav { 
	background:url("images/nav.gif") no-repeat; 
	width:900px; 
	height:35px; 
	margin:0;
	padding:0; 
	list-style: none;
	line-height: 1;
	 text-align: left;
	}

#nav ul {
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: 1;

}

#nav span { display: none; }

#nav li, #nav a { height:35px; display:block; } /* add the height again */

#nav li { float:left; list-style:none; position:relative; }

#nav-01 { width: 59px;}
#nav-02 { width: 138px;}
#nav-03 { width: 178px;}
#nav-03a { width: 270px;}
#nav-04 { width: 118px;}
#nav-05 { width: 85px;}


/*-------------- X position of item -84px (width of first item)/ height of item from above -35px (height of visibale portion of menu) ------------- */
#nav-01 a:hover { background:url("images/nav.gif") 0px -35px no-repeat; }
#nav-02 a:hover { background:url("images/nav.gif") -59px -35px no-repeat; }
#nav-03 a:hover { background:url("images/nav.gif") -197px -35px no-repeat; }
#nav-04 a:hover { background:url("images/nav.gif") -645px -35px no-repeat; }
#nav-05 a:hover { background:url("images/nav.gif") -763px -35px no-repeat; }


#nav a {
	display: block;
/*	width: 10em;*/
}

#nav li {
	float: left;
/*	width: 10em;*/
}

#nav li ul {
	position: absolute;
	left: -9999em;
	padding-right:1px;			
	background-color:#999999;	/* this is the bgcolor of drop down menu*/
}




/*start of third level*/

#nav li ul ul {
	margin: -25px 0 0 10em;
}
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}







/* end of third level */





#nav li:hover, #nav li.hover {  
    position: static;  
}


/* test for IE7 hack

*/

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li ul li { 
	height:25px; 				/* Height of each drop down nav list item */
	border:1px solid #333333;
	border-top:none;
	width: 180px;
	}	

#nav li ul li a {
	width:100%;
	height:25px;				/* Height of each drop down nav link, same as above */
	line-height:25px;			/* Height of each drop down nav link, same as above */
	}

#nav li ul li a span {
	display:block;
	padding-left:14px;
	text-align: left;
	font-size: 12px;
	}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:1.0em;
	color:#ffffff;
	text-decoration:none;
	}

#nav li:hover ul, #nav li.sfHover ul	{ left: auto; }


/* Hover styles for drop down items */

#nav ul a:hover { 
	background-image:none;
	background-color:#2e2e2e;
	color:#ffffff;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line*/
#nav-02 ul, #nav-02 li { width:180px; }
#nav-03 ul, #nav-03 li { width:180px; }
#nav-04 ul, #nav-04 li { width:180px; }
#nav-05 ul, #nav-05 li { width:180px; }
#nav-06 ul, #nav-06 li { width:180px; }






