/* LAYOUT */
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: #fff url(../gfx/water-bg.jpg) top repeat-x;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body.interior {
margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: #fff url(../gfx/water-bg.jpg) 0px -50px repeat-x;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.interior #container #left-wide table tr td {
	text-align: center;
}

.clear {
	clear: both;
}

.img a {
outline: none;
}

a {
color: #456385; /*#f5cd4f;*/
}

a:hover {
text-decoration: none;
}

/* FONT STYLES */
h2 {
padding: 0;
margin: 0 0 18px 0;
font-size: 18px;
text-transform: uppercase;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}

h3 {
padding: 0;
margin: 0;
font-size: 14px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}

.phone {
padding: 0;
margin: 0 0 22px 0;
font-size: 22px;
text-transform: uppercase;
font-family: Arial Black, Arial, Helvetica, sans-serif;
}

.blue, .blue a {
color: #5aa8ee;
}

.orange {
color: #f5cd4f;
}

.margin-r20 {
	margin-right: 20px;
}

.margin-r30 {
	margin-right: 30px;
}

.margin-r80 {
	margin-right: 80px;
}

/* END */

/* HEADER LAYOUTS */
#container {
	width: 960px;
	margin: 0 auto;
}

#header {
	top: 0;
	height: 115px;
	padding: 10px 0;
}

#footer {
	top: 0;
	height: 115px;
	padding: 10px 10px 60px 10px;
	font-size: 10px;
	width: 960px;
	border-top: 1px solid #e9e9e9;
}
.footer-spacer {
	float: left;
	text-align: left;
	width: 140px;

}
.footer-col {
	float: left;
	text-align: right;
	width: 200px;

}
#logo {
	float: left;
	width: 210px;
}

#phone-container {
	float: right;
	width: 640px;
	text-align: right;
}

.table-bg {
	background: #e9e9e9;
}

.phone-number {
	float: left;
	text-align: right;
	width: 200px;
	margin-top: 20px;
}
/* END */

#flash-gallery {
	width: 960px;
	height: 320px;
	background: url(../gfx/flash-gallery-bg.jpg) top center no-repeat;
	margin: 15px 0;
}

/* CALLOUT AREA */
#callout {
	width: 800px;
	margin: 15px auto;
	text-align: center;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
}

.callout-button, .callout-button a {
	width: 305px;
	float: left;
	height: 40px;
	background: url(../gfx/focal-button-bg.jpg) top center no-repeat;
	text-align: center;
	font-size: 14px;
	line-height: 40px;
	font-family: Arial Black, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #5aa8ee;
	text-decoration: none;
}
.callout-button-sidebar, .callout-button-sidebar a {
	width: 290px;
	float: left;
	height: 40px;
	background: url(../gfx/focal-button-sidebar-bg.jpg) top center no-repeat;
	text-align: center;
	font-size: 12px;
	line-height: 40px;
	font-family: Arial Black, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #5aa8ee;
	text-decoration: none;
}


/* END */

/* CONTENT LAYOUT */
.interior {
margin-top: 40px;
}

#left-wide {
	float: left;
	width: 590px;
	padding-top: 25px;
	margin-bottom: 80px;
}

.gallery {
	background: #e9e9e9;
	padding: 5px;
}

.left-wide-col {
	float: left;
	width: 280px;
}

.left-wide-col-form {
	float: left;
	width: 170px;
	text-align: right;
	line-height: 28px;
}
.left-wide-col-form-right {
	float: left;
	width: 390px;
	line-height: 6px;
}

#right-column {
	float: left;
	width: 290px;
	padding-top: 25px;
	margin-bottom: 80px;
}

.right-column-left {
	float: left;
	width: 130px
}

.right-column-right {
	float: left;
	width: 130px;
}


#right-column ul {
	margin: 0;
	padding: 0 0 0 20px;
	list-style-image: url(../gfx/bullet.gif);
}

#right-column li {
	padding: 0 0 5px 5px;
}
/* END */

.leftimage {
	padding: 0 10px 5px 0;
}

.rightimage {
	padding: 0 0 5px 10px;
}

/* NAVIGATION MENU */
#navigation {
	width: 960px;
	height: 30px;
	background: url(../gfx/navigation-bg.jpg) top no-repeat;
	text-align: center;
	font-size: 14px;
	line-height: 28px;
	text-transform: uppercase;
	font-family: Arial Black, Arial, Helvetica, sans-serif;
	margin: 15px 0;
}

#navigation a {
	color: #5aa8ee;
	text-decoration: none;
}

#navigation ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#navigation li {
	padding: 0 20px;
	list-style: none;
	display: inline;
}
/* END */
