/*
-----------------------------------------------
KMS Design Group, LLC
Author:   M&D Consulting, LLC
Version:  Jan. 13, 2008
----------------------------------------------- */

/* Background
----------------------------------------------- */
.mainbkg {
	background-image: url('../images/tablebkg.jpg');
	background-repeat: repeat-y
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/backmute.jpg);
}
.bkgd_service03 {
	background-image: url(../images/service_03.jpg);
}
.bkgd_contact {
	background-image: url(../images/contact_bkgd.jpg);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.bkgd_home{
	background-image: url(../images/home_bkgd.jpg);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
}
.bkgd_project {
	background-image: url(../images/projects-page_03.jpg);
}
/* Text
----------------------------------------------- */
.sidebar {
	font-family: Arial, "Helvetica", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #544726;
	text-decoration: none;
	line-height: 20px;
}
.header {
	border-bottom:thin solid #566314; font-family: "Arial Narrow";
	font-size: 24pt;
	font-weight: bold;
	color: #000000;
	margin-left:10; text-decoration:none; padding-right:-10px
}
.subheader {
	font-family: Arial, "Helvetica", Times, serif;
	font-size: 16pt;
	font-weight: bold;
	color: #f0ede0;
	text-decoration: none;
	text-transform: capitalize;
}
p {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 6px;
	padding-top: 0px;
	margin: 0px;
}
h1 {
	font-family: "Myriad Pro", Arial;
	font-size: 16px;
	color: #333333;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	margin: 0px;
}
h2 {
	font-family: "Myriad Pro", Arial;
	font-size: 14px;
	color: #333333;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	margin: 0px;
}
.body {
	font-family: "Arial Narrow";
	font-size: 12pt;
	color: #000000;
	line-height: 100%;margin-left:10; margin-right:10
}
a:link {
	font-weight: bold;
	color: #660033;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #4B5926;
	text-decoration: underline;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: 675d3d;
	text-decoration: none;
}
a:link.footer {
	font-weight: normal;
	color: #675d3d;
	text-decoration: underline;
}
a:visited.footer {
    font-weight: normal;
	color: #675d3d;
	text-decoration: underline;
}
a:hover.footer {
    font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
.style1 {
				border-bottom: thin solid #566314;
				font-family: "Arial Narrow";
				font-size: medium;
				font-weight: bold;
				color: #000000;
				margin-left: 10;
				text-decoration: none;
				padding-right: -10px;
}
.style2 {
				font-family: Arial;
				font-size: 12pt;
				color: #000000;
				line-height: 100%;
				margin-left: 10;
				margin-right: 10;
}
/* Misc
----------------------------------------------- */
.fields {
	font-family: "Helvetica", Times, serif;
	font-size: 12px;
	color: #000000;
	background-color: #AAA285;
	font-weight: normal;
	padding-left: 2px;
	padding-right: 2px;
}
.border {
	margin: 8px;
}
.bottomborder {
	border-top: thin none #615735;
	border-right: thin none #615735;
	border-bottom: thin solid #615735;
	border-left: thin none #615735;
}
.tablebkg {
	background-image: url("/images/bkg_image.jpg");
	background-repeat: no-repeat
}

