/* CSS  Document */

body {
   text-align: center;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   /*background-image:url(../images/backgrounds/1.jpg);*/
   background-attachment:fixed;
   background-repeat:no-repeat;
   background-position:top center;
   color: #666666;
   background-color: #81817f;
   }
  
#wrapper {
   text-align: left;
   margin-left: auto;
   margin-right: auto;
   width: 980px;
   padding-top: 150px;
   }
   
#navigation {
	float: left;
	margin-left: 26px;
	width: 225px;
	position: fixed;

	}
	
#content {
	/* bg image is 613px high */
	behavior: url(../styles/iepngfix.htc);
	float: left;
	margin-left: 275px;
	width: 545px;
	padding: 20px;
	height: 463px;
	overflow: auto;
	background-image: url(../images/transparencies/80pc.png);
	background-repeat:repeat;
	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: 505px;
	height: 423px;
	}
	
#blogContent {
	/* bg image is 613px high */
	behavior: url(../styles/iepngfix.htc);
	float: left;
	margin-left: 275px;
	width: 375px;
	padding: 20px;
	overflow: auto;
	background-image: url(../images/transparencies/80pc.png);
	background-repeat:repeat;
	height: 423px;
	}
	
#blogContentRight {
	/* bg image is 613px high */
	behavior: url(../styles/iepngfix.htc);
	float: left;
	margin-left: 10px;
	width: 210px;
	padding: 20px;
	overflow: auto;
	background-image: url(../images/transparencies/80pc.png);
	background-repeat:repeat;
	height: 423px;
	}

#navigation ul li {
	margin-bottom: 3px;

}

#navigation ul li a, #navigation ul li a:link, #navigation ul li a:visited, #navigation ul li a:active, #navigation ul li a:hover {
	behavior: url(../styles/iepngfix.htc);
	text-decoration: none;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	background-image: url(../images/transparencies/38pc.png);
	width: 225px;
	line-height: 30px;
	padding-left: 15px;
	display: block;
	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: 210px;
}

#navigation ul li a:active, #navigation ul li a:hover, #navigation ul li a.selected, #navigation ul li a.selected:link, #navigation ul li a.selected:hover, #navigation ul li a.selected:active  {
	background-image: url(../images/transparencies/100pc.png);
	color: #666666;
}

#navigation p {
	padding-left: 16px;
	padding-top: 10px;
}

#navigation p a, #navigation p a:link, #navigation p a:visited, #navigation p a:hover, #navigation p a:active  {
		color: white;
	}

.floatclearer {
background:transparent none repeat scroll 0%;
border:medium none;
clear:both;
font-size:1px;
height:1px;
line-height:1px;
margin:0pt;
}

textarea.comment, input.comment {
	height: 70px;
	width: 94%;
	border: 1px solid #ccc;
	padding: 10px;
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 color: #666666;
	 font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	
}

input.comment { 
	height:16px;
	padding:3px 10px;
}

.displayComments {
	margin: 0 0 10px 0;
	padding: 10px;
	/*border:1px dotted #666666;*/
	background-color:#FFFFFF;
	font-style:italic;
	/*border-top: 1px solid #999;*/
}

.displayComments P {
	padding-bottom:0;
}

.subhead {
	font-weight:bold;
	font-size:11px;
	line-height:18px;
}

.tel {
	position:absolute;
	top:-1000px;
	left:-1000px;
}

.comments-rule {
	padding:0 0 20px 0;
	border-bottom:1px dotted #666666;
	margin:0 0 20px 0;
}
