/*--------------------------------------------------------------------------------------------------
	global styles and wrapper
--------------------------------------------------------------------------------------------------*/
a  {
	text-decoration: none;
	color:#6b9b31;
}
a:hover {
	color:#6b9b31;
	text-decoration : underline;
}

html, body {
height: 100%;
width:100%;
}

body {
	vertical-align:top;
	background-color:#404041;
}

h1, h2, h3, h4, h5, h6, p, ol, div, img, body, ul, li {
	padding:0;
	margin:0;
}

ol,ul {list-style:none;}

img {
	display:block;
	overflow:hidden;
}

p {
	font-family:Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color:#666666;
	padding: 0 30px 10px 0;
	font-style: normal;
	font-weight: normal;
}

h1 {
	font-family:Helvetica, Arial, sans-serif;
	font-size: 30px;
	line-height: 31px;
	color: #404041;
	padding:0 0 5px 0;
	font-style: normal;
	font-weight: normal;
}

.line {
	margin:0 0 15px 0;
	border-bottom:1px solid #dcddde;
}

h2 {
	font-family:Helvetica, Arial, sans-serif;
	font-size: 22px;
	line-height: 23px;
	color: #404041;
	font-style: normal;
	font-weight: normal;
		padding:15px 0 3px 0;
	margin:5px 0 0 0;
	border-top:1px solid #dcddde;
}

h3 {
	font-family:Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #404041;
	padding:0 0 12px 0;
	font-style: normal;
	font-weight: normal;
}
#background {
	width:100%;
	background:#FFFFFF url(../images/background.gif) top repeat-x;
}
#subbackground {
	width:100%;
	background:#FFFFFF url(../images/subbackground.gif) top repeat-x;
}
#shadow {
	width:100%;
	background: url(../images/shadow.gif) top repeat-x;
}

#wrapper {
	width:960px;
	height:auto;
	margin:0 auto 0 auto;
}

/*--------------------------------------------------------------------------------------------------
	share button 
--------------------------------------------------------------------------------------------------*/

.addthis_share_btn a, .addthis_share_btn a:visited {
    background: #222 url(../images/btn-overlay.png) repeat-x;
    display: inline-block; 
    padding: 6px 12px;
	margin:0 0 10px 0;
    font-family: arial,helvetica,lucida,verdana,sans-serif;
    font-size: 12px;
    line-height: 1em;
    color: #fff;
    text-decoration: none;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);  
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    border-bottom: 1px solid rgba(0,0,0,0.25);
    position: relative;
    cursor: pointer;
}
.addthis_share_btn a:hover { background-color: #111; color: #fff; }
.addthis_share_btn a:active { top: 1px; }

.addthis_share_btn a span, .addthis_share_btn:visited a span {
    background: url(../images/icon-addthis.gif) no-repeat left;
    padding: 1px 0 1px 18px;
}     


/*--------------------------------------------------------------------------------------------------
	header and image hooks 
--------------------------------------------------------------------------------------------------*/
#header {
	width:960px;
	height:89px;
	position:relative;
	text-align:right;
	background:url(../images/tagline.gif) right top no-repeat;
}

#headerbing {
	width:960px;
	height:89px;
	position:relative;
	text-align:right;
	background:url(../images/tagline_419.1828.gif) right top no-repeat;
}
#headerbing h1 {
	font-family:Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 16px;
	color: #404041;
	padding:39px 158px 0 0;
	font-style: normal;
	font-weight: normal;
}

#headerbing p {
	font-family:Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 16px;
	color: #404041;
	padding:39px 158px 0 0;
	font-style: normal;
	font-weight: normal;
}

#headergoogle {
	width:960px;
	height:89px;
	position:relative;
	text-align:right;
	background:url(../images/tagline_419.1878.gif) right top no-repeat;
}
#headergoogle h1 {
	font-family:Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 16px;
	color: #404041;
	padding:39px 158px 0 0;
	font-style: normal;
	font-weight: normal;
}

#headergoogle p {
	font-family:Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 16px;
	color: #404041;
	padding:39px 158px 0 0;
	font-style: normal;
	font-weight: normal;
}

.logo {
	position:absolute;
	left:0;
	top:22px;
	display:block;
}

#header h1 {
	font-family:Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 16px;
	color: #404041;
	padding:39px 158px 0 0;
	font-style: normal;
	font-weight: normal;
}

