/* Stylesheet - jhagood.com */

* {
	border:0px solid #222;
}
html, body {
	margin: 0px;
	margin-top: 5px;
	text-align: center;
	color: #4f3a34;
	font-size: 12px;
	font-family: "Lucida Sans", Trebuchet MS, Verdana, Arial;
	background-color: #EEEEEE;
}
#wrappercontainer {
	width: 999px;
	height: 645px;
	background-image: url(../images/jhagood.jpg);
	background-repeat: no-repeat;
	margin: auto;
}
#opencontainer {
	width: 999px;
	height: 645px;
	background-image: url(../portfolio/images/portfoliobg.jpg);
	background-repeat: no-repeat;
	margin: auto;
}
#contactwrappercontainer {
	width: 999px;
	height:645px;
	background-image: url(../images/jhagoodcontact.jpg);
	background-repeat: no-repeat;
	margin: auto;
}
div.tree {
	float: left;
	position:relative;
	top: 180px;
	left: 60px;
	width: 249px;
}
div.news {
	top:130px;
	left: 350px;
	width:269px;
	float: left;
	position:relative;
	text-align:left;
	line-height:20px;
}
div.about {
	top:130px;
	left:590px;
	width:269px;
	float: left;
	position:relative;
	text-align:left;
	line-height:20px;
}
.menu {
	width: 355px;
	float: left;
	position:relative;
	left:100px;
	top:347px;
}
.menucontact {
	width: 355px;
	float: left;
	position:relative;
	left:321px;
	top:347px;
}
.menuindex {
	width: 355px;
	float: left;
	position:relative;
	left:72px;
	top:347px;
}
div.educationimg {
	height:42px;
	width:25px;
	margin-left:12px;
	margin-top:-1px;
}
div.portfolioarea {
	width:490px;
	float:left;
	position:relative;
	top:120px;
	left:110px;
	z-index:900;
}
div.portfoliosection {
	width:500px;
	top:40px;
	border:0px solid #FF0000;
	float:left;
	position:relative;
}
div.contactbox {
	top:110px;
	left:590px;
	width:269px;
	float: left;
	position:relative;
	text-align:left;
	line-height:20px;
	bottom:20px;
}
div.name {
	background-image: url(../images/formbg.png);
	background-repeat: no-repeat;
	padding:10px;
}
.name2 {
	background-color: transparent;
	border: 0px;
	padding-left:10px;
	padding-right:11px;
}
div.email {
	background-image: url(../images/formbg2.png);
	background-repeat: no-repeat;
	padding:10px;
}
.email2 {
	background-color: transparent;
	border: 0px;
	padding-left:10px;
	padding-right:11px;
}
.comments {
	background-image: url(../images/form2bg.png);
	width:160px;
	height:57px;
	background-repeat: no-repeat;
	background-color: transparent;
	padding:10px;
	border: 0px;
	padding-left:21px;
	padding-right:21px;
}
#formbutton {
	width: 105px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent url(../images/submit.png) no-repeat center top;
	cursor: pointer;
}
#footercontainer {
	margin:auto;
	text-align:right;
	width:900px;
	height:50px;
}
.footer {
	font-family:"Tw Cen MT";
	font-size: 11.5px;
	color: #655241;
}
.footer a:link {
	color: #60453C;
	text-decoration:none;
	border-bottom: dotted 1px #CFC8C2;
}
.footer a:visited {
	color: #60453C;
	text-decoration:none;
	border-bottom: dotted 1px #CFC8C2;
}
.footer a:hover {
	color: #60453C;
	text-decoration:none;
	border-bottom: dotted 1px #60453C;
}
/* Link images */
.menuContainer a .off {
	position: absolute;
	z-index: 100;
}
.menuContainer a .on {
	position: absolute;
	z-index: 150;
	visibility: hidden;
}
.menuContainer a:hover .on {
	visibility: visible;
}