@charset "UTF-8";
/* CSS Document */

/* --- Global Style ---*/
@font-face {  
font-family:'RockwellStd';  
src: url('/fonts/RockwellStd.otf') format('opentype');  
}  
body, html {
width:100%;
height:100%;
margin:0px;
padding:0px;
background: #f1f1f1;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
font-size:12px;
line-height:16px;
color:#3a3a3a;
zoom:1;
}

/*---IE6 PNG Fix---*/
.top-nav-spacer, .footer-box img, .divider-footer, #home-link img, #nav1, #nav2, #nav3, #nav4, .plus, .back-to-top { behavior: url(../iepngfix.htc) }

div{
margin:0px;
padding:0px;
}

p {
line-height:16px;
margin-bottom:15px;
margin-top:0px;
}
h1, h2 {
	font-family: 'RockwellStd', Arial, Helvetica, sans-serif;
	font-weight:normal;
}
h1 {
margin:0px 0px 15px 0px;
font-size:18px;
line-height:21px;
color:#455560;
}
h2 {
margin:0px 0px 5px 0px;
font-size:16px;
line-height:17px;
color:#7ca775;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:12px;
	margin: 0px 0px 10px 0px;
	color:#b3bcc3;
	font-weight:900;
}
p + h1 {
margin-top:20px;
}
img {
padding: 0px 0px;
margin: 0px 0px;
border: 0px;
}
a {
color:#3678a6;
font-weight:bold;
text-decoration:none;
}
a:hover {
	color:#96c881;
}
a:active, a:focus {
      outline: 0;
}
a.noborder {
border:0px;
}
ul {
padding: 0px 20px;
}
.clear{
height:0px;
width:100%;
clear:both;
} 

/* --- End Global Style ---*/

/* --- Coming Soon ---*/
#comingsoon {
width:328px;
height:248px;
position:absolute;
top:50%;
left:50%;
margin-left:-164px;
margin-top:-124px;
}

/* --- Site Framework --- -*/
#page-container {
position:relative;
clear:both;
width:900px;
margin:0px auto;
padding-bottom:45px;
text-align:left;
}
.page-header {
display:block;
width:441px;
height:45px;
margin: 13px 0px 23px 20px;
}
img.hdr {
display:block;
margin-bottom:15px;
}
/* --- End Site Framework ---*/

/* --- Header --- */
#header-container {
width:100%;
height:161px;
background: url('../images/bg-header.png') top center repeat-x;
position:relative;
clear:both;
left:0px;
margin-bottom:20px;
}
#header-container-secondary {
width:100%;
height:161px;
background: url('../images/bg-header-secondary.png') top center repeat-x;
position:relative;
clear:both;
left:0px;
margin-bottom:20px;
}
#header {
position:relative;
width:900px;
height:161px;
text-align:left;
margin: 0px auto;
}
.top-nav-spacer {
float:left;
width:1px;
height:62px;
background:url('../images/top-nav-spacer.png') top no-repeat;
}
#home-link {
float:left;
display:block;
width:147px;
height:147px;
position:relative;
top:10px;
left:20px;
}
#top-nav {
float:right;
position:relative;
right:0px;
width:607px;
}
ul#nav {
	list-style:none;
	margin:0px;
	padding:0px;
}
ul#nav li {
	float:left;
	margin:0px;
	padding:0px;
}
#sub-nav {
position:absolute;
float:right;
top:127px;
right:20px;
}
#sub-nav a {
padding:0px;
margin-right:15px;
color:#ffffff;
font-weight:bold;
text-transform:uppercase;
}
#sub-nav a:hover {
	color:#96c881;
}
.top-nav-links {
display:block;
float:left;
text-indent:-9999px;
}
a#nav1 {
width:106px;
height:113px;
background: url('/images/nav1.png') top no-repeat;
background-position: 0px 0px;
}
#nav2 {
width:142px;
height:113px;
background: url('/images/nav2.png') top no-repeat;
background-position: 0px 0px;
}
#nav3 {
width:113px;
height:113px;
background: url('/images/nav3.png') top no-repeat;
background-position: 0px 0px;
}
#nav4 {
width:147px;
height:113px;
background: url('/images/nav4.png') top no-repeat;
background-position: 0px 0px;
}
#nav5 {
width:99px;
height:113px;
background: url('/images/nav5.png') top no-repeat;
background-position: 0px 0px;
}
a#nav1:hover, a#nav2:hover, a#nav3:hover, a#nav4:hover, a#nav5:hover {
background-position: 0px -113px;
}
.nav-active {
background-position: 0px -113px;
}
/* --- End Header ---*/

/* --- Footer --- */

#footer {
position:relative;
clear:both;
height:170px;
width:100%;
left:0px;
background: url('/images/bg-footer.png') top repeat-x;
color:#ffffff;
}
#footer p {
	margin-bottom:0px;
}
#copyright {
display:block;
width:900px;
text-align:center;
color:#ffffff;
font-size:11px;
height:20px;
margin:0px auto;
}

