/* CSS reset */

html, body {
	margin: 0px; padding: 0px;}

h1, h2, h3, h4, h5, h6, ul, ol, li, td, tr, p, a, img  {
	border: 0px none;
	outline: none;
	text-decoration: none;
	margin: 0px;
	padding: 0px;}

body {
	font-size: 11px;
	line-height: 18px;
	font-family: Arial;
	}

a {color: #0e7799;}

a:hover {
	color: #A9B436;}

p {
	margin: 15px 0px;}

/* main structure */

body {
			background: url(../images/index-contentbg.gif) top center repeat-y #f5f5ea;
			min-width: 1011px;
}

#mainwrap1 {
	width: 100%;
	overflow: auto;
	}

#mainwrap {

		background: top center repeat-x url(../images/index-bg.png);
	xwidth: 1011px;
	overflow: hidden;
	min-height: 100%;
	width: 100%;
	}


.indexcontent {
	width: 1011px;
	height: 468px;
	position: relative;
	background: url(../images/index-header.gif) bottom left no-repeat;
	position: relative;
	margin: 0px auto;
	}


h1#logo {
	width:1024px;
	height:216px;
	position: absolute;
	top:0px;
	left: 0px;
	background: url(../images/index-logo.jpg) top left no-repeat;
	text-indent: -9999px;
	margin: 0px auto;
	}




/* Begin nav */

ul#mainnav {
	width: 562px;
	height: 35px;
	background: url(../images/navbg.gif) top right no-repeat #bee3e4;
	position: absolute;
	top:433px;
	left: 252px;
	}

ul#mainnav li {
	list-style: none;
	display: inline;
	}

ul#mainnav a {
	display: block;
	float:left;
	text-align: center;	
	text-transform: capitalize;
	font-size: 9px;
	letter-spacing: 1px;
	font-weight: bold;
	}

ul#mainnav a.toplevel {
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 35px;
	height: 35px;
	width: 92px;
	border-right: 2px dotted #ffffff;

	}

/* GETTING SUPERFISH TO WORK */

ul#mainnav ul a { 
	line-height: 12px;
	width: 82px;
	padding: 13px 5px;
	}
	
ul#mainnav a:hover {
	background: #a9b436;
	color: #ffffff;}

ul#mainnav a.last {
	border: none;
	background: url(../images/navbg.gif) top right no-repeat #bee3e4;
	}

ul#mainnav .last:hover {
	border: none;
	background: url(../images/navbg.gif) bottom right no-repeat #a9b436;
	}

/* end Nav */



.portrait {
	position: absolute;
	left:72px;
	top:216px;}

#welcometext {
	position: absolute;
	top:252px;
	left:273px;
	color: #ffffff;
	width: 520px;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;}

#welcometext h2 {
	letter-spacing: 5px;
	font-size: 18px;
	font-weight: 100;
	text-transform: uppercase;}

.sidebar {
	width: 191px;
	float: right;
	margin-top: 230px;
	margin-right: 6px;
	text-align: center;}

.sidebar-int {
	padding: 0px 20px 20px 20px;
	}

.sidebar h2 {
	color: #a9b436;
	font-weight: 100;
	text-transform: capitalize;
	margin: 15px 0px 20px 0px;
	font-size: 18px;
	letter-spacing: 1px;
	}

/* -- quote -- */

.quote {
	text-align: left;
	margin: 10px 0px;}

.quote span {
	color: #d48b1a;
	font-weight: bold;
	display: block;
	font-size: 14px;
	line-height: 19px;
	}

.quote-sig {
text-transform: uppercase;
font-size: 9px;
	text-align: right;
	margin: 10px 0px;}

/* -- misc -- */

.clear {
	clear: both;
	overflow: auto;}

.caps {
	text-transform: uppercase;}

.small {
	font-size: smaller;}

.indent {
	padding-left: 15px;}
	
.green {
	color: #a9b436;}

.green:hover {
	color: #0a546b;}
	
	
/* hack - we have 2 h1's ... */

#mainwrap>#logo {
	display: none;
	top:-100000;
	left:-100000;}
