body {

    color: #FFF;
    font-family: Helvetica, Arial; 
    font-size: 12px;
    background: url(images/Background_Abp.gif) #000;
    background-repeat: no-repeat;
    background-position: 50% 0;
    margin-top: 0px;
}

#container
{
    display: block;
    width: 980px;    
    margin-right: auto;
    margin-left: auto;          
    /*min-height: 635px;*/    
}

a 
{
    color: #31aecd;
    text-decoration: none;    
}

a:hover 
{
    text-decoration: underline;        
}

a:visited 
{
    color: #1d88a3;
}

.clear 
{
    clear: both;
}

.halfheight
{
    line-height: 50%;
}

.left 
{
    text-align: left;
    display:block;
}

.middle 
{
    text-align: center;
    display:block;
}

.right 
{
    text-align: right;
    display:block;
}

.italics 
{
    font-style: italic;
}

.bold 
{
    font-weight: bold;
}

.black
{
    color: #000;
    margin-bottom: 3px;
    display: block;
}

.Bullets 
{
    padding-left: 0px;
    margin-left: 0px;
    margin-top: 25px;
}


.Bullets li 
{
    list-style: none;
    background: url(images/Arrow_Bullet.gif) no-repeat;
    background-position: 0px 2px;
    padding-left: 20px;
    margin-top: 10px;        
}

.Logo
{
    width: 165px;
    height: 80px;   
    margin-top: 0px;
    display: block;    
    padding-left: 0px;
    margin-left: 25px;     
}

.Logo img 
{
    width: 165px;
    height: 80px;
    border-bottom: 0px;    
    margin-top: 0px;    
}

h1 
{
    text-indent: -9999em;
    float: left;
    height: 1px;
    margin: 0px;
    padding: 0px;    
}

.Header 
{
    width: 980px;
    height: 362px;    
}

.Home 
{
    background: url(images/Header_Home.jpg);
    background-repeat: no-repeat;
}

.About 
{
    background: url(images/Header_About.jpg);
    background-repeat: no-repeat;
}

.Portrait 
{
    background: url(images/Header_Portrait.jpg);
    background-repeat: no-repeat;
}

.Wedding 
{
    background: url(images/Header_Wedding.jpg);
    background-repeat: no-repeat;
}

.Commercial 
{
    background: url(images/Header_Commercial.jpg);
    background-repeat: no-repeat;
}

.Gallery 
{
    background: url(images/Header_Gallery.jpg);
    background-repeat: no-repeat;
}

h2 
{
    font-family: Century Gothic, Helvetica, Arial;
    font-size: 18px;
    font-weight: normal;
    color: #000;
    margin-top: 250px;
    margin-left: 35px;
    width: 700px;    
}

.GalleryInactive a
{
    font-size: 11px;
    color: #333;
}

.ClientLoginButton 
{
    float: right;
    margin-top: -35px;
    margin-right: 40px;    
}

.TextImage
{
    padding-top: 0px;
}

.TextImage img 
{
    float: left;
    border: 1px solid #7C8187;
    margin-right: 15px;
    margin-bottom: 10px;
}

#GalleryImages li 
{
    list-style: none;
    float: left;
    padding: 14px 28px 14px 28px;
}

#GalleryImages img 
{
    border: 5px solid #fff;
}


/* Top Navigation */

#TopNavigation 
{
    clear: both;
    display: block;
    padding: 0px;
    margin-top: -60px;
    float: right;
    margin-right: 15px;
}

#TopNavigation ul
{
    margin-left: 0px;
    padding: 0px;
    display:inline;
    float: right;
    margin-top: 0px;        
}


#TopNavigation li
{
    list-style: none;
    float: left;
    text-align: center; 
    padding:0 0 0 10px ;
    margin-left: 10px;  
    cursor: pointer;
}

#TopNavigation li a
{
    list-style: none;
    float: left;
    font-size: 11px;
    color: #fff;
    padding: 4px 15px 0 5px;
    height: 21px; 
    outline: none;
}

#TopNavigation li:hover 
{
    background:url(images/Background_Navigation.gif) #000 top left no-repeat; 
    padding:0 0 0 10px ;
}

#TopNavigation li a:hover 
{
    color: #fff;
    text-decoration: none;   
    display:block;
    padding:4px 12px 0 5px;
    text-decoration:none;
    background:url(images/Background_Navigation.gif) transparent top right no-repeat;
    
}

#TopNavigation li.active, #TopNavigation li.over
{
    background:url(images/Background_Navigation.gif) #000 top left no-repeat;
    padding: 0 0 0 10px;
}

#TopNavigation li.active a, #TopNavigation li.over a 
{
    
    color: #FFF ! important;   
    text-decoration: none;
    display:block;
    padding: 4px 15px 0 5px;
    text-decoration:none;
    background:url(images/Background_Navigation.gif) transparent top right no-repeat;
        
}

