/*--------------------
 Site-wide style sheet
----------------------*/
body {
	margin: 0 auto;
	padding: 0;
	width: 752px;
	font: 62.5% Gentium, Georgia, serif;
	color: #000;
	background-color: #fff;
	}
a:link {
	color: #01468e;
	}
a:visited {
	color: #784d7e;
	}
a:active {
	color: #9b000f;
	}
abbr {
	cursor: help;
	}
code {
	font: 1.2em monospace;
	color: #555;
	}
h2 {font-size: 1.8em;}
h3 {font-size: 1.3em;}
h4 {font-size: 1.1em;}

ins {text-decoration: none;}

#skip-links {
	margin: 0;
	padding: 3px 15px 0;
	height: 19px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	list-style: none;
	background-image: url(../images/backgrounds/skip-links.png);
	}
#skip-links li {
	display: inline;
	margin-left: 1em;
	}
#skip-links a {
	color: #555;
	text-decoration: none;
	}
#skip-links a:hover,
#skip-links a:active,
#skip-links a:focus {
	text-decoration: underline;
	}
h1 {
	margin: 0;
	height: 84px;
	text-indent: -9999px;
	background-image: url(../images/backgrounds/banner.png);
	}
#nav {
	float: left;
	margin: 0;
	padding: 0 0 0 35px;
	width: 532px;
	height: 48px;
	list-style: none;
	background-image: url(../images/backgrounds/nav.png);
	}
#nav li {
	display: block;
	float: left;
	margin-right: 25px;
	}
#nav a {
	display: block;
	margin: 22px 0 0;
	height: 21px;
	text-indent: -9999px;
	overflow: hidden;
	}
#home {
	width: 60px;
	}
#articles {
	width: 75px;
	}
#portfolio {
	width: 85px;
	}
#services {
	width: 77px;
	}
#contact {
	width: 77px;
	}
#content {
	float: left;
	padding: 0 15px 0 29px;
	width: 488px;
	min-height: 293px;
	line-height: 1.5;
	font-size: 1.4em;
	background: transparent url(../images/backgrounds/content.png) no-repeat;
	}
#content h2,
#content h3 {
	margin: .5em 0 0;
	font-family:
	Arial, Helvetica, sans-serif;
	}
#content h4 {
	margin-bottom: 0;
	}
#sidebar {
	position: relative;
	top: -48px;
	float: right;
	padding: 0 15px 0 5px;
	width: 200px;
	min-height: 261px;
	line-height: 1.5;
	font-size: 1.2em;
	background: transparent url(../images/backgrounds/sidebar.png) right top no-repeat;
	}
#sidebar h2 {
	margin: 0;
	}
#sidebar p {
	margin: 0 0 1em;
	}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#sidebar dd {
	margin: 0 0 1em;
	}
#footer {
	clear: both;
	padding-top: 1em;
	}
#footer p {
	margin: 0;
	padding: .5em 0;
	text-align: center;
	font-size: 1.2em;
	color: #fff;
	background-color: #333;
	}
	
/*------
 Classes
--------*/
p.error {
	padding: .25em;
	border: 1px solid #c00;
	color: #c00;
	background-color: #fff0f0;
	}
p.update {
	padding: 0 1ex;
	font-weight: bold;
	font-size: .8em;
	font-family: Arial, Helvetica, sans-serif;
	color: #036;
	background-color: #f0fcff;
	border: 2px solid #069;
	}
ul.error {
	margin: 1em 0;
	padding: .25em .25em .25em 1.25em;
	border: 1px solid #c00;
	color: #c00;
	background-color: #fff0f0;
	}
ul.error li {
	margin: .25em 0;
	padding: 0 .25em;
	background-color: #ffe9e9;
	}
html form input[type=text].error,
html form textarea.error {
	border: 1px solid #c00;
	color: #c00;
	background-color: #fff0f0;
}
.simple-form legend {
	font-weight: bold;
	}
.simple-form dl {
	margin: 0;
	}
.simple-form dd {
	margin: 0;
	}
.simple-form input[type=text],
.simple-form textarea {
	border: 1px solid #000;
	}
.header-thumbnail {
	float: left;
	margin-right: 1em;
	margin-bottom: -1ex;
	}
.thumbnail {
	width: 215px;
	}
.header-thumbnail img,
.thumbnail img {
	border: none;
	}
.left {
	float: left;
	margin-right: 10px;
	}
.right {
	float: right;
	margin-left: 10px;
	}
.thumbnail .caption {
	display: block;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	color: #555;
	}
/*-------------------
 Page-specific styles
---------------------*/
#services-offered {
	margin: 1em 0;
	padding: 1px 1em;
	list-style: none;
	border: 2px solid #ccc;
	background-color: #f3f3f3;
	}