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

html,
body {
   margin:0;
   padding:0;
   background-color:#fff;
   font-family: Verdana, Helvetica, Arial, sans-serif;
}

h1 {
	color: #999999;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin-top: 1px;
	margin-bottom: 20px;
	font-size: 28px;
	font-weight: normal;
	/*text-shadow: 0 0 1px rgba(0, 0, 0, .01);*/
	text-transform: uppercase;
	letter-spacing: -0.06em;
	}
	
h2 {
	color: #999999;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin-top: 1px;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: normal;
	/*text-shadow: 0 0 1px rgba(0, 0, 0, .01);*/
	text-transform: uppercase;
	letter-spacing: -0.03em;
	}
	
h3 {
	color: #888888;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin-top: 1px;
	margin-bottom: 20px;
	font-size: 15px;
	font-weight: normal;
	/*text-shadow: 0 0 1px rgba(0, 0, 0, .01);*/
	text-transform: uppercase;
	letter-spacing: -0.03em;
	}

p {
	text-align: justify;
	font-size: 13px;
	line-height: 155%;	
	color: #434343;
}	

a:link {
	color: #888888;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #958661;
}
a:hover {
	text-decoration: none;
	color: #CCCCB4;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #958661;
}
#container {
	width: 100%;
	max-width:1280px;
	height:auto;
	background-color: #fff;
}

#wrapper {
	width:100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6E9;
	}
	
#header {
	width:100%;
	height:40px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0;
	margin-bottom:0;
	background-color: #fff;
}





#logoContainer {
	float:left;
	width:340px;
	padding-top:0;
	padding-left:30px;
	padding-right:30px;
}



#logoContainer img{
	float:left;
	}
	
/* CSS rules for Menu */

#menu {
	float:left;
	padding-top:10px;
	}

#menu ul {
  font-family: Arial, Verdana;
  font-size: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#menu ul li {
  display: block;
  position: relative;
  float: left;
}
#menu li ul { display: none; }
#menu ul li a {
  display: block;
  text-decoration: none;
  padding: 5px 15px 5px 15px;
  margin-left: 1px;
  white-space: nowrap;
}
#menu ul li a:hover {  }
#menu li:hover ul {
  display: block;
  position: absolute;
  width:200px;
  margin-left:20px;
  padding-top:12px;
	padding-bottom:10px;
	z-index:596;
  	background-image:url(../assets/dropdown-bk.png);
	 -moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	border-top:solid 1px #CCC;
	 -moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	 -moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
}

#menu li:hover li {
  float: none;
  font-size: 10px;
  text-transform:uppercase;
}

#menu li:hover a {color:#888888;  }
#menu li:hover li a:hover {color:#FF9933;
text-decoration: none;
text-transform:uppercase; }


#social {
	float:left;
	width:120px;
	height:35px;
	}
	

#contents {
	width: 1024px;
	margin-left:auto;
	margin-right:auto;
	padding-top:30px;
	padding-bottom:40px;
	}
	
#text {
	width:980px;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	}

.slideshow {
	margin-bottom: 15px;
	z-index: 1;
	}

#box {
	width:894px;
	margin-left:auto;
	margin-right:auto;
	margin-top:40px;
	padding-bottom:40px;
	}

#box-vertical {
	width:598px;
	margin-left:auto;
	margin-right:auto;
	margin-top:40px;
	padding-bottom:80px;
	}
	 

.imageborder {
	margin-bottom: 15px;
	border: 12px solid #F3F3F3;
	 -moz-box-shadow:1px 2px 8px rgba(180, 180, 180, 0.8);
	 -webkit-box-shadow:1px 2px 8px rgba(180, 180, 180, 0.8);  
	 box-shadow:1px 2px 8px rgba(180, 180, 180, 0.8);
}

.gallery {
	width: 24%; height: 225px; float: left; background: #ACACAC; margin-right: 1%; margin-bottom: 1%;
}

.gallery-title {
	width: 225px; background: url('../assets/caption-bg.png'); font-size:12px; color: white; padding: 10px; position: relative; top: 191px; z-index: 99; text-transform: uppercase;
}