/* Top Navigation - END */


/* Main content - START */



#maincontent 
{
    width: 905px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 15px 20px 15px;
    background: #232021;
    /*min-height: 300px;*/
}

.BreadCrumbIntro 
{
    float: left;
    font-size: 9px;
    color: #7c8187;
    font-weight: bold;
}

#BreadCrumbs 
{
    clear: both;
    display: block;
    padding: 0px;    
    margin: 0px;
}

#BreadCrumbs ul
{
    margin-left: 0px;
    padding: 0px;     
    margin-top: 0px;    
}


#BreadCrumbs li
{
    list-style: none;
    float: left;
    text-align: center;
    margin-top: -2px;       
}

#BreadCrumbs li a
{
    list-style: none;
    font-size: 9px;
    color: #7c8187;
    padding-left: 5px;
}

#BreadCrumbs li a:hover {
      
    text-decoration: underline;     
}

#BreadCrumbs li a.active 
{
    text-decoration: none;        
}

h4 
{
    font-size: 12px;
    font-weight: normal;
    margin: 0px;
    padding: 15px 0 20px 0;    
    clear: left;
}

h4.homepage
{
    font-size: 12px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    padding-top: 15px;    
    clear: left;
}


h3 
{
    font-size: 14px;
    font-weight: normal;
    clear: both;
    font-family: Century Gothic, Helvetica, Arial;
}
    
#GalleryNav 
{
    clear: both;
    display: block;
    padding: 0px; 
    
}

#GalleryNav ul
{
    margin-left: -12px;
    padding: 0px;    
    margin-top: 0px;        
}


#GalleryNav li
{
    list-style: none;
    float: left;
    text-align: center;  
    padding-left: 13px;  
}

#GalleryNav li a
{
    list-style: none; 
    display: block;   
    width: 170px;
    height: 144px;
}   

#GalleryNav li.Family a
{
    background: url(images/Gallery_Family.jpg);
    background-repeat: no-repeat;
    background-position: 0;
    text-indent: -9999em;
}

#GalleryNav li.Family a:hover
{
    background: url(images/Gallery_Family.jpg);
    background-repeat: no-repeat;
    background-position: -170px 0px;
    text-indent: -9999em;
}  