#footer a {
color:#ffd478;
}
#footer a:hover {
	color:#96c881;
}
#footer-content {
width:900px;
height:140px;
margin:0px auto;
text-align:left;
}
.footer-box {
height:auto;
padding-top:40px;
float:left;
color:#ffffff;
width:212px;
margin-right:17px;
}
#last {
margin:0px;
}
#twitter-box {
}
.footer-box h1 {
color:#ffffff;
margin-bottom:5px;

}
.footer-box img {
float:right;
margin:0px 0px 0px 5px;
}
#twitter_update_list {
	list-style:none;
	margin:0px;
	padding:0px;
	line-height:18px;
}
#twitter_update_list span {
	display:block;
}

/* --- End Footer ---*/


/* --- Home Page ---*/
#home-banner-container {
	width:900px;
	height:250px;
	margin-bottom:25px;
}
#home-banner p{ 
	display:none;
	visibility:hidden;
}
.home-col {
	width:290px;
	float:left;
	margin-right:15px;
}
.home-col h1 {
	line-height:15px;
	margin-bottom:5px;
	padding:0px;
}
.home-col img {
	width:290px;
	height:145px;
	margin-bottom:20px;
}
.home-col h1 a {
	font-weight:normal;
}
#blog-postings {
	margin:0px;
}

/*--Work Pages --*/
#work-thumbs {
	-moz-border-radius: 10px;  
   	-webkit-border-radius: 10px;  
   	border-radius: 10px;
	width:100%;
	background:#ffffff;
	padding:20px 0px 0px 0px;
	margin-bottom:20px;
	border:1px solid #e0e0e0;
}
#work-thumbs #top {
margin-bottom:20px;
}
#work-thumbs a {
	display:block;
	float:left;
	margin: 0px 0px 17px 17px;
	padding:2px;
	border:1px solid #cccccc;
}
#work-thumbs a:hover {
	border:1px solid #3678a6;
}
.web-project, .print-project {
	-moz-border-radius: 10px;  
   	-webkit-border-radius: 10px;  
   	border-radius: 10px;
	border:1px solid #e0e0e0;
	padding:2px 2px 20px 2px;
	overflow:hidden;
	width:100%;
	background-color:#FFFFFF;
	margin-bottom:20px;
	position:relative;
}
.print-project {
	padding-bottom:2px;
	-moz-border-radius-topleft: 10px;  
    -moz-border-radius-topright: 0px;  
    -moz-border-radius-bottomleft: 10px;  
    -moz-border-radius-bottomright: 0px;  
    -webkit-border-top-right-radius: 0px;  
    -webkit-border-top-left-radius: 5px;  
    -webkit-border-bottom-left-radius: 10px;  
    -webkit-border-bottom-right-radius: 0px;
}
.web-project .left, .print-project .left {
	width:225px;
	float:left;
	position:relative;
	top:70px;
	left:50px;
}
.web-project .left p, .print-project .left p {
	font-size:12px;
	line-height:16px;
}
.view-site {
	line-height:12px;
	display:inline-block;
	padding:8px;
	background: #9abbd2;
	color:#ffffff;
	text-transform:uppercase;
	font-weight:bold;
	-moz-border-radius-topleft: 5px;  
    -moz-border-radius-topright: 5px;  
    -moz-border-radius-bottomleft: 0px;  
    -moz-border-radius-bottomright: 5px;  
    -webkit-border-top-right-radius: 5px;  
    -webkit-border-top-left-radius: 5px;  
    -webkit-border-bottom-left-radius: 0px;  
    -webkit-border-bottom-right-radius: 5px;
}
.view-site:hover {
	background:#3678a6;
	color:#ffffff;
}
.project-title {
	margin-bottom:15px;
	color:#3678a6;
}
.plus {
	position:absolute;
	bottom:20px;
	right:30px;
	display:block;
	z-index:10;
	width:39px;
	height:39px;
	background:url('../images/plus.png') top no-repeat;
	background-position:0px 0px;
	text-indent:-9999px;
}
.plus:hover {
	background-position:0px -39px;
}
.web-image {
	float:right;
	position:relative;
	top:30px;
	right:50px;
	margin-bottom:40px;
	z-index:5;
}
.print-image {
	float:right;
	margin:0px;
	position:relative;
	z-index:5;
	display:block;
	 -moz-border-radius-topright: 5px;
	 -moz-border-radius-bottomright: 5px;  
	 -webkit-border-top-right-radius: 5px; 
	 -webkit-border-bottom-right-radius: 5px;
}
.back-to-top {
	margin: 0px 0px 20px 20px;
	display:inline-block;
	background:url('../images/back-to-top.png') left no-repeat;
	line-height:12px;
	text-indent: 17px;
}
.hidden {
	display:none;
}
#tooltip{
	position:absolute;
	border:1px solid #87b8ad;
	-moz-border-radius-topleft: 5px;  
    -moz-border-radius-topright: 5px;  
    -moz-border-radius-bottomleft: 0px;  
    -moz-border-radius-bottomright: 5px;  
    -webkit-border-top-right-radius: 5px;  
    -webkit-border-top-left-radius: 5px;  
    -webkit-border-bottom-left-radius: 0px;  
    -webkit-border-bottom-right-radius: 5px;
	background:#87b8ad;
	padding:2px 5px;
	color:#ffffff;
	display:none;
	}
