/* Inngleside Main CSS Document */

* {
	margin: 0;
	padding: 0;
	}

body {
	text-align: center;/* centers the wrapper in IE 5.x*/
	color: #000;
	background: #022725 url(../images/bg.png) repeat-x fixed;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 101%;
	}

p {
	line-height: 1.5em;
	margin: 16px 0 0;
	}

#horizon {
	color: white;
	background-color: transparent;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
	}

#wrapper {
	text-align: left;
	margin-left: -383px;
	position: absolute;
	top: -260px;
	left: 50%;
	width: 766px;
	visibility: visible;
	background: url(../images/ingleside.gif) no-repeat;
	}

#innerwrapper {
	color: #333;
	font-size: 90%;
	padding: 14px;
	background: #000;
	border: 1px solid #fff;
	margin-left: 62px;
	}

* html #innerwrapper {
	height: 486px;/*fix for ie innerwrapper height*/
	}

#feature{
	float: left;
	width: 280px;
	margin-right: 20px;
	background: #000;
	}

#content {
	color: #E8FCFF;
	font-size: 0.9em;
	padding: 0 26px 20px 20px;
	overflow: auto;
	height: 486px;/*ie will ignore this*/
	border: none;
	background: #165963;
	}

#content a:link, #content a:visited {
	color: #39e5ff;
	text-decoration: none;
	}
	
#content a:hover, #content a:active {
	color: #39e5ff;
	text-decoration: underline;
	}

#image {
	position: absolute;
	width: 203px;
	top: 52px;
	left: 57px;
	}

#content h1 {
	font-size: 1.5em;
	margin: 20px 0 10px 0;
	color: #fff;
	letter-spacing: 0.1em;
	}

#content h1 span {
	font-size: 2em;
	color: #abdf2f;
	}

#content h2 {
	font-size: 1.3em;
	margin: 26px 0 10px 0;
	color: #48cdd7;
	padding-bottom: 2px;
	margin-bottom: 10px;
	border-bottom: solid 1px #48cdd7;
	}

#content h3 {
	font-size: 1.2em;
	margin: 30px 0 0px;
	color: #9ccd2c;
	padding: 0px;
	}
	
/*#wrapper img {
	margin-left: -60px;
	display: inline;
}*/

#wrapper #innerwrapper #logo {
	margin-left: -500px;
	}

#wrapper img {
	border: none;
	}

#feature ul {
	margin-top: 14px;
	font-size: 1.4em;
	line-height: 1.5em;
	color: #fff;
	list-style: none;
	}

#feature ul a:link, #feature ul a:visited {
	color: #799e21;
	text-decoration: none;
	}
	
#feature ul a:hover, #feature ul a:active {
	color: #c3ff35;
	text-decoration: none;
	}

#feature ul a:link#selected, #feature a:visited#selected {
	color: #c1cbcb;
	}

#feature #contact {
	color: #9D9D9D;
	text-align: right;
	font-size: 0.9em;
	margin-top: 20px;
	}

#feature #contact p {
	line-height: 0.5em;
	}

#feature #contact a:link, #feature #contact a:visited {
	color: #9D9D9D;
	text-decoration: none;
	}

#feature #contact a:hover, #feature #contact a:active {
	color: #9D9D9D;
	text-decoration: underline;
	}

#content ul {
	margin-top: 15px;
	margin-left: 30px;
	margin-bottom: 20px;
	line-height: 1.5em;
	color: #E8FCFF;
	}

#content ul li {
	margin-bottom: 3px;
	}
	
#horizon #wrapper #innerwrapper #content .testimonial {
	color: #A5E2EB;
	font-size: 0.9em;
	}

#horizon #wrapper #innerwrapper #content .credit {
	font-size: 0.9em;
	padding: 0px;
	margin-top: 4px;
	margin-bottom: 16px;
	}

img.joshbiz {
	margin-top: 80px;
	}
