@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #000000;
}
a:link {
	color: #9933CC;
}
a:visited {
	color: #9933CC;
}
a:hover {
	color: #00FFFF;
}
a:active {
	color: #9933CC;
}

.clearfix:after {
    content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: inherit;
}

* html .clearfix {
   height: 1%;
}

#page_surround {
margin-left: auto;
margin-right: auto;
margin-top: 10px;
background-color: #bec4fd;
width: 900px;
border: solid 1px #710f4b;
}

#header {
min-height: 115px;
width: 900px;
display: block;
}

#logo {
min-height: 115px;
float: left;
width: 280px;
padding: 10px;
text-align: center;
font-size: 14px;
font-weight:bold;
font-style:italic;
color: #710f4b;
}

.phone {
font-size: 18px;
padding-top: 5px;
font-style:italic;
color: #710f4b;
}

#slogan {
float: right;
width: 580px;
min-height: 115px;
padding: 10px;
text-align: center;
font-size: 14px;
font-weight:bold;
font-style:italic;
color: #710f4b;
}

#top_nav {
margin-top: 20px;
}

#top_nav a:link {
text-decoration:none;
color: #710f4b;
}

#top_nav a:visited {
text-decoration:none;
color: #710f4b;
}

#top_nav a:active {
text-decoration:none;
color: #710f4b;
}

#top_nav a:hover {
text-decoration:underline;
color: #0033CC;
}

#top_images {
width: 900px;
display: block;
}

#main_nav {
color: #fff;
font-weight: bold;
display: block;
width: 890px;
min-height: 15px;
background-color: #710f4b;
padding: 5px;
}

#main_nav a:link {
color: #fff;
text-decoration:none;
}

#main_nav a:visited {
color: #fff;
text-decoration:none;
}

#main_nav a:active {
color: #fff;
text-decoration:none;
}

#main_nav a:hover {
color: #0033CC;
text-decoration:underline;
}

#main_area {
width: 900px;
display: block;
overflow: hidden;
}

#left {
background-color: #bec4fd;
float: left;
display: block;
width: 130px;
padding: 10px;
}

#right {
 background-color: #bec4fd;
float: right;
display: block;
width: 130px;
padding: 10px;
}

#main_content {
background-color: #fff;
float: left;
display: block;
width: 580px;
padding: 10px;
min-height: 750px;
}

#footer {
clear: all;
background-color:#710f4b;
display: block;
width: 880px;
min-height: 30px;
padding: 10px;
color: #fff;

}

.page_headers {
font-weight: bold;
color: #fff;
display: block;
width: 550px;
min-height: 10px;
padding: 5px;
font-size: 18px;
background-color: #710f4b;
} 

.services {
border: solid 1px #710f4b;
padding: 5px;
display: block;
width: 550px;
}
