/* Brown Dog Creative */

body {
	margin: 0; padding: 0;
	background: #9ea09d;
	/* background: #859997; */
	font: .7em/160% 'Lucida Grande', 'Tahoma', Verdana, sans-serif;
}

img {
	border: 0;
}

/* layout styles */
#container {
	margin: -250px 0 0 -385px; padding: 20px;
	position: absolute;
	top: 50%; left: 50%;
	width: 730px; height: 460px;
	
	background: #fff url(images/bg_bar.gif) repeat-x top right;
	text-align: center;
}
#container_secondary {
	margin: 0 auto; paddin: 0;
	width: 770px;
	background: #fff url(images/bg_secondary.gif) repeat-x top right;
	text-align: center;
}
.pad {
	padding: 20px;
}
#mainbox {
	margin: 0; padding: 0;
	width: 730px; height: 460px;
	background: #dfd6c8 url(images/bg_index.jpg) no-repeat top right;
}

#header {
	height: 53px;
	margin: 0; padding: 0;
	background: #dfd6c8 url(images/bg_index.jpg) no-repeat top right;
}

#mainheader {
	margin: 0; padding: 0;
	width: 730px; height: 108px;
}
#navbox {
	margin: 0; padding: 0;
	width: 493px; height: 26px;
	position: relative;
	top: 80px;
	left: 215px;
	background: #53514e;
}
#navbox_secondary {
	margin: 0; padding: 0;
	width: 493px; height: 26px;
	position: relative;
	top: 24px;
	left: 215px;
	background: #53514e;
}
#mainnav {
	margin: 0; padding: 4px 0 0 0;
	text-align: center;
}
#mainnav li {
	display: inline;
	list-style: none;
}
#mainnav a {
	padding: 0 20px;
	
	color: #b3c6b5;
	font-size: 9px;
	letter-spacing: 1px;
	text-transform: uppercase;	
	text-decoration: none;
}
#mainnav a:hover, #mainnav .selected {
	color: #fff;
	background: url(images/nav_arrow.gif) no-repeat 10px 50%;
}

#flashnav {
	margin: 0; padding: 0;
	width: 730px; height: 230px;
}

#content {
	margin: 0; padding: 0;
	color: #666;
	background: #fff;
	text-align: left;
}
#secondary_menu {
	margin-top: 20px;
	float: left;
	width: 192px;
	background: #e7ebea;
}
.toptitle {
	padding: 5px 28px;
	background: #8c9e9d;
	
	color: #fff;
	font-size: 80%;
	text-transform: uppercase;
	letter-spacing: .2em;
}

#sidebar {
	 padding: 15px;
}

#sidebar div {
	margin: 0; padding: 0;
	height: 1%;
}

#sidebar h3 {
	margin: 0 0 5px 0; padding: 0;
	text-transform: uppercase;

	font-size: 90%;
	font-weight: bold;
}
#sidebar h3 a {
	margin: 0; padding: 0 0 0 14px;
	display: block;
	background: url(images/icon_plus.gif) no-repeat 0 2px;
}
#sidebar h3 a:hover, #sidebar h3 .selected {
	color: #333;
	background: url(images/icon_plus_on.gif) no-repeat 0 2px;
}

#sidebar a {
	color: #8c9e9d;
	text-decoration: none;
}

#sidebar .stretcher {
	margin: 0 0 5px 0; padding: 0;
}
#sidebar li {
	list-style: none;
}

#sidebar .stretcher .sectiontitle {
	margin: 0 0 1px 0; padding: 0 0 0 12px;
	border-bottom: 1px solid #8c9e9d;
	
	font-weight: bold;
}
#sidebar .stretcher .sectiontitle a {
	color: #666;
}
#sidebar .stretcher .sectiontitle a:hover, #sidebar .sectiontitle .selected {
	color: #333;
}

#sidebar .expandlevel {
	margin: 10px 0; padding: 0;
}
#sidebar .expandlevel li a {
	margin: 0; padding: 0 12px;
	display: block;
}
#sidebar .expandlevel li a:hover, #sidebar .expandlevel li .selected {
	color: #333;
}
#maincontent {
	margin-right: 15px;
	width: 500px;
	float: right;
}

#thumbs {
	margin: 10px 0;
}
#thumbs img {
	vertical-align: top;
}

.imgpreview {
	margin-top: 20px; padding: 5px;
	background: #fff;
	border: 1px solid #ccc;
}
.imgpreview:hover {
	background: #ccc;
}

#projectmenu {
	margin: 15px 0; padding: 5px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
#projectmenu li {
	margin: 0; padding: 0 5px;
	display: inline;
	list-style: none;
	border-right: 1px solid #ccc;
}
#projectmenu a {
	color: #666;
	text-decoration: none;
}
#projectmenu a:hover, #projectmenu .selected {
	color: #333;
	text-decoration: underline;
}


.project_details {
	margin: 10px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.project_details td {
	padding: 5px 0;
}
.project_details .label {
	width: 130px;
	font-weight: bold;
	vertical-align: top;
}

.linklist {
	margin: 10px 0; padding: 0;
	width: 450px;
}
.linklist li {
	list-style: none;
}
.linklist a {
	display: block;
	padding: 2px 0;
	border-bottom: 1px solid #ddd;
	
	color: #666;
	text-decoration: none;
}
.linklist a:hover {
	color: #000;
	text-decoration: underline;
}

/* typography + titles
-------------------------------------- */

h1, h2, h3 {
	margin: 0; padding: 0;
	font-weight: lighter;
}

h1 { 
	margin-top: 25px;
	font-size: 180%;	
	color: #336666;
}

h2 {
	padding-top: 10px;
	font-size: 140%;
	font-weight: normal;
	color: #336666;
}


#footer {
	padding-top: 100px;
	width: 730px; height: 124px;
	text-align: center;
	font-size: 90%;
	color: #999;
}
#footer_secondary {
	clear: both;
	text-align: left;
	font-size: 90%;
	color: #999;
}
#footer_secondary p {
	padding: 10px 0;
}
#footer a, #footer_secondary a {
	color: #999;
}
#footer a:hover, #footer_secondary a:hover {
	color: #666;
}
#footerbox {
	height: 31px;
	background: #dfd6c8;
}