/******************************************
Project:	Ambrosial
Client:		Chris Davis

Version:	1.0 (initial)
Created on:	05 Jan 2010 
Author: 	ovi@pixessive.com

*******************************************/
/* reset styles*/
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, strike, strong, sub, sup, tt, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul { list-style: none;}
:focus {outline: 0;}

/*****************************************************************/
/* Splash page styles                                            */
/*****************************************************************/

body {
	font-family: Arial, "MS Trebuchet", sans-serif;
	background: #fce9c9 url('../images/commonBits/page_bg.jpg') repeat-x top left;
}
/* slideshow */
a.introLink {
	background: transparent url('../images/landing/introLinkBg.jpg') no-repeat  top left;
	width:960px;
	height:800px;
	position:absolute;
	top:30px;
	left:50%;
	margin-left:-475px;
}
a.introLink .slide{
	position:absolute;
	top:192px;
	left:166px;
}
/* fix for IE6 img show-trough link*/
.slide img {
	cursor:pointer;
}

/* SEO text*/
.textWrap {
	margin: 900px auto 0 auto;
	width:960px;
}

.textWrap h1, .textWrap h2,.textWrap h1 a, .textWrap h2 a {
	text-transform:uppercase;
	font-size:24px;
	padding: 0 0 15px 0;
	clear:both;
	color:#005D86;
}
.textWrap h2 a{
	font-size:16px;
}
.textWrap p {
	line-height:1.3em;
	padding: 0 0 35px 0;
}
.textWrap ul {
	overflow:hidden;
	margin-bottom:35px;
	padding-left:150px;
}
.textWrap ul li {
	width:100px;
	float: left;
	display: inline;
	padding: 0 30px 0 0;
}
.textWrap ul li a{
	text-align:center;
	color: black;
	text-decoration: none;
}
.textWrap ul li a:hover {
	text-decoration:underline;
}
.homeFooterLinks {
padding:0 0 0 40px;
font-size:11px;

}
.homeFooterLinks a, .homeFooterLinks a:visited {
	color:#2E9886;
}
.homeFooterLinks a:hover, {
	text-decoration:underline!important;
}

.homeFooterLinks {
left:320px;
position:absolute;
top:817px;
}