/*	##################################
   	GENERAL
	################################## */
*	{
	margin:0;
	padding:0;
	}
html, body {
	height: 100%;
}
@font-face {
	font-family: 'AurulentSansRegular';
	src: url('AurulentSans-Regular-webfont.eot');
	src: local('AurulentSans-Regular-webfont.woff'), url('AurulentSans-Regular-webfont.woff') format('woff'), url('AurulentSans-Regular-webfont.ttf') format('truetype'), url('AurulentSans-Regular-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	background: #000;
	color: #000;
	font: 12px "AurulentSansRegular",Verdana,Arial, sans-serif;
}
a {
	color: navy;
}
a:hover	{
	color:#800;
	}
a
#header	a,#footer a	{
	color:#999;
	}
#header	a:hover,#footer a:hover	{
	color:#fff;
	}

p {
	padding: 0 0 16px 0;
}

a img {
	border:none;
	}
a img.logo {
	vertical-align:middle;
	}
a em	{
	text-indent:-9999px;
	overflow: hidden;
	display:block;
	}
/*	##################################
   	BASIC LAYOUT
	################################## */
#page {
	width: 960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -90px; /* the bottom margin is the negative value of the footer's height */
	background:#fff url("../images/page.jpg") no-repeat;
}

#header {
	width: 960px;
	height: 137px;
	background:#fff url("../images/header.jpg") no-repeat;
	position:relative;
}
	#weather	{
		position:absolute;
		left:796px;
		top:10px;
		}
#menubar	{
/*	width: 950px;
	height: 40px;
	padding: 0 5px;
	background:#fff url("../images/menu.jpg") no-repeat;
	font:bold 11px "Tahoma", Helvetica, Arial, sans-serif;*/
	}
/****************BEGIN MENU AREA***************************************************/
ul#topnav {
	margin:0; padding: 0;
	float: left;
	width: 960px;
	list-style: none;
	position: relative;
	/*font-size: 1.2em;*/
	font: 12px Verdana,Arial, sans-serif;
	background: url(../images/topnav_stretch1.gif) repeat-x;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	border-right: 1px solid #ddd;
}
ul#topnav li a {
	padding: 12px 10px;
	display: block;
	color: #f0f0f0;
	text-decoration: none;
}
ul#topnav li:hover { background: #ad2b1f url(../images/topnav_active.gif) repeat-x; }
ul#topnav li span {
	float: left;
	padding: 10px 5px;
	position: absolute;
	left: 0; top:38px;
	display: none;
	width: 950px;
	background: #ad2b1f;
	color: #fff;
	-moz-border-radius-bottomright: 10px;
	-khtml-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-khtml-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
}
ul#topnav li:hover span { display: block; }
ul#topnav li span a { display: inline; }
ul#topnav li span a:hover {text-decoration: underline;}
/****************END MENU AREA***************************************************/
#content {
	/*position:relative;*/
}
#main {
	float: left;
	width: 665px;
	padding:35px 15px;
	background:transparent url("../images/main.jpg") no-repeat;
	min-height:300px;
}
#main p, #main ul, #main ol, #main dl	{
	font-size:14px;
	line-height:18px;
	}
#main ul, #main ol, #main dl{
	margin-left:35px;
	}
#main dl dt	{font-weight:bold;}
#main dl dd	{margin-left:10px;}
#sidebar {
	padding:215px 15px 15px 15px;
	float: left;
	width: 235px;
	/*background:transparent url("../images/sidebar.jpg") no-repeat;*/
	font-size:12px;
}
#sidebar .boxit	{
		padding:5px;
		border:solid 1px #7c906f;background:#c3dcb4;
	    background-image: -moz-linear-gradient(100% 100% 90deg, #c3dcb4, #a0b693);
	    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a0b693), to(#c3dcb4));
	}
#featured-items{padding-top:10px;}
		a.button{
		border:solid 1px #e8a51f;background:#fbc952;/*background: rgba(255, 255, 255, .75);*/
		display:block;font-weight:bold;height:50px;line-height:50px;
		margin-bottom:3px;color:#333;text-decoration:none;
	    background-image: -moz-linear-gradient(100% 100% 90deg, #fbc952, #d09429);
	    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d09429), to(#fbc952));
}
		a.button span	{text-indent:50px;display:block;}
			.application{background:url("../images/application.png") no-repeat 10px 8px;}
			.intranet	{background:url("../images/intranet.png") no-repeat 10px 8px;}		
			.photos	{background:url("../images/photos.png") no-repeat 10px 8px;}		
			.bod	{background:url("../images/bod.png") no-repeat 10px 8px;}
			.work	{background:url("../images/work.png") no-repeat 10px 8px;}	
		a.button:hover	{color:#fff;}
/*	##################################
   	HEADINGS
	################################## */
h1#blog-title {
	text-indent:-9999px;
	line-height: 1;
	font-size: 16px;
	font-weight: normal;
	overflow: hidden;
}
h1#blog-title a {
	color: #fff;
	text-decoration: none;
}
h2#blog-description {
	font-size: 11px;
	font-weight: normal;
	text-indent:-9999px;
	overflow: hidden;
}	
h1, h2 {
	padding: 0 0 10px 0;
	font-family: "trebuchet mS", Verdana, sans-serif;
	color:#eee;
	letter-spacing:1px;
}
h2 {
	font-size: 25px;
	background:transparent url("../images/heading-2.jpg") repeat-x;
	height:30px;
	padding-left:5px;
	text-transform:uppercase;
}
h3, h4, h5, h6 {
	padding: 5px 0 5px 0;
	font-family: Arial Verdana,sans-serif;
}
h3 {
	font-size: 22px;
	}
