@charset "UTF-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a {
	cursor: pointer;
}

a:link {
	font-family: "Courier New", Courier;
	font-size: 11px;
	color: #825877;
	text-decoration: none;
	outline: none;
}
a:visited {
	font-family: "Courier New", Courier;
	font-size: 11px;
	color: #825877;
	text-decoration: none;
	outline: none;
}
a:active {
	font-family: "Courier New", Courier;
	font-size: 11px;
	color: #353535;
	text-decoration: none;
	outline: none;
}
a:hover, div.thank_you a {
	font-family: "Courier New", Courier;
	font-size: 11px;
	color: #a37a99;
	text-decoration: underline;
	outline: none;
}
.text1, .projdesc div.info, .caption {
	font-family: "Courier New", Courier;
	font-size: 11px;
	color: #5d5c5c;
	text-decoration: none;
}

.bottom_info {
	margin: 14px 0 0 0;
}

.image a {
	display: block;
	width: 600px;
}

.caption {
	margin: 9px 1px;
}

div.text1 {
	margin: 0;
}

.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #353535;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
}
.navlistright {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	line-height: 12px;
}
.navboxleft {
	float: left;
	padding-top: 20px;
	position: absolute;
	margin-left: 20px;
	top: 0px;
	width: 202px;
}

.navboxleft .title {
	width: 77px;
}
.navboxright {
	float: right;
	width: 140px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #9a9a9a	;
	padding-top: 25px;
	padding-left: 10px;
	position: fixed;
	margin-left: 14px;
	margin-right: 0px;
}
.projbox {
	padding-top: 25px;
	padding-bottom: 8px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #353535;
	width: 100%;
}

.projbox table.projtable{
	height: 560px;
}

.projdesc {
	width: 205px;
	padding-left: 20px;
	padding-top: 15px;
	margin-right: 15px;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #353535;
	position: relative;
}

.projdesc .project_type {
	margin-top: 10px;
}

.txtprojdesc {
	font-family: "Courier New", Courier;
	font-size: 11px;
	color: #5d5c5c;
	text-decoration: none;
	float: left;
	margin-top: 5px;
}

.note {
	margin-bottom: 5px;
}

.url {
	margin: 0 0 10px 0;
}

.url input {
	font-family: "Courier New", Courier;
	padding: 0;
	font-size: 9px;
	line-height: 10px;
}

.projcnt {
	font-family: "Courier New", Courier;
	font-size: 11px;
	color: #5d5c5c;
	text-decoration: none;
	float: right;
	margin-top: 5px;
	margin-right: 6px;
}
.borderit {
	padding: 1px;
}
.borderit:hover {
	background-color: #b6b6b6;
	padding: 1px;
}

/* SLIMBOX */
#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #222021;
	cursor: pointer;
	background-image: url(images/closelabel.gif);
	background-repeat: no-repeat;
	background-position: 98% 2%;
}
#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #222021;
}
.lbLoading {
	background-image: url(images/Lightbox-Loader.gif);
	background-repeat: no-repeat;
	background-position: center;
}
#lbImage {
	position: absolute;
	border: 1px solid #222021;
	background-repeat: no-repeat;
}
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}
#lbPrevLink {
	left: 0;
}
#lbPrevLink:hover {
	background-color: transparent;
	background-image: url(images/prevlabel.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
}
#lbNextLink {
	right: 0;
}
#lbNextLink:hover {
		background: transparent url(images/nextlabel.gif) no-repeat 100% 50%;
}
#lbBottom {
	font-family: "Courier New", Courier;
	font-size: 11px;
	color: #666;
	text-align: center;
}
#lbCloseLink {
	display: block;
	float: right;
	width: 60px;
	height: 8px;
	margin: 0px 0;
	outline: none;
	background-color: transparent;
	background-image: url(images/closelabel.gif);
	background-repeat: no-repeat;
}
#lbCaption, #lbNumber {
	margin-right: 50px;
}
#lbCaption {
	font-family: "Courier New", Courier;
	font-size: 11px;
	color: #fff;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	text-indent: 10px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
/* SLIMBOX END */
.img {
	width: 610px;
}