#about-left {
	width:460px;
	float:left;
	position:relative;
	-moz-border-radius: 10px;  
   	-webkit-border-radius: 10px;
	border-radius: 10px;
	border:1px solid #e0e0e0;
	padding:20px;
	background:#ffffff;
}
#secondary-left {
	-moz-border-radius: 10px;  
   	-webkit-border-radius: 10px;
	border-radius: 10px;
	border:1px solid #e0e0e0;
	background:#ffffff;
	padding:20px;
	width:548px;
	float:left;
	position:relative;
}
#secondary-left h1, #about-left h1 {
	font-size:20px;
}
.secondary-right {
	width:292px;
	float:right;
	position:relative;
}
#services {
	background:#ffffff;
	-moz-border-radius: 10px;  
   	-webkit-border-radius: 10px;
	padding:20px;
	width:252px;
	border:1px solid #e0e0e0;
}

#about-right {
	width:387px;
	float:right;
	position:relative;
}
.contact-box {
	width:100%;
	height:157px;
	background:#ffffff;
	-moz-border-radius: 10px;  
   	-webkit-border-radius: 10px;  
   	border-radius: 10px;
	margin-bottom:10px;
	border:1px solid #e0e0e0;
}
.contact-box h1 {
	margin: 0px;
	font-size:16px;
}
.contact-box img {
	float:left;
	margin:14px 35px 0px 18px;
}
.contact-box p {
	padding-top:30px;
}

a#current { /*--Current sub nav page--*/
	color:#ffd478;
}
/* Portfolio Pages */
.item-box {
 	width:280px;
	height:auto;
	float:left;
	margin: 0px 20px 20px 0px;
	padding:5px 0px;
	background: #ffffff;
	text-align:center;
}
.item-box img {
margin:0px auto;
}
/* Contact Page */

#rfp-form {
}
#rfp-form p {
	padding: 10px;
	margin-bottom:20px;
}
.submit {
	line-height:12px;
	display:inline-block;
	padding:8px;
	background: #9abbd2;
	color:#ffffff;
	text-transform:uppercase;
	font-weight:bold;
	border: 0px;
	margin-left:140px;
	-moz-border-radius-topleft: 5px;  
    -moz-border-radius-topright: 5px;  
    -moz-border-radius-bottomleft: 0px;  
    -moz-border-radius-bottomright: 5px;  
    -webkit-border-top-right-radius: 5px;  
    -webkit-border-top-left-radius: 5px;  
    -webkit-border-bottom-left-radius: 0px;  
    -webkit-border-bottom-right-radius: 5px;
	cursor:pointer;
	margin-bottom:15px;
}

div.field-block {
width:100%;
height:auto;
clear:both;
}
#rfp-form h2 {
display:block;
width:100%;
margin: 30px 0px 30px 0px;
color:#3678a6;
}
#rfp-form .hdr {
margin: 0px 0px 0px 20px;
padding-top:20px;
}
form#rfp div.field-block label {

float:left;
margin:0px 0px 15px 0px;
padding:5px 20px 0px 0px;
text-align:left;
width:120px;

}

form#rfp div.field-block input {
background:#ececec;
border: 0px;
float:left;
margin:0 20px 0 0;
padding:5px;
width:250px;
color:#3a3a3a;
}

form#rfp div.field-block select {
margin: 0 30px 0 0;
padding: 5px;
color:#3a3a3a;
border:0px;
background:#ececec;
}
form#rfp div.field-block textarea {
background:#ececec;
border:0px;
padding:5px;
font-family:Helvetica, Arial, sans-serif;
color:#3a3a3a;
font-size:12px;
margin-bottom:15px;
}

form#rfp div.field-block label.req {
	font-style:italic;
	color:#3678a6;
}
#contact-box {
	-moz-border-radius: 10px;  
   	-webkit-border-radius: 10px;  
   	border-radius: 10px;
	width:100%;
	background: #a6c1d3;
	padding-bottom:10px;
}
#contact-box h1 {
padding: 20px 0px 0px 20px;
margin-bottom:5px;
}
#contact-box p {
padding: 0px 0px 0px 20px;
}
#contact-box img {
	float:right;
	margin:25px 20px 0px 0px;
}
#contact-box a:hover {
	color:#ffffff;
}
label.error {
	color:#ff5346;
	font-weight:bold;
	font-style:italic;
}
.full { /*Full page white */
	-moz-border-radius: 10px;  
   	-webkit-border-radius: 10px;  
   	border-radius: 10px;
	width:100%;
	background:#ffffff;
	padding: 30px 0px;
	margin-bottom:30px;

}
#left {
	width:440px;
	float:left;
	position:relative;
	padding: 20px;
	left:20px;
}
#left h1 {
	font-size:28px;
	color:#3678a6;
	margin:20px 0px;
}
a.appstore {
	display:block;
	margin-top:40px;
}