@charset "UTF-8";
/* CSS Document */

/* LAYOUT ELEMENTS */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #555;
	line-height:24px;
	background:#fff;
	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 */
}
#wrapper_nav {
	width:100%;
	height:34px; 
	margin:0 auto;
	padding:0;
	background:url(../images/bg_top.gif) #4d1b2e repeat-x top fixed;
	text-align: left;
}
#wrapper_content{
	z-index: 2;
	position: relative;
	width: 960px;
	height: 280px;
	margin: 0;
	padding:20px 0 20px 0;
	background:none;
	text-align: center;
}
#wrapper_footer{
	z-index: 2;
	position: relative;
	width: 960px;
	height: 70px;
	margin:0 auto;
}
#wrapper_footer_interior{
	width: 386px;
	height: 70px;
	margin:0 auto;
}
#container {
	z-index: 4;
	position: relative;
	width:950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:715px;
	background-color:#fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	text-decoration: none;
	border:none;
}
#containerShort {
	z-index: 4;
	position: relative;
	width:950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:auto;
	background-color:#fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0 0 30px 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	text-decoration: none;
	border:none;
}
#containerOverlapAdjust {
	z-index: 4;
	position: relative;
	width:950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:300px;
	background-color:#fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0 0 30px 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	text-decoration: none;
	border:none;
}
#containerBottom {
	z-index: 1;
	position: relative;
	width:100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:395px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0 0 30px 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	text-decoration: none;
	background:url(../images/bg_bottom.png) #4a1a2c left top repeat-x;
}
#containerBottomShort {
	z-index: 1;
	position: relative;
	width:100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:300px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0 0 30px 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	text-decoration: none;
	background:url(../images/bg_bottom.png) #4a1a2c left top repeat-x;
}
#bottom_dotted_rule {
	z-index: 1;
	position: relative;
	width:100%;
	height:1px; 
	margin:0 0 0 0;
	padding:0;
	border-bottom:dotted #1e0a12 thin;
}

/* HOME NAV */

#nav {
	width:950px;
	height:34px; 
	margin:0 auto;
	padding:0;
	text-align: left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#fff;
	top:-150px;
}
#nav ul {
	width:960px;
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}
#nav li {
	position: relative;
	left: 527px;
	top: 5px;
	padding-left:40px;
	display: inline;
	list-style-type: none;
	font-size: 12px;
	margin-right: 4px;
}
#nav a:link, #nav a:visited {
	color: #fff;
	text-decoration: none;
	margin: 0;
	padding:0;
}
#nav a:hover {
	color: #1e0a12;
	text-decoration: none;
	margin: 0;
	padding:0;
}


/* INTERIOR NAV */

#interiorNav {
	width:960px;
	height:34px; 
	margin:0 auto;
	padding:0;
	text-align: left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#fff;
	top:-150px;
}
#interiorNav ul {
	width:960px;
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}
#interiorNav li {
	position: relative;
	left: 450px;
	top: 5px;
	padding-left:40px;
	display: inline;
	list-style-type: none;
	font-size: 12px;
	margin-right: 4px;
}
#interiorNav a:link, #interiorNav a:visited {
	color: #fff;
	text-decoration: none;
	margin: 0;
	padding:0;
}
#interiorNav a:hover {
	color: #1e0a12;
	text-decoration: none;
	margin: 0;
	padding:0;
}
#selectedNav {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #1e0a12;
	text-decoration: none;
	border-bottom: solid thin #c16588;
	font-weight:bold;
	position: relative;
	margin:20px 0 0 0;
	padding:0 0 0 0;
}


/* LINK STYLES */

a:link, a:visited {
	color:#c4809a;
	text-decoration:none;
	border:none;
	}
a:hover {
	color:#c3babd;
	text-decoration:none;
	border:none;
	}
#leftColumn a, #leftColumn a:visited {
	color:#c4809a;
	text-decoration:none;
	border:none;
	}
#leftColumn a:hover {
	color:#c3babd;
	text-decoration:none;
	border-bottom:dotted #9e9397 thin;
	}
a.smalllink, a:visited.smalllink {
	font-size:12px;
	color:#333;
	text-decoration:none;
	background-color:#fefefe;
	font-weight:bold;
	border:none;
	}
a:hover.smalllink {
	font-size:12px;
	color:#c3babd;
	text-decoration:none;
	background-color:#333;
	font-weight:bold;
	}
a.rightlink, a:visited.rightlink {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#c4809a;
	text-decoration:none;
	border:none;
	text-indent:20px;
	}
a:hover.rightlink {
	color:#c3babd;
	text-decoration:none;
	}


/* MAIN CONTENT AREA */

