﻿body {
	background-image: url(/_images/main_background.jpg);
	background-repeat: repeat-x;
	background-color: #cccccc;
	margin: 0;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif; /*Georgia, Times, serif;*/
}

a {
	color: #002D80;
}

a:hover {
	color: #CC9502;
}

h1 {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #26401B;
}
form {
  display:inline;
}

/* HOME PAGE STYLES */

#homecontainer {

	margin: 0 auto;
	width: 768px;
	text-align: left;
	padding: 0;
}


#homeheader {
	height: 35px;
	width: 768px;
	background-image: url(/_images/home-header-top-background.jpg);
	background-repeat: no-repeat;
	padding-top: 27px;
}

#homeheader ul {
	list-style: none;
	padding: 0;
	margin: 0;
	padding-left: 20px;
}

#homeheader li {
	display: inline;
	padding: 0;
	margin: 0;
}

#clientlogin {
	position: relative;
	left: 691px;
	top: -10px;
	font-size: 9px;
	line-height: 9px;
}

#clientlogin a {
	color: white;
}

#homeleft {
	background-image: url(/_images/home-left.jpg);
	padding-left: 27px;
	padding-right: 15px;
	padding-top: 15px;
	color: #666666;
	font-size: 10px;
	line-height: 28px;
}

#homebottom: {
	width: 768px;
}

#homebottom td {
	vertical-align: top;
	padding-bottom: 15px;
	padding-top: 15px;
	border-bottom: 1px solid #6A665A;
	color: #26401B;
}

#homeservices {
	width: 483px;
	border-left: 1px solid #6A665A;
	border-right: 1px solid #cccccc;
	background-color: white;
	padding-left: 27px;
}

#homenews {
	width: 235px;
	padding-left: 20px;
	padding-right: 10px;
	border-right: 1px solid #6A665A;
	background-color: white;
	color: #26401B;
	font-family: Tahoma, Geneva, sans-serif; /*georgia, times, serif;*/
	font-size: 12px;
}

#homebottom h2 {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	padding-bottom: 13px;
	margin: 0;
}


#servicestable td {
	padding-top: 0;
	padding-left: 0;
	padding-bottom: 20px;
	margin: 0;
	border: 0;
	font-size: 10px;
	color: #000000;
	font-family: Tahoma, Geneva, sans-serif; /*Georgia, Times, serif;*/
}

#servicestable {
	width: 483px;
}

.icon {
	width: 44px;
	padding-right: 5px;
}

.description {
	padding-right: 10px;
}

#servicestable a {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #001A4C;
	padding-bottom: 3px;
	margin: 0;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

#servicestable a:hover {
	color: #CC9502;
}

#homefooter {
	width: 768px;
	font-size: 10px;
	text-align: center;
	background-color: white;
	border-right: 1px solid #6A665A;
	border-left: 1px solid #6A665A;
	border-bottom: 1px solid #6A665A;
	
}

#homefooter td {
	padding-top: 15px;
	padding-bottom: 15px;
}


/* SUB PAGE STYLES */
   

#container {

	margin: 0 auto;
	width: 769px;
	text-align: left;
	padding: 0;
}

#header {
	height: 88px;
	background-image: url(/_images/header_background.jpg);
	background-repeat: no-repeat;
	border-left: 1px solid #6A665A;
	padding-left: 20px;
	padding-top: 35px;
}



#header ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#header li {
	display: inline;
	padding: 0;
	margin: 0;
}
	

#contentshell {
	
	border-left: 1px solid #6A665A;
	border-right: 1px solid #6A665A;
	border-bottom: 1px solid #6A665A;
	padding-right: 11px;
	padding-bottom: 20px;
	background-color: white;
	display: inline-block; /* Fix for IE Mac */
}


#contentshell:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility:hidden;
    }
        
/* Hides from IE Mac */
* html #contentshell {height: 1%;}
#contentshell{display:block;}
/* End Hack */ 



#content {
	width: 520px;
	background-color: white;
	font-size: 12px;
	line-height: 18px;
	padding-left: 25px;
	padding-right: 20px;
	float: right;
}

#content ul {
	list-style: square;
}

#content li {
	padding-bottom: 8px;
}

#menu {
	width: 181px;
	text-align: left;
	background-image: url(/_images/subnav_background.jpg);
}

#subnavtop {
	background-image: url(/_images/subnav_top.jpg);
	width: 155px;
	height: 28px;
	font-size: 14px;
	font-weight: bold;
	padding-left: 26px;
	padding-top: 15px;
	border-bottom: 1px solid #C3C5C3;

}

#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 11px;
	
	
}

#menu li {
	height: 12px;
	padding-bottom: 9px;
	padding-top: 9px;
	border-bottom: 1px solid #C3C5C3;
	border-top: 1px solid #F9FAF9;
}


#menu a {
	
	text-decoration: none;
	padding-left: 26px;	
	display: block;
	line-height: 12px;

}

#menu a:hover {
	color: #FFBB00;
}

#menu a.selected {
	background-image: url(/_images/carat.gif);
	background-repeat: no-repeat;
	background-position: 18px 2px;
	color: #59771D;
}

#menu a.selected:hover {
	color: #002D80;
}

#subnavbottom {
	border-top: 1px solid #F9FAF9;
	width: 181px;
	height: 132px;
	background-image: url(/_images/subnav_bottom.jpg);
}

.styled_table {
	border-right: 1px solid #ccc;
}

.styled_table td {
	padding: 5px;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	font-size: 11px;
	line-height: 13px;
}

.styled_table th {
	background-color: #e6e6e6;
	border-left: 1px solid #ffffff;
	padding: 5px;
	color: #26401B;
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
	text-align: center;
	vertical-align: middle;
}

.contact_table {
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.contact_table td {
	padding: 8px;
	border-bottom: 1px solid #ccc;
	font-size: 11px;
	line-height: 13px;
}

.contact_table th {
	background-color: #e6e6e6;
	padding: 8px;
	color: #26401B;
	font-size: 14px;
	font-weight: bold;
	line-height: 13px;
	text-align: left;
	vertical-align: middle;
}

.contact_table th.smalltext
{
	font-size: 9px;
	line-height: 10px;
	padding: 0 8px;
}

.smalltext
{
	font-size: 10px;
	line-height: 12px;
}

.dateheader {
	display: block;
	color: #4C8036;
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 15px;
	margin-top: 10px;
}

.imgRight {
	float:right;
	margin:0 0 6px 6px;
	}
	
.homeheadline {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	padding-bottom: 13px;
	margin: 0;
}

/* Fix for webEdition */

.wefix img {
	padding: 0;
	margin: 0;
}

.Message {
	color: #f00;
	font-size: 13px;
	font-weight: bold;
	/*border: solid 1px #f00;
	padding: 5px 5px 5px 5px; */
}

#contentedit, #contentedit h3, #content5edit h4
{
	margin: 0 auto;
	width: 768px;
	text-align: left;
	padding: 0;
	color: #fff;
}
#contenteditcontainer
{
	background-color: #fff;
	color: #000;
	border: solid 1px #575757;
	padding: 10px 10px 10px 10px;
}

.footer
{
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 15px;
	text-align:center;
}

