/* MEYER 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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {line-height: 1;
}
ol, ul {
	list-style: none;
}

.bulleted {
	list-style: square outside;
	padding-left:0;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* TYPOGRAPHY */
body {font: normal 12px/18px Helvetica, Arial, sans-serif; background-color: #743311;}
a {color: #743311; 
	font-weight:bold; 
	text-decoration:none;
	}
	
a:hover {text-decoration:underline;}
	
h1 {font: 30px/36px Georgia, serif;}
h2 {
	font-family: Georgia, serif;
	font-size: 16px; 
	background-color:#743311; 
	color:#fff; 
	font-weight: normal;
	margin: 1em 0 .5em 0; 
	position:relative; 
	letter-spacing: .1em;
	}
h2 span {display:block; padding: 3px 5px;}
h3	{font-size:14px; font-weight:normal; margin: .5em 0 0 0; border-top: 1px dotted #ccc; padding-top:.5em;}
h3.first {border-width:0; padding:0;}
h4	{font-size:13px; font-style:italic; font-weight:normal;}

p {margin-bottom:.5em;}
p.address {border-bottom:1px solid #999;}
p.summary {font-size:14px; 
	line-height:18px; 
	margin: 10px 0 -10px 0; 
	padding: 10px;
	background-color:#eee;
	border: 1px solid #ddd;
	 }

/*LAYOUT*/

/*LAYOUT*/

nav {
	position:absolute;
	top: 0;
	right: 15px;
}

nav li {display:inline; clear:none;} 
nav li a, nav li a:hover {
	font-weight:normal;
	background-color:#ddd;
	text-decoration:none; 
	float: left; 
	padding: 4px 20px; 
	border: 1px solid #ccc; 
	border-top-width:0; 
	margin: 0 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	font: 12px/18px Lucida Grande, Verdana, Arial, sans-serif;
	}
	
nav li a.on {background-color:#FFF;}


hr.cleaner {
border:medium none;
clear:both;
height:1px;
margin:-1px 0pt 0pt;
padding:0pt;
visibility:hidden;
}
div#container {
  width: 980px;
  margin: 0 auto;
background-color:#fff;
padding: 5px 0 0 0;
position:relative;
  }

div.benTop {
margin: 0 20px;
padding: 0 5px 5px 5px;
position:relative;
background-color:#efefef;
border: 1px solid #cdcdcd;
box-shadow: 0 5px 5px #888;
-webkit-box-shadow: 5px 5px 5px #888;
-moz-box-shadow: 0 5px 5px #888;

}


hr.cleaner {
border:medium none;
clear:both;
height:1px;
margin:-1px 0pt 0pt;
padding:0pt;
visibility:hidden;
}

div#wrapper {padding: 13px 20px 20px 20px; margin:0; 
	/*background: url(http://24ways.org/examples/compose-to-a-vertical-rhythm/underline.gif);*/
	}
	
div.left	{float:left; width: 624px;}
div.right   {float:right; width: 303px}
div.right img {border:1px solid #ccc;}


/*TOOLTIPS*/
.project {margin-top:5px; position:relative;}
.project p {
	top: 0;
	padding:5px;
	margin: 1px 2px 0 1px;
	background-color: white;
	background-color: rgba(240,240,240, 0.9);
}