@charset "UTF-8";
.styles.css {
}
body {
	margin: 0px;
	background-image: url(images/background.gif);
	background-repeat: repeat;
	font-size: 70%;
}
.sandfill {
	background-image: url(images/sand.gif);
	background-repeat: repeat;
}

/* TOP NAV STYLES */



/*applied to div to make whole block change color on rollover */

#navcontainer a
{
	display: block;
	color: #333333;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1em;
	margin: 0px;
	background-image: url(images/nav-texture.gif);
	background-repeat: repeat;
	height: 20px;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}

#navcontainer a:link
{
	color: #333333;
	background-image: url(images/nav-texture.gif);
	background-repeat: repeat;
}


#navcontainer a:visited
{
	color: #333333;
	background-image: url(images/nav-texture.gif);
	background-repeat: repeat;
}

#navcontainer a:hover
{
	color: #3E4C6B;
	background-image: url(images/nav-tex-lit.gif);
	background-repeat: repeat;
}
.shadow {
	background-image: url(images/shadow.jpg);
	background-repeat: repeat-x;
}
.footerbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1em;
	color: #CCCCCC;
	padding: 0px;
	background-color: #36436A;
	height: 50px;
	text-align: center;
}

.hometext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #000000;
	padding-top: 20px;
	padding-right: 35px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#navcontainer a:active
{
	color: #3E4C6B;
	background-image: url(images/nav-texture.gif);
	background-repeat: repeat;
}


/* makes current side nav stand out*/
.nowcontainer {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1em;
	height: 20px;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	background-image: url(images/nav-tex-lit2.gif);
	background-repeat: repeat;
}

/* add borders to cells in top nav */


.top-left {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-left-color: #666666;
}



.top-right {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-left-color: #666666;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}
.bottom-left {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-left-color: #666666;
	border-right-style: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.bottom-right {
	border: 1px solid #666666;
}


a.white:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a.white:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a.white:hover {
	color: #E9E2D5;
	text-decoration: underline;
}
a.white:active {
	color: #FFFFFF;
	text-decoration: underline;
}
.pagetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.3em;
	color: #000000;
	padding-top: 5px;
	padding-right: 35px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.destination {
	padding-left: 40px;
	padding-bottom: 40px;
}
.pagehead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	line-height: 1.5em;
	font-weight: bold;
	color: #3E4C6B;
	padding-top: 30px;
	padding-right: 5px;
	padding-bottom: 6px;
	margin-bottom: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-right: 50px;
	margin-left: 50px;
}
.quotetext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height: 1.3em;
	color: #333333;
	padding-top: 5px;
	padding-right: 35px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.shortlist {
	margin-top: 8px;
	margin-bottom: 10px;
}
.plus {
	font-size: 1.3em;
}
.conform {
	margin-top: 14px;
	margin-bottom: 0px;
	margin-right: 10px;
}
