@charset "UTF-8";
/* CSS Document */

#homepage #content #menu #homelink, #servicespage #content #menu #serviceslink, #contactpage #content #menu #contactlink{
	background-image:url(images/pageOn.png);
}

#content {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	z-index: 99;
	position: relative;
}
#header {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 150px;
	width: 900px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
body {
	font-size: 12px;
	color: white;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	background-color: #000000;
	margin: 20px 0px 0px;
	padding: 0px;
	background-image: url(images/bodyBG.jpg);
	background-repeat: repeat-x;
}
#main {
	float: left;
	width: 870px;
	font-size: 14px;
	padding: 15px;
}
.lightBlue {
	color: #9CF;
	font-size: 22px;
}
.lightPink {
	color: #F9F;
	font-size: 22px;
}
.lightOrangey {
	color: #F96;
	font-size: 22px;
}
.lightYello {
	color: #FFC;
	font-size: 22px;
}
.lightGreen {
	color: #9FC;
	font-size: 22px;
}
#footer {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	width: 800px;
}
#menu {
	float: left;
	height: 40px;
	width: 900px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	margin-top: 15px;
	margin-bottom: 5px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu ul li {
	float: left;
}
#menu ul li a {
	display: block;
	height: 20px;
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
	color: #FFFFFF;
	text-decoration: none;
	width: 100px;
	margin-right: 5px;
}
#menu ul li a:link {
	display: block;
	height: 20px;
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
	color: #FFFFFF;
	text-decoration: none;
	width: 100px;
}
#menu  ul  li  a:hover {
	display: block;
	height: 20px;
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
	color: #FFFFFF;
	text-decoration: none;
	width: 100px;
	background-image: url(images/menu_a_hover.png);
}
.picRight {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}
#bigLogo {
	height: 500px;
	width: 500px;
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	background-image: url(images/bigLogo.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
