@charset "utf-8";
/* -- Site-wide Style Sheet -- */
body {
	margin: 20px 0;
	padding: 0;
	font: 62.5% "Lucida Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #555;
	/*background: #fff url(/images/backgrounds/stripes.gif);*/
	}
legend {
	color:  #555;
	}
a:link,
a:visited {
	color: #fe91a2;
	}
h1, h2, h3 {
	margin: 0 0 .5em;
	font-family: Georgia, serif;
	color: #fe91a2;
	}
	
h1 {font-size: 1.6em;}
h2 {font-size: 1.6em;}
h3 {font-size: 1.4em;}

p, table, fieldset {
	margin: 1em 0;
	}

/* -- Site Structure -- */
#wrapper {
position: relative;
	margin: 0 auto;
	width: 758px;
	}
#page {
	margin-left: 9px;
	width: 707px;
	background: transparent url(/images/backgrounds/2008/page.png) repeat-y;
	}
#page:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	}
	
/* -- Header -- */
#header {
	height: 262px;
	text-indent: -9999px;
	overflow: hidden;
	background: transparent url(/images/backgrounds/2008/banner.gif) no-repeat;
	}
#header h1 {
	position:absolute;
	bottom: 50px;
	left: 37px;
	width: 133px;
	height: 59px;
	background-image: url(/images/backgrounds/2008/curly-decoration.gif);
	}
	
/* -- Navigation -- */
#navigation {
	float: right;
	width: 42px;
	height: 405px;
	}
#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#navigation li {
	display: block;
	}
#navigation a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: transparent url(/images/backgrounds/2008/nav.gif);
	}
#nav-home a {
	height: 89px;
	}
#nav-home a:hover,
#nav-home a:active,
#nav-home a:focus,
#nav-home a.selected {
	background-position: -42px 0;
	}
#nav-aboutus a {
	height: 88px;
	background-position: 0 -89px;
	}
#nav-aboutus a:hover,
#nav-aboutus a:active,
#nav-aboutus a:focus,
#nav-aboutus a.selected {
	background-position: -84px -89px;
	}
#nav-designportfolio a {
	height: 118px;
	background-position: 0 -177px;
	}
#nav-designportfolio a:hover,
#nav-designportfolio a:active,
#nav-designportfolio a:focus,
#nav-designportfolio a.selected {
	background-position: -126px -177px;
	}
#nav-contact a {
	height: 111px;
	background-position: 0 -294px;
	}
#nav-contact a:hover,
#nav-contact a:active,
#nav-contact a:focus,
#nav-contact a.selected {
	background-position: -168px -294px;
	}
	
/* -- Sidebar -- */
#sidebar {
	float: left;
	padding: 15px 5px 100px 15px;
	width: 159px;
	text-align: center;
	font-size: 1.2em;
	background: transparent url(/images/backgrounds/2008/sidebar.png) no-repeat;
	}
#sidebar ul {
	margin: 1em 0;
	padding: 0;
	list-style: none;
	text-align: center;
	line-height: 1.5;
	}
#sidebar li a {
display: block;
margin: 3px 0;
padding: 5px;
	color: #555;
background-color: #fff;
border: 1px solid #fec5cd;
	text-decoration: none;
	}
#sidebar a:hover,
#sidebar a:focus,
#sidebar a:active {
	color: #fe91a2;
	text-decoration: underline;
	}
#sidebar h2 {
	text-indent: -9999px;
	}
#header-services {
margin-top: 10px;
	height: 50px;
	background: transparent url(/images/backgrounds/2008/text/web-graphic-services.gif) center no-repeat;
	}
#header-information {
	height: 28px;
	background: transparent url(/images/backgrounds/2008/text/information.gif) center no-repeat;
	}
#header-mailing-list {
	margin-bottom: 0;
	height: 27px;
	background: transparent url(/images/backgrounds/2008/text/mailing-list.gif) center no-repeat;
	}
#mmp-retreat-promo h2 {
	margin-top: 1em;
	text-indent: 0;
	font-size: 1em;
	}
#mmp-retreat-promo img {
	border: 1px solid #f198aa;
	}
#mmp-retreat-promo a {
	color: #fe91a2;
	text-decoration: underline;
	}
	
/* -- Page Content -- */
#content {
	float: left;
	width: 527px;
	min-height: 500px;
	font-size: 1.2em;
	line-height: 1.5;
	}
	
/* -- Footer -- */
#footer {
	clear: both;
	margin-left: 9px;
	padding-top: 30px;
	height: 27px;
	text-align: center;
	background: transparent url(/images/backgrounds/2008/footer.png) no-repeat;
	}	
#footer p {
	margin: 0;
	}

/* -- Misc. Classes -- */
.aside {
	margin-left: 10px;
	padding: 7px 9px;
	width: 499px;
	height: 252px;
	overflow: hidden;
	background-image: url(/images/asides/bg.png);
	}
.aside a img {
	border: none;
	}
.columns {
	padding: 15px;
	}
.columns h2 {
	padding-bottom: 10px;
	text-align: center;
	color: #fe91a2;
	background: transparent url(/images/backgrounds/2008/header-divider.png) center bottom no-repeat;
	}
#column-1 {
	padding-right: 15px;
	width: 233px;
	float: left;
	background: transparent url(/images/backgrounds/2008/column-divider.png) right center no-repeat;
	}
#column-2 {
	width: 234px;
	float: right;
	}
.article {
	padding: 0 15px;
	}
.success {
	padding: .5em;
	color: #060;
	background-color: #f6fff6;
	border: 1px solid #060;
	}
.success a {
	color: #060 !important;
	text-decoration: underline !important;
	}
.error {
	padding: .5em;
	color: #c00;
	background-color: #fff6f6;
	border: 1px solid #c00;
	}
.error a {
	color: #c00 !important;
	text-decoration: underline !important;
	}
.section-divider {
	clear: both;
	}
