﻿#container
{
	margin: 0 auto;
	width: 974px;
	background: #fff;
}
#header
{
	background: #FFFFFF;
	padding: 0px;
}

#header h1 { margin: 0; }

#navigation
{
	float: left;
	width: 974px;
	background-image: url('images/navigation.jpg');
	background-repeat: repeat-x;
	height: 50px;
}
#navigation ul
	{
	margin: 0;
	padding: 0;
}
#navigation ul li
	{
	list-style-type: none;
	float: left;
	position: relative;
	padding-top: 14px;
	padding-bottom: 20px;
}
#navigation li a
		{
	padding: 0px 25px 0px 30px;
	font: normal 18px/15px Arial;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
	text-shadow: #333 0.1em 0.1em 0.2em;
}
#navigation li a:hover {
	color: #000000;
}
		
		#navigation li.home a {
	color: #FFFFFF;
}
#navigation li.ourservices a {
	color: #CC3300;
}
#navigation li.aboutenable a {
	color: #FFFF99;
}
#navigation li.staff a {
	color: #005900;
}
#navigation li.contactus a {
	color: #B45703;
}
#navigation li.news a {
}
		#navigation li.home a:hover {
	color: #54A64F;
}
		#navigation li.ourservices a:hover { color: #54A64F; }
		#navigation li.aboutenable a:hover { color: #54A64F; }
#navigation li.staff a:hover {
	color: #54A64F;
}
		#navigation li.contactus a:hover { color: #54A64F; }
#navigation li.news a:hover {
	color: #0099CC;
}
	
		#navigation ul li:hover ul { display:block; }
		#navigation ul li ul {
	z-index: 10000;
	display: none;
	position: absolute;
	top: 45px;
	left: 10px;
	width: 150px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 25px;
}
#navigation ul li ul li:first-child {
	background: #D21F30;
}
#navigation ul li ul li {
	width: 190px;
	height: auto;
	padding: 7px 8px 7px 8px;
	background: #CE1C2D center
top;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #800000;
}
#navigation ul li ul li a {
	border-left: 0 !important;
	padding: 0;
	text-transform: uppercase;
	font-size: 14px !important;
	color: #ffffff !important;
	font-weight: bold;
}
#navigation ul li ul li a:hover {
	border-left: 0 !important;
	padding: 0;
	color: #000000 !important;
	font-weight: bold;
}

#content-container
{
	float: left;
	width: 974px;
	background: #fff url(/wp-content/uploads/layout-two-fixed-background.gif) repeat-y 100% 0;
}

#content
{
	clear: left;
	float: left;
	width: 630px;
	padding: 20px 0;
	margin: 0 0 0 30px;
	display: inline;
}
#content h2 {
	margin: 0;
	font-size: 32px;
	color: #990000;
	font-weight: bold;
	text-transform: uppercase;
}
#aside
{
	border: 5px solid #E2E2E2;
	float: right;
	width: 205px;
	padding: 10px 15px 20px 15px;
	margin: 15px 20px 0 0;
	display: inline;
	background-image: url('images/linksbkgrd.jpg');
	background-repeat: repeat-x;
}
#aside h3 {
	margin: 0;
	font-size: 22px;
	color: #3F3F42;
	text-transform: uppercase;
}
#footer
{
	clear: both;
	background: #48474A;
	text-align: left;
	padding: 15px 20px 20px 30px;
	height: 75px;
	border-top-style: solid;
	border-top-width: 6px;
	border-top-color: #D21F30;
	color: #CCCCCC;
}
body {
	font-family: arial, Helvetica, sans-serif;
	background-image: url('background.jpg');
	background-repeat: repeat-x;
	background-color: #F1F1F1;
	margin: 0px;
	font-size: 14px;
}
#image-container {
	float: left;
	width: 974px;
}
.contactinfo {
	color: #000000;
	font-size: 17px;
	font-weight: bold;
	font-style: italic;
}
a:link {
	text-decoration: none;
	color: #A30515;
}
a:hover {
	text-decoration: underline;
	color: #FF3300;
}
.imgborder {
	border: 4px solid #E2E2E2;
}
h4 {
	font-size: 19px;
	font-weight: normal;
}
li {
	list-style-type: square;
	padding-bottom: 8px;
}
H5 {
	font-size: 16px;
	color: #993300;
}
.quote {
	background-color: #EAEAEA;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-color: #C0C0C0;
	border-bottom-color: #C0C0C0;
	padding: 10px;
	margin-left: 40px;
	margin-right: 65px;
}
img {
	border-width: 0px;
}

