﻿/* CSS layout */
a {
	color: #FFFFFF;
}
body {
	background-color: #003300;
	color: #FFFFFF;
	font-family: Georgia, Palatino, "Times New Roman", serif;
	font-size: small;
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 820px;
	margin-top: 20px;
}
#container {
	margin-right: auto;
	margin-left: auto;
}
#header {
	
	background-image: url('../layout/head.gif');
	height: 218px;
	background-repeat: no-repeat;
}
#title {
	display: none;
}
#navigation {
	padding-left: 35px;
	margin-top: 195px;
	position: absolute;
	margin-left: 15px;
	width: 715px;
}
#navContact {
	float: right;
	font-size: 10pt;
	text-align: right;
	font-weight: bold;
}
#navigation ul, #nav {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#navigation li, #nav li {
	display: inline;
	margin: 0px 15px 0px 15px;
	font-size: large;
	font-weight: bold;
	padding: 4px 4px 0px 4px;
}
#content {
	background-image: url('../layout/mid.gif');
	background-repeat: repeat-y;
	padding-top: 5px;
}
#footer {
	background-image: url('../layout/foot.gif');
	height: 57px;
}
.inner {
	padding-right: 38px;
	padding-left: 38px;
	padding-bottom: 10px;
}
.active {
	border-bottom-style: solid;
	border-bottom-width: 4px;
	border-bottom-color: #CE0000;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
.nospace {
	padding: 0px;
	margin: 0px;
}
.programs {
}
.floatL {
	float: left;
}
.floatR {
	float: right;
}
p.programs:first-line {
	font-weight: bold;
	font-size: medium;
	text-decoration: underline;
}
a:hover {
	color: #B1B1B1;
}
img {
	margin: 3px;
	border-width: 0px;
}
#rightcol {
	float: right;
	width: 270px;
	border-left-style: dashed;
	border-left-width: 1px;
	border-left-color: #D6AE5A;
	padding-left: 10px;
}
#leftcol {
	width: 458px;
	float: left;
}
#testimonials {
	padding: 3px 3px 3px 5px;
	float: right;
	width: 270px;
	font-style: italic;
	border-style: dashed;
	border-width: 1px;
	border-color: #D6AE5A;
}
#photos {
	float: left;
	width: 458px;
	text-align: center;
}
#announce {
	margin: 10px;
	border-style: dotted;
	border-width: 1px;
	text-align: center;
	padding-right: 2px;
	padding-left: 2px;
}
#announce:first-line {
	font-weight: bold;
}
#leftcolRates {
	width: 360px;
	float: left;
}
#rightcolRates {
	width: 360px;
	float: right;
	border-left-style: dashed;
	border-left-width: 1px;
	border-left-color: #D6AE5A;
	padding-left: 10px;
}
#rightcolRates>p:first-line {
	font-weight: bold;
}
#testimonials:last-line {
	font-style: normal;
}
#leftcolRates>p:first-line {
	font-weight: bold;
}

