BODY {
	background: #54B1D2;
}

A:LINK, A:VISITED {
	text-decoration: none;
	color:#336699;
}

A:HOVER {
	text-decoration: underline;
	color: #88A31E;
}

A:ACTIVE {
	text-decoration: none;
	color: #336699;
}

OL {
	line-height: 175%;
}

#blog-button {
	float: right;
	width: 220px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#blog-divider {
	height: 5px;
	background: url(/images/line1.jpg) 0 no-repeat;
	background-position: bottom center;

}

#image-right {
	float: right;
	width: 200px;
	text-align:center;
}

#quote {
	width: 90%;
	padding: 15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-style:italic;
	text-align:justify;
	border-bottom: 1px dotted #666666;
}

#inset {
	width: 420px;
	color:#3b90b9;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style:italic;
	background-color:#dcf4ff;
	padding: 7px;
	margin-left:40px;
	border: 1px solid #3b90b9;
}


#reviews {
	width: 460px;
	padding: 15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	border-bottom: 1px dotted #666666;
	margin-left:0px;
}

#testimonials {
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: #3b90b9;
}

#header {
	background: url("images/susanheadertm.jpg") no-repeat center;
	width: 960px;
	height: 191px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0 auto;  	
	background-color:#FFF;	
}

#headerimg {
	width: 930px;
	height: 171px;
	margin: 0 auto;
	margin-bottom: 15px;
}




/* BEGIN Class Styles */

.page-title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	color:#88A31E;
	margin-top: 0px;
}

.contact {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}

.content {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}

.links {
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
}
	

.blog-title {
	color: #3b90b9;
	font-size: 13px;
	font-weight: bold;
}

.table {
	background-color: #FFFFFF;
	margin-top: 20px;
}

.left-content {
	background-color:#D7E8EE;
	padding: 15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

.footer {
	width:960px;
	height:50px;
	background-color:white;
	font-family:Verdana, Geneva, sans-serif;
}

.indent-text { text-indent:30px; line-height: 5px; font-weight:700; }
.indent-text2 { text-indent:60px; line-height: 5px;}



/* NAV */

#nav {
		width: 960px;
		height:30px;
		margin:0 auto;
		background-image:url(images/nav_bkgd.jpg);
		background-repeat:repeat-x;
		position:absolute;
}

#nav ul li {
		display:inline;
		font-family:Verdana, Geneva, sans-serif;
		font-size:.75em;
		margin-right:35px;
		color:white;
		height: 40px;
}

#navbg {
	width: 930px;
	height:30px;
	background-color:#FFF;
}


/* BEGIN CSS MENU for navigation */

/* Must also use the .js file as listed below and must */
/* include code in the <HEAD> section of the page */
/* <script type="text/javascript" src="/cssmenu.js"></script> */

/* Defines the menu/submenu links that appear */
.cssmenu {
	position:absolute;
	visibility: hidden;
	border:1px solid black;
	border-bottom-width: 0;
	font-size: 11px;
	line-height: 18px;
	z-index: 100;
	/*background-color: #EEEEEE;*/
	background-image:url(images/nav_dropdown_bkgd.png);
	background-repeat:repeat;
	width: 110px; /* Default width if not set with nav file */
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.cssmenu a:link, .cssmenu a:visited {
	width: 100%;
	display: block;
	text-align:left;
	text-indent: 3px; /* Use if not using center align for text */
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color:#FFFFFF;
}

.cssmenu a:hover { /*hover background color*/
	background-image:url(images/nav_dropdown_bkgd_o.png);
	background-repeat:repeat;
	color: #000000;
}

/* END CSS MENU INFO */