﻿/* Page Settings */

.page {
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.header {
	background-image: url(Images/headerb.gif);
	background-repeat: no-repeat;
	position: relative;
	width: 789px;
	height: 76px;
	margin: 0 auto 0px auto;
}

body {
	background-color: #ffffff;
	background-image: url(images/background.gif);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.7em;
	color:Navy;
}

.footerbg {
	width: auto;
	height: 50px;
	text-align: center;
}
.footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	width: 770px;
	height: 50px;
	text-align: center;
	font-size: 10px;
	color: #ffffff;
}

.shim {
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: 8px;
	font-size: 0;
}

#sidebar {
	float: left;
	width: 214px;
	height: 100%;
}

#content {
	margin-left: 256px;
}

#list {
	float: left;
	width: 230px;
	height: 100%;
}

#call{
	margin-left: 245px;
}

#home{
	background-image: url(images/body-repeat.gif);
	position: relative;
	width: 686px;
	padding: 0px 37px;
	padding-top: 1px; /* Weird Mozilla Bug */
	padding-bottom: 40px; /* Weird Mozilla Bug */
}

table.center {margin-left:auto; margin-right:auto;}

h1 {
	position: absolute;
	left: 135px;
	top: 4px;
	text-transform: uppercase;
	font-size: 18px;
	color:#ffffff;
	text-align: left;
}
h2 {
	margin: 0;
	font-family: tahoma, arial, helvetica, sans-serif;
	color:Gray;
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 1.0em;
	margin-bottom: 1.0em;
}
h3 {
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	font-size: 1.5em;
	font-weight: bold;
}
h4 {
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	font-size: 1.3em;
	font-weight: bold;
}
h5 {
	margin: 0;
	font-family: tahoma, arial, helvetica, sans-serif;
	color:Maroon;
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 1.0em;
	margin-bottom: 1.0em;
}

/* This section is for photo frames */

.photo-frame .topx-- {
	background-image: url(Images/frame-topx--.gif);
	background-repeat: no-repeat;
	width: auto;
	height: 4px;
	vertical-align: top;
}
.photo-frame .top-x- {
	background-image: url(Images/frame-top-x-.gif);
	background-repeat: repeat-x;
	width: auto;
	height: 4px;
}
.photo-frame .top--x {
	background-image: url(Images/frame-top--x.gif);
	background-repeat: no-repeat;
	width: auto;
	height: 4px;
	vertical-align: top;
}
.photo-frame .midx-- {
	background-image: url(Images/frame-midx--.gif);
	background-repeat: repeat-y;
	width: 4px;
	height: auto;
}
.photo-frame .mid--x {
	background-image: url(Images/frame-mid--x.gif);
	background-repeat: repeat-y;
	width: 4px;
	height: auto;
}
.photo-frame .botx-- {
	background-image: url(Images/frame-botx--.gif);
	background-repeat: no-repeat;
	width: 4px;
	height: 4px;
	vertical-align: top;
}
.photo-frame .bot-x- {
	background-image: url(Images/frame-bot-x-.gif);
	background-repeat: repeat-x;
	width: auto;
	height: 4px;
}
.photo-frame .bot--x {
	background-image: url(Images/frame-bot--x.gif);
	background-repeat: no-repeat;
	width: 4px;
	height: 4px;
	vertical-align: bottom;
}
.photo_198 {
	border: 4px solid #FFFFFF;
}
.photo-frame {

	margin-right: auto;
}

/* LIST */

#ul {
	list-style-type: none;
	list-style-position: outside;
	line-height: 2.1em;
	vertical-align:text-bottom;
	margin-left: 0.1em;
}
.link {
	list-style-image: url(images/bullet-1.gif);
	line-height: 27px;
}

/*Menus*/

.nav {
	position: absolute;
	right: 37px;
	top: 52px;
	text-transform: uppercase;
	font-size: 10px;
}

.menub {
	margin: 12px auto 5px auto;
	text-transform:capitalize;
	font-size: 11px;
	font: timesnewroman;
}

a {
	text-decoration: none;
	color: #dbb94f;
}

a:hover {
	text-decoration: underline;
	color: #d3d3d3;
}

/* Hover Buttons */

.rollovernav
{
position:relative;
font-family: arial, helvetica, sans-serif;
background-image:  url(images/button-blankh6.gif);
background-repeat: no-repeat;
white-space: nowrap;
display: block;
width: 141px;
height: 29px;
margin: 0;
padding: 0;
}

.rollovernav a
{
display: block;
color: #000000;
font-size: 11px;
width: 141px;
height: 29px;
display: block;
float: left;
color: #dbb94f;
text-decoration: none;
}

.rollovernav img
{
width: 141px;
height: 29px;
border: 0
}

.rollovernav a:hover
{
visibility:visible;
color:White;
font-weight:bold;
font-size: 12px;
text-decoration: none;
}

.rollovernav a:hover img
{
visibility:hidden
}

.rollovernav span
{
position: absolute;
left: 26px;
top: 7px;
margin: 0px;
padding: 0px;
cursor:pointer;
}