body {
	font-family: verdana, tahoma, arial;
	font-size: 11px;
	color: #545e94;
}

/*This is the layout for the main table that contains the body of the pages.*/
.main {
	width: 96%;
	border-bottom: 4px solid #917FA0;
	margin: 0 auto;
}

/*This is the layout for the table cell that contains the logo at the top of each page*/
.logo {
	border-bottom: 4px solid #545e94;
	height: 100px;
	margin: 0;
	padding: 0;
}

.logo img {
	border: none;
}

object {
	margin: 0;
	padding: 0;
}

/*This is the layout for the navigation buttons*/
.nav {
	width: 80%;
}

.nav ul{
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 25px;
}
.nav ul li{
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
	height: 25px;
}

/*This is the formatting for the links on the navigation buttons*/
.nav ul li a:link, .nav ul li a:visited {
	display: block;
	float: left;
	width: 112px;
	height: 25px;
	background-image: url(images/button.gif);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #545e94;
	text-align: center;
	font-family: Verdana, Arial;
	font-size: 12px;
	color: white;
	text-decoration: none;
	border-right: 1px solid white;
}

.nav ul li a:hover, .nav ul li a:active {
	text-decoration: underline;
}

/*This is the formatting for headings in the main table*/
.main h1 {
	font-size: 14px;
}

/*This is the formatting for the lists on the home page.  This style is also formatted in ie_styles.css*/
#index ul {
	margin: 10px 0 0 -40px;
	font-size: 14px;
	font-face: verdana, arial;
	font-weight: bold;
	list-style: none;
}

#index ul li {
	background-image: url(images/check.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	height: 25px;
}

/*This sets the padding on the sides of the paragraphs in the main table*/
.main p {
	padding: 5px 10px 5px 0;
	line-height: 16px;
}

/*This sets the style of the links in the main table*/
td.content a:link {
	color: #545e94;
	text-decoration: underline;
}

td.content a:visited {
	color: #917fa0;
	text-decoration: underline;
}

td.content a:hover {
	color: #917fa0;
	text-decoration: underline overline;
}

td.content a:active {
	color: #917fa0;
	text-decoration:overline;
}

/*This is the layout for the sidebar.*/
.sidebar {
	background-color: #917fa0;
	border-left: 1px solid #364485;
	color: white;
	padding: 10px;
	border-top: 1px solid white;
	width: 20%;
}

/*This is the formatting for headings in the sidebar.*/
.sidebar h2 {
	font-size: 14px;
	color: white;
	font-family: verdana, arial;
	padding: 0;
}

/*This is the formatting for paragraphs in the sidebar*/
.sidebar p {
	border-top: 1px solid white;
	padding-top: 20px;
}

/*This removes the border above the very first paragraph in the sidebar*/
p.sidebar_top {
	margin: 0;
	border-top: none;
}

/*This is the formatting for links in the sidebar*/
.sidebar a {
	color: white;
	text-decoration: underline;
}

/*This is the formatting for lists in the sidebar.  This style is also formatted in ie_styles.css*/
.sidebar ul{
	margin: 0 0 0 -40px;
}

.sidebar ul li {
	background-image: url(images/small_check_white.gif);
	background-repeat: no-repeat;
	padding-left: 12px;
	padding-bottom: 10px;
	list-style-type: none;
}

/*This is the formatting for the contact information in the sidebar on the contact page*/
.contact_info {
	font-size: 12px;
	font-weight: bold;
}
	

/*This is the formatting for the owner's picture*/
.owner {
	margin: 0 10px 5px 0;
	border: 1px solid #364485;
}

/*This is the layout for the table of services*/
.services {
	font-size: 12px;
	width: 570px;
	margin: 15px 0 20px -10px;
}

.serviceheader {
	background-color: #917fa0;
	color: white;
	border: 1px solid #545e94;
	text-align: center;
	width: 50%;
}

.serviceheader h1 {
	color: white;
	font-size: 14px;
	margin: 5px 0;
}

/*This adds the border to the table of services*/
.service_list {
	border-right: 1px dotted #545e94;
	border-left: 1px dotted #545e94;
	border-bottom: 1px dotted #545e94;
	width: 50%;
}

/*This defines the style of the service lists.  This style is also formatted in ie_styles.css*/
.services ul {
	margin: 0 0 0 -25px;
}

.services ul li {
	background-image: url(images/small_check.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding-left: 12px;
	list-style-type: none;
	line-height: 16px;
}

/*This defines the style of the rate types on the rates page.*/
.rates	{
	font-size: 12px;
	font-weight: bold;
}

/*This defines the layout of the rates table*/
.rates_table {
	width: 500px;
	margin: 0;
}

.rates_table h1 {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
}

table.rates_table td {
	width: 25%;
	text-align: center;
	vertical-align: top;
	border-right: 1px dotted #545e94;
	border-left: 1px dotted #545e94;
	border-bottom: 1px dotted #545e94;
}

/*This is the layout of the contact page form */
.contact {
	margin-top: 10px;
}

.contact h1 {
	margin:10px 0 0 0;
}
/*This is the layout of the page footer*/
.footer {
	background-color: #364485;
	font-size: 9px;
	color: white;
	text-align: center;
	border-top: 1px solid #917fa0;
}

/*This sets the styling for links in the footer*/
.footer a:link, .footer a:visited {
	color: white;
	text-decoration: none;
}

.footer a:hover, .footer a:active {
	text-decoration: underline;
}

/*This is the formatting for the credit to Tiny Queen Designs.  Please do not remove this credit.*/
.design {
	font-size: 9px;
}

.design a:link, .design a:visited, .design a:hover, .design a:active {
	color: white;
	text-decoration: underline;
}

#rssfeed {
	font-size: 10px;
}
