body {
	margin: 0;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
	background: #f1f1f2;
	color: #808285;
}


/* Typography */

p {
	margin: 0;
	padding: 0;
	line-height: 15px;
}
p+p {
	margin: 0 0 10px 0;
}
ul {
	line-height: 15px;
	padding: 0 0 0 15px;
	margin: 0 0 10px 0;
}
a {
	color: #414142;
}
a:hover {
	color: #666;
}
.subtlelink, .subtlelink a {
	color: #808285;
	text-decoration: none;
}
h1 a, h2 a, h3 a {
	text-decoration: none;
}
h1 {
	color: #6D6F71;
	font-size: 15px;
	margin: 0 0 10px 0;
}
h1 strong {
	color: #414142;
}
h2, h3 {
	text-transform: uppercase;
	font-size: 15px;
	margin: 0;
	color: #414142;
}
h2+p, h3+p,
h2+ul, h3+ul {
	margin: 5px 0 10px 0;
}
p+h1 {
	margin: 10px 0;
}
p+h2, p+h3,
ul+h2, ul+h3 {
	margin-top: 20px;
}
img {
	border: 0;
}


/* Generic Structure */

.section {
	width: 940px;
	margin: 0 auto;
}
.container {
	float:left;
	width: 940px;
	padding: 30px 0;
	position: relative;
}
.col1 {
	float: left;
	width: 210px;
	margin-left: 20px;
}
.col2 {
	float: left;
	width: 440px;
	margin-left: 20px;
}
.col3 {
	float: left;
	width: 670px;
	margin-left: 20px;
}


/* Header */

#header .container {
	background: #fff;
	padding: 0 0 15px 0;
	min-height: 460px;
}
#header img {
	display: block;
	border: 0;
}
#header .col1 {
	position: absolute;
	top: 0;
	left: 0;
	height: 460px;
	z-index: 9999;
}
#slideshow {
	width: 940px;
	height: 460px;
	overflow: hidden;
}

/* Menu */

#menu {
	float: left;
	width: 210px;
	height: 275px;
	background: url(../images/menu_bg.png);
}
#menu ul {
	float: left;
	width: 160px;
	background: url(../images/menu_bg.png);
	margin: 0;
	padding: 25px;
	list-style: none;
}
#menu li ul {
	background: none;
	padding: 0 0 6px 0;
}
#menu li {
	float: left;
	width: 160px;
	margin: 0;
	padding: 0;
	text-transform: lowercase;
	background: url(../images/menu_li.png) no-repeat bottom left;
}
#menu li li {
	background: none;
	padding: 0;
}
#menu li a {
	float: left;
	width: 160px;
	padding: 2px 0;
	text-decoration: none;
}
#menu li.active a {
	background: url(../images/menu_active.png) no-repeat 0 4px;
	padding-left: 14px;
	width: 146px;
}
#menu li.active li a {
	background: none;
}
#menu li.active li.active a {
	background: url(../images/menu_sub_active.png) no-repeat 0 4px;
}


/* Aside */

#aside .container {
	background: #fff url(../images/shadow.gif) repeat-x;
}
#aside .col1 a img {
	border: 1px solid #808285;
	padding: 4px;
	margin-bottom: 4px;
}
#aside .col1 a:hover img {
	background: #D1D3D4;
}



/* Content */

#content .container {
	background: #e7e8e9;
}
blockquote {
	background: #808285 url(../images/quote.gif) no-repeat bottom;
	padding: 20px 20px 40px 20px;
	margin:0;
	color: white;
}
blockquote h1, blockquote h2, blockquote a {
	color: white;
}
blockquote p {
	margin-bottom: 10px;
}


/* Blog */

#blog .container {
	background: white;
	padding: 0;
}
#blog img {
	display: block;
	border: 0;
}
#blog #menu {
	height: auto;
}
#blog #articles,
#blog #archive {
	float: left;
	width: 185px;
	padding: 25px 0 25px 25px;
	color: #414142;
}
#blog #articles ul,
#blog #archive ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#blog #articles li {
	margin-bottom: 10px;
}
#blog #articles li a,
#blog #archive li a {
	color: #808285;
}
#blog .col3 {
	margin-top: 60px;
}
#blog .col3 br {
	clear: left;
}
#blog .col3 hr {
	clear: left;
	margin: 0;
	padding:0;
	color: white;
	height: 0;
	border:0;
}
#blog .col3 img {
	float: left;
	clear: left;
	margin-bottom: 20px;
}
#blog .col3 h1 {
	text-transform: uppercase;
	color: #414142;
}
#blog .col3 p,
#blog .col3 h1,
#blog .col3 h2,
#blog .col3 h3 {
	margin-left: 460px;
}
#blog .col3 p img {
	margin-left: -460px;
}
#blog p img { margin-top:2px; }
#blog blockquote {
	background: #808285 url(../images/quote_white.gif) no-repeat bottom;
	width: 170px;
	margin: 20px 0 20px 460px;
}
#blog .col3 blockquote p {
	margin-left: 0;
}
#blog .article {
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
#blog .article p,
#blog .article h1,
#blog .article h2,
#blog .article h3 {
	margin-left: 0;
}


/* Gallery */

#gallery .container {
	background: white;
	height: 460px;
	padding: 0 0 15px 0;
}
#gallery img {
	display: block;
	border: 0;
}
#gallery #menu {
	height: auto;
}
#caption {
	margin-left: 230px;
}


/* Contact */

.contact .col2 {
	margin-left: 250px;
}
.contact blockquote {
	background: #808285 url(../images/quote_white.gif) no-repeat bottom;
	width: 170px;
}


/* Footer */

#footer .container {
	background: #414142;
	color: white;
}
#footer h3 {
	color: white;
}
#footer a {
	color: white;
}
#footer .news {
	border-bottom: 1px solid #666;
	padding-bottom: 10px;
}
#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer li {
	margin: 10px 10px 0 0;
}