@charset "utf-8";
/* CSS Document */
/* eg. INDOC class="bg" INCSS .bg { ... }   */
/* eg. INDOC id="bg" INCSS #bg { ... }   */

html, body, #wholpagewrapper, #bodymainwrapper {
	margin: 0;
    padding: 0;
	overflow-x:hidden;
	min-height:100%;
	background-image:url('background.png');
	background-repeat:repeat;
	min-width:1000px;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
     
#wholepagewrapper {
	width:100%;
	height:100%;
	min-height:100%;
	height:auto !important;	
}

#wholepagebanner {
	height:100%;
	text-align:center;
}

#bannerbacking {
	width:100%;
}

/* GALLERY STYLES  */

#gallerywrapper {
	font-family:Georgia, "Times New Roman", Times, serif;
	width:100%;
	margin-top:2%;
	text-align:center;
	overflow:hidden;
}

/* DIVS FOR CLICKED ENLARGED IMAGE HOLDER NORMALLY HIDDEN */
.enlargedinvisible{
	width:100%;
	height:0px;
	display:none;
	visibility:collapse;
    text-align:center;
    vertical-align:middle;
}

.enlargedvisible{
	width:100%;
	height:auto;
	display:inline-block;
	visibility:visible;
    text-align:center;
    vertical-align:middle;
    border-bottom:2px #000 solid;
    border-top:2px #000 solid;
    background-color:#333;
    padding-top:30px;
    padding-bottom:30px;
    position:relative;
}

.closeButton {
	text-align:right;
	color:#fff;
	font-size:12px;
	text-decoration:underline;
	position:absolute;
	top:20px;
	right:10px;
}


/* START OF IMAGE IN GALLERY DEFINITIONS */

.inlinemarginwrapper {
	display:inline-block;
	margin:10px;
	vertical-align:top;
}

.newcolumnwrapper {
	height:455px;
	width:200px;
	position:relative;
}

.grouptitle {
	/* BOX ROUNDED CORNERS */
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	/* BOX SHADOWS*/	
	-moz-box-shadow: 2px 2px 6px 0 #C2C2C2;
	-webkit-box-shadow: 2px 2px 6px 0 #C2C2C2;
	box-shadow: 2px 2px 6px 0 #C2C2C2;
	
	background-color:white;
	width:100%;
	margin-bottom:10px;
	height:40px;
	line-height:40px;
	color:#333;
	font-size:large;
	text-align:center;
	text-decoration:underline;
	overflow:hidden;		
}


.imageAndTextContainerlandscape {
	/* BOX ROUNDED CORNERS */
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	/* BOX SHADOWS*/	
	-moz-box-shadow: 2px 2px 6px 0 #C2C2C2;
	-webkit-box-shadow: 2px 2px 6px 0 #C2C2C2;
	box-shadow: 2px 2px 6px 0 #C2C2C2;
	
	position:relative;
	background-color:white;
	overflow:hidden;
	width:100%;
	height:48%;
	color:#666;	
}

.imageAndTextContainerportrait {
	/* BOX ROUNDED CORNERS */
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	/* BOX SHADOWS*/	
	-moz-box-shadow: 1px 1px 2px 0 #C2C2C2;
	-webkit-box-shadow: 1px 1px 2px 0 #C2C2C2;
	box-shadow: 1px 1px 2px 0 #C2C2C2;
	
	position:relative;
	background-color:white;
	overflow:hidden;
	width:100%;
	height:100%;
	color:#666;
}

.titleboxStyle1 {
	color:#666;
	font-size:large;
	width:100%;	
	height:40px;	
	line-height:40px;
	z-index:1;
	position:relative;
	vertical-align:middle;
	text-align:center;
}

.titleboxStyle2 {
	color:white;
	font-size:large;
	font-weight:800;
	width:100%;	
	height:40px;
	line-height:40px;
	z-index:1;
	position:absolute;
	vertical-align:middle;
	text-align:center;
}

.titleboxStyle3 {
	color:#666;
	border-bottom:thin #666666 solid;
	font-size:medium;
	font-weight:800;
	width:100%;	
	height:35px;
	line-height:35px;
	z-index:2;
	position:absolute;
	vertical-align:middle;
	text-align:center;

}

.titleboxStyle4 {
	display:none;
	visibility:collapse;
	height:0px;
}

.titleRegistry {
	font-weight:800;
	color:#666666;
}

.registryPrice{
	font-weight:800;
	font-size:20px;
	position:absolute;
	right:15px;
}

.registryPlace{
	color:#666666;
	font-weight:500;
	font-size:9px;
	width:100%;
	text-align:right;
	margin-top:3px;
	position:absolute;
	bottom:4px;
	right:5px;
}

