body {
	font-family: Helvetica;
	font-size: 9pt;
	overflow: -moz-scrollbars-vertical;
	overflow: scroll vertical;
}


.print_only {
	display: none;
}

.screen_only {
	display: block;
}


.show { display: block; }
.hide { display: none; }

#container {
	width: 801px;
	text-align: left;
}

#pages {
	text-align: right;
	margin: 5px 0;
	padding:10px;
}

#pages a { color: #4B6754; font-weight: bold; padding: 10px;}

.page_link {
	border: 1px solid #4B6754;
	margin-left: 5px;
}

.page_link a {
	color: #000;
	text-decoration: none;
}

.title {
	background-color: #4B6754;
	font-family: Helvetica;
	font-weight: bold;
	font-size: 18pt;
	color: #FFF;
	padding: 5px 0 2px 20px;
}

.sub_title {
	font-family: Helvetica;
	font-size: 24pt;
	line-height: 100px;
}

.sub_title_lightbox {
	font-family: Helvetica;
	font-size: 24pt;
}

#blurb {
	font-family: Helvetica;
	font-size: 12pt;
}

#sub_price {
	font-family: Helvetica;
	font-size: 16pt;
	margin-top: 100px;
}

#viewing {
	font-family: Helvetica;
	font-size: 8pt;
	font-weight: bold;
	margin-top: 50px;
}

#price {
	font-family: Helvetica;
	font-weight: bold;
	font-size: 18pt;
	line-height: 36px;
	text-align: right;
}

.statuschange {
	font-family: Helvetica;
	font-weight: bold;
	font-size: 18pt;
	line-height: 36px;
	text-align: right;
	color: red;
}
.copyright {
	clear: both;
	background-color: #4B6754;
	font-family: Helvetica;
	font-weight: bold;
	font-size: 9pt;
	color: #FFF;
	padding: 2px 0 2px 10px;
}

.poweredby {
	clear: both;
	background-color: #ffffff;
	font-family: Helvetica;
	font-weight: bold;
	font-size: 9pt;
	color: #666666;
	padding: 2px 0 2px 10px;
	page-break-after: always;
	text-align: right;
}

.left {
	float: left;
	width: 520px;
}

.right {
	float: right;
	width: 255px;
}

.img-shadow {
	float:left;
	background: url(images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(images/shadow.gif) no-repeat bottom right;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
}

.img-shadow img {
	display: block;
	position: relative;
	background-color: #FFF;
	margin: -6px 6px 6px -6px;
}

img {
	border: 1px #FFF solid;
}

ul {
	padding: 0;
	margin: 0 0 20px 13px;
}

li {
	margin: 5px 0;
}

.img_header {
	font-weight: bold;
}

.dimensions {
	font-weight: bold;
	font-style: italic;
	height: 30px;
	margin-top: 10px;
}

.footer {
	margin-top: 200px;
	margin-bottom: 20px;
	text-align: justify;
}

#contact_form label, input {
	float: left;
	display: block;
	margin-bottom: 10px;
}

#contact_form label {
	width: 75px;
}

#contact_form input {
	width: 200px;
}

#contact_form textarea {
	width: 200px;
	height: 100px;
	margin-bottom: 10px;
}

#contact_form input[type=submit] {
	width: 100px;
}

#contact_form br { clear: left; }


/* EXPERIMENTAL */



                .black_overlay{
                        display: none;
                        position: absolute;
                        top: 0%;
                        left: 0%;
                        width: 100%;
                        height: 200%;
                        background-color: black;
                        z-index:1001;
                        -moz-opacity: 0.6;
                        opacity:.60;
                        filter: alpha(opacity=60);
                }
                .white_content {
                        display: none;
                        position: absolute;
                        top: 25%;
                        left: 25%;
                        width: 50%;
                        height: 50%;
                        padding: 16px;
                        border: 2px solid black;
                        background-color: white;
                        z-index:1002;
                        overflow: auto;
                }







/* EXPERIMENTAL */


.col_container {
	padding-left: 267px;	/* LC width */
	padding-right: 267px;	/* RC width */
}
.col_container .column {
	float: left;
}
.col2 {
	width: 267px;
}
.col1 {
	width: 267px;					/* LC width */
	right: 267px;					/* LC width */
	margin-left: -267px;
}
.col3 {
	width: 267px;					/* RC width */
	margin-right: -267px;	/* RC width */
}
/*** IE6 Fix ***/
* html .col1 {
	left: 267px;					/* RC width */
}
