/* General definitions */

body {
	margin: 0;
	padding: 0;
	text-align: left;
	background-color: #FFFFFF;
	font-family: "Baskerville Old Face";
	font-size: 20px;
	font-weight: normal;
	color: #000000;
}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	font-weight: bold;
}

p {
	margin: 8px 5px;
}

a {
	text-decoration: none;
	color: #990000;
}

a:visited {
}

a:hover {
	border-bottom: 1px dotted;
	color: #F8931f
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Layout */

#container {
	width: 1024px;
	padding: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 20px;
	margin-right: 5px;
}

#links {
	width: 1024px;
	padding: 5px;
	background-color: #2D3A5C;
}

#header {
	width: 1024px;
	height: 152px;
	background: url(images/home_banner.jpg) no-repeat;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}

#headerabout {
	width: 1024px;
	height: 147px;
	background: url(images/about_banner.jpg) no-repeat;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}

#headerservices {
	width: 1024px;
	height: 147px;
	background: url(images/services_banner.jpg) no-repeat;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}

#content {
	float: left;
	width: 1024px;
	background-repeat: no-repeat;
	top: auto;
	height: 256px;
}

#spacer {
	width: 100%;
	height: 0;
	margin-bottom: 5px;
	clear: both;
}

#footer {
	width: 1020px;
	font-size: 11px;
	background-image: url(images/home_bottom.jpg);
	height: 360px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	left: 15px;
}

/* Presentation */

#container {
	background: #FFFFFF;
}

#links a {
	color: #FFFFFF;
}

#links ul li {
	display: inline;
	margin-left: 8px;
}


.post h2 {
	font-weight: normal;
}

.post .meta {
	margin: 5px 0;
	font-size: 11px;
}

.post p {
	margin: 10px 0;
}

.post ul, .post ol {
	margin: 10px 25px;
}

.post ul li {
	list-style: square;
	padding: 2px 0;
}

.post blockquote {
	margin: 10px 25px;
	padding-top: 5px;
	border-top: 2px solid #CAD7DD;
	font-style: italic;
}

#menu .block {
	margin-bottom: 5px;
	padding: 5px;
	background: url(images/blockgradient.jpg) repeat-x;
	border: 1px #F3F3F3 solid;
}

#menu h3 {
	margin: 0 0 5px 0;
	font-size: 18px;
	font-weight: normal;
}

