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


/* ****************************************
LIGHTBOX
**************************************** */
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ bottom: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(images/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
	}


/* **************************************** 
RANDOM EDITS
**************************************** */

.edit {float:right;}

* {
	margin:0;
	padding:0;
	}

/* **************************************** 
EDITS
**************************************** */
	
p {
	margin-top: 0em;
	margin-right: 0;
	margin-bottom: 1.5em;
	margin-left: 0;
	}
	
img {border:none;}


.thumbs {
	border:1px solid #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.toggleborder:hover img{
	border: 1px solid #999999;
	background-repeat: no-repeat;
}



	
a, #middlecolumn h1 a:hover {
	color:#ad202d;
	text-decoration:none;
	}
	
a:hover {text-decoration:underline;}
	

	
h2 {
	color:#bababf;
	padding-top:20px;
	font:bold 2em Arial, Helvetica, sans-serif;
	}
	
.nopad {padding-top:0;}
	
h3 {
	padding-top:1.5em;
	font:bold 1.2em Arial, Helvetica, sans-serif;
	}
	
h4 {
	margin:20px 0 10px;
	font:bold 1.2em/1em Arial, Helvetica, sans-serif;
	}
	
.alignright {float:right;}
	
.alignleft { float:left; text-align:left; padding-top: 9px; 	}
	
.highlight {color:#bc2683;}
	

.nospc {margin-top:0;}
	
.small {
	margin-left:30px;
	font-size:.9em;
	}

/* **************************************** 
MAIN
**************************************** */


#container {
	width: 1089px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-position: top;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	height: 681px;
	margin-bottom: 0px;
}

#containerBG {
	width: 1134px;
	background-color: #FFFFFF;
	background-position: top;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	height: 701px;
	margin-bottom: 0px;
	background-attachment: scroll;
	background-image: url(../images/ind_bg_shadow1.jpg);
	background-repeat: no-repeat;
	z-index: 1;
}


 body {
	min-height:100%;
	color:#737380;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-size: 62.5%;
	background-color: #FFF;

}

#header {
	background-color: #FFF;
	height: 129px;
	padding-top: 0;
	padding-bottom: 0;
	width: 1089px;
	margin-right: auto;
	margin-bottom: auto;
	text-align: left;
	margin-left: auto;
}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}



#footer {
	background:#eeeeee;
	height: 57px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 1089px;

}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer-in { width:1040px; height:47px; text-align:right; color:#d4d4d4; letter-spacing:.005em; line-height:1.8em; font-family: Arial, Helvetica, sans-serif; margin-top: 0; margin-right: auto; margin-bottom: 0; margin-left: auto; padding-top: 9px; padding-right: 10px; padding-bottom: 0; padding-left: 10px; font-size: 1.1em; 	}

#footer .alignleft a {color:#fff;}

#footer a {
	color:#ad202d;
}
	
#footer a:hover, #footer1 #top a:hover {color:#ad202d;}

/* **************************************** 
NAVIGATION
**************************************** */

	
#topbar {
	height:2px;
	background-color: #ad202d;
	width: 100%;
	}
	
#logo {
	float:left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	background-color: #FFF;
	margin-right: 2em;
	height: 117px;
	width: 120px;
	background-image: url(images/specialevents_logo2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	}
	
#logo2 {
	height:126px;
	width:300px;
	float:left;
	background-image: url(../images/specialevents_logo2.jpg);
	background-repeat: no-repeat;
	}
	
#toplinks {
	height:26px;
	line-height:40px;
	text-align:right;
	float:left;
	color:#990000;
	font-size:1.1em;
	width:500px;
	}
	
#toplinks a {
	padding:0 14px;
	color:#999999;
	text-decoration:none;
	}
	
#toplinks a:hover {color:#9d0000;}
	
* html #nav ul {height: 1%;}
	
#nav {
	height:41px;
	width:545px;
	float:right;
	word-spacing: 5px;
	padding-top: 30px;
	}
	
	#nav ul {
	position:absolute;
	top:40px;
	left:-9999px;
	min-height: 1%;
	line-height:32px;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: 7px 50%;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #e5e5e5;
		}
		
	#nav ul.about {width:150px;}
		
	#nav li:hover ul.photography, #nav li.sfhover ul.ouragency {left:-21px;}
		
	#nav ul.services {width:344px;}

	#nav ul.gallery {width:130px;}
	
	#nav ul.contact {width:120px;}

	#nav li:hover ul, #nav li.sfhover ul {left:-1px;}
	
#nav li {
	list-style:none;
	float:left;
	height:33px;
	padding-top:7px;
	position:relative;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e5e5e5;
	padding-left: 5px;
	}
	
	#nav li li {
	border:none;
	height:31px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
	list-style-position: inside;
		}
	
#nav li a {
	padding:11px 61px 11px 10px;
	color:#666666;
	line-height:36px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	}
	
	#nav li li a, #nav li:hover li a, #nav li.sfhover li a {
	padding:0;
	color:#999;
	word-spacing: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 29px;
	font-weight: 500;
	font-variant: normal;
	letter-spacing: .08px;
	font-style: normal;
	text-transform: uppercase;
		}
	
#nav li a:hover, #nav li:hover a, #nav li.sfhover a {
	color:#ad202d;
	text-decoration:none;
	}
	
	#nav li:hover li a:hover, #nav li.sfhover li a:hover {
	color:#ad202d;
	text-decoration: underline;
		}

/* **************************************** 
CONTENT
**************************************** */

#mainContent {
	background: #FFFFFF;
	padding: 0;
	height: 210px;
	width: 1089px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

.idxcolumnRight {
	float:right;
	width:300px;
	padding-right:21px;
	line-height:1.5em;
	height: 210px;
	margin-right: 150px;
	padding-left: 21px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	}
	
.idxcolumnRight h1 {
	margin-top:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #999;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 7px;
	margin-bottom: 0px;
	font-weight: 400;
	letter-spacing: 1%;
	}
	
	
.idxcolumnRight{}.idxcolumnRight p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #bfbfbf;
}

.idxcolumnRight a {
	color:#7e7e7e;
	}
.idxcolumnRight a:hover {color:#b1b1b1;}

.lincoln {
	padding-top: 9;
	padding-left: 9;
	}
	

#mainPhoto {
	padding: 0;
	height: 285px;
	width: 1089px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../images/partyguest1.jpg);
	background-repeat: no-repeat;
}

#mainPhotoBlank {
	padding: 0;
	height: 285px;
	width: 1089px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../images/partyguest2.jpg);
	background-repeat: no-repeat;
}

