html, body {
	height: 100%;         /* required */
}
/* highlight the current page menu link - body id="home" will highlight "homenav" */
body#portfolio a#navportfolio, body#details a#navdetails, body#aboutus a#navaboutus, body#goodwords a#navgoodwords, body#contact a#navcontact {
	color: #930;
	font-weight:bold;
	
}



body {
	background-color: #FFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	background-image: url(../images/layout/backgreen.jpg);
	background-repeat: repeat;
	text-align: center;   /* horizontal centering hack for IE */
	padding: 0;           /* required to "hide" distance div */
	margin: 0;            /* required to "hide" distance div */
}
.slideshow {
	cursor: pointer;
	position: relative;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	visibility:
	
}
/* no border for now - breaks the 2-image photos and others with l/R whitespace - .slideshow margin gets all screwy too */
/*.slideshow img{ 
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC; 
	}
*/	
div#distance {
	margin-bottom: -400px; /* half of content height */
	width: 1px;           /* required to "hide" distance div */
	height: 50%;          /* required */
	float: left;          /* required */
}
div#container {
	position: relative;   /* positions content on top of distance */
	text-align: left;     /* horizontal centering hack for IE */
	height: 760px;         /* required - desired height */
	width: 830px;          /* required - desired width */
	background: white;     /* cosmetic */
	margin: 0 auto;       /* required */
	clear: left;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;/*	border-width: 2px 2px 2px 0px;
	border-color: #CCC #CCC #CCC #CCC;*/
}
div#header {
}
div#menu {
	text-align: center;
	font-size:15px;
	color:#666666; /* get rid of this */
	padding-bottom: 20px;
}
#content {
/*	background: url(../images/portfolio/loader.gif) center center no-repeat #FFF; */
	height: 550px;
	width: 780px;
	margin: 0 auto; 
}

#preloadgif {
width: 100%;
height: 100%;
background: url(../images/loader.gif) center center no-repeat #FFF;  
}


#aboutuscontent {
	background-image:url(../images/aboutus/aboutus.jpg);
	height: 500px;
	width: 760px;
	margin: 0 auto;
}
div#footer {
position: relative;   
	width:830px;
	height: 40px;
	text-align:center;
		margin: 0 auto;       /* required */
	clear: left;          /* required */
	font-size:13px;
	color:#999999;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;/*	padding-top:20px;
	top:10px; */
	background: white;     
	
}
a:link {
	color: #666;
	text-decoration:none;
	background-color: transparent;
}
a:visited {
	color: #666;
	text-decoration:none;
	background-color: transparent;
}
a:hover, a:active {
	color: #5C7AB5;/* blue #a6c3d6; */
	/*text-decoration:underline;*/
	background-color: transparent;
}
.pics {
	height:  232px;
	width:   232px;
	padding: 0;
	margin:  0;
}
.pics img {
	padding: 15px;
	border:  1px solid #ccc;
	background-color: #fff;
	width:  800px;
	height: 500px;
	top:  0;
	left: 0
}
/* slider */

#slider {
	width: 760px;/*620px;*/
	margin: 0 auto;
	position: relative;
	padding-top:10px;
}

#goodwordscontent #slider .scrollButtons {
	display:none;
}
.scroll {
	height: 520px;/*500px;/*250px;*/
	width: 760px;/*620px;*/
	overflow: auto;
	overflow-x: hidden;
	position: relative;
	clear: left;
}
.scrollContainer div.panel {
	padding: 20px;
	height: 470px;/*210px;*/
	width: 720px;/*580px;*/
}
ul.navigation {
	text-align:center;
	list-style:none;
	margin: 0;
	padding: 0;
	padding-bottom: 9px;
}
ul.navigation li {
	display: inline;
	/*margin-right: 3px;*/
	font-size:14px;
}
ul.navigation a {
	padding: 5px;
	color: #666;
	text-decoration: none;
}
ul.navigation a:hover {
	color: #5C7AB5;/*blue #a6c3d6;*/
	/*text-decoration:underline;*/
}
ul.navigation a.selected {
	color: #930; /*red*/
	font-weight:bold;
/*	text-decoration: underline;*/
}
ul.navigation a:focus {
	outline: none;
}
.scrollButtons {
	position: absolute;
	top: 250px;/*150px;*/
	cursor: pointer;
}
.scrollButtons.left {
	left: -20px;
}
.scrollButtons.right {
	right: -20px;
}
.hide {
	display: none;
}
#dOverview {
	padding: 10px;
	color:#333;
	width:400px;
	height:450px;
	background-color:#FFFFFF;
	font-size:15px;
	line-height: 20px;
}
#detailsPhotodisc {
	padding: 10px;
	color:#333;
	width:325px;
	height:450px;
	background-color:#FFFFFF;
	font-size:15px;
	line-height: 20px;
}
#dSession {
	padding: 10px;
	color:#333;
	width:620px;
	height:180px;
	background-color:#FFFFFF;
	font-size:15px;
	line-height: 20px;
	margin:auto;
}
#detailsProofbook {
	padding: 10px;
	color:#333;
	width:620px;
	height:160px;
	background-color:#FFFFFF;
	font-size:15px;
	line-height: 20px;
	margin:auto;
}

#aboutus-Sean-and-Candice {
	position:absolute;
	margin-left:330px;
	margin-top:40px;
	width:301px;
	font-size:15px;
	line-height: 20px;
	color:#333;
	height: 330px;
	padding:20px;
	left: 89px;
	top: 203px;
}

/* end slider */

hr {
/*padding:0;
margin:0;*/
}
h2 {
	color:#5C7AB5;
	font-size:24px;
	margin:0px;
	font-weight:normal;
}
#overview ul, #wedding-album ul {
	color:#5C7AB5;
	list-style-image: url(../images/layout/checkm.png);
}
#overview ul a, #proof-book a {
	color:#5C7AB5;/* blue #5C7AB5;*/
	text-decoration: underline;
}
#photo-disc ul {
	color:#5C7AB5;/* #5C7AB5;*/
	list-style-image: url(../images/layout/checkm.png);
}
#photo-disc ul a {
	color:#5C7AB5;/* #5C7AB5;*/
	text-decoration: underline;
}
#left {
	position:relative;
	float:left;
	width:350px;
	height:460px;
	border-right-width: thin;
	border-right-color: #999999;
	border-right-style: dotted;
}
#left img {
	border: 1px #999 solid;
}
#right {
	position:relative;
	float:right;
	margin-right:50px;
	width:300px;
	font-size:15px;
	line-height: 25px;
	margin-top: 50px;
	color:#666;
}
#contactleft {
	position:relative;
	float:left;
	width:425px;
	height:310px;
	margin-left:25px;
	color:#333;
	margin-top:25px;
}
#contactright {
	position:relative;
	float:right;
	width:275px;
	height:460px;
	font-size:15px;
	/*border-left-width: thin;
	border-left-color: #999999;
	border-left-style: dotted;*/
	text-align:right;
	margin-top:25px;
}
p#quotes {
	font-size:18px;
	
	font-family:Georgia, "Times New Roman", Times, serif;
}
.redquotes {
	color:#CC3333;
	padding:5px;
	font-size:26px;
}
.blue {color:#5C7AB5;}
.gray {color: #666666;}

#contactcontainer {
	width: 680px;
	position: relative;
	padding-top:10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* tool tips */
#example-content-1 {
	display: none;        /* required */
	position: absolute;   /* required */
	padding: 5px;
	border: 1px dotted #CCC;
	background-color: white;
	margin-left: -400px;
	margin-top:20px;
	z-index: 66666666;
}
