/* CSS Document */
body {
	width:757px;
	margin-left:auto;
	margin-right:auto;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	background-color:#cddae1;
	color:#000000;
	height:100%;
	background-image:url(../images/bg_test.gif);
	background-repeat:repeat;
}
#main {
	font-size:12px;
	color:#000000;
	border:1px solid #000000;
	height:100%;
	background-color:#ffffff;
	}
	
#header {
	background-color:#ffffff;
	border-bottom: 1px solid #627986;
	color:#000000;
	}
#nav {
	width: 160px;
	float:left;
	padding-top:10px;
	background-color:#ffffff;
	height:100%;
	color:#000000;
	overflow:visible;
}
#center {
	width: 567px;
	float:left;
	background-color:#ffffff;
	padding: 5px 10px 5px 15px;
	color:#000000;
	border-left:1px solid #627986;
}
#footer {
	clear:both;
	width:753px;
	background-color:#ffffff;
	border-top: 1px solid #627986;
	padding:5px 0px 5px 0px;
	color:#000000;
}
#center_card {
	width: 567px;
	float:left;
	background-color:#ffffff;
	padding: 5px 10px 5px 15px;
	color:#000000;
	border-left:1px solid #627986;
}


#navlist {
	padding: 0 1px 1px;
	margin-left: 0;
	font-weight:bold;
	background: gray;
	width: 10em;
	font-size: 1.25em;
	color:#000000;
	height:100%;
}
#navlist li {
	list-style: none;
	margin: 0;
	border-top: 1px solid gray;
	text-align: left;
}
#navlist li a {
	display: block;
	padding: 0.35em 0.5em 0.35em 0.75em;
	border-left: 1em solid #0000fe;
	background-color: #83A1C6;
	color:#000000;
	text-decoration: none;
}
#navlist #active a {
	display: block;
	padding: 0.45em 0.5em 0.45em 0.75em;
	border-left: 1em solid #be0000;
	background-color: #0000fe;
	text-decoration: none;
	color:#ffffff;
}
#navlist li a:link { 
	color:#000000; 
}
#navlist li a:visited { 
	color:#000000; 
}
#navlist li a:hover {
	border-color: #0000fe;
	color: #ffffff;
	background: #627986;
}

#center img {
	border:2px solid #627986;
}


h1 {
	color:#627986;
	font-size:3em;
	margin-top:15px;
	margin-bottom:15px;
	background-color:#ffffff;
}
h2 {
	margin-bottom:10px;
	font-size:1.25em;
	margin-top:20px;
}


.highlight {
	font-weight:bold;
	font-size:1.4em;
	margin-bottom:15px;
}
.address {
	margin-bottom:10px;
}
.box {
	font-size:1.35em;
	padding: 10px 5px 15px 5px;
	border:thin solid #999999;
	width:350px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.card {
	font-size:1.35em;
	padding: 20px 10px 15px 10px;
	border:thin solid #999999;
	width:325px;
	margin-left:auto;
	margin-right:auto;
}
.card_name{
	text-align:left;
	font-weight:bold;
	font-size:1.2em;
	margin-bottom:15px;
	border-bottom:solid #000000 1px;
}
.card_logo img {
	border:0px;
	text-decoration:none;
	float:left;
	width: 90px;
}
.card_address {
	text-align:left;
	width:295px;
	margin-left:110px;
	font-size:.9em;
	line-height:20px;
}
.small_text {
	font-size:.8em;
	margin-left:8px;
}




table {
	font-size: 1.25em;
	margin-top:15px;
	border-style:solid;
	border-color:#999999;
    border-width: 0 0 1px 1px;
	width: 505px;
	padding-bottom:2px;
}
td {
    border-color: #999999;
    border-width: 1px;
    border-style: solid;
    padding: 5px;
}
.table_heading {
	background-color:#0000fe;
	color:#ffffff;
	font-variant:small-caps;
	font-weight:bold;
}


.photo {
	text-align:center;
	margin-top:25px;
}
.photo_home {
	text-align:center;
	margin-top:15px;
}
.photo_home2 {
margin-left:85px;
}





.desc {
	font-size:1.35em;
	margin-bottom:15px;
}
.service_item {	
	margin-top:15px;
	margin-bottom:15px;
	margin-left: 25px;
}
.services {
	margin-top:5px;
}
.desc ul li {
	font-size:.95em;
	margin-bottom:15px;
	border-bottom: 1px #627986 solid;
	padding-bottom:5px;
	list-style-type:none;
}
.service_item a {
	font-weight:bold;
	text-decoration:none;
	color:#627986;
	background-color:#ffffff;
	font-size:1.25em;
	list-style-type:none;
}
.service_item a:hover {
	font-weight:bold;
	text-decoration:underline;
}
.service_item img {
	margin-top:5px;
	margin-bottom:10px;
	}



