﻿/**************************************************/
/* Marina Place Homeowners Association            */
/**************************************************/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #C0C0C0;
}
#wraper {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-bottom: 40px;
	padding-top: 15px;
}
#masthead {
	width: 750px;
	font-size: 1.5em;
	font-weight: bold;
	color: #000000;
	text-align: center;
	font-family: verdana, arial, sans-serif;
	margin-top: 6px;
	margin-bottom: 6px;
}
#navigation {
	margin-top: 10px;
	margin-bottom: 10px;
}

#content {
	clear: both;
}
.title {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	clear: both;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
}

a:visited {
	color: #000000;
}
a:link {
	color: #000000;
}
a:hover {
	color: #C0C0C0;
}
.center_text {
	text-align: center;
}
/**************************************************/
/*  Navigation  */
/**************************************************/
#btns {
	width: 750px;
	text-align: center;
	margin-top: 4px;
}
#btns ul {
	margin: 3px 0px 3px 0px;
}
#btns li {
	display: inline;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-color: #000000;
	border-bottom-color: #000000;
	background-color: #b1bbbe;
	padding-right: 3px;
	padding-left: 3px;
	margin-right: 1px;
	margin-left: 1px;
}
#btns li a:link {
	font-size: .9em;
	text-decoration: none;
}
#btns li a:visited {
	font-size: .9em;
	text-decoration: none;
}
#btns li a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	text-align: center;
	clear: both;
}
/*****************************************/
/*   Photo Tour: Navigation              */
/*****************************************/
.tour_nav {
	width: 310px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
.photos {
	margin: 10px auto 40px auto;
	width: 650px;
	clear: both;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
/****************************************************/
/* Photo Tour: These styles go on each photo page   */
/****************************************************/
.btn_previous {
	background-color: #b1bbbe;
	width: 100px;
	float: left;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	height: 16px;
}
.btn_return {
	background-color: #b1bbbe;
	width: 100px;
	float: left;
	text-align: center;
	margin-right: 3px;
	margin-left: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	height: 16px;
}
.btn_next {
	background-color: #b1bbbe;
	width: 100px;
	float: left;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	height: 16px;
}
/*****  Links for buttons  ********/
.btn_previous a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #000000;
	display: block;
}
.btn_previous a:hover {
	color: white;
}
.btn_return a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #000000;
	display: block;
}
.btn_return a:hover {
	color: white;
}
.btn_next a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	display: block;
}
.btn_next a:hover {
	color: white;
}

