html 
	{
     overflow: -moz-scrollbars-vertical;
	}
	
body {
	margin:0;
	padding:0px;
	background-color:#e8edf1;
	background-image:url(../images/bg.jpg);
	background-position: top;
	background-repeat:repeat-x;
	font-family: verdana, Arial, Helvetica, sans-serif;
	color:#4e4e4e;
	font-size:11px;
	line-height:18px;
	text-align:center;
	}

/* LAYOUT */

	
p {
	margin-top:0px;
}
	
#nav {
	width:955px; height:37px; text-align:center; padding-top:15px;
}


#container { 
	width: 955px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top:0px;
} 

#sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 253px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	line-height:18px;
	font-size:11px;
	padding:8px 8px 0 8px;
	
}

#mainContent { 
	float:left;
	width: 955px;} 

#testimonial{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#2f5e8d;
	margin:15px 0 15px 0;
	}

#contentArea { 
	margin-top:0px;	
} 

#textArea {
	padding:8px 50px 0 40px;
	margin-right:303px;

	}
	


	
.hidden { display:none; }
.show {display:block; }
	
	
#footer {
	background-color:#1d4a77;
	width:955px;
	text-align:center;
	color:#94a5b3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top:0px;
	padding:8px 0 8px 0;
	height:50px;
	font-size:10px;
	background-image:url(../images/bg_footer.gif);
	background-repeat:repeat-x;
	background-position:top;
}
	

	
.prop {
    float:left;
    width:1px;
  }

.minHeight {
    height:390px;
  }


/* TEXT */
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	margin-bottom:2px;
	margin-top:0;
	color:#17416b;
	}


h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	margin-bottom:2px;
	margin-top:0;
	text-transform:uppercase;
	color:#17416b;
	}
	

	
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	margin-bottom:2px;
	margin-top:0;
	text-transform:uppercase;
	color:#999999;
	}
	
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	margin-bottom:2px;
	margin-top:0;
	text-transform:uppercase;
	color:#999999;
	}
	
.highlight{
	color:#bc7932;
	font-weight:600;
	}


	
/* LISTS */

ul, li {
	margin-top:0px;
	padding-top:0px;
	}
	
ul {
	list-style: disc;
	}
	
/* MISC */
p.indent {
	padding:0 8px 0 8px;
	}
	
p.lt_date {
	margin-bottom: 0px;
	color:#666666;
	}
	
.indent {
	padding-left:8px;
	}
	
/* LINKS */
a{
	color: #bc7932;
	text-decoration:none;
}

a:visited{
	color: #bc7932;
	text-decoration:none;
}

a:hover {
	color: #bc7932;
	text-decoration:underline;
}

#footer a{
	color:#758ea8;
	text-decoration:none;
	text-transform:uppercase;
	font-size:10px;
}

#footer a:visited{
	color: #758ea8;
	text-decoration:none;
	text-transform:uppercase;
	font-size:10px;
}

#footer a:hover {
	color:#758ea8;
	text-decoration:underline;
	text-transform:uppercase;
	font-size:10px;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
	
}