.registryEmaiTextDiv {
	position:absolute;
	top:10px;
	left:10px;
	width:90%;			
}

.registryEmaiText {
	width:75%;
	float:right;		
}

.registryEmaiText:after {
	 clear:right;
} 

.registryReserveButton {
	width:100%;	
	height:20px;
	margin-top:5px;	
}

.imageAndScreensStyle1 {	
	width:100%;
	max-width:100%;	
	font-size:10px;
	font-weight:800;
	position:relative;
}

.imageAndScreensStyle2 {	
	width:100%;
	max-width:100%;	
	position:absolute;
	top:0px;
	font-size:10px;
	font-weight:800;

}

.imageAndScreensStyle3 {	
	width:100%;
	max-width:100%;	
	font-size:10px;
	font-weight:800;
	position:relative;

}

.imageAndScreensStyle4 {	
	width:100%;
	max-width:100%;	
	font-size:10px;
	font-weight:800;
	position:relative;
}

.image {
	width:100%;
	height:100%;
	position:relative;
}

.imagescreenout{
	width:100%;
	height:0%;
	display:none;
	visibility:collapse;
	position:absolute;
    top:0px;
    left:0px;
}

.imagescreenover{
	width:100%;
	height:100%;
	display:block;
	visibility:visible;
	opacity: 0.5;
    filter: alpha(opacity=50); /* msie */
    background-color: #000;
    position:absolute;
    top:0px;
    left:0px;
}

.imagetextout{
	width:100%;
	height:0%;
	display:none;
	visibility:collapse;
	position:absolute;
    top:0px;
    left:0px;
    text-align:center;
    vertical-align:middle;
    color:white;
}

.imagetextover{
	width:100%;
	height:100%;
	display:block;
	visibility:visible;
    position:absolute;
    top:0px;
    left:0px;
    text-align:center;
    vertical-align:middle;
    line-height:50%;
    color:white
}

#uploadingInfo {
	font-size:40px;
	color:white;
}

.textboxwrapper {
	background-color:white;
	color:#999;
	font-size:13px;	
	position:absolute;
	bottom:0px;
	left:0px;	
  	width:100%;
  	display:table;  	
}

.textbox {
	padding-left:8px;
	padding-right:8px;
	display:table-cell;
	vertical-align:middle;
	height:100%;
	width:100%;
    text-align:justify;
}  	
   	


/*  END OF GALLERY STYLE INFO  */


.preload {
	display:none;
	visibility:collapse;
	height:0px;
}


#titleandsocialrow {
	width:100%;
	text-align:center;
	background-image:url('titlebackground.png');
	background-repeat:repeat-x;
	background-position:left bottom;
	margin: 0px;
	padding:0px;
}

.title {
	height:80%;
}

.menuItemText {

	color:black;
	height:30px;
	line-height:30px;
	width:110px;
	text-align:center;
	
	background-image:url('background.png');
	background-repeat:repeat;
	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	/* BOX SHADOWS*/	
	-moz-box-shadow: 2px 2px 8px 0 #454545;
	-webkit-box-shadow: 2px 2px 8px 0 #454545;
	box-shadow: 2px 2px 8px 0 #454545;
}

#social {
	position:fixed;
	float:right;	
	right:0px;
	top:600px;
	width:3%;	
	max-width:100px;
	min-width:50px;
	z-index:1;
	padding-bottom:8px;
	padding-top:8px;
	background-color:white;
	text-align:center;
		
	-moz-border-top-left-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	
	-moz-box-shadow: -1px 2px 8px 0 #454545;
	-webkit-box-shadow: -1px 2px 8px 0 #454545;
	box-shadow: -1px 2px 8px 0 #454545;
	
}

#slideContainer {
	width:100%;
	margin-top:40px;
	padding-bottom:20px;
	text-align:center;
}

.slide {
	/* BOX ROUNDED CORNERS */
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	/* BOX SHADOWS*/	
	-moz-box-shadow: 4px 4px 6px 0 #7a7a7a;
	-webkit-box-shadow: 4px 4px 6px 0 #7a7a7a;
	box-shadow: 4px 4px 6px 0 #7a7a7a;
	
	border:thin gray solid;
	background-color:white;
	width:80%;
	max-width:80%;
	min-width:800px;
	color:#333;
	font-size:large;
	text-align:center;
	display:none;
}

#slideStart { display:block; }



/* SLIDE CONTENTS CSS DECLARATIONS */

.instruction {
	width:80%;
	margin:20px;
	font-size:22px;
	font-weight:600;
	display:inline-block;
}

.ruler {
	height:2px;
	background-color:#ccc;
	margin-top:20px;
	margin-bottom:20px;
	width:100%;
}

