@charset "utf-8";
/* CSS Document */
body {
	font-size: 62.5%;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	background-color: #ffffff;
}
#wrapper {
	background: url(images/page_bg.jpg) center top repeat-y;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	background: url(images/header.jpg) center top no-repeat;
	height: 230px;
	}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.5em;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-style: italic;
	text-decoration: underline;
	}
a {
	text-decoration: none;
	color: #0066CC;
	}
a:hover {
	text-decoration: none;
	background-color: #CCCCFF;
	color: #990000;
	}
a:visited {
	text-decoration: none;
	color: #990000;
}
#content {
	clear: left;
	float: right;
	width: 510px;
	margin: 20px 30px 20px 0;
	border-left: 1px solid #000000;
	padding-left: 20px;
}
#content p{
	font-size: 1.5em;
	}
#content ul{
	list-style-type: disc;
	font-size: 1.4em;
	}
#sidebar {
	clear: left;
	float: left;
	width: 200px;
	margin-top: 10px;
	margin-left: 30px;
	padding: 0;
}
#sidebar p {
	font-size: 1.4em;
	}
#sidebar ul {
	list-style-type: none;
	line-height: 20px;
	margin-top: -10px;
	}
#sidebar li {
	font-size: 1.6em;
	text-indent: -15px;
	}
#sidebar a{
	text-decoration: none;
	color: #0066CC;
	}
#sidebar a:hover {
	text-decoration: none;
	background-color: #CCCCFF;
	}
#sidebar a:visited {
	text-decoration: none;
	color: #0066CC;
}
#footer {
	clear: both;
	background: url(images/footer_shadow.jpg) center bottom no-repeat;
	height: 10px;
	}
#outerFooter {
	height: 35px;
	text-align: center;
	}
#outerFooter p {
	font-size: 1.4em;
	}

.floatRight {
	float: right;
	padding-top: 5px;
	padding-left: 10px;
	}
.floatLeft {
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	}
.warning {
	color: #FF0000;
	}
/* -------------------- Begin Rollover Navigation styles ----------------------- */
#mainNav {
	float: left;
	width: 170px;
	margin-top: 52px;
	margin-left: 85px;
}
#mainNav ul {
	list-style-type: none;
}
#home a {
 float:left;
 width:170px;
 height:45px;
 background-image:url(images/home.jpg);
}
#home a:link {
 background-position:0px 0px;
}
#home a:hover {
 background-position:-170px 0px;
}
#about a {
 float:left;
 width:170px;
 height:40px;
 background-image:url(images/about.jpg);
}
#about a:link {
 background-position: 0px 0px;
}
#about a:hover {
 background-position: -170px 0px;
}
body#aboutus a#aboutLink {
	background-image: url(images/about.jpg);
	background-position: -170px 0px;
}
#services a {
 float:left;
 width:170px;
 height:39px;
 background-image:url(images/services.jpg);
}
#services a:link {
 background-position: 0px 0px;
}
#services a:hover {
 background-position: -170px 0px;
}
body#service a#servicesLink {
	background-image: url(images/services.jpg);
	background-position: -170px 0px;
}
#contact a {
 float:left;
 width:170px;
 height:40px;
 background-image:url(images/contact.jpg);
}
#contact a:link {
 background-position: 0px 0px;
}
#contact a:hover {
 background-position: -170px 0px;
}
body#contactus a#contactLink {
	background-image: url(images/contact.jpg);
	background-position: -170px 0px;
}
/* -------------------- End Rollover Navigation styles --------------------- */

/* IE6 Fixes */
*html #content {
	display: inline;
	}
*html #sidebar {
	display: inline;
	}
*html #mainNav {
	display: inline;
	}
