
body {
background-image: url('images/stripebg.jpg');
background-repeat:repeat;
font-family:Century Gothic, Helvetica, sans-serif;
}
p {
margin-below: 8px; 
line-height: 165%;
}
img {
	border: 0px;
} 
a:link, a:visited{
	text-decoration: none;
	font-weight:normal;
	color: #848685; 
} 
a:hover{
	text-decoration: underline;
}
#wrapper {
	width: 1000px;
	margin: auto;
}
#header {
	background-image: url('images/headerslice3.png');
	height: 256px;
	background-repeat: no-repeat;
}
#middle {
	background-image: url('images/bgslice3.png');
	background-repeat: repeat-y;
	
}
#content{
	border: /*1px solid*/ ;
	width:910px;
	margin: 0px 50px 0px 45px;
	padding-top: 0px;
}

#footer {
	height: 140px;
	background-image: url('images/footerslice4.png');
	background-repeat: no-repeat;
}
#introbox {
	background-image: url('images/swirlybgf.gif');
	padding: 40px 40px 0px; 30px;
}

#blogroll {
	padding: 30px 30px 30px 30px;
}
.dotted {
	border-top: 3px dotted #a2a2a1; 
	border-bottom: 3px dotted #a2a2a1; 
	padding: 5px;
	text-align: center;
	color: #848685;
	font-size: 125%;
}
.plain {
	border: 1px solid	#4C3C1B;
	padding: 5px;
	background-color: #ffffff;
} 

/****************************************************DROP DOWN MENU*/
.menu  a:link, .menu  a:visited{
	text-decoration: none;
	font-weight:bold;
	color: #ffffff; 
}
a:hover{
	text-decoration: none;
}
body {
	behavior: url(csshover.htc);
}
.menu {
	font-size:16px; /**font size **/
	clear: left;
}
p a {
	color: #000;
	text-decoration:underline!important;
}
a{
	color:#fff;
	text-decoration:none;
}
p a:hover{	
	text-decoration: none!important;
}
ul#nav {
	list-style-type: none;
	padding: 0px;
	margin: 0;
	margin-left:0px;
}
ul#nav li a {
	display: block;
	font-weight: bold;
	padding: 6px 10px;
	background:#acdad0; /**button background**/
	list-style-type: none;
}
ul#nav li a:hover{
	background:#888; /**background hover color**/
	color:#fff; /**font hover color**/
}
li {
	float: left;
	position: relative;
	width: 134px; /** width of buttons **/
	text-align: center;
	margin-right:0px;
	border:0px solid #ccc;
	list-style-type: none;
}
ul#nav li.current a{
	background:#ddd;
	}

ul#nav li.current a:hover{
	background:#888;
	}

li ul {
	display: none;
	position:absolute;
	width:100px;
	top: 18px;
	left: 0;
	font-weight: normal;
	padding: 1px 0 10px 0;
	margin-left:-1px;
}

ul#nav li ul.sub li{
	border-width:0 1px 1px 1px!important;
}

ul#nav li ul.sub li a{
	font-weight: normal!important;	
}
li>ul {
	top: auto;
	left: auto;
}

li:hover ul, li.over ul {
	display: block;
}
li#extended {
	width: 106px;
}
/****************************************************DROP DOWN MENU*/

.entry {
	margin-top: 15px;
}

.comments-template{

	margin: 10px 0 0;

	border-top: 1px solid #ccc;

	padding: 10px 0 0;

}



.comments-template ol{

	margin: 0;

	padding: 0 0 15px;

	list-style: none;

}



.comments-template ol li{

	margin: 10px 0 0;

	line-height: 18px;

	padding: 0 0 10px;

	border-bottom: 1px solid #ccc;

}



.comments-template h2, .comments-template h3{

	font-family: Georgia, Sans-serif;

	font-size: 16px;

}



.commentmetadata{

	font-size: 12px;

}



.comments-template p.nocomments{

	padding: 0;

}



.comments-template textarea{

	font-family: Arial, Helvetica, Georgia, Sans-serif;

	font-size: 12px;

}




