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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

body {
	color: #898989;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ededed;
		
}

@font-face {
	font-family: Museo700;
	src: url("../fonts/Museo700-Regular.otf") format("opentype");
}

@font-face {
	font-family: Museo500;
	src: url("../fonts/Museo500-Regular.otf") format("opentype");
}

@font-face {
	font-family: Museo300;
	src: url("../fonts/Museo300-Regular.otf") format("opentype");
}

html {height: 100%; margin-bottom: 1px; }

#container {
	width: 956px;
	height: 100%;
	margin: 0 auto;
}

#content {
	margin-top: 25px;
	min-height: 352px;
}

.horizontal{
	background: url(../images/site/sprite.png) no-repeat;
	width: 940px;
	height: 5px;
	background-position: 0 -64px;
}

#footer {
	height: 34px;
}

h1 a {
	display: block; width: 386px; height: 42px; float: left;
	background: url(../images/site/logo.png) no-repeat;
	text-indent: -9999px;
}

ul.nav {
	width: 320px; float: right; text-align: left;
	margin-top: 0px;
}
	ul.nav li {
		display: inline-block;
		margin-left: 0px; padding: 15px 20px;
	}
	ul.nav li a:link, ul.nav li a:visited {
		font-family: Museo500, sans-serif;
		font-size: 15pt;
		text-decoration: none;
		color: #1c1c1c;
	}
	ul.nav li.work a:link, ul.nav li.work a:visited{
		font-family: Museo500, sans-serif;
		font-size: 15pt;
		text-decoration;
		color: #aa2020;
	}
	ul.nav li a:hover{
		color: #79a2ce
	}
h3 {
	display: block; width: 350px; height: 35px;
	font-family: Museo300, sans-serif;
	font-size: 11pt;
	text-decoration: none;
	color: #1c1c1c;
	padding-top: 50px;
}
	h3.contact a:link, h3.contact a:visited{
		text-decoration: none;
		color: #1c1c1c;
	}
	p.tagline{
		font-family: Museo300, sans-serif;
		font-size: 11pt;
		color: #1c1c1c;
		float: right;
		padding: 0 15px 0 0;
	}
	
p.intro{
	line-height: 16px;
	font-size: 14px;
	width: 350px;
	margin-top:5px;
}
	p.intro a:link, p.intro a:visited{
		text-decoration: underline;
		color: #898989;
	}
p.title {
	font-family: Museo300, sans-serif;
	font-size: 15pt;
	text-decoration: none;
	color: #898989;
	margin-top: 25px;
}

p.footer{
	padding:25px 0 10px 0;
	font-size:x-small;
	float: left;
}
	p.footer a:link, p.footer a:visited{
		text-decoration: none;
		color: #898989;
	}

#contentWork {
	margin: 36px 0 1px 0;
	padding: 0 0 18px 0; }
	
		.work { margin: 0 0 40px 0; }
		
		.featured {
			background-color: #white;
			display: inline;
			float: left;
			height: 352px;
			width: 640px;
			margin-bottom: 40px;
		}
			.featured img {
				margin: 5px;
			}
		.description {
			background-color: #dcdcdc;
			float: left;
			width: 300px;
			height: 352px;
		}
			.description h2{
				width: 260px;
				font-family: Museo700; serif;
				font-size: 16px;
				color: #79a2ce;
				margin-left: 10px;
				margin-top: 10px;
				}
				
			.description h3{
				width: 260px;
				font-family: inherit;
				font-size: 14px;
				font-style: italic;
				color: #898989;
				margin-top: -50px;
				margin-left: 10px;
			}
			.description p{
				width: 250px;
				margin-left: 10px;
			}
			.description a:link{
				text-decoration: underline;
				color: #898989;
			}
			.description a:visited{
				text-decoration: underline;
				color: #898989;
			}

			.category {
				background: url(../images/site/sprite.png) no-repeat;
				background-position: 0 -1px;
				float: right;
				color: #FFFFFF;
				font-family: Museo500; serif;
				font-size: 16px;
				height: 40px;
				margin: 75px -15px 0 0;
				padding: 5px 0 0 3px;
				text-align: left;
				width: 124px;
			}