.gallery-title a {
	color:  #fff;
	text-decoration: none;
}

.title {
	float:left;
	width:335px;
	margin:0;
	}
	
.navigation {
	float:right;
	width:245px;
	text-align:right;
	padding-top:20px;
	}
	
.navigation a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#999999;
	font-style: italic;
	}
	
.navigation a:hover {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#444;
	font-style: italic;
	}


.gallery-slideshow-link {
	float: right;
	
	width: 250px;
	
}

.gallery-slideshow-link a:link {
	color: #787878;
	text-align:right;
	font-size: 14px;
	text-transform: uppercase;
}

.gallery-slideshow-link a:hover {
	color: #ffa500;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration:none;
}

.gallery-slideshow-link a:visited {
	color: #787878;
	font-size: 14px;
	text-transform: uppercase;
}

.gallery-slideshow-link a:active {
	color: #787878;
	font-size: 14px;
	text-transform: uppercase;
	}

.clear {
	clear:both;
	}


.sidebar {
	float:left;
	width:250px;
	height:400px;
	padding-left:20px;
	padding-top:20px;
	}
	
.sidebar a:link,
.sidebar a:hover {
	color:#434343;
	text-transform:uppercase
	}
	
.sidebar a:active {
	color:#434343;
	text-transform:uppercase
	}
	
.sidebar a:visited {
	color:#434343;
	text-transform:uppercase
	}
	
.sidebar p{
	color:#434343;
	text-transform:uppercase
	}
	
#images-placeholder {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	}
	
#images-placeholder-vertical {
	width:598px;
	margin-left:auto;
	margin-right:auto;
	}
	
.image-placement {
	clear:both;
	padding-bottom: 10px;
	}
	
.image-placement-vertical {
	clear:both;
	margin-bottom: 15px;
	}
	


.contact-form {
	float:left;
	width:754px;
	height:800px;
	padding-top:20px;
	}
	
.address {
	float:left;
	width:480px;
	}
	
.address p {
	padding-left:20px;
	}
	
.address h1 {
	padding-left:20px;
	}
	
.telephone {
	float:left;
	width:270px;
	}
	


#footer {
	clear:left;
   	bottom:0;
   	width:100%;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../assets/footer_bg_tile.jpg);
   	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ccc;
	padding-top:20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D6D6E9;
}


#footer-content {
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	
	}
	
#footer-content p {
	color:#999999;
	text-align:center;
	font-size:11px;
	padding-top:5px;
	}
	


.links {
	padding-top:15px;	
}

.links a {
	padding-right:15px;
	color:#999999;
	}