.formCollectionDiv {
	width:100%;
	height:100%;
	max-width:100%;
	padding-top:20px;
	padding-bottom:20px;
	vertical-align:middle;
	text-align:center;
}

.formCollectionInnerDiv {
	width:99%;
	max-width:99%;
	margin-top:10px; 
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
		
	max-height:275px; 
	height:275px; 
	overflow: auto; 
	white-space: nowrap;
	position:relative;
}


.formClearButton {
	/* BOX ROUNDED CORNERS */
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	/* BOX SHADOWS*/	
	-moz-box-shadow: 1px 1px 2px 0 #C2C2C2;
	-webkit-box-shadow: 1px 1px 2px 0 #C2C2C2;
	box-shadow: 1px 1px 2px 0 #C2C2C2;
	
	height:30px;
	line-height:30px;
	width:90px;
	vertical-align:middle;
	text-align:center;
	display:table-cell;
	position:absolute;
	top:20px;
	right:20px;
	border:thin black solid;
	font-size:14px;
	font-weight:400;
}

.formpromt { font-size:19px; font-weight:600; display:inline-block; }

.formBigTextBox {
	width:200px;
	height:40px;
	font-size:18px;
	text-align:center;
	margin-left:40px;
	margin-right:40px;
	display:inline-block;
	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.formTitle {
	height:100%;
	font-size:12px;
	text-align:center;
	border:none;
}

.formTextBox {
	font-size:10px;
	border:none;
	
	-moz-border-bottom-radius: 6px;
	-webkit-border-bottom-radius: 6px;
	border-bottom-radius: 6px;

}

/* CHARACTER COUNTER DISPLAY CSS */
/* WHEN REUSING ONLY CHANGE FONT SIZE AND TABLE HEIGHT / WIDTH */

#charCounterTable {
	height:60px;
	width:70px;
	font-size:16px;
	color:#808080;
	font-weight:600;
	vertical-align:middle;
	display:inline-block;
}

#charCounterTitleTextTable {
	height:40px;
	width:55px;
	font-size:12px;
	color:#808080;
	font-weight:600;
	vertical-align:middle;
	display:inline-block;
	position:absolute;
	top:0px;
	left:0px;
	opacity: 0; 	
}

#charCounterTextBoxTable {
	height:40px;
	width:55px;
	font-size:12px;
	color:#808080;
	font-weight:600;
	vertical-align:middle;
	display:inline-block;
	position:absolute;
	bottom:2px;
	left:0px;
	opacity: 0; 
}

.charCounterTopRowTD {
	border-bottom:1px #999 solid;
	height:50%;
	width:80%; 
}

.charCounterTopRowText {
	margin-right:5px;
}

.charCounterBottomRowTD {
	height:50%;
	width:80%; 
	
}

.charCounterBottomRowText {
	float:right;
	margin-left:5px;
	margin-right:5px;
}

.charCounterOfText {
	color:#C0C0C0;
	font-size:70%;
	font-weight:normal;
}

.charCounterImg {
	height:45px;
}

.charCounterImgSml {
	height:40px;
}

.charCounterImgTD {
	border-left:2px black solid;
}

/* SLIDESHOW BUTTON CSS */

#buttonContainer {
	width:80%;
	min-width:800px;
	text-align:center;
	margin-bottom:20px;
	margin-top:20px;
}


.buttonUp {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	/* BOX SHADOWS*/	
	-moz-box-shadow: 3px 3px 5px 0 #7a7a7a;
	-webkit-box-shadow: 3px 3px 5px 0 #7a7a7a;
	box-shadow: 3px 3px 5px 0 #7a7a7a;
	
	width:120px;
	height:40px;
	line-height:40px;
	color:white;
	font-weight:700;
	background-color:maroon;

}

.buttonDown{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
		
	width:120px;
	height:40px;
	line-height:38px;
	
	color:white;
	font-weight:700;
	background-color:maroon;
	text-align:center;
	margin:10px;
	display:inline-block;

}

.previewNextButton{
	overflow:hidden;
	width:5%;
	min-width:5%;
	float:right;
}

.previewPrevButton{
	overflow:hidden;
	width:5%;
	min-width:5%;
	float:left;
}

.previewButtonUp {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	
	width:40px;
	height:270px;
	line-height:270px;
	color:white;
	font-weight:700;
	background-color:maroon;
	margin:auto;

}


.previewButtonDown{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
		
	width:40px;
	height:270px;
	line-height:270px;
	color:black;
	font-weight:700;
	background-color:maroon;
	margin:auto;
}

.previewButtonDisabled{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
		
	width:40px;
	height:270px;
	line-height:270px;
	color:black;
	font-weight:700;
	background-color:gray;
	margin:auto;
}

#prev {	display:none; }

#finish { display:none; }
