/* CSS Document */

body {
	margin: 0px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color:#DBD8B2;
}

/* ========== LINK MANAGEMENT ========== */

a:link, a:visited {
	color: #D79035;
}

a:hover {
	color: #3B170C;
}

a:active {
	color: #000000;
}

#col01 a:link, #col01 a:visited,
#col03 a:link, #col02 a:visited
#col01b a:link, #col01b a:visited,
#col03b a:link, #col02b a:visited {
	color: #D6A360;
}

#col01 a:hover, #col01 a:active,
#col03 a:hover, #col03 a:active,
#col01b a:hover, #col01b a:active,
#col03b a:hover, #col03b a:active {
	color: #CCCCCC;
}

a.home { /* Home button inside Panoramic */
	position: relative;
	top: 105px;
	float: right;
    width: 49px;
    height: 35px;
    background: url(images/home.gif) no-repeat;
}

a:hover.home {
    background-position: -49px 0;
}

/* ========== end LINK MANAGEMENT ========== */

#mainWrapper {
	width: 990px;
	margin: 0 auto;
}

#tagline {
	line-height: 26px;
	background-color: #000;
	border-bottom: 1px solid #FFF;
	/*color: #D79035;*/
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 5px;
	/*text-indent: 40px;*/
}

#headerLeft {
	float: left;
	background: url("cssimages/headerLeft.gif") no-repeat left top;
	width: 115px;
	height: 142px;
}

#headerRight {
	float: left;
	background: url("cssimages/headerRight.gif") no-repeat left top;
	width: 115px;
	height: 142px;
	color: #FFF;
}

#panoramic {
	float: left;
	background: url("images/header/fullen.jpg") no-repeat left top;
	width: 758px;
	height: 140px;
	border: 1px solid #000000;
}

#footer {
	clear: both;
	background: url("cssimages/dropshadow.gif") no-repeat left top;
	width: 990px;
	height: 20px;
}

#designtag {
	background: url(images/designtag.gif) top center no-repeat;
	width: 97px;
	height: 31px;
	margin: 30px 0 10px 0;
}

#contentFull {
	float: left;
	border: 1px solid #000;
	background-color: #552111;
	padding: 20px;
	width: 718px;
	min-height: 400px;
	color: #926B54;
}

/* ===== COLUMN LAYOUT FOR NORMAL PAGES ===== */

#col01 {
	float: left;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	background: url("cssimages/col01_tile.gif") repeat-y right top;
	background-color: #3B170C;
	padding: 20px 12px 20px 13px;
	width: 219px;
	height: auto;
	min-height: 300px !important;
	color: #926B54;
}

#col02 {
	float: left;
	border: 1px solid #000;
	/*background-color: #552111;*/
	background-color: #FFF;
	padding: 20px;
	width: 458px;
	height: auto;
	min-height: 300px !important;
	/*color: #926B54;*/
	color: #000;
}

#col03 {
	float: left;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	background: url("cssimages/col03_tile.gif") repeat-y left top;
	background-color: #3B170C;
	padding: 20px 12px 20px 13px;
	width: 219px;
	height: auto;
	min-height: 300px !important;
	color: #926B54;
}

/* ===== end COLUMN LAYOUT FOR NORMAL PAGES ===== */

/* ===== COLUMN LAYOUT FOR PHOTO GALLERY PAGES ===== */

#col01b {
	float: left;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	background: url("cssimages/col01_tile.gif") repeat-y right top;
	background-color: #3B170C;
	padding: 20px 12px 20px 13px;
	width: 184px;
	height: auto;
	min-height: 300px !important;
	color: #926B54;
}

#col02b {
	float: left;
	border: 1px solid #000;
	/*background-color: #552111;*/
	background-color: #FFF;
	padding: 20px;
	width: 528px;
	height: auto;
	min-height: 300px !important;
	/*color: #926B54;*/
	color: #000;
}

