/* common.css */
/* BEGIN - CSS reset - Eric Meyer - http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* END - CSS reset */

body{
	background: #d3e6e9;
	text-align: center;
}

div#main{
	border: 10px solid #bbcccf;
	border-top: 0;
	border-bottom: 0;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

div#main1{
	border: 1px solid #2b2f32;
	border-top: 0;
	border-bottom: 0;
	width: 958px;
}

div#main2{
	background: url('../images/body_background.gif');
	border: 1px solid #d9d9d9;
	border-top: 0;
	border-bottom: 0;
	width: 956px;
}

div#main2 h1{
	font-family: "Trebuchet MS", "Trebuchet", sans-serif;
	color: #eaeaea;
	font-size: 26px;
	margin-top: 25px;
	margin-bottom: 5px;
	margin-left: 28px;
}

div#main2 h2{
	font-family: "Trebuchet MS", "Trebuchet", sans-serif;
	color: #eaeaea;
	font-size: 26px;
	margin-top: 30px;
	margin-bottom: 5px;
	margin-left: 28px;
}

div#header{
	background: #3a3e40;
	height: 105px;
}

div#headline_name{
	padding-top: 32px;
	padding-left: 20px;
}

div#headline_hireme{
	float: right;
	padding-right: 27px;
	margin-top: -50px;
	font-family: "Trebuchet MS", "Trebuchet", sans-serif;
	color: #eaeaea;
	font-size: 14px;
}
div#headline_hireme strong{
	color: #abb637;
	font-size: 18px;
}
div#headline_hireme a{
	color: #f7913d;
	text-decoration: none;
}
div#headline_hireme a:hover{
	text-decoration: underline;
}


div#header_tabs{
	float: right;
	padding-right: 27px;
	margin-top: -17px;
}

div#header_tabs div#tab_portfolio{
	float: left;
	margin-right: 1px;
}
div#header_tabs div#tab_about{
	float: left;
	margin-left: 1px;
	margin-right: 1px;
}
div#header_tabs div#tab_contact{
	float: left;
	margin-left: 1px;
}

div#header_text{
	background: #519ba7;
	padding-top: 36px;
	padding-bottom: 37px;
	padding-left: 28px;
	padding-right: 20px;
	
	font-family: "Trebuchet MS", "Trebuchet", sans-serif;
	font-size: 20px;
	line-height: 34px;
	word-spacing: -0.125px;
	color: #fff;
}
div#header_text a{
	text-decoration: none;
	color: #2b2f32;
}
div#header_text a:hover{
	color: #f7913d;
	text-decoration: underline;
}

div#foot_wrapper{
	margin-top: 20px;
	border-top: 6px solid #639fa7;
}
div#foot_wrapper div#footer{
	border-top: 1px solid #3a3e40;
	background: #8b8d8f;
	height: 65px;
	padding-left: 28px;
	padding-right: 28px;
	padding-top: 18px;
	font-family: "Trebuchet MS", "Trebuchet", sans-serif;
	font-size: 14px;
	color: #171c1f;
}

div#foot_wrapper div#footer div#footer_left{
	float: left;
}
div#foot_wrapper div#footer div#footer_left p{
	margin-bottom: 5px;
}
div#foot_wrapper div#footer div#footer_left p a{
	color: #171c1f;
}
div#foot_wrapper div#footer div#footer_left p a.active{
	font-weight: bold;
	text-decoration: none;
}
div#foot_wrapper div#footer div#footer_left p a:hover{
	text-decoration: underline;
}
div#foot_wrapper div#footer div#footer_right{
	padding-top: 18px;
	float: right;
}
div#foot_wrapper div#footer div#footer_right a{
	color: #171c1f;
}

/* --------------------------------------------------------- */
/* ========================================================= */
/* --------------------------------------------------------- */

div.portfolio_content_wrapper{
	
}
div.portfolio_content_wrapper div.content_headline{
	margin-left: 28px;
	font-family: "Trebuchet MS", "Trebuchet", sans-serif;
	font-size: 18px;
	color: #eaeaea;
	margin-bottom: 7px;
}
div.portfolio_content_wrapper div.content_headline strong{
	color: #abb637;
}
div.portfolio_content_wrapper div.content_tab{
	float: right;
	margin-top: -24px;
	padding-right: 48px;
}
div.portfolio_content_wrapper div.content_body{
	height: 221px;
	background: url(../images/content_box_background.gif);
	margin-right: 28px;
	margin-left: 28px;
}

div.portfolio_content_wrapper div.content_body.featured{
	height: 304px;
}

div.portfolio_content_wrapper div.content_body div.content_image{
	padding-top: 22px;
	padding-right: 28px;
	padding-bottom: 0px;
	padding-left: 22px;
}
div.portfolio_content_wrapper div.content_body div.content_text{
	float: right;
	margin-top: -182px;
	width: 508px;
	height: 180px;
	padding-right: 22px;
	padding-left: 31px;
	border-left: 1px solid #62a5ab;
}
div.portfolio_content_wrapper div.content_body div.content_text.featured{
	margin-top: -265px;
	width: 240px;
	border: 0;
}
div.portfolio_content_wrapper div.content_body div.content_text p{
	font-family: "Trebuchet MS", "Trebuchet", sans-serif;
	font-size: 14px;
	color: #eaeaea;
	line-height: 16px;
	margin-bottom: 10px;
}
div.portfolio_content_wrapper div.content_body div.content_text p strong{
	color: #abb637;
}
div.portfolio_content_wrapper div.content_body div.content_text a{
	font-family: "Trebuchet MS", "Trebuchet", sans-serif;
	font-size: 14px;
	color: #f7913d;
	text-decoration: none;
}
div.portfolio_content_wrapper div.content_body div.content_text a:hover{
	text-decoration: underline;
}
div.content_spacer{
	height: 18px;
}

