/* CSS Document */

body {
	background-color: #f1f1f1;
	font-family: Helvetica, sans-serif;
	margin: 0; padding: 0; 
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.cMiddle {
	background-image: url(images/cMiddle.gif);
	background-repeat: repeat-y;	
}
.copyright {
	color: #999999;
	font-size: 10px;
}
#About {
	position:relative;
	left:48px;
	top:23px;
	width:386px;
	border:0px; padding:0px; margin:0px;
}
#Contact {
	position:relative;
	left:48px;
	width:386px;
	border:0px;
	padding:0px;
	margin:0 0 50px 0;
	height: auto;
	top:23px;
}
#divSpacer {
	position:relative;left:0px;top:23px;height:30px; width:462px;
}
#Work {
	position:relative;
	left:28px;
	top:23px;
	width:386px;
	border:0px;
	margin:0px; padding:0px;
	float:left;
	clear:left;
}
#Login {
	position:relative;
	width:15px;
	height:88px;
	border:0px;
	margin:0px;
	padding:0px;
	float:left;
	left:28px;
	top:43px;
	background-image: url(images/login.gif);
}
.contactArrowOver {
	width:23px;
	height:23px;
	border:0px;
	margin:0px;
	padding:0px;
	background-image: url(images/contactArrowOver.gif);
}
.contactArrowOff {
	width:23px;
	height:23px;
	border:0px;
	margin:0px;
	padding:0px;
	background-image: url(images/contactArrowOff.gif);
	background-repeat: no-repeat;
}
.contactArrowOn {
	width:23px;
	height:23px;
	border:0px;
	margin:0px;
	padding:0px;
	background-image: url(images/contactArrowOn.gif);
	background-repeat: no-repeat;
}

#contactFormTable {
	display: none;
}

#contactForm .formBoxes {
	width:322px;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	padding-top:5px;
}
#contactForm .submitButton { 
	font-size: 12px; 
	font-weight: bold;
	background-color: #dddddd; 
	color: #666666; 
	margin:0px;
	padding:2px 4px 2px 4px; 
	border: 2px solid #dddddd;
	cursor:pointer;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;	
}
#contactForm .submitButton:hover { 
	background-color: #339999; 
	border: 2px solid #339999;
	color: white; 
	cursor:pointer;
}
#contactForm input {
	font-size: 18px; 
	border: 1px solid #cccccc;
	margin:0px;
	padding:2px; 
	height:24px;
	font-family: Helvetica, sans-serif;
	color:#666666;
}
#contactForm textarea {
	font-size: 15px; 
	border: 1px solid #cccccc;
	margin:0px;
	padding:2px; 
	height:104px;
	font-family: Helvetica, sans-serif;
	color:#666666;
}
#spacer {
	height:7px;
}
.boxTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #999999;
	text-align:left;
}

.boxTitleContact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #999999;
	cursor: pointer;
}
.boxBody {
	font-size: 14px;
	line-height:18px;
	color: #666666;
}
.boxBody a {
	font-size: 14px;
	line-height:18px;
	font-weight:bold;
	color: #666666;
	text-decoration:none;
}
.boxBody a:hover {
	text-decoration:underline;
}
.workTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
.workTitle a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-decoration:none;
}
.workTitle a:hover {
    text-decoration:underline;
}
.workBody {
	font-size: 12px;
	color: #666666;
}
.workBody a {
	text-decoration:none;
	color: #666666;
}
.workBody a:hover {
	text-decoration:underline;
}
.workSub {
	font-size: 11px;
	color: #999999;
}
.workSub a {
	text-decoration:none;
	color: #999999;
}
.workSub a:hover {
	text-decoration:underline;
	color: #999999;
}
.lightboxLink {
	font-size: 16px;
	font-weight:bold;
	color: #666666;
}
.lightboxText {
	font-size: 9px;
	font-weight:normal;
	line-height:10px;
	color: #666666;
}