﻿/* CSS Document */
/*STRUCTURE*/
body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	background-image: url(../images/background-top.jpg);
	background-repeat: repeat-x;
}
#wrappers {
	width: 810px;
	margin-left: auto;
	margin-right: auto;
	border: #000000 thin solid;
}
#header {
	width: 810px;
	height: 205px;
	background-color: #00CCFF;
	background-image: url(../images/santacruz_header.jpg);
	background-repeat:no-repeat;
}
#content {
	width: 810px;
	text-align: left;
	min-height: 400px;
}
#bottomNav {
/*	position:relative;
	top:600px;
	left: 125px;*/
	width: 810px;
	min-height: 200px;
	color: white;
	text-align: right;
}

#interiorGallery {
/*	position:relative;
	top:600px;
	left: 125px;*/
	width: 810px;
	min-height: 200px;
	color: white;
	text-align: right;
}

#footer {
	width: 810px; /*	padding: 10px 0;	
	margin-top: 36px;*/
	height: 40px;
	background-color: #333;
	color: white;
	font-size: 11px;
	border-top: 3px solid #ccc;
	background-image: url(../images/button.jpg);
	background-repeat: repeat-x;
}
/*MENU*/
#menu ul {
	margin: 0 40px;
	padding: 0;
	text-decoration: none;
	background-image: url(../images/button.jpg);
}
#menu li {
	display: inline;
	font-family:"Cataneo BT", Georgia, Arial;
	list-style-type: none;
	margin: 0 5px;
	font-size: 1.2em;
	width: 134px;
	height: 25px;
	float: left;
	text-align: center;
}
#menu li a {
	display: block;
	color: #fff;
	padding-top: 7px;
	text-decoration: none;
}
#menu li a:hover {
	background-color: #0000CC;
	color: #FFFFFF;
	height: 24px;
	background-image: url(../images/button-over.jpg);
}
#menu li a.on {
	background-color: #0000CC;
	color: #FFFFFF;
	height: 20px;
	background-image: url(../images/button-over.jpg);
}
#menu {
	width: 805px;
	height: 31px;
	background-color: White;
	background-image: url(../images/button.jpg);
	background-repeat: repeat-x;
	padding-left: 5px;
	color: #FFFFFF;
}
/*TEXT FORMATTING*/
#menu a {
	color: black;
}
#header h1 {
	font-size: xx-large;
	font-family:"Cataneo BT", Georgia, Arial;
	color: #3399FF;
	text-align: left;
	margin-left: 10px;
}

#content p {
	margin-left: 10px;
	}

#content h2 {
	margin-left: 10px;
	font-family:"Cataneo BT", Georgia, Arial;
	}
	
#menu a:hover {
	background-image: url(../images/button-over.jpg);
	height: 31px;
	color: black;
}
#footer p {
	margin-top: 10px;
	text-align: center;
}
#footer a:hover {
	background-color: #222;
}
/*GRAPHICS*/
.homeVideo {
	float: right;
	width: 325px;
	height: 300px;
	text-align: center;
	padding: 5px 5px 5px 5px;
}
.e_i_o {
	width: 200px;
	height: 200px;
	padding: 5px 5px 5px 5px;
	float: left;
}
/* Image LEFT with Caption */
 .floatimgleft {
	float: left;
	width: auto;
	margin-bottom: 10px;
	margin-right: 10px;
	background-color: #ddd;
	padding: 10px;
	border-top: 1px solid #999;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	border-left: 1px solid #999;
	width: auto;
} 

/*.floatimgleft {
	position:absolute;
	left: 10px;
	
	width: auto;
	margin-bottom: 10px;
	margin-right: 10px;
	background-color: #ddd;
	padding: 10px;
	border-top: 1px solid #999;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	border-left: 1px solid #999;
	width: auto;
}*/
div.floatimgleft img {
	border-top: 2px solid #555;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 2px solid #555;
}
/* Image RIGHTwith Caption */
.floatimgright {
	float: right;
	width: auto;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right:5px;
	margin-top: 10px;	
	background-color:#6EAFFF;
	padding: 10px;
	border-top: 1px solid #999;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	border-left: 1px solid #999;
	width: auto;
	text-align: center;
}
/*.floatimgright {
	position: relative;
	left: 380px;
	top: 15px;
	width: auto;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #ddd;
	padding: 10px;
	border-top: 1px solid #999;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	border-left: 1px solid #999;
	width: auto;
	text-align: center;
}*/

div.floatimgright img {
	border-top: 2px solid #555;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 2px solid #555;
}
