.content {
	width: 735px;
	clear: left;
}
.content a {
	text-decoration: underline;
}
#maincol {
	width: 775px;
	float: left;
	margin-bottom: 50px;
}
#infomenu {
	float: left;
	clear: left;
	width: 940px;
	height: 35px;
	line-height: 35px;
	background: url('images/menu_bg.gif') 0 0 scroll repeat-x #f2be36;
	margin: 0 0 5px 0;
	padding: 0 20px 0 20px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#infomenu a, #infomenu span {
	padding: 0 12px;
	vertical-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
#infomenu span {
	color: #005c7c;
}
#submenu {
	float: left;
	clear: left;
	width: 725px;
	height: 25px;
	line-height: 25px;
	background: #ffecb3;
	margin: 0 0 5px 0;
	padding: 0 20px 0 20px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#submenu a, #submenu span {
	padding: 0 12px;
	vertical-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #21759B;
}
#kk-rightbuttons {
	width: 205px;
}
#kk-rightbuttons a {
	height: 55px;
}
#submenu span {
	color: #005c7c;
}
.fright {
	float: right;
	clear: right;
}
.fleft {
	float: left;
	clear: left;
	margin-right: 15px;
}
.page-title {
	margin: 0 0 10px 0;
}
.autorbox {
	display: block;
	margin-bottom: 30px;
}
.autorbox h4 {
	margin-bottom: 5px;
}
.content img.fright {
	margin: 0 0 15px 15px;
}
.content img.fleft {
	margin: 0 15px 15px 0;
}

.content blockquote {
	margin: 0;
	padding: 22px 30px 12px 30px;
	background: url('images/quote-bg.jpg') 2px 5px no-repeat;
}
.content blockquote p {
	margin: 0;
}

.download-item {
	display: block;
	margin: 5px 0 30px 0;
}

#contact-form-frame {
	padding: 0 30px;
}
.contact-form-line {
	padding: 6px;
	border-top: 1px solid #eee;
}
.contact-form-label {
	display: block;
	width: 30%;
	float: left;
	font-weight: bold;
	color: #666666;
	padding: 3px 0;
}
.contact-form-field input, .contact-form-field textarea, .contact-form-field select {
	
	padding: 3px;
	border: 1px solid #ccc;
}
span.req {
	color: red;
	font-weight: bold;
	font-size: 1.2em;
}

/* Lightbox styles */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