#mainFoto {
	z-index: 0;
	position: relative;
	background:#fff url(../images/bg_portrait.jpg) center top no-repeat;
	width:970px;
	height:715px;
	border:none;
	padding:0;
	margin:0;
	top:0;
}
#mainBox {
	z-index: 5;
	position: relative;
	width:930px;
	height:570px;
	border:none;
	padding:20px;
	margin:0;
	top:0;
}
#video {
	position: relative;
	width:450px;
	height:280px;
	top:1px;
	left:109px;
}
#logo {
	position: relative;
	width:361px;
	height:60px;
	border:0;
	margin:20px 0 0 20px;
}
#logoInterior {
	position: relative;
	width:361px;
	height:60px;
	border:0;
	margin:0;
}
#quote {
	position: relative;
	width:414px;
	height:78px;
	border:0;
	margin:30px 0 18px 145px;
}
#mainText {
	z-index: 6;
	position: relative;
	width:700px;
	border:none;
	padding:0;
	margin:30px 0 0 30px;
	top:0;
	float:left;
}
#mainTextLeft {
	z-index: 6;
	position: relative;
	width:470px;
	border:none;
	margin:30px 35px 0 20px;
	padding:0;
	top:0;
	float:left;
}
#mainTextRight {
	z-index: 6;
	position: relative;
	width:350px;
	border:none;
	padding:20px;
	margin:32px 0 0 0;
	top:30px;
	float:left;
}
#mainTextRightBorder {
	z-index: 6;
	position: relative;
	width:350px;
	border:#f9f9f9 thick solid;
	padding:20px;
	margin:58px 0 0 0;
	top:30px;
	float:left;
}
#mainGallery {
	z-index: 6;
	position: relative;
	width:900px;
	border:none;
	padding:0;
	margin:30px 0 0 30px;
	top:0;
	float:left;
}
#mainText h1, #mainTextLeft h1, #mainTextRight h1, #mainTextRightBorder h1, #mainGallery h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#4d1b2e;
	padding-bottom:14px;
	}
#mainText h2, #mainTextLeft h2, #mainTextRight h2, #mainTextRightBorder h2, #mainGallery h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#4d1b2e;
	}
#note {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:12px;
	line-height:20px;
	}
.testimonial {
	padding:0;
	margin:0 0 20px 0;
	border:none;
	border-bottom:dotted #9e9397 thin;
}
.gallery img {
	padding:0;
	margin:0 10px 10px 0;
	border:none;
	border:thin solid #ddd;
}


/* HOME LEFT + RIGHT COLUMNS */

#homeLeftColumn {
	z-index: 3;
	position: relative;
	padding: 20px 30px 20px 20px;
	margin: 0 auto;
	border:none;
	width:440px;
	height:230px;
	float:left;
	text-align: left;
}
#homeLeftColumnFooter {
	z-index: 3;
	position: relative;
	padding: 20px 30px 20px 20px;
	margin: 0 auto;
	border:none;
	width:440px;
	height:50px;
	float:left;
	text-align: left;
}
#homeLeftColumn p {
	padding: 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color: #c3babd;
	line-height:24px;
	vertical-align:text-top;
}
#homeLeftColumn p.homefooter {
	margin:	0 0 0 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#a9a0a3;
	text-transform:uppercase;
}
.homefooter {
	margin:	0 0 0 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#a9a0a3;
	text-transform:uppercase;
}
#homeLeftColumn p.homecredit {
	margin:	0 0 0 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:14px;
	font-style:italic;
	color:#a9a0a3;
}
.homecredit {
	margin:	0 0 0 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:14px;
	font-style:italic;
	color:#a9a0a3;
}
#homeRightColumn {
	z-index: 3;
	position: relative;
	padding:0;
	margin: 0 auto;
	border:none;
	width:440px;
	height:270px;
	float:left;
	text-align: left;
}
#homeContact {
	z-index: 4;
	position: relative;padding: 0;
	background:none;
	border:none;
	margin: 0 auto;
	padding:20px 0 0 0;
	width:430px;
	float:right;
	text-align: left;
	vertical-align:middle;
}
#homeContact p {
	padding: 0;
	margin:0;
	width:430px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#c3babd;
	line-height:24px;
	font-size:14px;
	text-decoration:none;
}
#homeContact img {
	padding:0;
	border:none;
	margin:0 20px 10px 0;
}
#homeContactSocial {
	text-align:left;
	margin-bottom: 10px;
}
#homeContactSocial img {
	margin:0 0 0 0;
}
#homeContact hr {
	padding:0;
	margin:20px 0 10px 0;
	border:none;
	border-bottom:dotted #9e9397 thin;
	width:430px;
}

/* LEFT COLUMN */

#leftColumn {
	z-index: 3;
	position: relative;
	padding:20px 40px 20px 20px;
	margin:20px 0 0 0;
	border:none;
	width:465px;
	height:150px;
	float:left;
	text-align: left;
	background:url(../images/bg_bottom.png) #4a1a2c left top repeat-x;
}
#leftColumn p {
	padding: 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color: #c3babd;
	line-height:24px;
	vertical-align:text-top;
}
#leftColumn .footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#a9a0a3;
	text-transform:uppercase;
}


/* RIGHT COLUMN */

#rightColumn {
	z-index: 3;
	position: relative;
	padding:0;
	margin:20px 0 0 0;
	border:none;
	width:401px;
	height:190px;
	float:left;
	text-align: left;
	background:url(../images/bg_bottom.png) #4a1a2c left top repeat-x;
}
#rightModule {
	z-index: 4;
	position: relative;padding: 0;
	background:none;
	border:none;
	margin: 0 auto;
	width:401px;
	float:left;
	text-align: left;
	vertical-align:middle;
}
#rightModule p {
	padding: 0;
	margin:0;
	width:401px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#c3babd;
	line-height:26px;
	font-size:12px;
	text-decoration:none;
}
#rightModule img {
	padding:0;
	border:none;
	margin:0 10px 10px 0;
}
#rightModule hr {
	padding:0;
	margin:0 0 20px 0;
	border:none;
	border-bottom:dotted #9e9397 thin;
	width:401px;
}
#contact {
	padding: 20px;
	background:none;
	border:none;
	margin: 0 auto;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#c3babd;
}
.phoneNumber {
	background:none;
	border:none;
	margin: 0 auto;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	line-height:40px;
	color:#c3babd;
}
#contact img {
	padding: 0 0 10px 0;
	border:none;
	margin: 0 auto;
}


/* FOOTER */


p.footer {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 20px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#a9a0a3;
	text-transform:uppercase;
	text-indent:30px;
}