
body{
	width:100%;
	color:#626366;
	background-color:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

a{
	outline:none;
}
a:link{
	color:#626366;
	text-decoration:none;
	line-height:18px;
}
a:visited{
	color:#626366;
	text-decoration:none;
	line-height:18px;
}
a:hover{
	color:#626366;
	text-decoration:underline;
	line-height:18px;
}
a:focus{
	color:#626366;
	text-decoration:none;
	line-height:18px;
}
a:active{
	color:#626366;
	text-decoration:none;
	line-height:18px;
}

.ralign{
	text-align:right;
}

.fleft{
	float:left;
}

#container{
	width:827px;
	margin:0 auto;
}

#wrapper{
	background-color:#ffffff;
	width:784px;
	margin:72px auto 0px auto;
	border:solid #626366 8px;
	float:left;
	background-image:url(../images/leaves2.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
}

#wrapperNoBG{
	background-color:#ffffff;
	width:784px;
	margin:72px auto 0px auto;
	border:solid #626366 8px;
	float:left;
}

#header{
	height:220px;
	background-color:#c1dee5;
	background-image:url(../images/leaves.gif);
	background-repeat:no-repeat;
	background-position:top left;
	text-align:right;
}

#logo{
	margin-right:47px;
	margin-top:34px;
}

.leavesOverlay{
	float:left;
}

#navContainer{
	background-color:#daebef;
	height:30px;
}

#subnavContainer{
	background-color:#daebef;
	height:21px;
	font-weight:bold;
	text-align:center;
}

a.subnav{
	padding-top:10px;
}

a:hover.subnav {
	color:#ffffff;
	text-decoration:none;
}

a.portnav{
	font-size:10px;
	padding-top:10px;
}

a:hover.portnav {
	color:#ffffff;
	text-decoration:none;
}

#contentContainer{
	margin-left:25px;
	margin-top:25px;
	width:485px;
}

p{
	padding:14px 0 0 0;
	font-size:11px;
	line-height:16px;
	text-align:justify;
}

.title{
	font-size:29px;
	color:#daebef;
}

.subtitle{
	font-size:17px;
	font-weight:bold;
	color:#626366;
}

td{
	font-size:11px;
	line-height:11pt;
}

.tableHeader{
	font-weight:bold;
}

#tableFrame{
	margin-top:3px;
	width:508px;
	height:101px;
	background-color:#daebef;
}

#galleryNav{
	height:45px;
	padding-bottom:10px;
}

#galleryNavButtons{
	padding-top:22px;
	padding-left:25px;
	float:left;
}

#portNavButtons{
	padding-top:22px;
	padding-left:25px;
	padding-bottom:10px;
	float:left;
}

.galleryImg{
	margin-left:15px;
}

.galNavButOn{
	background-color:#626366;
}

.galNavBut{
	background-color:#bbd8df;
}

#contactscroll {
	width: 508px;
	height: 130px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	margin: 0;
	padding: 0px;
	font-style:italic;
}
#portfolioscroll {
	width: 508px;
	height: 225px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	margin: 0;
	padding: 0px;
}
