/* CSS Document */


body, html {  
margin: 0px;  
padding: 0px;
margin-top:0px;
padding-top:0px;
background-color:#000000;
padding-left:20px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;

} 

.container {
margin  : 0;  
padding  : 0;  
width: 940px;
}

.containerheader {
margin  : 0;  
padding  : 0;  
width: 940px;
height: 68px;
}

.containerimage {
margin  : 0;  
padding  : 0;  
width: 940px;
height: 233px;
}

.containercontent {
margin  : 0;  
padding  : 0;  
width: 940px;
}

.contentleft {
margin  : 0;  
padding  : 0;  
width: 430px;
float:left;
}

.contentright {
margin  : 0;  
padding  : 0;  
width: 510px;
float:left;
}

.logo
{
width:320px;
height:68px;
float:left;
}

.nav
{
width:600px;
height:38px;
float:right;
text-align:right;
padding-right:1px;
padding-top:30px;
}

.header {
height  : 246px;  
width: 925px;
}

.welcome {
background:url(images/welcome.gif) no-repeat;
}

.contactus {
background:url(images/contactus.gif) no-repeat;
}
.meettheteam {
background:url(images/meettheteam.gif) no-repeat;
}

.romeoandjuliet {
background:url(images/romeoandjuliet.gif) no-repeat;
}

.threehoursaftermarriage {
background:url(images/threehoursaftermarriage.gif) no-repeat;
}

.infoforschools {
background:url(images/infoforschools.gif) no-repeat;
}

.showdetails {
background:url(images/showdetails.gif) no-repeat;
}

.threehoursteam {
background:url(images/threehoursteam.gif) no-repeat;
}



/* Font Styles */

h1 {
height:16px;
margin:20px 0px 0px 0px;
}

.h2
{
font-family:Arial, Helvetica, sans-serif;
color:#f1db75;
text-decoration:underline;
font-size:12px;
}

h1 span, h2 span {
display:none;
}

.goldbold12
{
font-family:Arial, Helvetica, sans-serif;
color:#f1db75;
font-size:12px;
font-weight:bold;
}



/* Link Styles */

a:link
{
font-family:Arial, Helvetica, sans-serif;
color:#f1db75;
text-decoration:underline;
font-size:12px;
}

a:visited
{	
font-family:Arial, Helvetica, sans-serif;
color:#f1db75;
text-decoration:underline;
font-size:12px;
}


a:hover, a:active
{
font-family:Arial, Helvetica, sans-serif;
color:#cccccc;
text-decoration:underline;
font-size:12px;
}

.whitebold14:link
{
font-family:Arial, Helvetica, sans-serif;
color:#fff;
text-decoration:none;
font-size:14px;
font-weight:bold;
}

.whitebold14:visited
{	
font-family:Arial, Helvetica, sans-serif;
color:#fff;
text-decoration:none;
font-size:14px;
font-weight:bold;
}


.whitebold14:hover, .whitebold14:active
{
font-family:Arial, Helvetica, sans-serif;
color:#f1db75;
text-decoration:underline;
font-size:14px;
font-weight:bold;
}

.whitebold12:link
{
font-family:Arial, Helvetica, sans-serif;
color:#fff;
text-decoration:none;
font-size:12px;
font-weight:bold;
}

.whitebold12:visited
{	
font-family:Arial, Helvetica, sans-serif;
color:#fff;
text-decoration:none;
font-size:12px;
font-weight:bold;
}


.whitebold12:hover, .whitebold12:active
{
font-family:Arial, Helvetica, sans-serif;
color:#f1db75;
text-decoration:underline;
font-size:12px;
font-weight:bold;
}


/** Free Member Sign Up **/

.btnmain {
 background-color: #F1DB75;
 border:none;
 margin-right:10px;
 width:80px;
 height:20px;
 cursor: pointer;
 padding: 1px 5px;
 font-size: 12px;
 font-family:Arial, Helvetica, sans-serif;
 font-weight:bold;
 color:#000;
}

.login {
 width:250px;
 height:15px;
 margin:0px;
 background-color:#666666;
 border:thin;
 border-color:#666666;
 font-size:12px;
 font-family:Arial, Helvetica, sans-serif;
 padding:5px;
 font-weight:bold;
 color:#000;
 
}

.login2 {
 width:250px;
 height:90px;
 margin:0px;
 background-color:#666666;
 border:thin;
 border-color:#666666;
 font-size:12px;
 font-family:Arial, Helvetica, sans-serif;
 padding:5px;
 font-weight:bold;
 color:#000;
}


form
{
margin:0px;
padding:0px;
}

/***************lightbox****************/
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	

