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

body {
	background: #bac5da url(images/body_bg.jpg) top center no-repeat;
	font: .75em Arial, Helvetica, sans-serif;
	padding: 0 0 25px 0;
	margin: 0;
}
#container {
	text-align: left;
	width: 650px;
	margin: 0 auto;
}

#header {
	background: url(images/header_bg.jpg) no-repeat;
	height: 170px;
	width: 650px;
	position: relative;
}
#header h1 {
	margin: 0;
	font-size: 1px;
}
#header h1 a {
	position: absolute;
	top: 90px;
	left: 295px;
	display: block;
	width: 62px;
	height: 0;
	overflow: hidden;
	padding-top: 20px;
}
	
#header h2, #header p {
	position: absolute;
	top: -999em;
}

/*--------------------- NAVIGATION --------------------*/
#nav {
	position: absolute;
	bottom: 12px;
	width: 650px;
}
#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav li {
	float: left;
	font-size: 1px;
	padding: 0;
}
#nav li#about {margin-left: 120px;}
#nav li#services {margin-left: 25px;}
#nav li#inspiration {margin-left: 187px;}
#nav li#contact {margin-left: 25px;}

#nav li a {
	display: block;
	background-repeat: no-repeat;
	height: 14px;
	height/**/:/**/ 0;
	overflow: hidden;
	padding-top: 14px;
}
#nav li#about a {background-image: url(images/nav_about.gif); width: 37px;}
#nav li#services a {background-image: url(images/nav_services.gif); width: 51px;}
#nav li#inspiration a {background-image: url(images/nav_inspiration.gif); width: 65px;}
#nav li#contact a { background-image: url(images/nav_contact.gif); width: 49px;}

#nav li a:hover {background-position: 0 -14px;}

/*--------------------- CONTENT --------------------*/
#content {
	background: #c3cde1 url(images/content_bg.jpg) top center no-repeat;
	color: #293453;
	width: 540px;
	width/**/:/**/ 460px;
	padding: 20px 40px;
	border: 1px solid #7388a8;
	border-top: none;
	border-bottom: none;
	margin: 0 auto;
	line-height: 140%;
}

#content h2 {
	text-align: center;
	margin: 0 0 25px 0;
	text-transform: lowercase;
	font-size: 1.5em;
}
#content h3 {
	margin: 25px 0 3px 0;
	font-size: 1.3em;
	color: #202741;
}
#content p {
	margin: 0 0 15px 0;
}
#content a {
	font-weight: bold;
	font-size: .95em;
	color: #293453;
}
#mission {
	width: 250px;
	background: #dae0ec;
	padding: 10px;
	border: 1px solid #7388a8;
	margin: 15px auto;
	text-align: center;
}
#mission h3 {
	padding: 3px 0;
	margin: -10px -10px 10px -10px;
	background: #516588;
	color: #fff;
	font-size: 1em;
	text-transform: lowercase;
}
.cite {
	display: block;
	text-align: right;
	padding-right: 10px;
	font-size: .95em;
	font-weight: bold;
}

#footer {
	background: #516589;
	color: #293453;
	width: 540px;
	margin: 0 auto;
	text-align: center;
	padding: 7px 0;
	border: 1px solid #516589;
	border-top: none;
	color: #c3cde1;
	font-size: .95em;
}
#footer a {
	text-decoration: none;
	color: #c3cde1;
}
