/* CSS Document */

body {
	font-size: 11px;
	font-family: Verdana;
	color: black;
	background-color: #ffffff;
}

a.services:link {color: #352520; font-weight: bold; font-size: 12px; text-decoration: none;}
a.services:visited {color: #352520; font-weight: bold; font-size: 12px; text-decoration: none;}
a.services:hover {color: #735248; font-weight: bold; font-size: 12px; text-decoration: none;}
a.services:active {color: #735248; font-weight: bold; font-size: 12px; text-decoration: none;}

a.email:link {color: #352520; font-size: 11px; text-decoration: none;}
a.email:visited {color: #352520; font-size: 11px; text-decoration: none;}
a.email:hover {color: #735248; font-size: 11px; text-decoration: none;}
a.email:active {color: #735248; font-size: 11px; text-decoration: none;}


.welcome-box {
	font-size: 11px;
	color: #906E58;
	font-family: Verdana;
	background-color: #E7D7C7;
	border: 1px solid #C7AB8E;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

.welcome-header{
	font-weight: bold;
	border-bottom: 1px solid #ffffff;
	padding-bottom: 2px;
	text-align: left;
}

.promo-box {
	font-size: 11px;
	color: #906E58;
	font-family: Verdana;
	background-color: #D7BE9F;
	border: 1px solid #C7AB8E;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

.promo-header{
	font-weight: bold;
	border-bottom: 1px solid #ffffff;
	padding-bottom: 2px;
}

.promo-text{
	font-weight: normal;
	color: #000000;
}

.header{
	font-weight: bold;
	font-size: 15px;
	color: #906E58;
}

.footer{
	font-weight: normal;
	color: #BEAE9F;
}

#services td {padding-left:5px; padding-top:5px; padding-right:0px; padding-bottom:5px;
	border-right: 0px solid #C0B4A8;
	border-bottom: 1px dotted #C0B4A8;
	border-left: 0px solid #C0B4A8;
	border-top: 0px solid #C0B4A8;
	font-size: 11px;
}	