/* CSS Document */

/* layout */

div.shell {
	width: 100%;
	background: transparent url(images/site/bird.gif) no-repeat center bottom;
	margin: 0 auto 0;
	padding-bottom: 50px; }

div.main {
	width: 780px;
	margin: 0 auto 0; }
	
div.header {
	height: 43px;
	background: transparent url(images/site/header.png) no-repeat left top; }

img, .header { 
	behavior: url(../iepngfix.htc); }
	
div.content {
	background: transparent url(images/site/backgr.png) repeat-y left top;  }
	
img, .content { 
	behavior: url(../iepngfix.htc); }
	
div.banner {
	background: #D8D7CB;
	height: 86px;
	margin: 0 7px 0;
	overflow: hidden; }

div.section {
	clear: left;
	margin: 0 15px;
	padding: 4px 0 7px; }	
	
div.quote {
	margin: 5px 15px;
	padding: 0 9px 9px 0;
	background: transparent url(images/site/gradient.png) repeat-y right top; }	

div.column {
	margin: 7px 0 0;
	padding: 0 0 7px 15px;
	width: 368px;
	float: left; }
	
div.title {
	margin: 0 0 13px; }	
	
div.right {
	width: 295px;
	text-align: right;
	font-style: italic;
	font-size: 110%;
	float: right;
	margin: 9px 0 0 9px; }
	
div.right_wide {
	text-align: right;
	font-style: italic;
	font-size: 110%;
	float: right;
	padding: 8px;
	margin: 0 0 13px;
	background: transparent url(images/site/gradient.png) repeat-y right top; }
	
div.left_wide {
	font-style: italic;
	font-size: 110%;
	padding: 8px;
	margin: 0 0 13px;
	background: transparent url(images/site/gradient_left.png) repeat-y left top; }
	
div.rule {
	margin: 3px 0 0;
	padding: 4px 0;
	background: transparent url(images/site/rule.png) repeat-y center top;
	clear: both; }	
	
div.clear {
	margin: 0;
	font-size: 90%;
	clear: both; }
		
div.footer {
	clear: both;
	padding: 25px 10px 0;
	background: transparent url(images/site/footer.png) no-repeat left top;
	height: 50px; }

img, .footer { 
	behavior: url(../iepngfix.htc); }
	
/* Home Page */

div.quote_h {
	background: transparent url(images/site/gradient.png) repeat-y right top;
	margin: 7px 15px;
	padding: 0; }
	
div.text_h {
	width: 435px;
	margin: 5px 0;
	padding-right:7px;
	float: right; }
	
/* Contact */
	
div.contact {
	width: 350px;
	float: left;
	text-align: left;
	margin: 7px 0 0;
	padding-left:7px; }
	
div.map {
	margin: 0 15px 0 13px;
	text-align: right;
	background: transparent url(images/site/gradient_left.png) repeat-y left top; }

/* text */

body {
	color:#4A5160;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	background-color: #ebebe2; }

p {
	font-size: 100%;
	margin: 13px 0 0; }

.map-text {
	text-align:right;
	font-size:90%; 
	margin:0;
	clear:right; }

ul {
	display: block;
	background: transparent url(images/site/navigation.png) repeat-x left top;
	text-decoration: none;
	text-align: right;
	font-size: 116%;
	margin: 0 9px 0;
	padding-top: 5px;
	height: 27px; }
	
li {
	display: inline;
	color: #727C93;
	margin: 6px 2px 0 20px;
	padding: 0 8px; }
	
li a {
	text-decoration: none;
	color: #FFFFFF; }
	
a {
	color:#4A5160;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 100%;
	text-decoration: underline; }
	
a:hover {
	color: #727C93;
	text-decoration: none; }
	
h1 {
	margin: 0;
	padding: 13px 13px 0;
	font-size: 148%; }

h2 {
	margin: 0;
	font-size: 132%;
	font-weight: normal; }

h2 a {
	text-decoration: none; }	

h3 {
	margin: 0;
	font-weight: normal;
	text-align: center;
	font-size: 100%; }
	
h3 a {
	margin: 0 10px; }
	
h4 {
	margin: 0 1px;
	font-weight: normal;
	font-size: 118%; }
	
h5 {
	margin: 0 0 10px 1px;
	font-weight: normal;
	font-size: 108%; }
		
h6 {
	color:#4A5160;
	margin: 4px 0;
	font-size: 75%;
	font-weight: normal;
	text-align: center; }
	
.person {
	font-size: 90%;
	text-align: right; }



	
