﻿body
{
	width: 100%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 8pt;
	color: #ffffff;
	background-color: #e9e9e9;
	line-height: 10pt;
	padding-top: 20px;
}

.container
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	
	background-color: #ffffff;
	background-image: url(images/INHOUSE.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

a:link {
	color: #D00007;
	text-decoration: none;
}
a:visited {
	color: #D00007;
	text-decoration: none;
}
a:hover {
	color: #A30005;
	text-decoration: underline;
}

.main-menu
{
	width: 500px;
	margin-left: 295px; /* aligning the main menu */
}

.main-menu .menu-item
{
	float: left;
	padding: 3px 10px 3px 10px;
}

.main-menu .menu-item a, .main-menu .menu-item a:link, .main-menu .menu-item a:visited
{
	text-decoration: none;
	font-size: 9pt;
	color: #999;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.main-menu .menu-item a:hover
{
	text-decoration: none;
	font-size: 9pt;
	color: #FFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

div.clear
{
	clear: both;
}

.page-container
{
	display: none;
}

.content
{
	color: #666;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.footer-panel
{
	background-color: #333333;
}

.shadow-footer
{
	background-image: url(images/lowerbar.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #666;
	text-align: center;
	width: 100%;
	height: 40px;
	padding-top: 10px; /* padding for text at the top. Adjusting this requires adjusting the height accordingly so the background colors are correct */
}

.gallery-panel
{
	width: 640px;
	height: 450px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 260px;
}

.main-content
{
	width: 100%;
	height: 630px;
/*	max-height: 630px; */
	overflow: hidden; /* auto will allow scrollbars but then you will need to account for the width of the scrollbar in the content panel! */
}

.left-content
{
	float: left;
	width: 250px;
	padding: 5px;
	text-align: center;
}

/* This is the adjustment for the left bottom text and is tied to the changes in #contact-form-content below. */
.shifted-down 
{
	margin-top: 320px; 
}

#contact-form-content
{
	margin-top: 150px;
	margin-left: 400px;
	margin-right: 150px;
}

#confirm-form-content
{
	margin-top: 150px;
	margin-left: 400px;
	margin-right: 150px;
}

#contact-form-content .form-row, #contact-form-content .button-row
{
	height: 35px;
}

#contact-form-content .button-row
{
	margin-top: 30px;
}

#contact-form-content .form-label, #contact-form-content .form-element, #contact-form-content .form-button-left
{
	float: left;
}

#contact-form-content .form-label
{
	width: 120px;
}

#contact-form-content .form-element
{
	width: 250px;
}

#contact-form-content .form-button-right
{
	float: right;
}

#contact-form-content .question-row
{
}

#dynamic-content
{
	float: left;
	width: 600px;
	overflow: auto;
	padding-left: 45px;
	text-align: justify;
}

#gallery-slider-text
{
	position: absolute;
	display: none;
	height: 6em;
	text-align: center;
	font-size: 8pt;
	background-color: #FFFFFF;
}

div.anythingSlider .anythingWindow {
	border-top: 3px none #777;
	border-bottom: 3px none #777;
	margin-bottom: 30px;
}

/* navigation control area */
.anythingControls 
{
	border-top: 3px solid #777;
}

div.anythingSlider .thumbNav { padding-left: 0; }

/* slider tab color */
div.anythingSlider.activeSlider .anythingWindow {
	border-color: #666;
}
div.anythingSlider.activeSlider .thumbNav a.cur, div.anythingSlider.activeSlider .thumbNav a {
	background-color: #666;
}
div.anythingSlider .thumbNav { padding-left: 0;
}

