/* CSS Document */

body {
	text-align: center;
	background-color:#FFFFFF;
	color:#82A29B;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.96em;
	margin-top:-20px;}
	
* { margin:0; padding:0;}

img {border: 0px;}

/* redundant selectors */
div, p, th, td, li, dd, dl, dt    {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: .96em;}

a:link	{
	text-decoration: none;
	color: #FFFFFF;}
a:visited	{
	text-decoration: none;
	color:	#FFFFFF;}
a:active	{
	text-decoration: none;
	color: #FFFFFF;}
a:hover	{
	text-decoration: underline;
	color: #FFFFFF;}
	
.n2 a:link	{
	text-decoration: none;
	color: #cea15d;}
.n2 a:visited	{
	text-decoration: none;
	color:	#cea15d;}
.n2 a:active	{
	text-decoration: none;
	color: #cea15d;}
.n2 a:hover	{
	text-decoration: underline;
	color: #cea15d;}
	
	
/* main template */
#wrap {
	display:block;
	width:770px;
	height:100%;
	margin:0 auto;}
	
#nav {
	display:block;
	width:770px;
	height:80px;
	margin: 0 auto;
	background-image:url(../images/navbar.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	position:relative;
	z-index:1;
	text-align:right;
	color:#FFFFFF;
	font-size:1.2em;
	word-spacing:.5em;}
	
#main_content {
	margin: 0 auto;
	background-image:url(../images/diagonalback.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:442px;
	text-align:left;
	display:block;
	position:relative;
	top:-10px;
	z-index:0;
}

#full_logo {
	display:block;
	float:left;
	top:403px;
	position:absolute;
	bottom:0;
	left: 0px;
}

#properties {
	display:block;
	top:62px;
	left:400px;
	position:absolute;
	bottom:0;
	left: 597px;
}
	
#pos_fix {
	padding-top:40px;}

/* type format */

.nav_text {
	margin-right:80px;
	background-color: #82A29B;}
	
#main_copy {
	color:#004A3D;
	padding-top:30px;
	margin-left:3em;
	width:40em;
	line-height:1.6;
	font-size:1.1em;
}

p {padding-bottom:1em;}

.window {
	margin: 0px; 
	padding: 10px; 
	height: 315px; 
	width: 500px; 
	overflow: auto;	
	float: left;
}