#header p {
	font-family:Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 16px;
	color: #404041;
	padding:39px 158px 0 0;
	font-style: normal;
	font-weight: normal;
}

.gray {
	position:absolute;
	left:0;
	top:22px;
	display:block;
}


/*--------------------------------------------------------------------------------------------------
	horizontal navigation
--------------------------------------------------------------------------------------------------*/

#nav {
	width:960px;
	height:35px;
}

#nav ul {
	width:960px;
}

#nav ul li {
	display: inline;
	padding-bottom: 0;
/* matches link padding except for left and right */
	padding-top: 10px;
	margin:0;
}

#nav ul li a {
    float:right;
	text-align:center;
    padding:10px 15px 0 15px;
	height:25px;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #bbbdc0;
	font-weight: normal;
	text-decoration: none;
	} 

#nav #active { 
	text-decoration: none;
	color:#FFFFFF;
	border-left:1px solid #414042;
	border-right:1px solid #414042;
	background: url(../images/nav_on.gif) repeat-x;
	}
	
#nav ul li a:hover {  
	text-decoration: none;
	color:#FFFFFF;
	}
/*--------------------------------------------------------------------------------------------------
	tagline
--------------------------------------------------------------------------------------------------*/

#tag {
	width:546px;
	height:35px;
	position:relative;
}

#tag h1 {
	display: block;
	height: 35px;
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;
	padding:0;
		width:546px;
	background: url(../images/tag.gif) no-repeat;
}

#tag p {
	display: block;
	height: 35px;
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;
	padding:0;
		width:546px;
	background: url(../images/tag.gif) no-repeat;
}

/*--------------------------------------------------------------------------------------------------
	index
--------------------------------------------------------------------------------------------------*/

#content {
	width:960px;
	padding:10px 0 15px 0;
	overflow:hidden;
	background:url(../images/line.gif) right repeat-y;
}

#leftcontent {
	width:699px;
	float:left;
}

.bold {
	color:#000000;
	font-weight:bold;
}

.work {
	padding-top:20px;
	margin-top:10px;
	border-top:1px solid #dcddde;
}

.recentwork {
	width:195px;
	float:left;
	padding:8px 26px 15px 8px;
	margin:5px 0 0 0;
	background:url(../images/work_box.gif) no-repeat;
}
.recentwork p {
	padding: 15px 0 0 0;
	font-size:11px;
}
.boxgrid {
	width:195px;
	height:116px;
	overflow: hidden; 
	position: relative; 
}

.boxgrid img{ 
	position: absolute; 
	top:0; 
	left:0;
	border:0; 
}

#blog {
	width:240px;
	float:right;
}
#blog h2 {
	color: #404041;
	padding:0 0 8px 0;
	margin:0;
	border-top:0 solid #FFFFFF;
}
#blog p {
	line-height: 15px;
	padding: 8px 0 8px 0;
	border-top:1px solid #dcddde;
}
.more {
	font-size: 12px;
	line-height: 18px;
	padding: 8px 0 8px 0;
	border-top:1px solid #dcddde;
}
#blog ul { 
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #666666;
	padding:0;
	margin:0;
	font-style: normal;
	font-weight: normal;
}

#blog li { 
    background:url(../images/arrow.gif) left top no-repeat;
	padding: 8px 0 8px 10px;
	border-top:1px solid #dcddde;
}


#follow {
	width:225px;
	height:46px;
	padding:44px 0 0 15px;
	background:url(../images/follow.gif) no-repeat;
	border-top:10px solid #FFFFFF;
}

#follow img{ 
	border:0;
	float:left;
	padding:0 7px 0 0;
}


/*--------------------------------------------------------------------------------------------------
	subpage
--------------------------------------------------------------------------------------------------*/

#subintro {
	width:960px;
	height:135px;
}

#subcontent {
	width:960px;
	padding:15px 0 25px 0;
	overflow:hidden;
	background:url(../images/line.gif) right repeat-y;
}

.portfolio { 
	background: url(../images/header_portfolio.gif) left top no-repeat;
}

.contactus { 
	background: url(../images/header_contact.gif) left top no-repeat;
}

.company { 
	background: url(../images/header_company.gif) left top no-repeat;
}

.services { 
	background: url(../images/header_services.gif) left top no-repeat;
}

.blog { 
	background: url(../images/header_blog.gif) left top no-repeat;
}
#rightcolumn {
	width:240px;
	float:right;
}

