@charset "UTF-8";
/* CSS Document */

body,html {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
background:#1b5478;
color:#000066;
padding:0;
margin:0;}

.clear {
clear:both;
line-height:0px;}

p {
margin-top:0px;
line-height:18px;}

a:link, a:visited, a:active {
color:#000066;
font-weight:bold;
text-decoration:none;}

a:hover {
color:#000066;
font-weight:bold;
text-decoration:underline;}

#container {
position:relative;
top:20px;
padding:20px;
width: 910px;
margin: 0 auto;
background:#FFF;}

	#logo {
	text-indent:-999em;
	background:url(images/logo.png) bottom no-repeat;
	height:40px;
	width:380px;
	float:left;}
	
	#content {
	width:500px;
	float:left;
	padding:0px 0px 0px 20px;}
	
	#image {
	width:380px;
	float:left;}

#nav {
float: left;
margin:20px 0px 10px 17px;
padding:0px;}
	
	#nav ul {
	list-style:none;
	padding:0px;
	margin:0px;}
	
		#nav ul li {
		display:block;
		height:30px;
		padding:0px;
		margin:0px;
		float:left;}
	
			#nav ul li.home a:link, #nav ul li.home a:visited, #nav ul li.home a:active {
			display:block;
			background:url(images/btn-home.png) top no-repeat;
			width:59px;
			height:24px;
			text-indent:-999em;}
			
			#nav ul li.home, #nav ul li.home a:hover {
			display:block;
			background:url(images/btn-home.png) bottom no-repeat;
			width:59px;
			height:24px;
			text-indent:-999em;}
			
			#nav ul li.decoration a:link, #nav ul li.decoration a:visited, #nav ul li.decoration a:active {
			display:block;
			background:url(images/btn-dec.png) top no-repeat;
			width:103px;
			height:24px;
			text-indent:-999em;}
			
			#nav ul li.decoration, #nav ul li.decoration a:hover {
			display:block;
			background:url(images/btn-dec.png) bottom no-repeat;
			width:103px;
			height:24px;
			text-indent:-999em;}
			
			#nav ul li.testimonials a:link, #nav ul li.testimonials a:visited, #nav ul li.testimonials a:active {
			display:block;
			background:url(images/btn-test.png) top no-repeat;
			width:110px;
			height:24px;
			text-indent:-999em;}
			
			#nav ul li.testimonials, #nav ul li.testimonials a:hover {
			display:block;
			background:url(images/btn-test.png) bottom no-repeat;
			width:110px;
			height:24px;
			text-indent:-999em;}
			
#footer {
padding-top:25px;
width:950px;
margin: 0 auto;
color:#fff;
font-size:10px;
text-align:right;}

	#footer a:link, #footer a:visited, #footer a:active {
	color:#fff;
	font-size:10px;
	font-weight:normal;
	text-decoration:none;}
	
	#footer a:hover {
	color:#fff;
	font-size:10px;
	text-decoration:underline;}

blockquote {
font-weight:normal;
font-size:15px;
font-style:italic;
margin:0px;
padding:0px;	
line-height:24px;}

.quoteCredit {
color:#7a7ab3;}

.imageCredit {
color:#7a7ab3;
font-size:10px;}

.heading {
color:#7a7ab3;
font-weight:bold;}