/* --------------------------------------------------------- */
/* ========================================================= */
/* --------------------------------------------------------- */

div#about_left_column{
	width: 629px;
	padding-left: 28px;	
}
div#about_left_column div.about_content_wrapper{
	background: #121212 url(../images/about_box_background.gif) repeat-x;
}
div#about_left_column div.about_content_wrapper div.content_image{
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
}
div#about_left_column div.about_content_wrapper div.content_body{
	padding: 20px;
	font-family: "Trebuchet MS", "Trebuchet", sans-serif;
	font-size: 14px;
	color: #eaeaea;
	line-height: 16px;
}
div#about_left_column div.about_content_wrapper div.content_body p{
	margin-bottom: 10px;
}
div#about_left_column div.about_content_wrapper div.content_body p strong{
	color: #abb637;
}
div#about_left_column div.about_content_wrapper div.content_body a{
	color: #f7913d;
	text-decoration: none;
}
div#about_left_column div.about_content_wrapper div.content_body a:hover{
	text-decoration: underline;
}

div#about_right_column{
	width: 260px;
	float: right;
	padding-right: 28px;
}
div#about_right_column div.about_content_wrapper{
	background: #121212 url(../images/content_box_background.gif) repeat-x;
}
div#about_right_column div.about_content_wrapper div.content_body{
	padding: 20px;
	font-family: "Trebuchet MS", "Trebuchet", sans-serif;
	font-size: 14px;
	color: #eaeaea;
	line-height: 16px;
}
div#about_right_column div.about_content_wrapper div.content_body p{
	margin-bottom: 5px;
}
div#about_right_column div.about_content_wrapper div.content_body p strong{
	color: #abb637;
}
div#about_right_column div.about_content_wrapper div.content_body p strong.light{
	color: #8b8d8f;
}



div#contact_left_column{
	width: 629px;
	padding-left: 28px;	
}
div#contact_left_column div.contact_content_wrapper{
	background: #121212 url(../images/content_box_background.gif) repeat-x;
}
div#contact_left_column div.contact_content_wrapper div.content_image{
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
}
div#contact_left_column div.contact_content_wrapper div.content_body{
	padding: 20px;
	font-family: "Trebuchet MS", "Trebuchet", sans-serif;
	font-size: 14px;
	color: #eaeaea;
	line-height: 16px;
}
div#contact_left_column div.contact_content_wrapper div.content_body div.content_text{
	margin-top: -20px;
}
div#contact_left_column div.contact_content_wrapper div.content_body p{
	margin-bottom: 10px;
}
div#contact_left_column div.contact_content_wrapper div.content_body p strong{
	color: #abb637;
}
div#contact_left_column div.contact_content_wrapper div.content_body a{
	color: #f7913d;
	text-decoration: none;
}
div#contact_left_column div.contact_content_wrapper div.content_body a:hover{
	text-decoration: underline;
}

div#contact_left_column div.contact_content_wrapper div.content_body h1{
	font-family: "Trebuchet MS", "Trebuchet", sans-serif;
	color: #eaeaea;
	font-size: 26px;
	margin-bottom: 10px;
	margin-left: 0px;
}

div#contact_left_column div.contact_content_wrapper div.content_body div.content_text form label{
	display: block;
}
div#contact_left_column div.contact_content_wrapper div.content_body div.content_text form label strong{
	color: #abb637;
}
div#contact_left_column div.contact_content_wrapper div.content_body div.content_text form input[type=text]{
	display: block;
	margin-bottom: 10px;
	border: 0;
	background: #3e666e;
	width: 306px;
	height: 24px;
	color: #fff;
}
div#contact_left_column div.contact_content_wrapper div.content_body div.content_text form textarea{
	display: block;
	border: 0;
	background: #3e666e;
	width: 585px;
	height: 170px;
	color: #fff;
}
div#contact_left_column div.contact_content_wrapper div.content_body div.content_text form input[type=submit]{
	margin-top: 10px;
	width: 70px;
	height: 35px;
	border: 0;
	background: url(../images/contact_send_button.gif) no-repeat;
	clear: both;
	margin-left: 0px;
}



div#contact_right_column{
	width: 260px;
	float: right;
	padding-right: 28px;
}
div#contact_right_column div.contact_content_wrapper{
	background: #121212 url(../images/content_box_background.gif) repeat-x;
}
div#contact_right_column div.contact_content_wrapper div.content_body{
	padding: 20px;
	font-family: "Trebuchet MS", "Trebuchet", sans-serif;
	font-size: 14px;
	color: #eaeaea;
	line-height: 16px;
}
div#contact_right_column div.contact_content_wrapper div.content_body p{
	margin-bottom: 10px;
}
div#contact_right_column div.contact_content_wrapper div.content_body p strong{
	color: #abb637;
}
div#contact_right_column div.contact_content_wrapper div.content_body p strong.light{
	color: #8b8d8f;
}
div#contact_right_column div.contact_content_wrapper div.content_body a{
	color: #f7913d;
	text-decoration: none;
}
div#contact_right_column div.contact_content_wrapper div.content_body a:hover{
	text-decoration: underline;
}