#form {
	width:204px;
	background:#275412 url(../images/form.gif) top no-repeat;
	padding:50px 18px 0 18px;
}

.formintro {
	line-height: 15px;
	padding: 0 0 10px 0;
	color:#FFFFFF;
}
#form h2 {
	color: #FFFFFF;
	padding:24px 0 8px 17px;
}
#formcontent {
	width:184px;
	padding:0 10px 15px 10px;
	background: url(../images/form_content.gif) top no-repeat;
}

#formcontent p {
	line-height: 14px;
	padding: 8px 0 2px 0;
	color:#FFFFFF;
	font-weight:bold;
}

.formborder {
	font-family: Arial, Helvetica, sans-serif;
	height:27px;
	width:174px;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	padding:5px 5px 0 5px;
	margin:0;
	border:0;
	color:#666666;
	background: url(../images/field.gif) no-repeat;
}

.interestsborder {
	font-family: Arial, Helvetica, sans-serif;
	height:73px;
	width:174px;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	padding:5px 5px 0 5px;
	margin:0;
	border:0;
	color:#666666;
	background: url(../images/interests.gif) top no-repeat;
}

#formcontent img {
	margin:10px 0 0 0;
	border:0;
}

#leftcolumn	{
	width:669px;
	float:left;
}

#leftcolumn p {
	font-size: 14px;
	line-height: 20px;
}
ul.bullet { 
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #666666;
	padding:0 0 6px 15px;
	margin:0;
	font-style: normal;
	font-weight: normal;
}

li.bullet { 
	background: url(../images/bullet.gif) left top no-repeat;
	padding: 0 0 4px 7px;
}

ul.bottombullet { 
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #666666;
	padding:0 0 6px 15px;
	font-style: normal;
	font-weight: normal;
}

.subimage {
	float:right;
	border:1px solid #dcddde;
	padding:3px;
	margin:0 0 100px 10px;
}

/*--------------------------------------------------------------------------------------------------
	blog
--------------------------------------------------------------------------------------------------*/
.blogcopy {
	font-size: 14px;
	line-height: 20px;
}

#blogleft	{
	width:669px;
	float:left;
}

.date { 
	font-style:italic;
	font-size:11px;
}

.date{
	font-size: 12px;
	line-height: 14px;
	color: #404041;
	padding:0 0 10px 0;
	font-style: italic;
}

#services {
	width:226px;
	background-color:#dcddde;
	margin:10px 0 0 0;
	border:7px solid #ebecec;
}
#services h2 {
	font-size: 18px;
	line-height: 19px;
	
}

#services ul
{
list-style-type: none;
font-family:Arial, Helvetica, sans-serif;
font-size: 14px;
line-height:15px;
border-top:1px solid #c6c8ca;
border-left:1px solid #c6c8ca;
border-right:1px solid #c6c8ca;
}

#services a
{
display: block;
padding: 5px 0 5px 20px;
width: 204px;
text-decoration: none;
color:#404041;
border-bottom:1px solid #c6c8ca;
background: url(../images/nav_arrow_off.gif) left center no-repeat;
}

#services a:hover
{
text-decoration: none;
background:#ebecec url(../images/nav_arrow_on.gif) left center no-repeat;
}

#services a#current
{
text-decoration: none;
background:#ebecec url(../images/nav_arrow_on.gif) left center no-repeat;
}

/*--------------------------------------------------------------------------------------------------
	portfolio rollover
--------------------------------------------------------------------------------------------------*/

			.container	
			{
				width:699px;
				overflow:hidden;
				float:left;
			}
			
			.selector
			{
				background: url(../images/nav_hover.gif) left top no-repeat;		
			}			
			.hovering
			{
				background: url(../images/nav_hover.gif) left top no-repeat;	
			}						
			.container .TabMenu
			{
				position: relative;
				z-index: 10;
				background: url(../images/nav_portfolio.gif) no-repeat;
				padding:0 0 25px 0;
				height:51px;
			}
			.container .TabMenu span
			{
				float:left;	
			}
			.container .ContentFrame
			{
				width: 669px;
			
				position: relative;
				overflow:hidden;
			}			
			.container .ContentFrame .AllTabs
			{
				position: relative;			
				width: 2097px;
			
				overflow:hidden;	
			}
			.container .ContentFrame .AllTabs .TabContent
			{
				width:699px;
				float:left;
				overflow:hidden;				
			}

