/*
	common.css - SiteBase v1.25
	built by Jason Geiger (130public.net)
	built on WSC3 CSS standards
	
	Copyright 2009. All Rights Reserved.
		
*/
body.page-press #header {
	height: 100px;
}
body.page-press #header #identity { 
	top: 30px;
	right: 30px;
	height: 30px;
	width: 150px;
	background: url(/lib/images/logo-email.gif) 0 0 no-repeat;
}
/****************************************|HEADER|****************************************/
#header {
	position:relative;
	height:80px;
	width: 820px;
}
/****************************************|NAVIGATION|****************************************/
#navigation {
	position:absolute;
	top: 0;
	right: 12px;
}
#navigation ul{
	margin: 0;
	padding: 0;
}
#navigation li{
	float: left;
	margin: 0;
	padding: 0 0 0 8px;
	list-style: none;
}
#navigation a {
	color:#CCCCCC;
	font-size:8px;
	font-weight: bold;
	text-transform:uppercase;
}
#navigation a:hover {
	color: #9d291b;
	text-decoration: none;
}
/****************************************|MASTHEAD|****************************************/
#masthead {
	margin:0;
	padding:0;
	height:80px;
	width: 820px;
	background: url(/lib/images/mast.gif) 0 0 no-repeat;
}
#identity {
	position:absolute;
	height:100px;
	width:260px;
	background:url(/lib/images/logo.gif) 0 0 no-repeat;
}
#identity a {
	display:block;
	height:100px;
	width:260px;
	background:url(/lib/trans.gif) 0 0 no-repeat;
	text-indent:-999em;
}
body.page-default #identity {
	top:4px;
	left:15px;
}
.tagline {
	position:absolute;
	display:block;
	top:49px;
	left:270px;
	height:35px;
	width:215px;
	color:#1d827b;
	font:italic normal 21px/20px Lucida-Sans;
	text-indent:-999em;
}
.notice {
	position:absolute;
	top:4px;
	right:20px;
}
.notice a {
	display:block;
	height:25px;
	width:45px;
	text-indent:-999em;
}
/****************************************|SUBHEADER|****************************************/
.subheader {
	height: 53px;
	padding: 32px 32px 0;
	background: url(/lib/images/bg-subheader.gif) 0 0 repeat-x;
	border-bottom: 1px dotted #333333;
}
.subheader .pagetitle {margin: 0; padding: 0; visibility: hidden;}
/****************************************|NAVIGATION|****************************************/

/*PAGE HYPERLINKS*/
a, a:visited {
	color:#157294;
	text-decoration:none;
}
a:hover {
	color:#157294;
	text-decoration:underline;
}
/****************************************|HOME|****************************************/
#main {
	float: left;
	width: 560px;
	padding: 32px 0 0;
}
.entry {
	padding: 0 0 32px 32px;
}
.entry p {
	text-align: justify;
}
/****************************************|DEFAULT|****************************************/
#content {
	margin: 0;
}
body.page-press #content {
	padding: 0 40px 0 80px;
	text-align: justify;
}
body.page-portfolio .entry img {
	margin: 20px 0;
	border: 1px solid #CCCCCC;
}
/****************************************|PORTFOLIO GRID|****************************************/
div.thumb {
	float: left;
	margin-right: 21px;
	height: 160px;
	width: 162px;
}
div.thumb.last{margin-right: 0;}
div.thumb-img{}
body.page-portfolio .entry div.thumb-img img{margin:0; padding:0;}
div.thumb-desc{}
div.thumb-desc h3{
	margin: 2px 0 0;
	padding: 0;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}
div.thumb-desc h3 a{color: #000000;}
div.thumb-desc p{
	margin: 0;
	padding: 0;
	font-size: 9px;
	color: #666666;
	text-align: left;
}
/****************************************|BREADCRUMBS|****************************************/
.crumbs .home, .crumbs .page {
	margin:0 3px;
}
.crumbs .separator {
	color: #ccc;
}
.crumbs .home a, .crumbs .page a {
	padding:2px 3px;
	color: #ccc;
}
.crumbs .home a:hover, .crumbs .page a:hover {
	background:#f7f7f7;
	color: #999999;
	text-decoration: none;
}
/****************************************|SIDEBAR|****************************************/
#sidebar {
	position:relative;
	margin-left: 585px;
	padding: 32px 8px 24px 12px;
	width: 200px;
	border-left: 1px solid #CCC;
}
#sidebar ul {
	margin: 0;
	padding: 0;
}
#sidebar li:before {
	content: '';
}
#sidebar li {
	margin: 0;
	padding: 2px 3px;
	list-style: none;
}
#sidebar li a {
	display: block;
	height: 14px;
}
#sidebar li.new a {
	padding-right: 32px;
	background: url(/lib/images/ico-new.gif) 100% 0 no-repeat;
}
#sidebar li.new a:hover {
	color: #157294;
	background-position: 100% -15px;
}
#sidebar a {
	color: #333333;
}
#sidebar a:hover {
	color: #e5503e;
}
/****************************************|FOOTER|****************************************/
#base .copyright {float:left;}
#base .credit {float:right;}
#base p {
	font-size:10px;
	color:#666;
}
#base a {
	font-size:10px;
	color:#666;
}
#base a:hover {
	color:#666;
}
/****************************************|FORMS|****************************************/
#contact_form {
	margin-top: 32px;
	width: 540px;
}
#sec{display:none;}
h3.attn {
	border-bottom: 1px solid #e8e8e8;
}
h3.attn span { color: #333333; }
h4.warning { color: #990000; font: normal bold 14px/14px Arial, Helvetica, sans-serif; }
form h5 {
	font-size: 14px;
	font-weight: normal;
	color: #30849E;
}
input.std_field { width: 140px; }
fieldset {
	margin: 0 0 12px;
	padding: 0 0 12px;
	border-color: #e8e8e8;
	border-style: solid;
	border-width: 0 0 1px 0;
}

td.benefits label {
	float: left;
}
td.benefits select {
	float: right;
}
td.sectbrk { height: 8px; }
td.sectbrk hr { height: 1px; background: #e8e8e8; color: #e8e8e8; border: none; }
td.sectbrk-blue hr { margin: 21px 0; height: 2px; background: #e8e8e8; color: #e8e8e8; border: none; }
fieldset.noborder { border: 0; }
label, input, textarea { 
	margin: 3px 0;
	font: normal normal 12px/14px Arial, Helvetica, sans-serif;
}
label { color: #666666; }
textarea { height: 120px; width: 535px; }
.form_btn {
	height: 25px;
	width: 150px;
	line-height: 25px;
	font: normal normal 12px/12px Arial, Helvetica, sans-serif;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: #2c2c2c;
	border: none;
	cursor: pointer;
}
.form_btn:hover {
	background-position: 0 -25px;
}
.contact_btn {
	color: #FFF;
}
/****************************************|MISC|****************************************/
.inline-img {
	margin:30px 0;
	border:1px solid #999;
}
.portrait {
	float: right;
	margin: 0 0 14px 14px;
}
.note {
	margin: 20px 0;
	padding: 2px 10px;
	color: #666666;
	background:#FEF1DA;
	border:1px solid #e8e8e8;
}
.required { color:#CE681A; }
.aside {
	margin:0 0 10px;
	padding:10px;
	background:#f5fefb;
	border:1px solid #ccf1e4;
}