@charset "utf-8";
/* CSS Document */
/* Basic Structuring - DIVs
------------------------------------*/
body {
	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;
	background-color: #666666;
	background-image: url(../images/bg_main.jpg);
	background-repeat: repeat;
}
body * {
	border:0;
	margin:0;
	color: #e7cfb5;
}

.oneColFixCtrHdr #mainContent #textheaders {
padding-left: 70px;
margin-right: 70px;
}
.oneColFixCtrHdr #container {
	width: 766px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

/* Main Navigation Area
----------------------------------------------*/
.oneColFixCtrHdr #header {
	margin-right: auto;
	margin-left: auto;
	height: 353px;
	padding: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	position: relative;
}
.oneColFixCtrHdr #header h1 {
	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 */
	width: 100%;
}
#mainNav {
	position:absolute;
	bottom:0;
	margin-bottom: -1px;
	left: 50%;
	margin-left: -223px;
	width: 440px;
}
#mainNav p {
	vertical-align: text-bottom;
}
#mainNav img {
border: 0;
margin: 0;
padding: 0;
}
/* End Main Navigation Area
----------------------------------------------*/

#mainContentTopBG {
	background-image: url(../images/main_content_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.oneColFixCtrHdr #mainContent {
	background-image: url(../images/mainCotentTopBG.jpg);
	background-repeat: no-repeat;
}
#mainContentBtmBg{
	background-image: url(../images/mainContentBtmBG.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 30px;
}

.oneColFixCtrHdr #mainContent p, .oneColFixCtrHdr #mainContent h1, .oneColFixCtrHdr #mainContent h2, .oneColFixCtrHdr #mainContent h3 {
	padding-right: 70px;
	padding-left: 85px;
}
#mainContentText {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
}


/*.oneColFixCtrHdr #mainContent #textheaders img {
	padding-right: 55px;
	padding-left: 75px;
}
*/#mainContent p {
	padding-bottom: 10px;
}
#hours {
	position:absolute;
	left: 40px;
	top: -15px;
	width: 221px;
	float: left;
	margin-right: 40px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: none;
	height: 241px;
	background-image: url(../images/hours.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.phone {
	font-size: 1.3em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: .9;
}
/* Footer Section
---------------------------------------*/
.oneColFixCtrHdr #footer {
	margin-right: auto;
	margin-left: auto;
	padding-top: 0;
	padding-right: 80px;
	padding-bottom: 20px;
	padding-left: 80px;
	margin-top: 0px;
	margin-bottom: 30px;
	background-image: url(../images/footer_bg.png);
	background-position: 37px bottom;
	background-repeat: no-repeat;
	overflow: visible;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #7d7e7d;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer a, #footer a:link, #footer a:visited  {
	color: #7d7e7d;
	text-decoration: none;
}
.oneColFixCtrHdr #container #mainContentTopBG #mainContent #mainContentBtmBg #lightbox #lightboxText img {
	margin-right: 10px;
	margin-bottom: 5px;
}

#footer a:hover {
	color: #D4D0C8;
	text-decoration: underline;
}


/* Basic Text Styling
------------------------------------*/
p, div, h1, h2, h3, h4, h5 {
	line-height: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p, div {
	font-size: .96em;
}
.darkerText {
	font-weight: bold;
	color: #634c39;
	letter-spacing: .1em;
}

/*	Boxes
------------------------------------*/
#lightbox {
	background-image: url(../images/bx_lght_center.png);
	background-repeat: repeat-y;
	width: 645px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-position: 10px 10px;
	font-size: 0.8em;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	position: relative;
}
.oneColFixCtrHdr #container #mainContentTopBG #mainContent #mainContentBtmBg #lightbox #lightboxText .topBg img {
	padding-right: 10px;
}

#lightbox * {
	color: #634c39;
}
.oneColFixCtrHdr #mainContent #lightbox p  {
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 50px;
	padding-right: 40px;
}
.oneColFixCtrHdr #mainContent #lightbox img, .oneColFixCtrHdr #mainContent #textheaders img  {
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
#mainContent #textheaders {
	text-align: center;
}

.textheadersImg {
padding-right: 35px !important;
padding-left: 35px !important; 
}
#lightbox  .topBg {
	padding-top: 15px;
	background-image: url(../images/bx_lght_top.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 0.95em;
	clear: left;
}


#lightbox .last {
	background-image: url(../images/bx_lght_btm.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 35px;











import
;
}
.oneColFixCtrHdr #container #mainContentTopBG #mainContent #mainContentBtmBg #rightText {
	float: right;
	width: 240px;
	height: 180px;
	clear: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 80px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}
.oneColFixCtrHdr #container #mainContentTopBG #mainContent #mainContentBtmBg #rightText p {
	margin: 0px;
	padding: 0px;
}
#lightboxText #rightbox {
	float: right;
	width: 400px;
	height: 150px;
}
#lightboxText #homeOrWork {
	height: 50px;
	width: 91px;
	position: absolute;
	top: -80px;
}
#lightboxText #caspianAtNight {
	height: 50px;
	left: 560px;
	top: -80px;
	position: absolute;
	width: 80px;
}
.adobe {
	font-size: .7em;
}
#mainNav2 {
	position:absolute;
	bottom:0;
	margin-bottom: -1px;
	left: 41%;
	margin-left: -223px;
	width: 600px;
}
.clear {
	clear: both;
}