/*--------------------------------------------------------------------------------------------------
	form
--------------------------------------------------------------------------------------------------*/
#formbox {
	width:500px;
	padding:15px 0 15px 10px;
	margin:5px 0 15px 0;
	float: left;
	text-align:left;
	border:1px solid #c6c8ca;
	background: #FFFFFF url(../images/form.gif) bottom repeat-x;
}

.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	color: #000000;
	padding: 0 0 5px 0;
	font-style: normal;
	font-weight: bold;
}

.inputborder {
	border: 1px solid #55a1d5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	padding:5px;
	margin:0;
}
.checkbox {
	width: 21px;
	height: 20px;
	padding:0;
	margin:0;
	background: url(../images/checkbox.gif) no-repeat;
	display: block;
	clear: left;
	float:left;
}

/*--------------------------------------------------------------------------------------------------
	footer
--------------------------------------------------------------------------------------------------*/

#columns {
	width:960px;
	height:auto;
	padding:30px 0 0 0;
	margin:0 auto 0 auto;
	overflow:hidden;
		border-bottom:1px solid #6d6e71;
}

.footercolumn {
	width:300px;
	padding-bottom:25px;
	float:left;
}

.footercolumn h2 {
	color: #FFFFFF;
	padding:0 0 5px 0;
	margin:0 0 8px 0;
	border-bottom:1px solid #6d6e71;
	border-top:0 solid #FFFFFF;
}


.footercolumn ul { 
	list-style-type: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #FFFFFF;
	padding:0;
	font-style: normal;
	font-weight: normal;
}

.footercolumn li { 
	background: url(../images/bullet.gif) left top no-repeat;
	padding: 0 0 5px 7px;
}


#footer {
	width:960px;
	padding:12px 0 0 0;
	margin:0 auto 0 auto;
}

#footer p {
	color:#FFFFFF;
	line-height:15px;
	padding:0 0 10px 0;
}

#footer a  {
	text-decoration: none;
	color:#FFFFFF;
}
#footer a:hover {
	color:#FFFFFF;
	text-decoration : underline;
}

.divider {
	color:#c2c2c4;
}

.snipe {
	line-height:13px;
	font-size:10px;
	text-align:right;
	float:right;
}


/*--------------------------------------------------------------------------------------------------
	misc
--------------------------------------------------------------------------------------------------*/

#contactform {
	font:12px Helvetica, Arial, sans-serif;
	background:#ebecec;
	margin:0;
	padding:15px 20px 20px 20px;
	width:440px;	
	}

#contactform p {
	padding:0 0 3px 0;
	font-size:12px;
	}
	
	#contactform ol {
		list-style:none;
		width:440px;
		margin:0;
		padding:15px 0 10px 0;
		background:url(../images/formgradient.gif) top no-repeat;
				color:#404041;
				border-bottom:1px solid #dcddde;
		}
		
		#contactform li {
			padding:0 10px 8px 10px;
			overflow:hidden;
			}
			
			#contactform li#send {
				background:none;
				margin-top:6px;
				}
		
		#contactform label {
			float:left;
			color:#000000;
			font-weight:bold;
			width:160px;
			text-align:right;	
			margin:2px 7px 0 0;
			color:#404041;
			line-height:14px; /* This will make the labels vertically centered with the inputs */
			}

			
.formborder2 {
	font-family: Arial, Helvetica, sans-serif;
	height:27px;
	width:196px;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	padding:5px 5px 0 5px;
	margin:0;
	border:0;
	color:#666666;
	background: url(../images/field2.gif) no-repeat;
}

.interestsborder2 {
	font-family: Arial, Helvetica, sans-serif;
	height:73px;
	width:196px;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	padding:5px 5px 0 5px;
	margin:0;
	border:0;
	color:#666666;
	background: url(../images/interests2.gif) top no-repeat;
}
			
			#contactform input:focus,
			#contactform textarea:focus {
				border:1px solid #666;
				background:#e3f1f1;
				}
			
		#contactform li#send button {
			background:#003366 url(images/css-form-send.gif) no-repeat 8px 50%;
			border:none;
			padding:4px 8px 4px 28px;	
			color:#fff;
			margin-left:77px; /* Total width of the labels + their right margin */
			cursor:pointer;
			}
			
			#contactform li#send button:hover { 
				background-color:#006633;
				}
