@charset "UTF-8";
/* CSS Document */


body {
	background-color: #F9F0E1;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;/*	overflow: scroll;*/
}

#container {
	width: 756px;
	margin-left: 50%;
	position: absolute;
	left: -400px;
	top: 0px;
	height: 700px;
}

#navcontainer {
	height: 571px;
	width: 184px;
	float: left;
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(images/nav.png);
}
#mainbox {
	float: left;
	height: 472px;
	width: 572px;
	background-repeat: no-repeat;
}
#logobox {
	background-image: url(images/logo.gif);
	position: absolute;
	height: 98px;
	width: 346px;
	top: 0px;
	left: 205px;
	background-repeat: no-repeat;
}
#maincontainer {
	height: 473px;
	float: left;
	background-image: url(images/mainbx.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 184px;
	top: 98px;
	width: 572px;
}
#navborder {
	position:absolute;
	left:6px;
	top:106px;
	width:159px;
	height:175px;
/*	z-index:1;*/
	border: 2px solid #999933;
	padding-top: 275px;
	padding-left: 15px;
}
#main {
	position:absolute;
	left:0px;
	top:8px;
	width:560px;
	height:450px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #999933;
	border-right-color: #999933;
	border-bottom-color: #999933;
}
body#home a.homenav,
body#portfolio a.portfolionav,
body#testimonials a.testimonialsnav /*these highlight current page navigation*/{
	color:#660000;
	font-weight:bold;
	background-image: url(images/4square_01.gif);
	background-repeat: no-repeat;
}

a {
	text-decoration: none;
}
a  img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#navborder ul  {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#navborder a  {
	letter-spacing: 0.1em;
	line-height: 2em;
	/*background-image: url(images/4square_01.gif);*/
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding-left: 15px;
}

#navborder a:link, a:visited {
	color: #660000;
	background-image: url(images/4squarered_01.gif);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*#home #container #navcontainer #navborder a.subli {
	color: #660099;
	background-image: none;
	font-size: 0.7em;
	line-height: 1.3em;
	padding-left: 25px;
}*/

#navborder a:hover {
	color: #336600;
	background-image: url(images/4square_01.gif);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
#contactbox {
	position: absolute;
	height: auto;
	width: 263px;
	left: 250px;
	top: 575px;
	font-family: "Times New Roman", Times, serif;
	font-size: 0.8em;
	color: #333300;
	text-align: center;
	line-height: 1.3em;
}
#contactbox a {
	color: #660000;
}
#credit {
	position: absolute;
	height: auto;
	width: 140px;
	top: 625px;
	font-family: "Times New Roman", Times, serif;
	font-size: 0.7em;
	color: #C6BCA5;
	text-align: center;
	line-height: 1.7em;
	left: 312px;
}
#credit a {
	background-image: none;
	color: #C6BCA5;
	text-decoration: underline;
}

