/* GENERAL STYLES */
body,html {
	margin:0;
	padding:0;
	text-align: center;
	font-family: Arial;
	font-size: 14px;
	color:#000000;
	background-color: #92A1A8;
}

/* Header Style */

#header {
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	font-family: Arial;
	font-size: 12px;
	color:#000000;
	height: 101px;
	width: 1001px;
}

#topMenu {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 12px;
	color:#000000;
	height: 21px;
	width: 1001px;
	vertical-align: top;
	white-space:nowrap;
	list-style-type:none;
}

/* Pull-Down Navigation */

#nav ul, #nav {
	font-family: Arial;
	font-size: 12px;
	color: #256397;
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav a {
	padding: 2px 0;
	text-align: center;
	text-decoration:none;
	color: #256397;
	display: block;
}

#nav .current {
	color: #E08E73;
	font-weight: bold;
}

#nav a {
	text-decoration: none;
}

#nav a:hover {
	color: #E08E73;
}

#nav li li a {
	display: block;
	font-weight: normal;
	color: #256397;
	padding: 0.5em 0;
}

#nav li {
	float: left;
	position: relative;
	width: 10em;
	text-align: center;
	cursor: default;
	border-left: 1px solid #FFFFFF;
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	background-color: #E9EDEF;
	padding: 2em 0;
	color: #256397;
	border-right: 2px solid #D8DCDE;
	border-bottom: 2px solid #D8DCDE;
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	background-color: transparent;
}

li:hover ul, li.over ul {
	display: block;
}

#container {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 12px;
	color:#000000;
	width: 1001px;
}

#container table {
	font-family: Arial;
	font-size: 12px;
	color:#000000;
}

#textContent {
	text-align: left;
	margin-top: 2em;
	margin-bottom: 2em;
	margin-left: 4em;
	margin-right: 4em;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	line-height: 1.4;
}

#textContent h1, h2, h3 {
	font-family: Arial;
	text-decoration: none;
	color: #C87250;
	display: block;
}

#secondLevelNavContent {
	text:align: left;
	margin-top: 5em;
	font-family: Arial;
	font-size: 12px;
}

#secondLevelNavigation {
	list-style: none;
}

#secondLevelNavigation li {
	border-left: solid 1px #BBBBBB;
	display: block;
	margin-left: 5px;
	padding: 5px;
}

#secondLevelNavigation a, a:hover {
	text-decoration: none;
	color: #256397;
}

#footer {
	margin: 0;
	padding: 0;
	height: 48px;
	width: 1001px;
	text-align: right;
	vertical-align: middle;
	background-repeat: no-repeat;
}

#footer table {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

#footer tr {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

#footer td {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:link {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:visited {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

#testimonialsBox {
	width: 100%;
	vertical-align: middle;
}

#newsBox {
	text-align: left;
	border-top: solid 1px #DDDDDD;
	width: 450px;
}

.newsBoxHeader {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #256397;
}

.newsItem {
	font-family: Arial;
	font-size: 12px;
}

.newsItem a, a:hover {
	text-decoration: none;
	color: #256397;
}

#testimonialsBox {
	padding-top: 20px;
	padding-right: 50px;
	padding-left: 50px;
	text-align: left;
	width: 450px;
}

.testimonialQuote {
	font-family: Arial;
	font-size: 12px;
	font-style: italic;
	color: #C87250;
}

.testimonialQuotee {
	font-family: Arial;
	font-size: 12px;
	text-indent: 10px;
}




/* EDITOR PROPERTIES */

