/* CSS Document */

html, body {
		background:#000 url(../images/bkcontent.gif) repeat-y center;
		padding:0;
		margin:0;
		font-family: Arial, Helvetica, sans-serif;
		color:#666;
		height:100%;
}

p {
	margin: 1em 0 0 0;
	font-size:11px;
}

a {
	color:#333333;}

a:hover {
	color:#000;}

a:visited {
	color:#666;}
	
#container {
    position: relative;
    min-height: 100%;
}

#content {
	width:953px;
	margin:auto;
}

#left {
	float:left;
	width:193px;
	height:582px;
	background:url(../images/left.jpg) no-repeat;
}

#flashleft {
	height:447px;
	width:193px;
}

#right {
	float:left;
	width:193px;
	height:582px;
	background:url(../images/right.jpg) no-repeat;
}

#contactbox {
	margin: 0;
	padding: 0 15px 0 0;
	text-align:right;}
	
#contactbox:hover p {
	color:#666;}

#contactbox:hover a {
	color:#666;
	background-color:#000;}

#contactbox:hover .biggreen {
	color:#605F0D;}
	
#contactbox p {
	padding:0;
	margin:0;
	color:#333;
	font-size:11px;}
	
#contactbox a {
	color:#333;}
	
#contactbox a:hover {
	color:#605F0D;}
	
/* pages content */




#linkstop {
	height:34px;
	padding:8px 30px 0 35px;
	margin:0;
}
	
#linkstop a {
	font-family:"Trebuchet MS", Arial;
	font-size:10px;
	color:#666;
	display:block;
	float:left;
	background-color:#fff;
	font-weight:bold;
	border: #ccc 1px solid;
	padding:5px 10px;
	margin-right:20px;
	text-decoration:none;}

#linkstop a:hover {
	color:#E18C46;
	border: #dbdbdb 1px solid;}

/* stiles */
.title {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size:13px;
		color: #000;
		display:block;
		width:114px;
		background-color: #F6E6DC;
		font-weight:normal;
		border: #F2DBCC solid 1px;
		padding:2px 5px 2px 5px;
}
	
.biggreen {
	font-size:23px;
	font-weight:bold;
	color:#2B2E03;
	font-family: "Book Antiqua", "Bookman Old Style", "times New Roman";
	padding-bottom:15px;}
	
.bigblack {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:26px;
		color:#000;
}
	
.bigblackgray {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:26px;
		font-weight:bold;
		color:#666666;
}

.smalltitle {
	font-size:14px;
	padding:20px;
	font-weight:bold;
	color: #000;
	padding:0px;}
	
.date {
	color:#E18C46;
	font-weight:bold;}
	
.dateblack {
	color:#000000;
	font-weight:bold;
}
	
.posttitle {
	color:#333;
	font-weight:bold;}
	
	
#header {
	clear:both;
	padding:0;
	margin:0;
	height:109px;
	width:100%;
	background:url(../images/header_bk.gif) repeat-x;
}

#headercenter {
	padding:0;
	margin:0;
	width:953px;
	height:109px;
	margin:auto;
	background:url(../images/header.jpg) repeat-x;
}

#menu {
		margin:0;
		padding: 65px 0 0 193px;
		width:600px;
		height:44px;
		float: left;
}

#menu ul {
	display: inline;
	margin: 0;
	padding: 0;
}

#menu li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

li.homepage a{
	float:left;
	background: url(../images/menu/home01.gif);
	display: block;
	width: 124px;
	height: 44px;
	text-indent: -999999px;
	overflow: hidden;
}

li.homepage a:hover {
	background: url(../images/menu/home03.gif);
}

li.homepageselected {
	float:left;
	background: url(../images/menu/home02.gif);
	display: block;
	width: 124px;
	height: 44px;
	text-indent: -999999px;
	overflow: hidden;
}

li.aboutpage a{
	float:left;
	background: url(../images/menu/about01.gif);
	display: block;
	width: 149px;
	height: 44px;
	text-indent: -999999px;
	overflow: hidden;
}

li.aboutpage a:hover {
	background: url(../images/menu/about03.gif);
}

li.aboutpageselected {
	float:left;
	background: url(../images/menu/about02.gif);
	display: block;
	width: 149px;
	height: 44px;
	text-indent: -999999px;
	overflow: hidden;
}

li.portfoliopage a{
	float:left;
	background: url(../images/menu/portfolio01.gif);
	background-position: 0 0;
	display: block;
	width: 144px;
	height: 44px;
	text-indent: -999999px;
	overflow: hidden;
}


li.portfoliopage a:hover {
	background: url(../images/menu/portfolio03.gif);
}

li.portfoliopageselected {
	float:left;
	background: url(../images/menu/portfolio02.gif);
	display: block;
	width: 144px;
	height: 44px;
	text-indent: -999999px;
	overflow: hidden;
}

li.contactpage a{
	float:left;
	background: url(../images/menu/contact01.gif);
	display: block;
	width: 150px;
	height: 44px;
	text-indent: -999999px;
	overflow: hidden;
}

li.contactpage a:hover {
	background: url(../images/menu/contact03.gif);
}

li.contactpageselected {
	float:left;
	background: url(../images/menu/contact02.gif);
	display: block;
	width: 150px;
	height: 44px;
	text-indent: -999999px;
	overflow: hidden;
}

#footer {
	clear:both;
	padding:0;
	margin:0;
	width:100%;
	background:url(../images/footer_bk.gif) repeat-x;
}

#copyright {
	padding:0;
	margin:0;
	width:953px;
	height:41px;
	margin:auto;
	background:#000 url(../images/footer.gif) repeat-x;
}

#copyright p {
	padding:18px 0 0 0;
	margin:0;
	font-size:10px;
	color:#565656;
	text-align:center;}
	
#topbar {
	height:24px;
	padding:0;
	margin:0;
	background: #6B9743 url(../images/top.gif) repeat-y center;
	border-bottom: 1px solid #396C00;
	border-top: 1px solid #396C00;
	font-size:11px;
}
	
#topbar a {
	color:#A7B524;
	padding-right:20px;
	font-weight:bold;
}

#topbar a:hover {
	color:#fc0;}
	
#bookmark {
	float:right;
	padding-top:5px;
	padding-right:10px;
	margin:0;
	width:150px;
	height:20px;
	font-size:11px;
	text-align:right;}
	
#pagetitle {
	float:left;
	padding:0;
	margin:0;
	width:630px;
	height:20px;
}

#pagetitle h1{
	margin:0;
	padding-top:5px;
	padding-left:10px;
	text-align:left;
	color:#006600;
	font-size:11px;
}
	
#bottombar {
	clear:both;
	width:100%;
	background: #6B9743 url(../images/top.gif) repeat-y center;
	height:23px;
	border-bottom: 1px solid #396C00;
	border-top: 1px solid #396C00;
	position:absolute;
	bottom:0;
}

#bottombar a {
	padding: 7px 10px 5px 10px;
	font-weight:bold;
	line-height:100%;
	text-align:left;
	color:#006600;
	font-size:11px;}
	
#bottombar a:hover {
	color:#003300;}
	
#clientlogin {
	float:right;
	padding: 3px 10px 0 0;
	margin:0;
	width:150px;
	height:20px;
	font-size:11px;
	text-align:right;
	line-height:100%;}
	
#bottomlinks {
	float:left;
	padding: 3px 0 0 10px;
	margin:0;
	width:620px;
	height:20px;
	line-height:100%;
}