.links a:link,
.links a:visited {color: #999999; text-decoration: none; }
.links a:hover	{ color: #ffa500; }
.links a:active	{ color: #ffa500; }

.copyright {
	padding-top:10px;
	}


.inline {
	display:inline;
	}
	

.center {
	text-align:center;
	}
	
.center-image {
	display:block;
	text-align:center;
	}
	
.underline {
	text-decoration:underline;
	}
	
img.mycenter {width:894px;margin-left:auto; margin-right:auto; text-align:center;
	margin-bottom: 15px;
	border: 12px solid #F3F3F3;
	 -moz-box-shadow:1px 2px 8px rgba(180, 180, 180, 0.8);
	 -webkit-box-shadow:1px 2px 8px rgba(180, 180, 180, 0.8);  
	 box-shadow:1px 2px 8px rgba(180, 180, 180, 0.8);
	 }
	 
img.mycenter-vertical {width:584px;margin-left:auto; margin-right:auto; display:block; text-align:center;
	margin-bottom: 15px;
	border: 12px solid #F3F3F3;
	 -moz-box-shadow:1px 2px 8px rgba(180, 180, 180, 0.8);
	 -webkit-box-shadow:1px 2px 8px rgba(180, 180, 180, 0.8);  
	 box-shadow:1px 2px 8px rgba(180, 180, 180, 0.8);
	 }
	 
	 
img.mycenter-projects {width:514px;margin-left:auto; margin-right:auto; display:block; text-align:center;
	margin-bottom: 15px;
	border: 12px solid #F3F3F3;
	 -moz-box-shadow:1px 2px 8px rgba(180, 180, 180, 0.8);
	 -webkit-box-shadow:1px 2px 8px rgba(180, 180, 180, 0.8);  
	 box-shadow:1px 2px 8px rgba(180, 180, 180, 0.8);
	 }
	 
img.mycenter-projects-vertical {width:346px;margin-left:auto; margin-right:auto; display:block; text-align:center;
	margin-bottom: 15px;
	border: 12px solid #F3F3F3;
	 -moz-box-shadow:1px 2px 8px rgba(180, 180, 180, 0.8);
	 -webkit-box-shadow:1px 2px 8px rgba(180, 180, 180, 0.8);  
	 box-shadow:1px 2px 8px rgba(180, 180, 180, 0.8);
	 }


/* Links */

.link-block {
	width: 334px;
	height: 260px;
	float: left;
	margin-right: 1%;
	margin-bottom: 1%;
	background-color: #F0F0F0;
}

.link-title {
	width: 314px;
	color: #fff;
	padding: 10px;
	z-index: 99;
	text-transform: uppercase;
	font-size: 14px;
	background-color: #CCCCCC;
}

.link-block p a{
	color: #888888;
	text-decoration: none;
	padding-left:10px;
}

.link-block p a:hover {
	color: #888888;
	text-decoration: underline;
}

.hidden { display: none; }
.unhidden { display: block; }

#more {
	clear:both;
	width:894px;
	margin-left:auto;
	margin-right:auto;
	height:300px;
	background-color:#996699;
	}
.more-link {
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	margin:0;
	}
	
#more-galleries {
	clear:both;
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	}
.more-galleries-link {
	clear:both;
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	margin:0;
	}
	
#more-vertical{
	clear:both;
	width:598px;
	margin-left:auto;
	margin-right:auto;
	height:300px;
	background-color:#FF6600;
	}
.more-link-vertical {
	width:598px;
	margin-left:auto;
	margin-right:auto;
	margin:0;
	}
	
	
/* Default styling from Print Gallery */

.print-gallery {

	width:890px;
	margin-left:auto;
	margin-right:auto;
}


.print-gallery img {
	
width: 400px; height: 266px; float: left; background: #ACACAC; margin-left: 40px; margin-bottom: 100px;
}
/* Default styling from Fotomoto */

.FotomotoToolbar {
	float:left;
	}

.FotomotoToolbarClass {
	margin-left:0;
	}
	
	
.FotomotoToolbarClass a,
.FotomotoToolbarClass a:link,
.FotomotoToolbarClass a:visited,
.FotomotoToolbarClass a:active,
.FotomotoToolbarClass a:hover {
	color: #888888;
	font: arial;
	margin-top: 1px;
	font-size: 15px;
	font-weight: normal;
	/*text-shadow: 0 0 1px rgba(0, 0, 0, .01);*/
	text-transform: uppercase;
	letter-spacing: -0.03em;
	
}

.FotomotoSeparator{
  margin: 0 4px !important;
  color:#FFFFFF;
}

.FotomotoToolbarClass{
	text-align:left !important;
	  width: 400px !important; /* make it 400 pixels end to end */
	  margin-left:0;
        }



#layer1 {
	position: relative;
	visibility: hidden;
	width: 300px;
	height:100px;
	left: 200px;
	top: 200px;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 20px;
	text-align:left;
}

#layer2 {
	position: relative;
	visibility: hidden;
	width: 300px;
	height:150px;
	left: 200px;
	top: 200px;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 10px;
	text-align:left;
}

#close {
	float: right;
}


div#sitecredits {
	padding: 5px;
	display: none;
	position: relative;
	background-color:#ffffff;
	border:1px solid #ccc;
	width: 250px;
	float:right;
	font-size: 7pt;
	margin-top: -125px;
	margin-right: -70px;
	margin-bottom: 0px;
	margin-left: 0px;
	z-index:601;
	}
	#sitecredits p {
		font-size: 7pt;
	}
	
