@import url('_reset.css');
@import url('_useful.css');

/*	Begin
********************************/

body {
	width: 918px;
	margin: 0px auto 40px;
}

/*	Header
********************************/

#headerArea {
	position: relative;
	height: 85px;
}

h1 {

	text-indent: -5000px;

	display: block;
	background-image: url('../img/common/logo.gif');
	width: 94px;
	height: 58px;
	
	position: absolute;
	left: 63px;
	top: 20px;
	
	cursor: pointer;

}


#contact {
		
	position: absolute;
	right: 57px;
	top: 40px;

}

#contact a {

	margin-left: 10px;

}

#contact a img {
	opacity: 0.99;
	filter: alpha(opacity=99);	
}

#contact a:hover img {
	opacity: 0.70;
	filter: alpha(opacity=70);	
}


/*	Content box
********************************/

#contentArea {

	background: url('../img/common/content.bg.gif') repeat-y;
	
	margin-bottom: 15px;

}

#contentWrapper {

	background: url('../img/common/content.footer.gif') bottom no-repeat;
	
	padding: 15px 10px 40px 40px;
	
}


/*	Footer
********************************/

#footerArea {
	display: block;
	background-image: url('../img/common/footer.gif');
	width: 898px;
	height: 150px;
	
	padding: 10px;
	
	position: relative;


}


#footerWrapper { 
	position: relative;
	height: 170px;
}

#footerWrapper a {
	display: block;
	position: absolute;
	bottom: 0px;
	left: 70px;
	
	height: 20px;
	width: 95px;
	
	text-indent: -5000px;

}



.testimonial {

	width: 858px;
	
	padding: 15px 20px 10px 20px;
	
	height: 95px;
	
	position: relative;

}

.testimonial q {

	font-weight: bold;
	font-style: italic;
	font-size: 1.2em;	
	line-height: 1.4;
	
	color: #7e7e7e;

}

.testimonial cite {

	font-style: normal;
	font-weight: bold;
	font-size: 1em;

	position: absolute;
	bottom: 10px;
	left: 20px;
	
	color: #767677;

}

.testimonial cite span {
	display: block;
	font-weight: normal;
	margin-top: 2px;
	font-size: .9em;
}

/*	Nav
********************************/

ul#nav {

	background: url('../img/common/content.header.gif') no-repeat;
	
	height: 32px;
	
	padding: 9px 20px 0px 20px;

}

#nav li {

	float: left;
}

#nav li a {
	
	float: left; /* makes it a box, so we can give it a height */
	height: 32px; /* needs to be this high for the background to be seen! */
	
	background: url('../img/common/button.left.gif') top left no-repeat;
	
	padding-left: 1px;

}

#nav li a span {

	float: left;
	height: 22px;
	background: url('../img/common/button.right.gif') top right no-repeat;
	
	color: #f5bfbf;
	
	font-size: 1.2em;
	padding: 10px 15px 0px;

}

#nav li a:hover {
	background-position: 0% -32px;
}


#nav li a:hover span {
	background-position: 100% -32px;
	color: #f9d6d6;
	
	cursor: pointer;
	
}


#nav li.on a, #nav li.on a:hover {
	background-position: 0% -64px;
}

#nav li.on a span, #nav li.on a:hover span {
	background-position: 100% -64px;
	color: black;
}

/*	Page
********************************/

#content {

	width: 520px;
	padding-right: 40px;

	color: #646464;
	font-size: 1.15em;
	
	float: left;
	
}

#content h2 {
	margin: 25px 0px 15px 0px;
	color: #00539e;
	font-size: 1.05em;
}

#content p {
	line-height: 1.6;
	margin: 10px 0px 5px;
}

#content ul {

	margin: 10px 0px 0px 3px;
	
	font-weight: bold;

	
}

#content ul li {

	background: url('../img/common/dot.gif') top left no-repeat;
	
	padding-left: 20px;
	margin-top: 12px;

}


/*	Photos
********************************/

#photos {

	float: right;

	width: 260px;
	height: 400px;
	
	position: relative;
	
}

#photos img {
	position: absolute;
	right: 13px;
}
#photos img.a {
	top: 0px;
}
#photos img.b {
	top: 125px;
	right: 138px;
}
#photos img.c {
	top: 125px;
}
#photos img.d {
	top: 250px;
}

/*  Table
********************************/

table.zebra {
	border: 1px solid #D6D6D6;
}

table.zebra th, table.zebra td {
	border-top: 1px solid #D6D6D6;
	border-bottom: 1px solid #D6D6D6;
	padding: 7px 12px;
}

table.zebra th {
	color: #316191;
}

table.zebra td {
	color: #595959;
}

table.zebra tr.odd {
	background-color: #F7F7F7;
}

table.zebra tr.highlight {
	background-color: #A0B7CD;
}

table.zebra thead th {
	background-color: #82a5c9;
	color: #fff;
	text-align: left;
}

table.zebra caption {
	background-color: #eef6ff;
	border: 1px solid #D6D6D6;
	text-align: left;
	padding: 10px;
	color: #316191;
}


table.zebra caption a:visited, table.zebra caption a:active, table.zebra caption a:link {
	color: #316191;
}
table.zebra caption a:hover {
	text-decoration: underline;
}