/* CSS Document */

body {
	background-color: #cccbcc;
	background-image: url(images/site_bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #333333;
}

h1 {
	color:#992b2a;
	margin-left: 30px;
}

#Layer1 {
	width:762px;
	z-index:1;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
#OurServices {
	background:url(images/tab_ourservices_bg.jpg);
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-size:14.5pt;
	text-align: center;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 6px;
}
#Services {
	padding:30px;
	text-align: left;
}

.title_black {
	color: #000000;
}

a:link {
	color: #f74e02;
	font-weight: bold;
}
a:visited {
	color: #f74e02;
	font-weight: bold;
}
a:hover {
	color: #1a8c07;
	font-weight: bold;
}
a:active {
	color: #1a8c07;
	font-weight: bold;
}
a {
	font-size: 8.5pt;
	font-weight: bold;
}
