//******************RESET**************//

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: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0px;
}
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: 0px;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/********************BEGIN 3TONE STYLES**************/

a {
	text-decoration: none;
	color:#444444;
}
a:hover {
	text-decoration: underline;
}

body {
background-color: #d5d8cb;
color:#848d79;
font-family: Tahoma, Geneva, Arial, "sans serif";
font-size: 13px;
}
h1 {
color:#848d79;
}
h2,h3{
color:#444444;
}
h1{
font-size: 25px;
letter-spacing: -1;
font-weight: normal;
font-style: italic;
margin:10px 0px 10px 0px;
}
h2{
font-size: 18px;
letter-spacing: -1;
font-weight: normal;
margin:10px 0px 10px 0px;
}
h3{
font-size: 16px;
font-weight: normal;
margin:0px 0px 0px 0px;
}

.tagline {
color:#848d79;
font-size: 21px;
letter-spacing: -1;
font-weight: normal;
font-style: italic;
margin:0px;

}

div.container {
	position:absolute;
	width:1200px;
	text-align: left;
	padding:10px 0px 0px 50px;
}


/* LOGO */
.logo {
	top:50px;
	left:10px;
	}

/* SIDEBAR */
.sidebar {
	padding-top:25px;
	padding-bottom:25px;
}
.sidebar ul li a {
	color:inherit;
}
.sidebar ul li {
	margin:15px 0px 0px 0px;
	font-size: 16px;
}

/* PANEL */
.panel_contact {
	position:relative;
	top:200px;
}
.panel_center {
	background-color: #bfc3bc;
	padding:7px;
}


.panel_top {  height:11px; background-image: url("images/panel-top.gif"); background-repeat: repeat-x; }
.panel_left { width:8px; background-image: url("images/panel-left.gif"); background-repeat: repeat-y; }
.panel_right { width:11px; background-image: url("images/panel-right.gif"); background-repeat: repeat-y; }
.panel_bottom { height:12px; background-image: url("images/panel-bottom.gif"); background-repeat: repeat-x; }

.panel_tl { width:8px; height:11px; background-image: url("images/panel-tl.gif"); background-repeat:no-repeat; }
.panel_tr { width:11px; height:11px; background-image: url("images/panel-tr.gif"); background-repeat:no-repeat; }
.panel_bl { width:8px; height:12px; background-image: url("images/panel-bl.gif"); background-repeat:no-repeat; }
.panel_br { width:11px; height:12px; background-image: url("images/panel-br.gif"); background-repeat:no-repeat; }

/* CONTENT */
div.content {
position:absolute;
top:150px;
left:300px;
width:800px;
}
p {
font-size:13px;
text-align: justify;
text-align-last: left;
margin-top:5px;
}
.biopic {
	float:right;
	margin:10px 10px 0px 10px;
}
div.subtitle {
color:#848d79;
font-size: 18px;
letter-spacing: -1;
font-weight: normal;
margin:10px 0px 20px 0px;
}
div.subtitle a { 
color:#848d79;
}
#mattbio {
display:none;
}
#ashbio {
display:none;
}

.clientlist {
	margin:0px 30px 15px 30px;
	padding:0px;
	float:left;}
.clientlist li {
	padding:0px;
	margin:10px 0px 0px 0px;
	font-weight: bold;
}
/* PORTFOLIO */

.portlist {
	margin:0px 30px 15px 5px;
	padding:0px;
	font-size:14px;
}
.blurb {
	display:none;
	margin:0px;
	background-color:#ddd;
	font-size:12px;
	font-style:italic;
	padding:2px;
}
.portlist li {
	padding:0px;
	margin:2px 0px 0px 0px;
}
.portfolioleft {
	width:300px;
	float:left;
	min-height: 500px;
}
.portfolioright {
	width:400px;
	float:left;
	text-align: center;
}
