body {
	margin-bottom: 20px;
	background-color: black;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	}
h1, h2, h3, h4, h5, h6 /* all headings */ {
	color: white;
	font-weight: normal;
	}
.content li.list_heading,	
.strong {
	color: ;
	font-size: larger;
	}
.list_heading {
	padding-top: 20px;
	}
.hr {
	margin: 10px 0 20px 0;
	height: 2px;
	display: block;
	overflow: auto;
	}
.nowrap {
	white-space: nowrap;
	}


/* OUTER */
div.outer {
	overflow: hidden;
	min-width: 960px; /* CAUSES SCROLLBAR WHEN SCREEN IS TOO SMALL */
	}
/* ALL */
div.all {
	margin: 0 auto;
	width: 960px;
	}
/* INNER */
div.inner {
	position: relative;
	margin: 0 -0px 0 -130px; /* WIDTH OF BACKGROUND IMAGE - WIDTH OF CONTENT / 2 */
	}
img.background_image {
	position: absolute; top: 0; left: 0;
	z-index: 0;
	}
div.lower {
	position: relative;	z-index: 1;
	margin: 0 0px 0 130px; /* SAME AS INNER MARGIN BUT POSITIVE */
	width: 960px;
	min-height: 721px; /* HEIGHT OF BACKGROUND IMAGE */
	}


/* HEADER */
header {
	height: ;
	}
img.logo {
	position: absolute; top: 78px; left: 175px;
	z-index: 99;
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	}
	

/* CONTENT */
div.spacer {
	position: relative;
	height: 265px;
	}
.spacer div {
	position: absolute; right: 45px; bottom: 0;
	width: 330px;
	padding-left: 20px;
}
.spacer h1 {
	line-height: 1;
	font-size: 36px;
	}
.spacer p {
	color: #ccc;
	line-height: 1.3;
	font-size: 12px;
	}
div.left {
	width: 717px;
	}
h5.cta {
	position: relative;
	margin: 18px 0 0 288px;
	width: 290px;
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	}
h5.cta a {
	width: 290px;
	display: block;
	}
h5.cta:nth-of-type(2) {
	left: 25px;
	}
h5.cta:nth-of-type(3) {
	left: 50px;
	}
h5.cta:nth-of-type(4) {
	left: 75px;
	}
h5.cta:nth-of-type(5) {
	left: 100px;
	}
h5.cta:nth-of-type(6) {
	left: 125px;
	}
h5.cta:hover {
	top: 1px;
	}
h5.cta:active {
	top: 2px;
	}
h5.cta a {
	padding: 5px 15px 3px 15px;
	/*border: solid #ccc;
	border-width: 0 1px 1px 0;*/
	background-color: black;
	color: #ccc;
	line-height: 1;
	font-size: 16px;
	}
h5 a span {
	color: #25a9e0; /* cyan */
	}
div.content {
	margin: 6px 22px 0 130px;
	min-height: 395px;
	padding: 20px 15px 45px 15px;
	border: solid rgba(255,255,255,.3);
	border-width: 2px 0 0 0;
	background-color: rgba(58,55,55,.6);
	}
.content p,
.content a,
.content li,
.intermediate p,
.intermediate a,
.intermediate li {
	padding-left: 10px;
	color: #ccc;
	line-height: 1.3;
	font-size: 14px;
	text-indent: -10px;
	}
.content a {
	color: ; /*  */
	}
.content a:hover {
	color: ; /*  */
	}
.content hgroup h3 {
	line-height: 1.2;
	font-size: 20px;
	}
.content hgroup h6 {
	margin-top: 2px;
	}
.content h6 {
	color: #25a9e0; /* cyan */
	line-height: 1.2;
	font-size: 16px;
	}
div.right {
	float: left;
	width: 243px;
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	}
.right h4 {
	font-size: 20px;
	}
div.top {
	position: relative;
	margin-bottom: 2px;
	height: 277px;
	padding: 57px 15px 0 15px;
	}
.top * {
	position: relative; z-index: 2;
	}
.top .animation {
	position: absolute; top: 2px; left: 1px;
	z-index: 4;
	width: 243px;
	height: 277px;
	}
.top ul {
	margin: 0 -14px;
	}
.top li {
	padding: 6px 15px;
	color: #25a9e0; /* cyan */
	line-height: 1;
	font-size: 14px;
	text-indent: 0;
	}
.top li.highlighted {
	margin: 5px 0;
	background-color: #25a9e0; /* cyan */
	color: white !important;
	font-size: 20px !important;
	}
.top li.highlighted a {
	color: white;
	font-size: 20px;
	}
div.bottom {
	padding: 17px 15px;
	}
.right p {
	color: #909090;
	line-height: 1.4;
	font-size: 12px;
	}
.right .bottom li {
	color: #25a9e0; /* cyan */
	line-height: 2;
	}
.right li a {
	color: #ccc;
	font-size: 14px;
	}
.right li a:hover {
	color: white;
	}
.bottom ul + h4,
.phone h4 {
	margin-top: 0;
	color: #ccc;
	}
li.phone {
	margin-top: -2px;
	padding-top: 0;
	}
.phone h4 {
	line-height: 1;
	}



/* INDIVIDUAL PAGE ADJUSTMENTS */
/* HOME */
#home .left h2 {
	position: absolute; top: 121px; left: 390px;
	font-size: 36px;
	}
#home .left h2 span {
	color: #25a9e0; /* cyan */
	}
#home h4.description {
	margin: 270px 0 0 280px;
	padding-left: 8px;
	font-size: 20px;
	text-indent: -8px;
	}
.description span {
	color: #25a9e0; /* cyan */
	}
#home div.top {
	padding-top: 67px;
	}
#home .top li {
	padding: 15px 15px;
	color: #909090;
	font-size: 16px;
	}
#home .top li.highlighted {
	margin: 0;
	}
#home .right li a {
	font-size: 16px;
	}


/* WHY US */
#why h5.cta {
	margin-left: 0;
	}


/* WHAT DOES IT COVER */
div.intermediate {
	margin: 6px 22px 0 130px;
	padding: 20px 0;
	border: solid rgba(255,255,255,.3);
	border-width: 2px 0 0 0;
	}
.intermediate ul {
	float: left;
	}
.intermediate ul + ul {
	margin: 0 0 0 20px;
	}
.intermediate li {
	color: #25a9e0; /* cyan */
	line-height: 1.5;
	font-size: 14px;
	}
.intermediate li a {
	color: #ccc;
	}
div + div .content_box {
	margin-top: 20px;
	}
#what .content {
	min-height: 175px;
	border: none;
	}
#what .content hgroup h6 {
	margin-top: 6px;
	}


/* HOW DOES IT WORK */
ul.bullet_list {
	margin-left: 10px;
	}
.bullet_list li {
	line-height: 1.3;
	}


/* MEET US */
#meet_us .spacer div {
	right: 25px;
	width: 350px;
	}


#how a.how,
#meet_us a.meet_us,
#what a.what,
#why a.why {
	color: #25a9e0; /* cyan */
	}
#contact .content p {
	text-indent: 0;
	padding-left:0;

}