@charset "UTF-8";


/* PAGE TEMPLATE STYLES */

body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #111111;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 994px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	clear: both;
}
.oneColFixCtrHdr #header {
	position: fixed;
	width: 994px;
	height: 220px;
	z-index: 1;
	clear: both;
	float: none;
}

.oneColFixCtrHdr #mainContent {
	width: 970px;
	background: #222222;
	padding: 175px 0px 30px 20px;
	position: relative;
	clear: both;
	overflow: auto;
	border-style: solid;
	border-color: #ffac00;
	border-right-width: 2px;
	border-left-width: 2px;
	border-bottom-width: 2px;
	z-index: 0;
}
.oneColFixCtrHdr #footer {
	padding: 10px 10px 30px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#111111;
	clear: both;
	height: auto;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
}


#headerhp {
	z-index: 0;
	position: relative;
	background: #111111;
}



/* GLOBAL STYLES */

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #444444;
	margin-top: 0px;
	margin-bottom: 0px;
}
h3 {
	clear:both;
	width: 695px;
	background-color: #004089;
	font:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	margin: 10px 20px 35px 10px;
	padding: 6px 6px 4px 10px;
	vertical-align: middle;
	float: none;
	position: relative;
	top: 30px;
}

a {
	text-decoration:none;
}

p {
margin-top: 8px;
	margin-bottom: 0px;

}

.contentItem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	width:830px;
	background-color: #CCCCCC;
	float: left;
	padding: 10px;
	overflow: auto;
	margin: 5px 0px 5px 10px;
	height: auto;
}
.contentItem p {
	line-height:16px;
	margin-bottom:16px;
	margin-right:20px;
}

.contentItem a { 
	color: #111111;
	 text-decoration:underline;
}
.contentItem a:hover { 
	color: #EC7800;
	 text-decoration:underline;
}


/* PORTFOLIO PAGE ELEMENT STYLES */

.portItem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	width:330px;
	background-color: #CCCCCC;
	float: left;
	padding: 10px;
	overflow: hidden;
	margin: 5px 0px 5px 10px;
	height: 80px;
}
.portTn {
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	clear: none;
	border:2px dotted #FFFFFF;
	width: 75px;
	height: 75px;
}
a img.portTn {border:2px dotted #FFFFFF;}
a:hover img.portTn {
	border:2px solid #FFFFFF;
}
a:hover div.portItem {
	background:  #FFF482;
}
