/****************************************************
*   Signature Florida Website
*	Main Style Sheet
*	URL: http://www.signaturefloridavilla.com
*	
*	Date Last Revised: Tues 15th July 2008
*****************************************************/

/*---------------------------------------------------
General Page Properties 
----------------------------------------------------*/
html, body {
	margin: 0px auto;
	padding: 0;
}

body {
	font-family: "Tahoma", "Geneva", "sans-serif";
	font-size: 12px;
	color: #FFFFFF;
	line-height: 14px;
	background: #ffc262 url(../images/bg.gif) repeat-x;
}

/*---------------------------------------------------
Headers 
----------------------------------------------------*/
#logo h1 {  /* logo image */
	width: 284px;
	height: 93px;
	background: url(../images/logo.png) no-repeat;
}

/*---------------------------------------------------
Navigation Properties 
----------------------------------------------------*/
#navigation {
	width: 510px;
	height: 25px;
	float: left;
	margin: -9px 0 0 160px;
	clear: both;
}

#navigation ul {
	list-style-type: none;
}

#navigation li {
	padding-right: 1px;
	height: 25px;
	display: inline;
}

#navigation li a:link, li a:visited {
	border: 1px solid #0099ff;
	padding: 3px;
	font-size: 12px;
	color: #003366;
	text-decoration: none;
}

#navigation li a:hover {
	color: #FFF;
	border: 1px solid #003366;
	background-color: #0099ff;
}

.current li a:link {
	color: #FFF;
	border: 1px solid #003366;
	background-color: #0099ff;
}

/*---------------------------------------------------
Divs 
----------------------------------------------------*/
#page-container {
	width: 875px;
	margin: auto;
	color: #FFFFFF;
}

#header {
	width: 875px;
	height: 93px;
}

#logo {
	width: 260px;
	height: 93px;
	float: left;
	position: relative;
	left: 4%;
	margin-right: 500px;
}

/* Banner Properties */
#banner {
	width: 887px;
	height: 169px;
	background: url(../images/banner.gif) no-repeat;
}

#banner-features {
	width: 887px;
	height: 71px;
	background: url(../images/featuresbanner.gif) no-repeat;
	margin-left: 1px;
}

#banner-gallery {
	width: 887px;
	height: 71px;
	background: url(../images/photobanner.gif) no-repeat;
	margin-left: 1px;
}

#banner-location {
	width: 887px;
	height: 71px;
	background: url(../images/locationbanner.gif) no-repeat;
	margin-left: 1px;
}

#banner-attractions {
	width: 887px;
	height: 71px;
	background: url(../images/attractionsbanner.gif) no-repeat;
	margin-left: 1px;
}

#banner-golf {
	width: 887px;
	height: 71px;
	background: url(../images/golfbanner.gif) no-repeat;
	margin-left: 1px;
}

#banner-info {
	width: 887px;
	height: 71px;
	background: url(../images/infobanner.gif) no-repeat;
	margin-left: 1px;
}

#banner-testimonials {
	width: 887px;
	height: 71px;
	background: url(../images/testimonialsbanner.png) no-repeat;
	margin-left: 1px;
}

#banner-video {
	width: 887px;
	height: 71px;
	background: url(../images/videobanner.png) no-repeat;
	margin-left: 1px;
}

#banner-booking {
	width: 887px;
	height: 71px;
	background: url(../images/bookingbanner.gif) no-repeat;
	margin-left: 1px;
}

#titles {
	width: 887px;
	height: 48px;
	background: url(../images/titles.png) no-repeat;
}

#container {
	float: left;
	width: 887px;
	background: url(../images/containerbg.png) repeat-y;
}

#container2 {
	width: 887px;
	float: left;
	line-height: 16px;
	min-height: 410px;
	margin-left: 1px;
	background: url(../images/spacer.png) repeat-y;
}

#container2 a:link {
	color: #0099cb;
	font-size: 13px;
	line-height: 14px;
	text-decoration: none;
}

#container2 a:visited {
	color: #0099cb;
	font-size: 13px;
	line-height: 14px;
	text-decoration: none;
}

#container2 a:hover {
	text-decoration: underline;
}

#info {
	width: 800px;
	margin-left: 5%;
	margin-top: 1%;
}

.orlando {
	margin-left: 6%;
	margin-top: 3%;
}

