@charset "UTF-8";
body {
	font: 100% "trebuchet ms", Arial, Helvetica, sans-serif;
	background: #060606 url(http://www.605media.com//605-images/bg-blue-concrete2.jpg) repeat-x top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-attachment: fixed;
	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: #ccccff;
}
a img{
	border: none;
}
div#container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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. */
	top: 0px;
	/*clip: rect(0px,auto,auto,auto);*/
}
div#mainPage {
	width: 960px;
	margin:-40px auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0 0 60px 0;	
}
div#header {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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. */
	top: 0px;	
}
div#mainContent {
	padding: 10px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
div#homeContent {
       margin-top: -50px;
}
div#contactInfo {
	width: 400px;
}
div#contactForm {
	width: 510px;
        float: right;
        margin-left: 40px;
        padding: 60px 0;
}
div.bio{
	width: 320px;
	float: left;
	margin: 29px 0 50px 0;
}
div.bio-info{
	width: 200px;
	height: 275px;
	margin: -20px 20px 0 0;
	padding: 0 0 0 117px;
}
p.signature{
	margin: -5px 0 50px 20px;
}
img.biopic{
	float: left;
}
div.whyCol {
	width: 100%;
	min-height: 120px;
	margin: 50px 40px 25px 29px;
}
img.portfolio_thumb{
	margin: 21px 21px 0 0;
}
div#clear{
	clear: both;
	margin: 0 0 10px 0;
}
div#footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#060606;
	border-top: 1px solid #252e55;
	/*  opacity: .4; */
}
div#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: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
div.footerCol{
	display: inline;
	width: 300px;
	margin: 10px 0;
	padding: 0 10px;
	float: left;
	min-height: 150px;
	height: auto !important;
	height: 150px;
}
div.footerCol address{
	font-size: 12px;
	font-style: normal;
	margin: 10px 20px 10px 20px;
	opacity: .6;
}
div.footerCol h4{
	font-size: 12px;
	margin: 5px 0 0 0;
	opacity: .6;	
}
div.footerCol p{
	display: block;
	font-size: 12px;
	text-indent: 20px;
	margin: 0 10px 0 0;
	opacity: .6;
}
div.footerCol a {
	color: #dedede;
	font-size: 13px;
	text-decoration: none;
}
div.footerCol a:hover{
	text-decoration: underline;
}
div#endorsements{
	display: none;
}
div.footerCol img{
	margin: 10px 5px;
}
div#col2{
	padding: 0 9px;
	border-right: 1px dotted #252e55;
	border-left: 1px dotted #252e55;
}
div#col2 h4{
	margin: 10px 0 10px 0;
}
div#col2 p a{
	font-size: 12px;
	margin: 0 10px;
	color: #ccccff;
}

/* old porfolio listing */
div.portfolio img{
	float: left; 
	margin: 0 17px;
}
div.portfolio div.text h2{
	text-align: center;
}
div.portfolio div.text{
	margin: 0 10px 0 0;
	text-align: left;
}
div.portfolio div.text a{
	color: #ccccff;
}

/* portolio listing css */
div#leftColumn {
	width: 400px;	
}
div#rightColumn {
	width: 510px;
    float: right;
    margin-left: 40px;
    padding: 10px 0;
}

div#portfolioEntry {
	width: 940px;
    height: 350px;
	padding: 20px 0 20px 25px;
	border-bottom: 1px solid #252e55;
}

div#portfolioEntry h2 {
	border-bottom: 1px dotted #252e55;
	padding-bottom: 15px;
}
		