#col03b {
	float: left;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	background: url("cssimages/col03_tile.gif") repeat-y left top;
	background-color: #3B170C;
	padding: 20px 12px 20px 13px;
	width: 184px;
	height: auto;
	min-height: 300px !important;
	color: #926B54;
}

/* ===== end COLUMN LAYOUT FOR PHOTO GALLERY PAGES ===== */

#contentLeftGallery {
	float: left;
	border: 1px solid #000;
	background-color: #FFF;
	padding: 20px;
	width: 528px;
	min-height: 400px;
	color: #000;
}

#contentRightGallery {
	float: right;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #3B170C;
	padding: 20px;
	width: 149px;
	min-height: 400px;
	background-image: url(images/columnRight_tile.gif);
	background-repeat: repeat-y;
	background-position: left top;
	color: #926B54;
}

.logo {
	padding: 0 20px 20px 0;
	background: url(images/sds.gif) no-repeat;
	height: 44px;
	width: 117px;
}

.header {
	border-bottom: 1px solid #3B170C;
	margin-bottom: 20px;
	padding: 2px 20px;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.subheader {
	border-bottom: 1px dotted #3B170C;
	margin-bottom: 4px;
	padding: 0 0 2px;
	font-weight: bold;
	color: #660000;
	text-transform: uppercase;
	font-size: 12px;
	clear: both;
}

h2 {
	border-bottom: 1px dotted #3B170C;
	margin-bottom: 4px;
	padding: 0 0 2px;
	font-weight: bold;
	color: #660000;
	text-transform: uppercase;
	font-size: 12px;
	clear: both;
}

.subheader2 {
	border-bottom: 1px dotted #D79035;
	margin-bottom: 4px;
	padding: 0 0 2px 0;
	font-weight: bold;
	color: #D79035;
	text-transform: uppercase;
	font-size: 12px;
}

.legal {
	padding: 7px 0 0 0;
	font-size: 9px;
	color: #654E3B;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.phonetag {
	margin: 15px 0;
	font-size: 14px;
	font-weight: bold;
	color: #D79035;
}

.contactIcons {
	margin: 0 auto;
	background: url(images/contacticons.gif) no-repeat center top;
	height: 251px;
	width: 105px;
}

img.pic {
	border: 1px solid #000000;
}

img.picRight {
	border: 1px solid #000000;
	margin: 0 0 0 10px;
	float: right;
}

img.picLeft {
	border: 1px solid #000000;
	margin: 0 10px 0 0;
	float: left;
}

img.right {
	float: right;
	margin: 0 0 0 10px;
}

img.left {
	float: left;
	margin: 0 10px 0 0;
}

img.stamp {
	border: 1px solid #000;
	margin: 10px 5px 0px 5px;
}

.hilite {
	color: #D6A360;
	font-weight: bold;
}

#form .tableHeader {
	background-color: #3B170C;
	color: #FFF;
	font-weight: bold;
	text-indent: 5px;
}

#form .tableSubheader {
	background-color: #3B170C;
	color: #FFF;
	font-weight: bold;
}

.caption {
	color: #CCCCCC;
	font-size: 10px;
	font-style: italic;
	background-color: #000000;
	padding: 0 0 0 4px;
}

.tagline {
	font-weight: bold;
	color: #FFFFFF;
	padding: 6px;
	margin: 10px 0;
	border-top: 1px solid #2F120A;
	border-bottom: 1px solid #2F120A;
}

#fpHeader {
	background: url(images/featuredprojects_h.gif) no-repeat left top;
	height: 26px;
	width: 219px;
}

#fpicHeader {
	background: url(images/featuredpictures_h.gif) no-repeat left top;
	height: 26px;
	width: 219px;
}

#fpBox {
	width: 207px;
	border-right: 1px solid #4F2F25;
	border-bottom: 1px solid #4F2F25;
	border-left: 1px solid #4F2F25;
	background-color: #2F120A;
	padding: 20px 5px 20px 5px;
}

hr.fpBox {
	width: 80%;
	height: 1px;
	border: 1px dotted #4F2F25;
	/*border-bottom: 1px dotted #4F2F25;*/
}
