/* Construct */

html, body { 
	font-family: tahoma, arial, verdana, sans serif; 
	font-size: 12px; 
	line-height: 22px;
	font-style: normal;
	color: #999999;
	background: #FFF url('/images/bg.gif') repeat-x; 
	margin: auto;
	min-height: 100%;
	height: auto !important;
	height: 100%
}


A, A:LINK, A:ACTIVE, A:VISITED {color: #0033cc; text-decoration: none; font-weight: normal; }
A:HOVER {color: #0033cc; text-decoration: underline; }

#subnav {
	padding-bottom: 10px;
}

.formfield {
	font-family: tahoma, arial, verdana, sans serif; 
	font-size: 10px; 
	line-height: 10px;
	font-style: normal;
}
.latest-work-thumb {
	border-style:solid; 
	border-color: #0066FF; 
	border-width: 1px;
	margin: 1px 1px 4px 1px;
}
.latest-work-thumb-over {
	border-style:solid; 
	border-color: #0066FF; 
	border-width: 2px;
	margin: 0px 0px 3px 0px;
}
.latest-work-name {
	font-family: arial, verdana, sans serif; 
  	font-size: 12px; 
  	line-height: 16px;
  	font-weight: bold;
	text-transform: uppercase;
  	color: #999999;
}
.latest-work-desc {
	font-family: tahoma, arial, verdana, sans serif; 
  	font-size: 10px; 
  	line-height: 12px;
  	font-style: normal;
  	color: #999999;
}
.footer {
	font-family: arial, verdana, sans serif; 
  	font-size: 12px; 
  	line-height: 12px;
  	font-weight: bold;
	text-transform: uppercase;
  	color: #999999;
	padding: 10px;
}
.footer a:link { color: #999999; text-decoration: none; font-weight: bold; }
.footer a:active { color: #999999; text-decoration: none; font-weight: bold; }
.footer a:visited { color: #999999; text-decoration: none; font-weight: bold; }
.footer a:hover { color: #0066FF; text-decoration: none; font-weight: bold; }