#GalleryNav li.Babies a
{
    background: url(images/Gallery_Babies.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
    text-indent: -9999em;
}

#GalleryNav li.Babies a:hover
{
    background: url(images/Gallery_Babies.jpg);
    background-repeat: no-repeat;
    background-position: -170px 0px;
    text-indent: -9999em;
} 

#GalleryNav li.Children a
{
    background: url(images/Gallery_Children.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
    text-indent: -9999em;
}

#GalleryNav li.Children a:hover
{
    background: url(images/Gallery_Children.jpg);
    background-repeat: no-repeat;
    background-position: -170px 0px;
    text-indent: -9999em;
}

#GalleryNav li.Adults a
{
    background: url(images/Gallery_Adults.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
    text-indent: -9999em;
}

#GalleryNav li.Adults a:hover
{
    background: url(images/Gallery_Adults.jpg);
    background-repeat: no-repeat;
    background-position: -170px 0px;
    text-indent: -9999em;
}

#GalleryNav li.Weddings a
{
    background: url(images/Gallery_Weddings.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
    text-indent: -9999em;
}

#GalleryNav li.Weddings a:hover
{
    background: url(images/Gallery_Weddings.jpg);
    background-repeat: no-repeat;
    background-position: -170px 0px;
    text-indent: -9999em;
}  

ul#RelatedLinks 
{
    padding: 0px;
    margin: 0px;
} 

#RelatedLinks li 
{
    list-style: none;
    padding: 5px 0px;
}

#RelatedLinks li a
{
    padding-left: 25px;   
    background: url(images/bullet.gif);
    background-repeat: no-repeat;
}



/* Main content - END */


/* Contact us */

.ContactLeft 
{
    float: left;
    padding-top: 25px;
}

.ContactRight 
{
    float: right;
    padding-top: 25px;
}

.ContactDetails{   
    width: 315px;      
    
}

.ContactPhone
{
    display: block;
    clear: left;
    margin-top: 8px;
}

.ContactMobile
{
    display: block;
    clear: left;
    margin-top: 8px;
}

.ContactEmail
{
    display: block;
    clear: left;
    margin-top: 8px;
}


/* Contact us - END */

/* Lightboxes - START */

#lightbox{
	position: absolute;
	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; color: #666; }
#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;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	

/* Lightboxes - END */

/* Main content - END */

/* Social Media bookmarks - START*/

.SocialMedia 
{
    border: 1px solid #e5e5e5;
    background: #2f2f2f;
    height: 65px;
}

.SocialMediaTitle 
{
    font-weight: bold;
    font-size: 13px;
    padding: 10px;
    display: block;    
}

ul.SocialMediaList 
{
    text-align:center;    
    clear: right;
    margin-top: -10px;    
}

ul.SocialMediaList li 
{
    list-style: none;
    float: left;
    text-align: center;
    padding: 10px 25px 10px 25px;
    
}

ul.SocialMediaList li.Facebook a
{
    padding-left: 25px;
    background: url('images/icons/facebook.gif');
    background-repeat: no-repeat;
    background-position: 0px -3px;
    border-bottom: 0px;
    margin-left: 50px;
} 

ul.SocialMediaList li.LinkedIn a
{
    padding-left: 25px;
    background: url('images/icons/linkedin.gif');
    background-repeat: no-repeat;
    background-position: 0px -3px;
    border-bottom: 0px;
} 

ul.SocialMediaList li.Digg a
{
    padding-left: 25px;
    background: url('images/icons/digg.gif');
    background-repeat: no-repeat;
    background-position: 0px -3px;
    border-bottom: 0px;
} 

ul.SocialMediaList li.Delicious a
{
    padding-left: 25px;
    background: url('images/icons/delicious.gif');
    background-repeat: no-repeat;
    background-position: 0px -3px;
    border-bottom: 0px;
} 

ul.SocialMediaList li.Redit a
{
    padding-left: 25px;
    background: url('images/icons/redit.gif');
    background-repeat: no-repeat;
    background-position: 0px -3px;
    border-bottom: 0px;
} 

ul.SocialMediaList li.StumbleUpon a
{
    padding-left: 25px;
    background: url('images/icons/stumbleupon.gif');
    background-repeat: no-repeat;
    background-position: 0px -3px;
    border-bottom: 0px;
} 


/* Social media Bookmarks - END */


/* Footer */

#Footer
{
    width: 935px;
    margin-left: auto;
    margin-right: auto;
}

#Sitemap {
    clear: both;
    text-align: left;
    display: block;
    padding: 18px;   
    background:#7c8187;
    width: 899px;
    margin-left: auto;
    margin-right: auto;
    color: #232021;
    min-height: 115px;   
    font-size: 11px;
}

#Sitemap a 
{
    color: #232021;
    text-decoration: none;    
}

#Sitemap a:hover 
{
    text-decoration: underline;
        
}

#Sitemap a:visited 
{
    color: #232021;
}

#FooterAbp 
{
    width: 230px;
    float: left;
    display: block;
    padding: 0px; 
}

#FooterAbp ul 
{
   padding: 0px;
   margin:0px;  
   height: 90px;
}

#FooterAbp li
{
    list-style: none;
    padding-bottom: 2px;      
}

#FooterGalleries 
{
    width: 200px;
    float: left;
    display: block;
    padding: 0px; 
}

#FooterGalleries ul 
{
   padding: 0px;
   margin:0px;  
   height: 90px;
}

#FooterGalleries li
{
    list-style: none; 
    padding-bottom: 2px;     
}

#FooterLinks 
{
    width: 200px;
    float: left;
    display: block;
    padding: 0px; 
}

#FooterLinks ul 
{
   padding: 0px;
   margin:0px; 
   height: 90px; 
}

#FooterLinks li
{
    list-style: none;
    padding-bottom: 2px;      
}

.FooterContact 
{
    float: right;
    text-align: right; 
    margin-right: 5px;  
}

#BaseFooter {
    clear: both;
    text-align: left;
    display: block;
    padding: 15px;   
    background: #232021;
    width: 905px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;   
}

.Bookmarks 
{
    float: right;
    display: block;
    padding-right: 5px;
    margin-top: 0px;
}

.BookmarkImages 
{
    float: right;
    padding-top: 0px;
    margin-top: 0px;
}

.BookmarkImages ul 
{    
    margin: 0px;
    padding:0px;
}

.BookmarkImages li
{
    list-style: none;
    float:left;
    padding-left:8px;
}

/* Footer - END */



/* EVERYBODYSMILE SPECIFIC STYLES */
#wrapper {
	float: left; width: 885px; min-height: 450px; height: auto !important; height: 450px; padding: 10px;
	background-color: #232021; text-align: left; font-family: Helvetica, Arial; font-size: 12px; color: #fff; text-decoration: none;
}
#wrapper a {font-family: Helvetica, Arial; font-size: 12px; color: #31aecd; text-decoration: none;}
#wrapper a:hover {font-family: Helvetica, Arial; font-size: 12px; color: #31aecd; text-decoration: underline;}
#wrapper table {margin: 0 auto;}




/* Over rides - START */

/*\*/
html>body*.Bookmarks 
{    
    margin-top: 0px;
}

html>body*.BookmarkImages 
{
    margin-top: 0px;
}
/**/

/* Over rides - END */