div#sign-up {
	padding: 5px;
	display: none;
	position: relative;
	background-color:#ffffff;
	border:1px solid #ccc;
	width: 250px;
	float:right;
	font-size: 7pt;
	margin-top: -200px;
	margin-right: 700px;
	margin-bottom: 0px;
	margin-left: 100px;
	z-index:600;
	}
	#sign-up p {
		font-size: 7pt;
	}
	
	
#pagelinks {
	float:right;
	width:400px;
	height:30px;
	margin-right:0;
	}

#pagelinks ul {
	list-style:none;
	padding-left:0;
	right:0;
	width:100%;
	padding:0;
	
}

#pagelinks ul li {
	float:left;
	margin-top:10px;
	padding:0 6px;	
}

#pagelinks ul li a {
	text-align:center;
	text-decoration:none;
	font-family:Arial, Geneva, Helvetica, sans-serif;
	font-style:italic;
	color:#999999;
	font-size:11px;
	padding:1px 8px 1px 8px;
	text-transform:uppercase;
}

#pagelinks ul li a:active {
	text-align:center;
	text-decoration:none;
	font-family:Arial, Geneva, Helvetica, sans-serif;
	font-style:italic;
	color:#FF6600;
	font-size:11px;
	padding:1px 8px 1px 8px;
	text-transform:uppercase;
}

#pagelinks ul li a:hover {
	text-align:center;
	text-decoration:none;
	font-family:Arial, Geneva, Helvetica, sans-serif;
	font-style:italic;
	color:#FF6600;
	font-size:11px;
	padding:1px 8px 1px 8px;
	text-transform:uppercase;
}





.visible {
	text-align:center;
	text-decoration:none;
	font-family:Arial, Geneva, Helvetica, sans-serif;
	font-style:italic;
	font-size:11px;
	color:#999999;
	margin-right:10px;
	background:transparent;
	}
	
	
.active {
	color:#6666FF;
	}
	
	
#left-oolumn {
	float:left;
	width:1024px;
	height:auto;
	}
	
	
	
.signature-print {
	float:left;
	width:50%;
	border-top:#E2E2E2 solid 1px;
	}
	
.image-column {
	float:left;
	width:300px;
	height:250px;
	padding-top:21px;
	}

.image-column-vertical {
	float:left;
	width:300px;
	padding-top:21px;
	padding-bottom:15px;
	}
	
.purchase {
	float:left;
	width:180px;
	padding-top:16px;
	padding-left:20px;
	}
	
.purchase-vertical {
	float:left;
	width:180px;
	height:320px;
	padding-top:16px;
	padding-left:20px;
	}
	

	
.purchase-link {
	display:block;
	width:60px;
	padding:10px;
	color:#666666;
	 -moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #E4E4E4;
	border-bottom-color: #E4E4E4;
	border-left-color: #E4E4E4;
	border-top:solid 1px #E4E4E4;
	 -moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	 -moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	background-color:#E4E4E4;
	white-space: nowrap;
	}

#print-image {
	width:514px;
	float:left;
	margin-right:50px;
	}
	
img.mycenter-signature {width:514px;margin-left:auto; margin-right:auto; text-align:center;
	margin-bottom: 15px;
	border: 8px solid #F3F3F3;
	 -moz-box-shadow:1px 2px 8px rgba(180, 180, 180, 0.8);
	 -webkit-box-shadow:1px 2px 8px rgba(180, 180, 180, 0.8);  
	 box-shadow:1px 2px 8px rgba(180, 180, 180, 0.8);
	 }
	

		
		
.italic {
	display:block;
	text-align:center;
	font-style: italic;
	}

.print-options {
	float:left;
	width:400px;
	padding-top:15px;
	}
	
.print-options p {
	color:#888888;
	}
	
.benefits {
	clear:both;
	width:800px;
	padding-top:30px;
	padding-left:10px;
	}


.benefits ul{
	font-family: Arial, Verdana;
  	font-size: 14px;
  	margin: 0;
  	padding: 0;
	list-style:outside circle;
	color:#888888;
		}
		
.benefits ul li {
	margin-bottom:10px;
	}