#gallery {
	width: 800px;
	margin-left: 8%;
	padding-top: 1%;
}

#gallery img {
	border: 1px solid #111;
	height: 75px;
	width: 100px;
	margin-right: 3px;
	margin-bottom: 3px;
}

#gallery img:hover {
	border: 1px solid #FFFFFF;
}

#container3 {
	width: 887px;
	min-height: 350px;
	margin-left: 1px;
	padding-top: 5px;
	background: url(../images/spacer.png) repeat-y;
}

#container a:link {
	color: #0099cc;
	font-size: 13px;
	text-decoration: none;
}

#container a:visited {
	color: #0099cc;
	font-size: 13px;
	text-decoration: none;
}

#container a:hover {
	text-decoration: underline;
}

#container3 a:link {
	color: #ffa00a;
	font-size: 13px;
	text-decoration: none;
}

#container3 a:visited {
	color: #ffa00a;
	font-size: 13px;
	text-decoration: none;
}

#container3 a:hover {
	border-bottom: 1px solid #FFF;
}

#content-left {
	float: left;
	width: 380px;
	padding-left: 40px;
	line-height: 15px;
}

#content-left p {
	margin-top: 5px;
	padding-bottom: 0px;
}

#content-left ul {
	height: 60px;
	margin-top: 2px;
	padding-bottom: 0px;
	list-style-position: inside;
	list-style-image: url(../images/tickhover.png);
}

#content-left li {
	width: 260px;
	padding-top: 3px;
	padding-left: 4px;
	height: 16px;
}
	
#featured {
	float: right;
	min-width: 380px;
	height: 335px;
	margin-left: 55px;
	padding-right: 28px;
	line-height: 16px;
	padding-top: 0px;
	margin-top: 0px;
}

#featured img {
	border: 4px solid #FFFFFF;
	margin-top: -2px;
}

.featured-table {
	margin-top: 0px;
	padding-top: 0px;
}

.featured-button {
	width: 104px;
	height: 26px;
	background: url(../images/morephotos.png) no-repeat;
	text-decoration: none;
	position: relative;
	display: block;
	padding: 0px;
	margin-top: 1%;
	float: right;
}

.featured-button:hover {
	background: url(../images/morephotoshover.png) no-repeat;
}

#column1 { /* On features page*/
	float: left;
	width: 370px;
	padding-left: 30px;
	margin-top: 10px;
}

#column1, #column2 ul {
	list-style-position: outside;
}

#column1, #column2 li {
	margin-bottom: 1px;
}

#column2 { /* On features page*/
	float: left;
	width: 370px;
	padding-right: 20px;
	margin-top: 10px;
	margin-left: 20px;
}

#map {
	float: left;
	width: 370px;
	padding-left: 40px;
	padding-top: 20px;
}

#map a:link, a:visited, a:hover {
	text-decoration: none;
}

#column3 {
	float: left;
	width: 207px;
	margin-top: 12px;
	margin-right: 3%;
}

#column3 ul {
	position: relative;
	right: 20%;
	line-height: 18px;
	list-style-type: none;
}

#column3 li a:link {
	color: #ffa00a;
	text-decoration: none;
	display: block;
	padding-bottom: 2px;
}

#column3 a:visited {
	color: #ffa00a;
	text-decoration: none;
}

#column3 li a:hover {
	color: #0099ff;
	border: 0;
}

#spacer {
	width: 100px;
	padding: 0;
}

/*---------------------------------------------------
Form Properties 
----------------------------------------------------*/

/*---------------------------------------------------
Footer Properties 
----------------------------------------------------*/
#footer {
	clear: both;
	width: 887px;
	height: 50px;
	color: #003366;
	background: url(../images/footer.gif) no-repeat;
}

#footer2 {
	clear: both;
	width: 887px;
	height: 50px;
	color: #003366;
	margin-left: 1px;
	background: url(../images/footer2.png) no-repeat;
}

#altnav {
	text-align: right;
	font-size: 10px;
	padding-top: 28px;
	padding-right: 42px;
}

#altnav.container2 {
	text-align: right;
	padding-right: 42px;
}

#altnav a, a:visited { /* Alternate Navigation Hyerlinks */
	font-size: 10px;
	color: #003366;
	text-decoration: none;
}

#altnav a:hover {
	text-decoration: underline;
}


