/* this is my first try at css */

body { 
	margin: 0 auto 0 auto;
	border-top: 0;
	font-size: 76%;
	background-color: brown;
	text-align: center; }

a:link {color: red; text-decoration: none; }
a:visited {color: red; text-decoration: none; }
a:hover {color: red; border-bottom: solid 2px black; }

a:hover.picturelink {color: red; border-bottom: none; }
#info a:hover {color: red; border-bottom: none; }

img {border: none; }

h1 {margin: 6px 12px; font-size: 2em}
h2 {margin: 6px 12px; font-size: 1.2em}
p {margin: 6px 12px; font-size: 1em; }
li {text-align: left; }

#welcome h1 {margin: 6px 12px; font-size: 1.2em}

#container {
	position: relative;
	margin: 0 auto;
	border-top: 0;
/*	padding-top: 5;*/
	padding-top: 0;
	width: 770px;
	text-align: left;
	background-color: white;
	font-family: Verdana, sans-serif; }

/*  killervilla.com title and mickey/minnies pics */
#masthead {
	height: 70px; 
	background-color: white;
	padding-bottom: 10px;
	text-align: center; }

/* click pictures message on front page */
#welcome {
	float: center;
	text-align: center; }
	
#lake_berkley_villa_1 {
	float: left;
	text-align: center;
	width: 256px; }

#lake_berkley_villa_2 {
	float: left;
	text-align: center;
	width: 256px; }
	
#chatham_park_villa_1 {
	float: left;
	text-align: center;
	width: 256px; }
	
#footer {
	clear: both;
	text-align: center;
	padding: 10px;
	background: #BBB; }

/* key features list */	
span#features-lb1 {
	margin: 0;
	padding: 0;
	font-weight: bold; }
	
#hdr-features-lb1 {
	margin: 0 10px; 
	float: left;
	text-align: center;
	border: 5px solid green; 
	width: 250px }

/* web links on left hand side */
ul#links {
	margin-bottom: 5px;
	float: left;
/*	width: 160px;*/
	margin-left: 10px;
	margin-right: 3px;
	list-style-type: none; }
	
ul#links li {
	margin-bottom: 10px;
	background-color: green;
	text-align: center; }
	
ul#links li a {
	display: block;
	width: 80px;
	color: white;
	border: solid 1px #0f0;
	text-decoration: none; } 

ul#links li a.hover,
ul#links li a.youarehere,
ul#links li a.youarehere:hover {background-color: black; }


#links li a:hover {
	color: white;
	background-color: black; }
		
/* gallery pictures */		
#main-text {
	margin-left: 200px;
	width: 500px;
	padding: 5px;
 	}
	
/* web page heading, i.e. gallery, home, etc */	
#home {
	clear: both;
	padding-top: 10px;
	text-align: center;
	}

#next-to-links {
 	margin: 0 0 px; 
	margin-right: 20px;
	width: 600px;
	float: right; }

#gallery-pic-1 {
	padding-bottom: 10px;
	float: left; } 

#gallery-pic-2 {
	padding-bottom: 10px;
	clear: right; }

#gallery-pic-3 {
	padding-bottom: 10px;
}

/* prices table */
th {
	color: #6D929B;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	background: #CAE8EA url('images/bg_header.jpg') no-repeat;; font-style:normal; font-variant:normal; font-weight:bold; font-size:11px; font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; padding-left:12px; padding-right:6px; padding-top:6px; padding-bottom:6px
	}

td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
	}
	
td.alt {
	background: #F5FAFA;
	color: #797268;
	}
	
#info {
	clear: both;
/* 	margin: 0 50 px;*/
	margin-left: 0%;
	text-align:center;
	vertical-align: top;
/*	background: green;*/
/*	border: 1px solid green;*/
/*	border-bottom: 1px solid blue;*/
	}
	
/* centre orlando information */
.center {
	text-align: center
}

#next-to-links2 ul{
    list-style-type: none;
	}

img.displayed {
    display: block;
	text-align: center; /* for IE */
    margin: 20px auto 20px auto;
}

table.displayed2 {
    display: table;
	text-align: center; /* for IE */
    margin: 20px auto 20px auto;
}

#lista li{
	display: block;
	font-size: 1.5em;
	text-align: center;
	margin-bottom: 5px;
	}
	
#lista a:link {color: green; }
#lista a:visited {color: green; text-decoration: none; }
#lista a:hover {color: green; border-bottom: solid 2px black; }

.shop1 {font-size: 2em;}
.golf1 {font-size: 2em;}

#info li {list-style: none; text-align: center; line-height: 80px; }

#next-to-links3 {
	text-align: center;
 	margin: 0 0 px; 
	width: 82%; 
	float: right; }

/* remove lines around layout picture and center table */	
#next-to-links3 td {
	border-right: 0px ;
	border-bottom: 0px ;
	}
	
#next-to-links3 table {
	display: table;
	text-align: center; /* for IE */
    margin: 10px auto 10px auto;
	}

/* gallery */	
#next-to-links3	a:link {color: black; text-decoration: none; }
#next-to-links3 a:visited {color: black; text-decoration: none; }
/* needed for resort facilities */
#next-to-links3 a:hover {color: black; }

#footerlinks a:link {color: black; font-weight: bold; text-decoration: none; }
#footerlinks a:visited {color: black; font-weight: bold; text-decoration: none; }

#resort {
	text-align: center;
 	margin: 0 0 px; 
	width: 82%; 
	float: right; }
#resort a:link {color: black; text-decoration: none; }
#resort a:visited {color: black; text-decoration: none; }
#resort a:hover {color: black; }
#resort h2 {margin: 6px 12px; font-size: 0.7em}

#gallery {
	text-align: center;
 	margin: 0 0 px; 
	width: 82%; 
	float: right; }
#gallery a:link {color: black; text-decoration: none; }
#gallery a:visited {color: black; text-decoration: none; }
#gallery a:hover {color: black; }
#gallery h2 {margin: 6px 12px; font-size: 0.7em}

#faqs {
 	margin: 0 0 px; 
	width: 82%; 
	float: right; }
#faqs h1 {margin: 6px 12px; font-size: 1.1em}

#quote p {color: red; font-weight: bold}

.error {
	font-weight: bold;
	color: #C00
}