/* CSS Document 
Created by Peter Eastwood - Eastwood Design */

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #333333;
	background-image: url(/images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}
a:link {
	color: #14993F;
	text-decoration: none;
}
a:hover {
	color: #33BAF2;
	text-decoration: underline;
}
.nav {
	background-image: url(/images/nav_bg.jpg);
	background-repeat: repeat-x;
	width: 769px;
}
#content {
	color: #000000;
	background-image: url(/images/bg_content.jpg);
	background-repeat: no-repeat;
	width: 769px;
	background-color: #FFFFFF;
	background-position: top;
	padding-top: 10px;


}
#content2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #000000;
	width: 740px;
	min-height: 500px;
	background-color: #FFFFFF;
}
.specialbg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #000000;
	background-image: url(/images/specialize_bg.jpg);
	background-repeat: repeat-y;
	padding-right: 10px;
	padding-left: -50px;
	list-style-type: none;
text-align: left;
}


.ulsmall {
	font-size: 10px;
	font-weight: 300;
}
#navcontainer ul
{
	list-style-type: none;
	text-align: left;
}

#navcontainer ul li a
{
	background: transparent url(/images/bullet_off.jpg) left center no-repeat;
	padding-left: 35px;
	color: #000000;
	text-align: left;
	font: bolder normal 11px/20px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	text-decoration: none;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A7D9F7;
	padding-right: 10px;
	width: 190px;
}

#navcontainer ul li a:hover
{
background: transparent url(/images/bullet.jpg) left center no-repeat;
color: #FFFFFF;
}

#navcontainer ul li a#current
{
background: transparent url(/images/bullet_off.jpg) left center no-repeat;
color: #666;
}
h1 {
	font-size: 13px;
	line-height: 18px;
	font-weight: 700;
	color: #434448;
}

.date {
	font: normal 9px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	color: #999999;
	display: block;
	margin-top: -8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BAE4FF;
}

.thumb img a:link{
	padding: 5px;
	border: thin solid #999999;
	margin: 5px;
	
}
.thumb img{
	padding: 2px;
	border: thin solid #999999;
	margin: 2px;
	
}
.thumb {
	padding: 2px;
	border: 0px;
	margin: 2px;
	display: block;
	float: left;
	height: 100px;
}
.thumb img a:hover {
	padding: 2px;
	border: thin solid #0066FF;
	margin: 2px;
}