@charset "utf-8";
/* CSS Document */

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	background-image: url(assets/sicilia-cream.jpg);
	background-attachment: fixed;
}
#header {
	background-image: url(assets/header.jpg);
	height: 140px;
}
#sidebar {
	float: left;
	width: 150px;
	margin-top: 30px;
	margin-left: 5px;
	display: inline;
}
#container {
	width: 780px;
	background-color: #FFFFFF;
	padding-right: 5px;
}


#content {
	margin-left: 175px;
	margin-top: 30px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #F5F5F5;
	padding-left: 2px;
	padding-right: 0px;
}

#nav {
	width: 150px;

}
#subnav {
	height: 150px;
	background-image: url(assets/call..jpg);
}



.clearing {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
	margin: 0px;
}
#footer ul {
	text-align: center;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-top: 5px;
}
#footer li {
	display: inline;

}
#footer a:link, #footer a:visited {
	color: #333333;
	font-size: 80%;
	text-decoration: none;
	margin: 5px;
}
#footer a:hover, #footer a:active {
	text-decoration: none;
	color: #FF0000;
}



#nav a:link, #nav a:visited {
	text-decoration: none;
	color: #000000;
	background-color: #CCCCCC;
}
#nav a:hover, #nav a:active {
	color: #FFFFFF;
	background-color: #333333;
}


#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav li {
	font-size: 85%;
	list-style-type: none;
}
#nav a {
	display: block;
	text-align: center;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
}
#content h1 {
	background-color: #CCCCCC;
	border-bottom-style: solid;
	border-top-style: solid;
	border-top-width: medium;
	border-bottom-width: thin;
	border-top-color: #666666;
	border-bottom-color: #666666;
	text-align: center;
	font-family: "Lucida Handwriting";
	text-transform: capitalize;
}


.leftimg {
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.rightimg {
	float: right;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 5px;
}
form {
	width: 450px;
	margin-left: 20px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 1px;
}
input.highlighted {
	display: block;
	border: 1px solid #52538;
}
textarea {
	border: 1px solid #666666;
}
#copyright {
	padding-top: 10px;
	text-align: center;
	color: #333333;
	background-image: url(Assets/sicilia-cream.jpg);
	width: 790px;
	font-size: 14px;
}
#map {
	margin-left: 100px;
	padding-top: 20px;
}
