/*Internal Styles*/
#left .contentbox{
	background:url(../../../../images/content-box-top.gif) no-repeat top;
	padding:20px 0 0 0;
	margin:0;
}
#left .contentbox .cbbottom{
	background:url(../../../../images/content-box-bottom.gif) no-repeat bottom;
	min-height:90px;
}

#left .contentbox .fullPage

{
	padding: 0 20px 30px 20px;
}
#left .contentbox .cbbottom2{
	background:url(../../../../images/content-box-bottom.gif) no-repeat bottom;
	min-height:90px;
	padding:0 0 30px 0;
}
#content #left{
		margin:5px 8px 0 8px;
}
/*2nd Level NAV*/
#mainnav{
	position:relative;
}
#mainnav li.active{
	background:url(../../../../images/nav-up-left-active.gif) no-repeat left top;
}
#mainnav li.about{
	background:url(../../../../images/nav-up-left-active.gif) no-repeat left top;
}
#mainnav li.active a{
	background:url(../../../../images/nav-up-right-active.gif) no-repeat right top;
}
#mainnav li.activenosub{
	background:url(../../../../images/nav-up-left-active.gif) no-repeat left top;
}
#mainnav li.activenosub a{
	background:url(../../../../images/nav-up-right-active.gif) no-repeat right top;
}
ul#secondnav{
	list-style:none;
	position:absolute;
	top:50px;
	left: 0;
	margin:0 0 0 10px;
	padding:0 0 0 0;
	background:#3e8102 url(../../../../images/subnav-last.gif) no-repeat right top;
	height:24px;
	width:545px;
	overflow:hidden;

}
ul#secondnav li{
	display:inline;
	background:none;
	padding:4px 4px 1px 8px;
	margin:0;
	height:20px;
	float:left;
}
ul#secondnav li.first{
	background:url(../../../../images/subnav-first.gif) no-repeat left top;
	height:20px;	
}
ul#secondnav li.item0{
	background:url(../../../../images/subnav-first.gif) no-repeat left top;
	height:20px;	
}
ul#secondnav li a.active{
	font-weight:bold;
}
ul#secondnav li a{
	color:white;
	background:none;
	padding:0 0 0 9px;
	height:17px;
	border-left:1px solid #fff;
}

ul#secondnav li.first a
{
	border: none;
}
ul#secondnav li.item0 a
{
	border: none;
}


/*Tools list*/
#left{
	background:none !important;
}
ul.tools{
	list-style:none;
	padding:0 0 0 0;
	margin:20px 0 8px 0;
	float:left;
}
ul.tools li{
	float:left;
	margin:0 0 0 10px;
}
ul.tools li a{
	padding:3px 0 3px 25px;
	font-size:0.9em;
}
ul.tools li a.print{background:url(../../../../images/printer.gif) no-repeat left center;}
ul.tools li a.bookmark{background:url(../../../../images/bookmark.gif) no-repeat left center;}
ul.tools li a.email{background:url(../../../../images/email.gif) no-repeat left center;}

/*Bread Crumb*/
#breadcrumb{
	margin:0 0 0 18px;
}
h1.internaltop{
	font-size:1.5em;
	color:#000;
	margin:8px 0 0 16px;
}
h1.internal{
	font-size:1.5em;
	color:#000;
	margin:8px 0 0 0px;
}
h2.internal{
	font-size:2.1em;
	color:#3878ce;
	margin:8px 0 20px 16px;
	padding-bottom: 5px;
	width: 340px;
}

h3.internal{
	font-size: 1.3em;
	margin:8px 0 0 0px;
}
img.internalphoto{
	float:right;
	margin:0 10px 0 0;
}
#content #left p{
	margin:10px 0 0 0px;
}

#subleft{
	float:left;
	width:350px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#subleft p{
	font-size:1.2em;
}
#subright{
	float:right;
	width:148px;
	margin:10px 13px 20px 0;
}
#subright h3{
	font-size:1.4em;
	color:#295302;
	padding:0;
	margin:0;
}
#subright p{
	margin:8px 0 10px 0 !IMPORTANT;
	padding:0;
}

/*Listing Page*/
span.date{
	margin:5px 0 0 0px;
	display:block;
	color:#777;
}
p.listingdesc{
	border-bottom:1px dotted #777;
	padding:0 0 15px 0;
	width:93%;
}
.fullPage ul,
#subleft ul{
	list-style:disc;
	color: #000;
}
.fullPage ul li,
#subleft ul li{
	margin:5px 0 3px 0;
}
.fullPage p{
	font-size:1.2em;
}

.fullPage ul p {font-size: 1em;}

address{
	font-size:1.2em;
	margin:5px 0 20px 20px;
}
#subright ul{
	list-style:none;
	margin:15px 0 0 0;
	padding:0 0 0 0;
}
#subright ul li a{
	padding:5px 0 4px 4px;
	color:#52AC01;
	border-top:1px solid #52AC01;
	display:block;
}
#subright ul li.last a{
	border-bottom:1px solid #52AC01;
}
#subright ul li a:hover{
	color:#fff;
	background:#52AC01;
	text-decoration:none;
}

