/* CSS Document */

body {
	margin: 0px;
	background-color: #CCCC99;

}
.bg-l {
	background-image: url(../images/bg-l.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.bg-r {
	background-image: url(../images/bg-r.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 50px;
}
.home-text {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	color: #333333;
	background-color: #FFFFFF;
	margin: 0px;
}
.home-text li {
	color: #333333;
}

P {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	color: #333333;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 10px;
}

H1 {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #660000;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.border-t {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-top-color: #083908;
	border-right-color: #083908;
	border-bottom-color: #083908;
	border-left-color: #083908;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.bg-b {

	background-image: url(../images/bg-b.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

h2 {

	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #333333;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.nav {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #990000;
	text-decoration: none;
}

.nav a:link {
	color: #660000;
	text-decoration: none;
}

.nav a:active {
	color: #660000;
	text-decoration: none;
}

.nav a:visited {
	color: #660000;
	text-decoration: none;
}

.nav a:hover {
	color: #003300;
	text-decoration: underline;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}

.copyright a:link {
	color: #666666;
	text-decoration: none;
}

.copyright a:visited {
	color: #666666;
	text-decoration: none;
}

.copyright a:hover {
	color: #666666;
	text-decoration: underline;
}
.border-l-b-r {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #660000;
	border-right-color: #660000;
	border-bottom-color: #660000;
	border-left-color: #660000;
}
.border-b {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #660000;
	border-right-color: #660000;
	border-bottom-color: #660000;
	border-left-color: #660000;
}
.portfolio-text {

	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	color: #333333;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

.portfolio-nav {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	color: #C1B483;
	text-decoration: none;
}

.portfolio-nav a:link {
	color: #C1B483;
	text-decoration: none;
}

.portfolio-nav a:active {
	color: #999966;
	text-decoration: none;
}

.portfolio-nav a:visited {
	color: #C1B483;
	text-decoration: none;
}

.portfolio-nav a:hover {
	color: #660000;
	text-decoration: none;
}
.border-r {

	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #660000;
	border-right-color: #660000;
	border-bottom-color: #660000;
	border-left-color: #660000;
}
.border-rb {


	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #660000;
	border-right-color: #660000;
	border-bottom-color: #660000;
	border-left-color: #660000;
}
.border-all {
	border: 1px solid #990000;
}

ul {
	list-style-type: square;
	color: #C1B476;
	margin-left: 2.5em;
	padding-left: 0px;
	margin-right: 15px;
}
.testmonials-text {
	line-height: 18px;
	margin-bottom: 20px;
}
.green-text {
	color: #083908;
	line-height: 18px;
	margin-bottom: 20px;
}
.box {
	background-image: url(../images/box.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
