@charset "utf-8";
/* CSS Document */

body {
	background:url(images/bodyBG.png) repeat-x #111;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: relative;
}


#wrap {	
	height: 800px;
	width: 900px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#banner {
	height: 103px;
	width: 900px;	
}

#logo {
	float: left;
	height: 103px;
	width: 361px;
}

a {
	outline:none;
}

#nav {
	float: right;
	height: 103px;
	width: 539px;
}

#nav a {
	color: #CCC;
	font-size: 20px;
	text-decoration: none;
	text-indent:-999em;
	display:block;
	float:left;
	height:103px;
}

#nav a#home {
	background:url(images/nav-bg.jpg) no-repeat left top;
	width:148px;
}

#nav a#home:hover {
	background:url(images/nav-bg.jpg) no-repeat 0 -103px;
	width:148px;
}


#nav a#about {
	background:url(images/nav-bg.jpg) no-repeat -148px top;
	width:133px;
}

#nav a#about:hover {
	background:url(images/nav-bg.jpg) no-repeat -148px -103px;
	width:133px;
}


#nav a#services {
	background:url(images/nav-bg.jpg) no-repeat -281px top;
	width:147px;
}

#nav a#services:hover {
	background:url(images/nav-bg.jpg) no-repeat -281px -103px;
	width:147px;
}


#nav a#contact {
	background:url(images/nav-bg.jpg) no-repeat -428px top;
	width:111px;
}

#nav a#contact:hover {
	background:url(images/nav-bg.jpg) no-repeat -428px -103px;
	width:111px;
}


#content {
	width:510px;
	position:absolute;
	right:0px;
	top:138px;
	z-index:50;
}

#content h1 {
	font-family:"Times New Roman", Times, serif;
	font-size: 24px;
	color: #FFF;
	margin-left:25px;
	margin-bottom:-4px;
	padding-bottom:0px;
	letter-spacing:1px;
	font-weight:lighter;
}

#contentText {
	color: #ccc;
	padding:10px 0px 10px 25px;
	background:url(images/content-bg.jpg) no-repeat #000;
	line-height:18px;
}

#contentText p {
	padding:0px;
	margin:10px 25px 20px 0px;
}
#contentText ul {
	padding-left:15px;
}
#contentText ul li {
	margin-bottom:10px;
}
#contentText form {
	margin-top:15px;
}
	

#footer {
	height: 40px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #555555;
	padding-top: 10px;
	position:absolute;
	left:0px;
	bottom:0px;
}
#footer a img {
	margin-right: 20px;
}

#footer a {
	color:#555;
	text-decoration:none;
}
#footer a:hover {
	color:#ccc;
	text-decoration:underline;
}
#footerLeft {
	width: 550px;
	float: left;
	position:relative;
}
#footerRight {
	float: right;
	width: 350px;
	text-align: right;
	padding-top: 5px;
}
