/* CSS document for Summer Lodge web site - amended from 'beta' template created by spyka.com - licensed purchased 17.7.09*/

/* page settings */
html, * {
	padding:0;
	margin:0;
}
body {
	background-color:#DDD8D8;
	font-size:1em;
	color:#999999;
	font-family:Tahoma;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* headers */
h1 {
	font-size:3.4em;
	text-align:center;
	padding-top:20px;
	color:#ffffff;
	letter-spacing:3px;
	font-weight:normal;
	font-family: "Edwardian Script ITC";
}
h2 {
	color:#000000;
	display:inline;
	padding:0 5px;
	margin:5px 0;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 16px;
	text-align: left;
}
h3 {
	font-size:16px;
	font-weight:normal;
	color:#5580B4;
	font-family: "Edwardian Script ITC";
	text-align: center;
}
h4 {
	background-color:#333333;
	border-bottom:1px solid #222222;
	padding:5px;
	color:#202020;
}

h5 {
	background-color:#DDD8D8;
	color:#999999;
	font-family: "Comic Sans MS";
	font-size: 11px;
	font-weight: normal;
}
/* paragraphs */
p {
	margin:2px 0 15px 0;
	line-height:normal;
	font-family: Verdana;
	font-size: 12px;
	letter-spacing: normal;
	color: #1E2122;
}


/* links */
a {
	color:#800080;
	border-bottom:1px dotted #333333;
	text-decoration:none;
	font-weight: bold;
}

af {
	color:#FFFFFF;
	border-bottom:1px dotted #333333;
	text-decoration:underline;
	font-weight: normal;
	font-size: 10px;
}

a:hover {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
div#footer a {
	color:#ffffff;
	text-decoration:none;
	border:none;
	padding:4px;
}
div#footer a:hover {
	border:none;
}
div#sidebar ul li a { 
	color:#5580B4;
	text-decoration:none;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:0.9em;
	border:none;
	padding:5px;
}
div#sidebar ul li a:hover {
	background-color:#5580B4;
	color:#ffffff;
}

/* lists */
ul, ol {
	margin:0 0 5px 30px;
}

/* code */
code {
	display:block;
	border:1px solid #cccccc;
	background-color:#dddddd;
	padding:15px;
	margin:5px;
}
	
/* container, header and nav */
div#container {
	background-color:#333333;
	width:800px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: none;
	padding: 5px;
}
div#header {
	background-image:url('images/headerbg.jpg');
	background-repeat:no-repeat;
	background-position:center center;
	background-color:#111111;
	height:120px;
	padding:10px;
}
div#header p {
	text-align:center;
	padding:0;
	margin:0;
	font-size:0.8em;
	color:#ffffff;
}
div#nav {
	background-repeat:repeat-x;
	height:50px;
	background-color: #666666;
	font-family: Tahoma;
	font-size: 16px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
div#nav ul {
	float:left;
	margin:0;
	padding:0;
}
div#nav ul li {
	display:block;
	float:left;
}
div#nav ul li a {
	float:left;
	border:none;
	padding:15px 15px 0 15px;
	height:35px;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:0.8em;
	color:#cccccc;
	text-decoration:none;
	display:block;
}
div#nav ul li a:hover {
	color:#ffffff;
	background-color:#1E2122;
}
div#nav form {
	float:right;
	margin:10px 15px 0 0;
}
div#nav form input {
	border:1px solid #416C9C;
	background-color:#1D2F43;
	color:#ffffff;
	padding:5px;
	font-family:"Trebuchet MS", Verdana, Arial;
}
div#nav form input.button {
	padding:3px;
}

/* content */
div#content {
	background-color:#DDD8D8;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
div#page {
	width:100%;
	float:left;
	padding-bottom: 20px;
}

div#page1 {
	width:150px;
	float:left;
	height: 180px;
	position: relative;
}
div#page2 {
	width:75%;
	float:left;
	height: auto;
	position: relative;
	left: 25px;
	font-family: Verdana;
	font-size: 12px;
}

div#sidebar {
	width:200px;
	float:left;
	background-color: #DDD8D8;
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	position: relative;
}
div#sidebar p {
	padding:3px 5px;
	color:#cccccc;
}
div#sidebar ul {
	list-style:none;
	margin:7px 12px;
}
div#sidebar ul li {
	padding:3px 0;
}

/* footer */
div#footer {
	background-color:#666666;
	font-family: Tahoma;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	color: #FFFFFF;
	text-align: center;
	font-weight: normal;
}


div#footer a {
	color:#ffffff;
	text-decoration:underline;
	border:none;
	padding:4px;
	font-size: 10px;
	font-weight: normal;
}

div#footer p {
	color:#ffffff;
	border:none;
	font-size: 10px;
	font-weight: normal;
	font-family: Tahoma;
	text-align: right;
	line-height: normal;
}
/* generic classes */
.bold {
	font-weight:bold;
}
.clear {
	clear:both;
}



img {
	padding:1px;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-position: center;
	
	}
	
img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#myImage
{
	width: 650px;
	height: 188px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

#myImage1
{
	width: 650px;
	height: 188px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

#myImage2
{
	width: 300px;
	height: 130px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

#myImage3
{
	width: 340px;
	height: 130px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

#myImage4
{
	width: 573px;
	height: 158px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

#googlemap {
	float: none;
	height: 400px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	border: thick double #000000;
}
.style7Copy {
	font-size: xx-small;
	font-weight: normal;
	color: #FFFFFF;
}
