body {
	background:url(../images/bg2.gif);
}
h1 {
	font-family:Georgia,"Bitstream Vera Serif","Times New Roman",serif;
	font-size:30px;
	font-weight:normal;
	padding:0 0 20px 10px;
	}
h2 {
	font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif;
	font-size:16px; 
	font-weight:bold;
	padding:0 0 5px 10px;
	}
p {
	font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif;
	font-weight:normal;
	color:#777777;
	font-size:13px;
	margin:0;
	line-height:1.6em;
	padding:10px 10px 0px 10px;
	border-top:1px solid #DFDFDF;
}
.logo {
	width:100%;
	position:relative;
	margin:0;
	padding:0;
	width:940px;
}
.logoimg {
	width:355px;
	height:69px;
	margin:0;
	padding:0;
	float:left;
}
#header-menu {
	margin:0px 0 0 0;
	padding:0 0 0 65px;
	background:url(../images/nav-bg.gif) no-repeat;
	width:875px;
	height:44px;
}
.content {
	background:#fff url(../images/contentbg.gif) repeat-x;
}

.center {
	text-align:right;
	}


/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
	text-align:		center;
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	right:			0;
	top:			44px; /* match top ul list item height */
	z-index:		99;
	margin:			0;
	padding:		0;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	border-left:	1px solid #fff;
	border-top:		1px solid #CFDEFF;
	padding: 		0;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#13a;
}
.sf-menu li {
	background:		#BDD2FF;
}
.sf-menu li li {
	background:		#AABDE6;
}
.sf-menu li li li {
	background:		#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#CFDEFF;
	outline:		0;
}
.sf-breadcrumb a, sf-sub-indicator a {
	color:#000;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	color:#000;
	width:100px;
	text-align:center;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}

.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
	visibility:     hidden;
} 
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}


/*** adding the class sf-navbar in addition to sf-menu creates an all-horizontal nav-bar menu ***/
.sf-navbar {
	background:		transparent;
	height:			35px;
	padding-bottom:	0em;
	position:		relative;
}
.sf-navbar li {
	background:     url(../images/nav/nav-blue.gif) no-repeat 0 0;
	width:100px;
	height:42px;
	position:		static;
	padding:0;
	margin:2px 0 0;
	 
}
.sf-navbar li.orange {
	background:     url(../images/nav/nav-orange.gif) no-repeat 0 0;
	width:100px;
	height:35px;
	position:		static;
	padding:0;
	margin:0;
	 
}
.sf-navbar a {
	border-top:		none;
	
}
.sf-navbar li ul {
	width:			600px; /*IE6 soils itself without this*/
	padding:0;
	margin:0;
}
.sf-navbar li li {
	background:		transparent;
	position:		relative;
}
.sf-navbar li li ul {
	width:			13em;
}
.sf-navbar li li li {
	width:			100%;
}
.sf-navbar ul li {
	width:			auto;
    float: right;
	text-align:center;
	padding: 	7px	7px 0 7px;
	margin:0;
	font-size:14px;
}
.sf-navbar li a.white {
	color:#666666;
	height:18px;
	text-align:center;
}

 
.sf-navbar a, .sf-navbar a:visited {
	border:			none;
	font-family: "Times New Roman", Times, serif;
	color:#000;
	text-transform:uppercase;
	font-weight:normal;
	font-size:12px;
	margin:5px 0 0;
	padding:8px 0 0;
	
}
.sf-navbar li ul li a {
	padding:3px 0 0 0;
	margin:0;
	height:20px;
	background:transparent;
}
.sf-navbar li a.current {
	 
		background:transparent;;
	text-align:center;
	color:#000;
 		height:18px;
	border-bottom: 2px solid #7DBEDF;
}
.sf-navbar li:hover,
.sf-navbar li.sfHover,
.sf-navbar li li.current,
.sf-navbar a:focus, .sf-navbar a:hover, .sf-navbar a:active {
 
	color:#000;
	
	background: transparent;
	 
}

.sf-navbar li:hover a {
	margin:5px 0 0;
	color:#000;
	height:18px;
	border-bottom: 2px solid #B6DBEE;
}
.sf-navbar ul li:hover,
.sf-navbar ul li.sfHover,
ul.sf-navbar ul li:hover li,
ul.sf-navbar ul li.sfHover li {
	background:transparent;
	height:21px;
	top:0;
	
}

.sf-navbar ul a , .sf-navbar ul a:focus, .sf-navbar ul a:hover, .sf-navbar ul a:active {
	background:transparent;
	width:60px;
}

ul.sf-navbar li li li:hover,
ul.sf-navbar li li li.sfHover,
.sf-navbar li li.current li.current,
.sf-navbar ul li li a:focus, .sf-navbar ul li li a:hover, .sf-navbar ul li li a:active {
	background:		#E6EEFF;
	color:#000;
	margin:0;
	padding:0;
}
ul.sf-navbar .current ul,
ul.sf-navbar ul li:hover ul,
ul.sf-navbar ul li.sfHover ul {
	left:			0;
	top:			2.0em; /* match top ul list item height */
}
ul.sf-navbar .current ul ul {
	top: 			-999em;
}

.sf-navbar li li.current > a {
	font-weight:	bold;
}

