@charset "UTF-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
  position: relative;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #fff;
	background: #000;
}

a {
	font-size: 16px;
	color: white;
}
a img {
	border: none;	
}
a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: white;
}

a:hover {
	text-decoration: none;
	color: white;
}

h1 {
	font-size: 23px;
	color: #fff;
}

h2 {
	font-size: 20px;
	color: #ec5730;
}

h3 {
	font-size: 16px;
	color: #fff;
}

#wrapper {
	width: 991px;
	margin-left: auto;
	margin-right: auto;
} 	

.company {
	/*margin-left:575px;
	margin-top: 10px;
	margin-right:20px;*/
}

div#header {
	width:991px;
	height: 100px;
	background-color: #000;
}

div#content {
	margin-top:30px;
}

#content div {
	margin-left: 228px;	
}

div#footer {
	background:url(../images/BottomLine.png) no-repeat top center;
	height: 54px;
	margin-top: 20px;
	font-size: 12px;
	padding-top: 10px;
}

#footer a {
	font-size: 12px;
	color: white;	
}
#footer a:hover {
	text-decoration: underline;	
}
#footer a:visited {
	color: white;	
}
#footer #lucid_link {
	position: absolute;
	left: 860px;
	top: 10px;
}
#footer p {
	margin-left: 20px;	
}
/* Rollover Buttons */

.button {
	height: 125px;
	width: 991px;
	border-top: 1px solid white;
	background-repeat: no-repeat;
}

div#LS_btn {
	background-image: url(../images/LSbutton.png);
	background-position: top center;
}

div#LS_btn:hover {
	background-position: bottom center;
	cursor: pointer;	
}


div#RA_btn {
	background-image: url(../images/RAbutton.png);
	background-position: top center;
}

div#RA_btn:hover {
	background-position: bottom center;
	cursor: pointer;	
}


div#PP_btn {
	background-image: url(../images/PPbutton.png);
	background-position: top center;
}

div#PP_btn:hover {
	background-position: bottom center;
	cursor: pointer;	
}


div#EC_btn {
	background: url(../images/ECbutton.png) top center no-repeat;
}

div#EC_btn:hover {
	background-position: bottom center;
	cursor: pointer;	
}

.button h1 {
	margin-top: 10px;
	margin-left: 575px;		
}

.button p {
	margin: 10px 10px 0 575px;
	font-size: 14px;
}