h4 {
	font-size: 16px;
	}
/*	##################################
   	CONTENT
	################################## */

/*	##################################
   	FOOTER
	################################## */
#footer, .push {
	height: 50px; /* .push must be the same height as .footer */
}
#footer {
	clear:both;
	width: 900px;
	margin: 0 auto;
	padding: 20px 30px;
	background:#000 url("../images/bg-footer.png") no-repeat;
	color:#666;
	line-height:25px;
	font-size:11px;
	font-family:"Tahoma", Helvetica, Arial, sans-serif;
}
#footer p {
	padding:0;
}
#legal	{float:left;padding:0;line-height:15px;}
#designed	{float:right;padding:0;line-height:15px;}
/*	##################################
   	USEFUL
	################################## */
.clear {
	clear: both;
}
.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
/** CSS BASIC ELEMENTS */
hr {
	clear: both;
	height: 1px;
	margin: 20px 0;
	background: #ddd;
	border: none;
}
fieldset {
	padding: 0 10px 10px 10px;
	border: none;
}
label.error {
	color: #800;
	font-style: italic;
	font-weight: normal;
	font-size:80%;
}
input.error { border: 1px dotted #800; }
.floatLeft	{
	float:left;
	padding:0 5px 5px 0;
	}
.floatRight	{
	float:right;
	padding:0 0 5px 5px;
	}
.multiRight	{
	float: right;
	margin: 0 0 10px 10px;
	clear: right;
}
#mc-embedded-subscribe-form	{
	margin:5px auto;
	}
.indicate-required	{
	color: #800;
	font-style: italic;
	font-weight: normal;
	font-size:80%;
	}
.sub-links	{
	font: bold 11px "Tahoma",Verdana,Sans-Serif;	
	}
.stripeMe				{background:#eee; border:solid 1px #ddd; padding:5px;font-size:11px;}
.stripeMe th			{font-weight:bold;padding:10px;background:#069;color:#fc0}
.stripeMe .title		{font-weight:bold;}
.stripeMe tr.normal		{background:#dff1d0;}
.stripeMe tr.alternate	{background:#b8d2a3;}
.stripeMe tr.over		{background:#faa634;color:#fff;}
.stripeMe td			{padding:5px;vertical-align:top;}
.stripeMe .title		{font-weight:bold;}

a[href^="mailto"] 		{padding:0 18px 0 0; background: transparent url("/images/icon_mailto.gif") no-repeat center right; }
a[href$='.pdf'] 		{padding:0 18px 0 0; background: transparent url("/images/icon_pdf.gif") no-repeat center right;}
.download a[href$='.pdf'] 				{padding:0 25px 0 0; background: transparent url("/images/icon_pdf.gif") no-repeat center right;color:#333;text-decoration:none;}
.download a:hover[href$='.pdf'] 		{padding:0 25px 0 0; background: transparent url("/images/icon_pdf.gif") no-repeat center right;color:#fff;}

#contact table tr 		{vertical-align:top;		}

.nobull	{
	list-style:none;
	margin-top:10px;
	margin-bottom:10px;
	}
ul.nobull span	{
	display:block;
	padding-bottom:10px;
	border-bottom:1px solid #ddd;
	margin-bottom:10px;
	}
#main .board					{float:left;width:140px;height:175px;margin:5px 13px;}
#main .board img				{padding:5px;border:1px solid #ddd;background:#eee;}
#main .board p					{text-align:center;font-size:10px;}

/* rotator in-page placement */
    div#rotator {
	position:relative;
	height:251px;
	margin-left: -35px;
	padding-bottom:10px;
}
/* rotator css */
	div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
	div#rotator ul li img {
	/*border:1px solid #ccc;
	padding: 4px;
	background: #FFF;*/
}
    div#rotator ul li.show {
	z-index:0;
}
.download	{
		border:solid 1px #e8a51f;background:#fbc952;color:#333;text-align:center;
		font-weight:bold;margin:5px;text-decoration:none;padding:10px;
		height:35px;line-height:35px;text-indent:5px;
		background-image: -moz-linear-gradient(100% 100% 90deg, #fbc952, #d09429);
	    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d09429), to(#fbc952));
	    display:inline;
	}
	
img.embellish,#index .article img			{background:#eee;border:1px solid #ddd;padding:5px;}
#job-center .article img					{background:none;border:0;padding:0;}

.sitemap 	{
	list-style-type:none;
	}
	#homepage,#profile,#living,#businessinpa,#businessparks,#govt,#aboutpa,#props,#photos	
	{font-size:20px;padding-top:10px;padding-bottom:5px;}