@charset "utf-8";
/* CSS Document */

<!--
body {
	background-color: #d8d9bb;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #111;
}
#content {
	padding:30px;
}

#nav {	
	width:942px;
	height:36px;
	background:url(images/navbg.gif) repeat-x;
	color:#FFF;
	font-weight:bold
}
#nav div {
	padding-top:8px;
	text-align:right;
	padding-right:10px;
}

#content h2 {
		font-size:23px;
		color:#666;
		font-family:"Arial Narrow", Arial, Helvetica, sans-serif
}
#footer {
	font-size:11px;
	color:#3e3d30;
	margin-top:5px;
	margin-bottom:10px;
}
#footer div {
	width:400px;
}

.caption {
	width:380px;
}
.portfolio-tag {
	font-size:12px;
	
	text-align:center;
	width:100%;
}
.visit {
	text-align:right;
	float:right;
	width:100px;
	font-size:10px;
}
a:link {
	color: #83920a;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #83920a;
}
a:hover {
	text-decoration: underline;
	color: #83920a;
}
a:active {
	text-decoration: none;
	color: #83920a;
}

.contactFormTitle {
	font-size:11px;
}
.required {
	color:#F00;
}
.inputFixedWidth {
	width:250px;
}

td {
	text-align:justify
}




#nav ul {
	list-style:none;
	list-style-type:none;
	margin:0;
	padding:0
}

#nav ul li {
	margin:0 0 0 0;
	padding:0;
	float:left;
}

#nav a {
	text-decoration:none;
	color:#fff;
	display:block;
	height:35px;
	width:100px;
	text-align:center;
	padding:8px 0 0 0

}
#nav a:hover {
	text-decoration:none;
	color:#333;	
	background:url(images/nav-active.jpg);
	
}
#nav ul .current a {
	background:url(images/nav-active.jpg);
	text-decoration:none;
	color:#333;
}

#contactDetails {
	text-align:right;
	float:right;
	margin-right:10px; margin-top:5px;
}
-->
