@charset "UTF-8";
/* CSS Document */

/* Reset Block */

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;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End Reset Block */

body {
	background: #9CAA8C;
}

#outerWrapper {
  background-image: url(image/bkg_pattern.gif);
  margin: 40px auto 0 auto;
  text-align: left;
  width: 916px;
  overflow: auto;
  margin-bottom: 24px;
}

#innerWrapper {
	background-color: #ffffff;
	margin: 0 auto;
	padding: 0;
	width: 740px;
	overflow: auto;
}

#topMenu {
	margin: 18px 0 18px 0;
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;
	text-align: center;
	color: #80766E;
}

#topMenu a,
#topMenu a:visited,
#topMenu p {
	display: inline;
	margin: 0 5px;
	text-decoration: none;
	color: #80766E;
}

#topMenu p, 
#topMenu a.current,
#topMenu a:visited.current {
	color: #B3BC7A;	
}

#topMenu a:hover {
	color: #B3BC7A;	
}

#photoBar {
	background-image: url(image/top_photos.jpg);
	background-repeat: no-repeat;
	width: 740px;
	height: 99px;
}

#contentWrapper {
	width: 740px;
	margin: 14px 0;
}

#leftNav {
	margin-top: 17px;
	width: 142px;
	float: left;
}

#leftNav.home {
	margin-top: 86px;
}

#leftNav p {
	padding-left: 24px;
	background-image: url(image/sidenav_box.gif);
	background-color: #fff;
	background-repeat: no-repeat;
	line-height: 18px;
	font-size: 12px;
	margin-bottom: 16px;
	color: #80766E;
	font-weight: bold;
	display: block;
}

#leftNav a,
#leftNav a:visited {
	color: #80766E;	
	text-decoration: none;
}

#leftNav a.current,
#leftNav a:visited.current {
	color: #B3BC7A;
}

#leftNav a:hover {
	color: #B3BC7A;	
}

#content {
	margin-top: 17px;
	margin-left: 32px;
	width: 464px;
	float: left;
	color: #615953;
	font-size: 12px;
	line-height: 18px;
}

#content h1 {
	font-size: 16px;
	line-height: 20px;
	padding: 12px 0 8px 0;
	font-wieght: bold;
}

#content h2 {
	font-size: 14px;
	line-height: 18px;
	padding: 20px 0 8px 0;
	font-wieght: bold;
}

#content h3 {
	font-size: 13px;
	line-height: 18px;
	padding: 10px 0 6px 0;
	font-wieght: bold;
}

#content table {
	margin: 12px 0;	
}

#content table td {
	padding-right: 16px;
	font-size: 11px;
}

#content table td p {
	padding-bottom: 8px;
}


#content blockquote {
	margin: 0 10px 0 32px;	
}

#content.home {
	margin-top: 0;
}

#content p {
	padding-bottom: 12px;
}

#content a, #content a:visited {
	color: #758266;
	font-weight: bold;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#content ul {
	padding: 0 0 0 30px;
}

#content .green {
	color: #669900;
}

#content .big {
	font-size: 14px;
	line-height: 24px;
}

#content .big p {
	font-size: 14px;
	line-height: 24px;
}

#footer {
	clear: both;
}

img#logo {
	margin-bottom: 24px;	
}

.bar {
	margin-top: 16px;
	width: 100%;
	height: 1px;
	background-color: #000;
}

a.right {
	display: block;
	text-align: right;	
}

.portfolio {
	border-top: 2px solid #ccc;
	padding: 10px 0;
	text-align: center;
}

.portfolio.lastRow {
	border-bottom: 2px solid #ccc;
}

.portfolio img {
	margin: 0 10px;	
	border: 1px solid black;
}

.portfolio img.last {
	margin: 0 0 0 10px;	
}

