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

* {
	margin: 0;
	padding: 0;
}

html {
	top: 0;
	left: 0;
}

body   { font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #eeebe3; background-image: url("images/bg_top.jpg"); background-repeat: repeat-x; margin-top: 0; margin-left: 0; position: absolute }

p {
	font-size:12px;
	line-height:20px;
	margin-left: 14px;
	margin: 20;
}

a    { color: #a29486; font-weight: bold; text-decoration: none }
a:hover  { color: #8a553e; font-weight: bold }

.hide {
	text-indent: -9999px
	}
.small-text {
	font-size:11px;
}

.right {
	float:right;
}

/*  
DIVS  
*/

#page-top {
	background-image:url(images/banner-left-2.gif);
	background-repeat:no-repeat;
	float:left;
	width:950px;
	height:171px;
}

#page-top-1 {
	background-image:url(images/banner-left-1.gif);
	background-repeat:no-repeat;
	float:left;
	width:950px;
	height:171px;
}

#logo {
	float:left;
	margin-left:553px;
	width:347px;
	height:120px;
	background-image:url(images/topright_logo_masthead.gif);
	background-repeat:no-repeat;
}
		
#top-links {
	float:left;
	margin-left:560px;
}

	#top-links li {
		display:inline;
		list-style:none;
		font-size:14px;
		font-weight:bold;
		}

#page-bottom {
	float:left;
}

#content-frame {
	float:left;
	width:543px;
	height:340px;
	background-color:#E3E7F1;
	overflow:auto;
	overflow-x:hidden;
	}

	#content-frame p { color: white; margin: 15px 25px 0 20px }

#content-frame-contact {
	float:left;
	text-align:right;
	width:543px;

	}

	#content-frame-contact p{
		margin:15px 0px 0px 200px;
		text-align:left;
	}

#content-frame-home {
	float:left;
	width:543px;
	height:529px;
	background-image:url(images/content-frame-home.jpg);
	background-repeat:no-repeat;
	}
	#content-frame-home p {
		margin:270px 0 0 200px;
		color:#FFFFFF;
	}

#body-links {
	float:left;
	padding:15px;
	margin-top:-20px;
	width:350px;
}
	#body-links li {
		list-style:none;
		padding-top:13px;
		font-weight: bold;
		font-size:12px;
	}
	
#address {
	margin-top:20px;
	background-image:url(images/address.jpg);
	background-repeat:no-repeat;
	width:127px;
	height:160px;
}
	#address p  { color: #a29486; font-size: 12px; font-weight: bold }
	
#more-links {
float:left; 
margin:-95px 0 0 -545px; 
width:300px;
}