#searchbox {
	width: 84px;
	float: left;
	font-family: "Courier New", Courier;
	font-size: 11px;
	color: #5d5c5c;
	text-decoration: none;
	margin: 0 5px 20px 0;
	height: 12px;
}

#go {
	float: left;
}

#maillistbox {
	font-family: "Courier New", Courier;
	font-size: 11px;
	color: #5d5c5c;
	text-decoration: none;
	padding-bottom: 5px;
}

#email_input {
	font-family: "Courier New", Courier;
	font-size: 11px;
	color: #5d5c5c;
	text-decoration: none;
}

#input_wrapper {
	width: 100px;
	margin-right: 5px;
	float: left;
	position: relative;
}

#input_wrapper input {
	width: 94px;
	height: 13px;
}

#button_wrapper {
	position: relative;
	float: left;
	padding-top: 1px;
}

#commentbox {
	width: 204px;
	height: 125px;
	font-family: "Courier New", Courier;
	font-size: 11px;
	color: #5d5c5c;
	text-decoration: none;
	max-width: 204px;
	max-height: 125px;
}
.footer1 {
	margin-right: 20px;
	height: 80px;
}

.footer1_content {
	padding-left: 20px;
	padding-top: 19px;
	height: 98px;
}

.footer2 {
	border-top: 4px solid #353535;
	width: 100%;
	margin: 0;
	padding: 0;
}

.footer2_content {
	text-align: center;
	padding: 20px;
}
.footer2 div#footer_col1 {
	float: left;
}

.footer2 div#footer_col2 {
	margin: 0 auto;
}

.footer2 div#footer_col3 {
	float: right;
}

.footertxtleft {
	position: relative;
	float: left;
	bottom: 5px;
}
.footertxtmiddle {
	position: relative;
	float: none;
	bottom: 1px;
}
.footertxtright {
	position: relative;
	float: right;
	bottom: 5px;
}
.footerinfo {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #353535;
	padding-left: 20px;
	margin-right: 20px;
}
.infoboxfirst {
	width: 205px;
	padding-left: 20px;
	margin-right: 15px;
	padding-top: 20px;
}
.infoboxnews {
	width: 600px;
	padding-top: 20px;
}
.infobox1 {
	width: 190px;
	padding-top: 20px;
	padding-bottom: 3px;
}

.infobox2 {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #353535;
	width: 100%;
	padding-bottom: 15px;
}
.infobox3 {
	width: 100%;
}

/* ================== PAGING NAV ================== */

.disabled {
	opacity: .5;
}

#back_to_top {
	float: right;
	margin: 0 6px 0 0;
}

p {
	margin-top: 0;
	margin-bottom: 10px;
}

.all_caps {
	text-transform: uppercase;
}

.paypal_form {
	display: block;
	margin: 10px 0 10px 0 ;
}


/* INFO */

#content_gallery_info {
	height: 563px;
	width: 600px;
	margin-top: 0px;
}

#mailing_div {
	margin: 14px 0 19px 0;
}

span.error {
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif
}

div.thank_you {
	margin: 19px 0 22px 0;
}

/* ===================================== BLOG ===================================== */

#blog_frame {
	overflow: auto;
	height: 400px;
	width: 100%;
}

div#posts {
	margin-right: 10px;
}

div.post {
	position: relative;
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #9a9a9a;
}

div.post .post_text {
	float: left;
}

div.post .skinny {
	width: 364px;
}

div.post .wide {
	width: 100%;
}

div.post .title {
	text-transform: uppercase;
}
div.post .date {
	margin: 0 0 1em 0;
}

.post .gallery {
	float: left;
	height: 175px;
	width: 194px;
	margin: 0 15px 10px 0;
}

.no_images {
	display: none;
}

.nav {
	padding-top: 1em;
}

.nav_str {
	float: right;
}

#top_link {
	float: right;
	margin: 0 20px 0 0;
}

#top_link:hover {
	text-decoration: none;
}

#top_link:hover span {
	text-decoration: underline;
}

#top_link img {
	border: 0;
}

.pages {
	float: left;
}

.clearer {
	clear: both;
}