*{
	margin				: 0;
	padding				: 0;
}

body { 
  background 		: #080d10;
  background-attachment: fixed;
  background-position: top;
	color					: #333;
	font    			: 100% "Comic Sans MS", Arial,'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	font-size			: 16px;
	word-wrap			: break-word;	/* IE */
/*	overflow-x		: hidden;
  overflow-y		: hidden;*/
}


p {
	margin-top		: 1.0em;
}

a {
  color    			: turquoise; //#79b106;
  text-decoration: none;
}

a:hover {
  //color        : #004b91;
  //font-weight  : normal;  
  text-decoration : underline;  
}

p {
	margin-top		: 1.0em;
}

.active {
	font-weight		: bold;
	color         : #89d03d; //#e47911;   // AMZN Orange
}
		
img {
  border         : 0px;
  vertical-align : middle;
}

h5 {
  font-size			: 10px;
  color					: #999;
  font-weight		: normal;
  display 			: inline;
}

input {
	font-weight		: normal;
	font-size			: 12px;
	padding				: 0px 3px;
}

.sm {
	font-size		: 10px;
}

.md {
	font-size		: 12px;
}

select {
	font-weight		: normal;
	font-size			: 10px;
}

.form_fields {
  margin				: 6px 10px;
}

#main{	 
	overflow			: none;
}

.textfield {
  padding       : 2px;
  border        : 1px solid #ccc;
  background-color : #fff;
  border-style  : line;
  display       : inline;
}

.dropdown {
  padding       : 2px 1px;
  border        : 1px solid #ccc;
  background-color : #fff;
  border-style  : line;
}

.bg-image {
	position: absolute;
	width: 100%;
	height: 100%;
}

#sidebar {
	position:	absolute;
	top: 130px;
	left: 30px;
	width: 200px;
}

	.bg-image {
		position: absolute;
		width: 100%;
		height: 100%;
	}
	
	#logo-strip {
		position: absolute;
		top: 10px;
		background-color: #000;
		width: 100%;
		height: 120px;	
		border-top: 2px solid yellow;
		border-bottom: 2px solid yellow;
	}
		
	#logo {
		display: inline;
		float: left;
		padding: 12px 20px;
	}
	
	#tag-strip {
		position: absolute;
		bottom: 0px;
		background-color: #000;
		width: 100%;
		height: 70px;	
		opacity: .8;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
		filter: alpha(opacity=80);
	}
	
	#tagline {
		position: absolute;
		bottom: 0px;
		color: orange;
		font-size: 30px;
/*		font-family: Arial; */
		font-weight: bold;
		text-align: right;
		padding: 20px;
	}
	
	#nav {
		position: absolute;
		right: 0px;
		color: #fff;
		font-size: 16px;
/*		font-family: Arial;*/
		font-weight: bold;
		text-align: right;
		line-height: 28px;
		padding: 30px 20px;	
	}
	#nav a { font-size: 16pt; }
	#navBottom a { font-size: 12pt; }
	
#bg-tint {
    background-color: #000000;
    height: 100%;
    opacity: 0.8;
    position: fixed;
    width: 100%;
}
	
#content {
    color: #FFFFFF;
    font-size: 16px;
    padding: 0 100px;
    position: absolute;
    top: 122px;
}

	#content_frame { 
		width					: 600px;
		height				: 100%;
		border				: 1px solid #f00;
		margin-left: auto;
		margin-right: auto;
		overflow-x		: hidden;
		overflow-y		: auto;
		}
		
#contact {
    border-top: 2px solid yellow;
    color: #FFFFFF;
    height: 70px;
    margin-top: 20px;
    padding: 10px 0;
    text-align: left;
}

.pageTitle {
    font-size: 36px;
    font-weight: bold;
    color: orange;
}

#servicesWrapper {}
#tiles {}
.tileWrapper { float: left; width: 50%; }
.tile { /*background: #ccc; height: 150px;*/ text-align: center; /*width: 395px;*/ height: 220px; padding-right: 25px; color: #ffc07b; }
#services { margin-top: 30px; clear: both; }
.service { clear: both; margin: 5px 0px; }
.service .stage { float: left; font-size: 18pt; color: orange; /*width: 150px;*/ }
.service .description { float: left; }
.service .description a { color: blue; }
.service .descriptionInner { margin: 5px 0px; background: #ccc; padding: 10px; color: #000; font-size: 14pt; }
#form { background: #ccc; padding: 10px; color: #000; }
#form input[type="text"] { width: 225px; }
.formItemWrapper { float: left; }
.formDetails { margin-right: 30px; }
#submitWrapper { clear: both; }
#submit { width: 250px; float: right; text-align: center; height: 50px; padding-top: 15px; }
#submit input { font-size: 20pt; }
#contactnow { margin-top: 30px; margin-bottom: 10px; font-size: 16pt; color: red; }

.bioTop { font-size:18pt; color: #ffc07b; }
.bio { margin-top: 20px;padding-top:20px;border-top:2px solid yellow;font-size:16pt; }
.bio p { margin-top: 10px; }