/*** point all arrows down ***/
/* point right for anchors in subs */
.sf-navbar ul .sf-sub-indicator { background-position: -10px -100px; }
.sf-navbar ul a > .sf-sub-indicator { background-position: 0 -100px; }
/* apply hovers to modern browsers */
.sf-navbar ul a:focus > .sf-sub-indicator,
.sf-navbar ul a:hover > .sf-sub-indicator,
.sf-navbar ul a:active > .sf-sub-indicator,
.sf-navbar ul li:hover > a > .sf-sub-indicator,
.sf-navbar ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/*** remove shadow on first submenu ***/
.sf-navbar > li > ul {
	background: transparent;
	padding: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
}



/*   end of menu */

#gallery-adv {
	margin: 7px 0 0 0;
	}
div.content {
	/* The display of content is enabled by a javascript generated style on the page.
	   This is so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float:right;
	width:510px; 
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
	font-size:12px;
	text-transform:uppercase;
}
div.content  a:focus, div.content  a:hover, div.content  a:active {
	text-decoration: underline;
}
div.controls {
	clear:both;
	margin:0 0 5px;
	padding:0 0 0;
}
div.controls a {
	border:1px solid #CCCCCC;
	margin:3px 0 0 5px;
	padding:4px 7px 2px;
}
div.controls a:hover {
	background:#B6DBEE;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}

div.loader {
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 550px;
	height: 350px
}
div.slideshow {
	clear: both;
	float:right;
}
.slidecontainer {
	margin:4px 20px;
	
}
div.slideshow span.image-wrapper {
	float: left;
	padding-bottom: 12px;
	width:510px;
	height:342px;
	overflow:hidden;
}
div.slideshow a.advance-link {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
div.slideshow img {
	border: none;
	display: block;
}
div.download {
	float: right;
}
div.embox {
	clear: both;
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 12px;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}

div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.navigation {
	/* The navigation style is set by a javascript generated style on the page.
	   This is so that the javascript specific styles won't be applied unless javascript is enabled. */
	 
}

ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 2px 0;
	list-style: none;
}
a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
	display:none;
}
div.navigation div.bottom {
	margin-top: 12px;
	
}
div.pagination a, div.pagination span.current {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: normal;
	background-color: #B6DBEE;
	border-color: #777;
	color: #333;
	font-size:12px;
	text-transform:uppercase;
}

/* Minimal Gallery Styles */
#thumbs-min ul.thumbs li {
	float: none;
	padding: 0;
	margin: 0;
	list-style: none;
}

#thumbs-min a.thumb {
	padding: 0px;
	display: inline;
	border: none;
}

#thumbs-min ul.thumbs li.selected a.thumb {
	background: inherit;
	color: #000;
	font-weight: bold;
}

.whitebg {
	background: #FFFFFF url(../images/whitebg.gif) repeat-y top center;
	margin:-10px 0 0 10px;
	padding:10px 0;
	clear:both;
	width:940px;
	}
#footer {
	background:#EFFAFF none repeat scroll 0 0;
	border-top:1px solid #B6DBEE;
	clear:both;
	margin:0 0 0 10px;
	padding:10px 0;
	width:940px;
}
.headline a {
	display:block;
	background:#EFFAFF;
	border-top: 1px solid #b6DBEE;
	border-bottom: 1px solid #b6DBEE;
	margin:5px 0;
	padding:5px 5px 5px 5px;
	color:#666666;
	font-family: "Times New Roman", Times, serif;
	text-transform:uppercase;
	font-weight:normal;
	font-size:12px;
	line-height:18px;
	}
.headline a:hover {
	background:#b6DBEE;
}
#creditfooter {
	display:none;
	}
	
#footer li a {
	display:block;
	border-bottom: 1px solid #b6DBEE;
	background:#EFFAFF;
	margin:3px 0 0 10px;
	font-family: "Times New Roman", Times, serif;
	text-transform:uppercase;
	font-weight:normal;
	font-size:12px;
	color:#666666;
	padding:3px 10px 5px 15px;
	}
#footer li a:hover {
	background:#b6DBEE;
	}
.footertext {
	color:#AAAAAA;
	font-family:"Times New Roman",Times,serif;
	font-size:11px;
	margin:16px 12px;
	text-align:left;
	}
.nav-weddings, .nav-family, .nav-models {
	margin: 0;
	padding:0;
}
.nav-weddings a {
	width:113px;
	height:29px;
	display:block;
	float:right;
	background: transparent url(../images/weddings.png) no-repeat 0px -29px ;
	margin:25px 5px 0 0;
	padding:0;
}
.nav-family a {
	width:137px;
	height:29px;
	display:block;
	float:right;
	background: transparent url(../images/family-babies.png) no-repeat 0px 0px ;
	margin:25px 5px 0 0;
	padding:0;

}
.nav-family a:hover {
	background: transparent url(../images/family-babies.png) no-repeat 0px -29px ;
}
.nav-models a {
	width:167px;
	height:29px;
	display:block;
	float:right;
	background: transparent url(../images/models-seniors.png) no-repeat 0px 0px ;
	margin:25px 5px 0 0;
	padding:0;
}
.nav-models a:hover {
	background: transparent url(../images/models-seniors.png) no-repeat 0px -29px ;
}