body {
	margin: 0px auto;
	padding:0px;
	background-color: #1E2D4C;
	text-align: center;
}

h3, h4, h5, a, ul, li, lo, td {
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:12px;
	color:#333333;
}

/* Redefines the p tag */
p {
	text-align:left;
	font-size:12px;
	line-height:17px;
	margin: 10px 25px 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #3D4A74;
}

.center {
	text-align:center;
}	
applet {
	position: absolute;
	right: 110px;
	top: 163px;
	border: 2px solid #1E2B4B;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#1E2B4B;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 17px;
	margin-bottom: 20px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#1E2D4C;
	text-align: left;
	font-weight: bold;
	margin: 0px 0px 0px 10px;
	padding-bottom: 0px;
}

div#header {
	margin: 0px;
	padding: 0px;
	height: 235px;
	background: url(images/header.jpg) no-repeat left top;
	position: relative;
}

ul {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color:#3D4A74;
	line-height:15px;
	margin-bottom: 5px;
}

li {
	font-size:12px;
	color: #3D4A74;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
	color:#3D4A74;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:underline;
}

a:visited {
	color:#3D4A74;
	text-decoration:underline;
}

a:hover {
	color:#111A2D;
	text-decoration:underline;
}

a:active {
	text-decoration:none;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/*Collapses borders that some browsers automatically apply to tables. */
table, td, th  {	
	border-collapse:collapse;
}

/* Creates the div container for the footer. */

div#container {
	position: relative;
	width: 990px;
	margin-left:auto;
	margin-right:auto;
	border: 0px solid #0647A7;
	background: #ffffff url(images/contentbg.gif) repeat-y;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Styles the copyright div */
div#copyright {
	text-align: center;
	font: 10px Arial, Helvetica, sans-serif;
	color: #5D75B3;
	margin: 10px auto 0px;
	clear: both;
	width: 990px;
}

div#copyright a {
	font-size: 10px;
	color: #5D75B3;
	text-decoration: underline;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

div#mainnav {
	float:left;
	width: 219px;
}	 

ul#mainnav {
	line-height:20px;
	margin: 0px;
	padding:0px;
	list-style-type:none;
}

ul#mainnav li {
	display:inline;
}

/*button background color located here*/

ul#mainnav li a {
	font-size:12px;
	text-align: left;
	color: #C1D1F7;
	text-decoration:none;
	display:block;
	width:219px;
	border-bottom: 1px solid #4E66A5;
	text-transform: uppercase;
	text-indent: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #889AC8;
	font-family: Arial, Helvetica, sans-serif;
}

/*regular rollovers*/

ul#mainnav li a:hover {
	color:#FFFFFF;
	background-color: #455A94;
}

/*where you're at*/

ul#mainnav li a.active {
	color:#FFFFFF;
	background-color: #1E2D4C;
}

.clear {
	clear:both;
}

address {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#C1D1F7;
	text-align: left;
	font-style:normal;
	font-weight:100;
	margin:0px;
	background-color: #455A94;
	padding: 13px;
}
div#mainnav strong {
	color: #FFFFFF;
	text-transform: uppercase;
}


div#content {
	float:right;
	width: 750px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	border: 0px solid #00ffff;
}	

.image {
	float:right;
	margin: 5px 30px 5px 5px;
	border: 1px solid #1E2D4C;
	padding: 0px;
	clear: both;
}	

.image5 {
	float:right;
	margin: 5px 30px 5px 5px;
 
	padding: 0px;
	clear: both;
}	

.image2 {
	float: right;
	margin: 15px 120px 15px 15px;
	border: 1px solid #000000;
	padding: 0px;
	clear: both;
}	

.image3 {
	float:right;
	margin: 15px 80px 15px 5px;
	border: 0px solid #000000;
	padding: 0px;
	clear: both;
}	

.creditcards {
	margin: 15px autopx;
	border: 0px solid #0076a3;
	padding: 0px;
	clear: both;
}	

/* Creates the div container for the footer. */
div#footer {
	clear: both;
	margin: 0px auto;
	padding: 0px;
	width: 990px;
	height: 32px;
	font-weight: 100;
	font-size: 12px;
	color: #000000;
}

div#footerholder {
	text-align: center;
	color: #455A94;
	float: right;
	margin-right: 77px;
}

div#footerholder a:link, div#footerholder a:visited, div#footerholder a:active {
	color:#455A94;
	text-decoration: none;
	font-size: 11px;
	font-weight: 100;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:underline;
	padding-right: 5px;
	padding-left: 5px;
}

div#footerholder a:hover {
	color:#1E2D4C;
	text-decoration:none;
}

/* Creates the div container for the owner login. */
div#ownerlogin {
	clear: both;
	float: right;
	margin: 0px auto;
	padding: 0px;
	width: 100px;
}

.login {
	float:right;
	margin: 10px;
	border: 0px solid #000000;
	padding: 5px 5px 5px 5px;
	clear: both;
}	

/* Creates the div container for the iframes on the refill and links pages. */

div#iframe {
	width: 500px;
	margin: 15px auto;
	padding: 0px 0px 0px 0px;
	border:1px solid #ffffff;
}	

/* Creates the div container for the menu div on the virtual tour page. */

div#vtiframe {
	width: 600px;
	margin: 15px auto;
	padding: 0px 0px 0px 0px;
	border:1px solid #ffffff;
}	


/* Creates the div container for the menu div on the our-services.html page. */

div#menu {
	width: 530px;
	height: 120px;
	margin: 15px auto;
	padding: 20px 0px 20px 20px;
	text-align: left;
	background-color: #f2c784;
	border: 1px solid #5D75B3;
}	

/* Creates the div container for the lists inside the menu div on the our-services.html page. */

div#listbox {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 530px;
}

#listfloatleft {
	float: right;
	margin: 0px 5px 0px 15px;
	padding: 0px 0px 0px 0px;
	font-size:12px;
	width: 250px;
	list-style-type: bullet;
	list-style-position: inside;
}

div#map {
	width: 550px;
	height: 400px;
	margin: 15px auto;
	padding: 0px 0px 0px 0px;
	text-align: left;
	border: 1px solid #000000;
}	

div#listbox {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 530px;
	clear: both;
}

#listfloatleft {
	float: left;
	margin: 0px 5px 0px 5px;
	padding: 0px 0px 0px 0px;
	font-size:12px;
	list-style-type: bullet;
	list-style-position: inside;
}
