/* Layout */

body {
	font-family: Georgia;
	background: #E7F1E8;
    background-image: url('../images/glades-bg-gradient.jpg');
	background-repeat: repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}


/* Styles */
		
.title { 
	font-weight: bold;
	color: #ffffff; 
	background-color: #003333; 
	padding: 5px; 
	margin-bottom: 10px;
	text-align: left; 
}

div#headerRow {
   float: left;
   padding-bottom: 10px;
}

div.section {
	clear: both;
	margin-bottom: 10px;
}

div.sectionHeader {
  background-color: #003333;
  color: #ffffff;
  margin-bottom: 10px;
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: bold;
  clear: both;
}

div.imageLeft img {
	float: left;
}

div.paraRight a, div.paraLeft a {
	color: #809999;
}

div.paraRight {
	border: 1px solid #809999;
	padding: 10px;
	width: 400px;
	float: right;
}


div.imageRight img {
	float: right;
}

div.paraLeft {
	border: 1px solid #809999;
	padding: 10px;
	width: 400px;
	float: left;
}

div#navSplashText p {
	padding: 20px 50px 0 50px;
	text-align: center;
	font-weight: bold;
	font-style: italic;
}

div.smallText {
	padding-bottom: 10px;
    float: left;
}

.smallTextPad {
	padding: 1em;
}

p {
	padding: 0.25em 0;
}

div.smallText ul {
	list-style: disc;
}

div.smallText ul li {
	list-style: disc;
	margin-left: 20px;
}

div.smallText a, div.smallText a:link, div.smallText a:hover, div.smallText a:visited, div.smallText a:active {
	color: #809999;
}

#doc {
	background-color: #ffffff;
	border: 1px solid #DDEEDE;
}

div.yui-g {
   padding: 0 5px;
}

div.awards {
	padding-left: 50px;
}

div.smallText img {
	padding: 0 10px;
}

div.spacer {
	padding: 5px;
}

.formlabel {
	padding: 0 5px;
}

div.form input, div.form select {
	font-size: 1em;
}

div#menu {
	padding-bottom: 0.5em;
	text-align: center;
	font-family: Georgia;
}

/*
#menu a.selected {
	background-color: #DDEEDE;
}
*/

.pagetop-wrap {

}

.pagetop-left {
	width: 20%;
	float: left;
	text-align: center;
}

.pagetop-center {
	width: 60%;
	float: left;
	text-align: center;
}

.pagetop-right {
	width: 20%;
	float: left;
	text-align: right;
}

.belowtop-left {
	width: 30%;
	float: left;
	text-align: center;
}

.belowtop-center {
	width: 40%;
	float: left;
	text-align: center;
}

.belowtop-right {
	width: 30%;
	float: left;
	text-align: right;
}

div.navpicleft {
	text-align: center;
}

table.toptable {
	width: 100%;
}

.reference {
	text-align: center;
	padding: 0 2em;
	border: 1px dashed #CCCCCC;
	height: 100%;
}

.boldText {
	font-weight: bold;
}

.centeredText {
	text-align: center;
}

ul.bulleted {
	list-style: disc;
	padding: 1em;
}

ul.bulleted li {
	list-style: disc;
	margin-left: 2em;
}

.bold {
	font-weight: bold;
}

.boldItalics {
	font-weight: bold;
	font-style: italic;
}


.packages_intro_text {
	padding-left: 200px;
	padding-right: 50px;
	float: left;
	width: 700px;
}

table.packages_table td {
  padding: 0 1em;
}

table.packages_table td a:link, table.packages_table td a:visited, table.packages_table td a:active, table.packages_table td a:hover {
	color: #809999;
}


div.galleryThumbs td {
	padding: 10px;
	text-align: center;
	vertical-align: top;
}

#visitBellaVista {
	width: 150px;
	text-align: center;
	float: right;
}

a.bvLink, a.bvLink:visited {
	text-decoration: none;
	color: black;
}

a.bvLink:active, a.bvLink:hover {
	text-decoration: underline;
	color: black;
}

#visitBellaVista p a {
	font-weight: bold;
	font-size: 90%;
}