@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #ffffff;
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	font-size: 36px;
}
.oneColFixCtrHdr #header h1 {
	font-size: 28px;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding-left: 5%; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	font-size: 14px;
	text-align: left;
	
}
.testimonials {
	background:#CCC;
	margin-right: 20%;
}
.oneColFixCtrHdr #footer {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.gallerytitles {
	font-size: 16px;
}
.tableheader {
	font-weight: bold;
}
#tableheader {
	font-size: 18px;
	text-align: left;
}
.oneColFixCtrHdr #container #mainContent h1 font b {
	font-size: 18px;
}

*{
margin:0;
padding:0;
}
html{
height:100%;
}
/* Start CSS for Slideshow */
.slider-wrap						{ width: 419px; position: absolute; top: 0px; left: 20%;}
.stripViewer .panelContainer
.panel ul						{ text-align: left; margin: 0 15px 0 30px; }
.stripViewer						{ position: relative; overflow: hidden; width: 419px; height: 285px; }
.stripViewer .panelContainer				{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel			{ float: left; height: 100%; position: relative; width: 419px; }
.stripNavL, .stripNavR, .stripNav			{ display: none; }
.nav-thumb 						{ border: 1px solid black; margin-right: 5px; }
#movers-row						{ margin: 0px 0 0 15px;}
#movers-row div					{ width: 15%; float: left; padding-right: 5px;}
#movers-row div a.cross-link 				{ float: ; }
.photo-meta-data					{ background: url(images/transpBlack.png); padding: 10px; height: 30px;
											  margin-top: -50px; position: relative; z-index: 9999; color: white; }
.photo-meta-data span 					{ font-size: 13px; }
.cross-link						{ display: block; width: 62px; margin-top: -14px;
								  position: relative; padding-top: 15px; z-index: 9999;}
.active-thumb 						{ background: transparent url(images/icon-uparrowsmallwhite.png) top center no-repeat; }
#page-wrap 									{position: relative; min-height: 350px; padding-bottom: 10px; margin-left: 15%;}
/* End CSS for Slideshow */
.oneColFixCtrHdr #container #testimonials {
	font-size: 12px;
}

.oneColFixCtrHdr #container #mainContent .oneColFixCtrHdr {
	font-size: 24px;
}

.special {
	padding-top: 5px;
	padding-left: 5px;
	width: 300px;
	margin: 1px;
}

