@charset "utf-8";

body {
  margin: 0;
  padding: 0;
  background:#9ea617 url(images/bg_page.jpg) top center no-repeat;
  font: 12px Arial, Helvetica, sans-serif;
  color: #000000;
}
span.clear {
  display: block;
  clear: both;
  height: 1px;
  line-height: 0px;
  font-size: 0px;
  margin-bottom: -1px;
}
form {
	margin:0;
	padding:0;
}
.hidden {
	display:none;
}
a img, img {
	border:none;
}
a {
	
	cursor:pointer;
	color:#F6905D;
	text-decoration:none;
}
#links a:hover, 
#links a:active {
	color:#737A35;
}



/* primary layout */
#wrapper {
	width:851px;
	margin:0 auto;
	padding:112px 0 20px 0;
}
#card {
	background:url(images/bg_card.png) top left no-repeat;
    height: 601px;
}




/* section photography/backgrounds */
#topRegion {
	height:559px;
	position:relative;
}
#home #topRegion {
	background:url(images/bg_topRegion_home.jpg) bottom left no-repeat;
}
#about #topRegion {
	background:url(images/bg_topRegion_about.jpg) bottom left no-repeat;
}
#gallery #topRegion {
	background:url(images/bg_topRegion_gallery.jpg) bottom left no-repeat;
}
#contact #topRegion {
	background:url(images/bg_topRegion_contact.jpg) bottom left no-repeat;
}
#thankyou #topRegion {
	background:url(images/bg_topRegion_thankyou.jpg) bottom left no-repeat;
}
#applause #topRegion {
	background:url(images/bg_topRegion_applause.jpg) bottom left no-repeat;
}
#links #topRegion {
	background:url(images/bg_topRegion_links.jpg) bottom left no-repeat;
}
.featured_weddings #topRegion {
	background:url(images/bg_topRegion_gallery.jpg) bottom left no-repeat;
}
.featured_weddings_home #topRegion {
	background:url(images/bg_topRegion_featured_home.jpg) bottom left no-repeat;
}



/* peony logo */
#logo {
	position:absolute;
	z-index:20;
	top:11px;
	left:41px;
	width:208px;
	height:162px;
	background:url(images/logo_sub.png) top left no-repeat;
}
#logo a {
	display:block;
	width:208px;
	height:162px;
}
#home #logo {
	position:absolute;
	z-index:20;
	top:0;
	left:0;
	width:380px;
	height:300px;
	background:url(images/logo_home.png) top left no-repeat;
} 



/* home highlights */
#home #dailyCandy {
	position:absolute;
	z-index:20;
	top:125px;
	right:30px;
	width:152px;
	height:84px;
	background:url(images/dailyCandy.png) top left no-repeat;
}
#home #dailyCandy a {
	display:block;
	width:152px;
	height:84px;
	outline:none;
}
#home a#btn_featuredWeddings {
	position:absolute;
	z-index:22;
	top:138px;
	left:624px;
	display:block;
	width:194px;
	height:33px;
	text-align:center;
	color:#f47735;
	font-size:13px;
	padding-top:5px;
	background:url(images/btn_featuredWeddings.png) 0 0 no-repeat;
	outline:none;
	line-height:14px;
}
#home a#btn_featuredWeddings:hover,
#home a#btn_featuredWeddings:active {
	color:#737A35;
}


/* main menu */
#mainMenu {
	padding:35px 10px 0 0;
	height:56px;
}
#mainMenu ul {
	float:right;
	height:56px;
	margin:0;
	padding:0;
	list-style:none;
}
#mainMenu ul li {
	list-style-type:none;
	float:left;
	height:35px;
	padding:21px 14px 0 14px;
	text-transform:uppercase;
	font-size:13px;
	color:#F16D9A;
	letter-spacing:1px;
}
#mainMenu ul li a {
	color:#F16D9A;
	text-decoration:none;
}
#mainMenu ul li#nav_gallery,
#mainMenu ul li#nav_applause,
#mainMenu ul li#nav_gallery a,
#mainMenu ul li#nav_applause a {
	color:#F6905D;
}
#mainMenu ul li a:hover,
#mainMenu ul li a:active,
#mainMenu ul li#nav_gallery a:hover,
#mainMenu ul li#nav_applause a:hover,
#mainMenu ul li#nav_gallery a:active,
#mainMenu ul li#nav_applause a:active {
	color:#9FA617;
}
#mainMenu ul li.active {
	background:url(images/mainMenu_active.gif) top center no-repeat;
}




/* sub menus */
#about #subMenu {
	position:absolute;
	top:149px;
	left:502px;
	height:36px;
	width:340px;
}
#about #subMenu ul {
	height:36px;
	margin:0;
	padding:0;
	list-style:none;
}
#about #subMenu ul li {
	list-style-type:none;
	float:left;
	height:25px;
	padding:10px 0 0 0;
	color:#F6905D;
}
#about #subMenu ul li a {
	color:#F16D9A;
	text-decoration:none;
}
#about #subMenu ul li a:hover,
#about #subMenu ul li a:active {
	color:#9FA617;
}
#about #subMenu ul li.active {
	background:url(images/subMenu_active.gif) top center no-repeat;
}
#about #subMenu ul li#nav_beginnings {
	margin-right:44px;
}
#about #subMenu ul li#nav_inspiration {
	margin-right:49px;
}
#gallery #subMenu {
	position:absolute;
	top:149px;
	left:519px;
	height:36px;
	width:340px;
}
#gallery #subMenu ul {
	height:36px;
	margin:0;
	padding:0;
	list-style:none;
}
#gallery #subMenu ul li {
	list-style-type:none;
	float:left;
	height:25px;
	padding:10px 0 0 0;
	color:#F6905D;
}
#gallery #subMenu ul li a {
	color:#F16D9A;
	text-decoration:none;
}
#gallery #subMenu ul li a:hover,
#gallery #subMenu ul li a:active {
	color:#9FA617;
}
#gallery #subMenu ul li.active {
	background:url(images/subMenu_active.gif) top center no-repeat;
}
#gallery #subMenu ul li#nav_weddings {
	margin-right:56px;
}
#gallery #subMenu ul li#nav_events {
	margin-right:53px;
}



/* graphical quotes */
#home #quote {
	position:absolute;
	z-index:21;
	top:356px;
	left:76px;
	width:212px;
	height:98px;
	background:url(images/quote_home.png) top left no-repeat;
}
#about #quote {
	position:absolute;
	z-index:21;
	top:413px;
	left:282px;
	width:458px;
	height:60px;
	background:url(images/quote_about.png) top left no-repeat;
}




/* section headers */
#about #sectionTitle {
	position:absolute;
	top:120px;
	left:340px;
	width:154px;
	height:52px;
	background:url(images/hdr_about.png) top left no-repeat;
}
#gallery #sectionTitle {
	position:absolute;
	top:121px;
	left:341px;
	width:166px;
	height:62px;
	background:url(images/hdr_gallery.png) top left no-repeat;
}
#contact #sectionTitle,
#thankyou #sectionTitle {
	position:absolute;
	top:123px;
	left:341px;
	width:201px;
	height:62px;
	background:url(images/hdr_contact.png) top left no-repeat;
}
#applause #sectionTitle {
	position:absolute;
	top:121px;
	left:406px;
	width:250px;
	height:62px;
	background:url(images/hdr_applause.png) top left no-repeat;
}
#links #sectionTitle {
	position:absolute;
	top:121px;
	left:410px;
	width:109px;
	height:62px;
	background:url(images/hdr_links.png) top left no-repeat;
}
.featured_weddings #sectionTitle {
	position:absolute;
	top:128px;
	left:338px;
	width:419px;
	height:54px;
	background:url(images/hdr_featured.png) top left no-repeat;
}




/* section content */
#ecoStatement {
	position:absolute;
	z-index:22;
	top:475px;
	left:340px;
	width:470px;
	color:#9FA617;
	font-style:italic;
	line-height:18px;
}
#copyRegion {
	position:absolute;
	z-index:22;
	top:187px;
	left:340px;
	width:496px;
}
#links #copyRegion {
	top:187px;
	left:409px;
	width:427px;
}
.featured_weddings_home #copyRegion {
	top:315px;
	left:228px;
	width:250px;
}
#applause #copyRegion {
	top:206px;
	left:409px;
	width:427px;
}

/* custom scrollbar */
#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 407px;
padding-right:20px;
height: 300px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0 auto;
}


#copyRegion h3 {
	margin:0;
	font-size:16px;
	font-weight:normal;
	color:#F6905D;
}
#applause #copyRegion h3 {
	font-size:12px;
	font-weight:bold;
}
#copyRegion p {
	color:#737A35;
	line-height:18px;
	margin-top:0;
}
#gallery #copyRegion p {
	color:#737A35;
	line-height:18px;
	margin-top:0;
	padding-right:50px;
}
#gallery #copyRegion p .pink {
	color:#F16D9A;
}
#gallery a#btn_featuredWeddings {
	position:absolute;
	z-index:22;
	top:204px;
	left:80px;
	display:block;
	width:194px;
	height:33px;
	text-align:center;
	color:#f47735;
	font-size:13px;
	padding-top:5px;
	background:url(images/btn_featuredWeddings.png) 0 0 no-repeat;
	outline:none;
	line-height:14px;
}
#gallery a#btn_featuredWeddings:hover,
#gallery a#btn_featuredWeddings:active {
	color:#737A35;
}
#galleryPanels {
	position:absolute;
	top:256px;
	left:56px;
	width:780px;
	height:283px;
}
#galleryPanels ul {
	height:283px;
	margin:0;
	padding:0;
	list-style:none;
}
#galleryPanels ul li {
	list-style-type:none;
	float:left;
	height:283px;
	width:251px;
	padding:0;
}
#galleryPanels ul li a {
	display:block;
	height:283px;
	width:236px;
}
#galleryPanels ul li#panels_gallery_weddings {
	background:url(images/panel_weddings.jpg) top left no-repeat;
}
#galleryPanels ul li#panels_gallery_events {
	background:url(images/panel_corporate.jpg) top left no-repeat;
}
#galleryPanels ul li#panels_gallery_parties {
	background:url(images/panel_parties.jpg) top left no-repeat;
}
#flashGallery {
	position:absolute;
	top:200px;
	left:13px;
	width:780px;
	height:350px;
}


/* bottom bar */
#bottomBar {
	height:42px;
	background:url(images/bg_bottomBar.jpg) top left no-repeat;
}
#home #bottomBar {
	background:url(images/bg_bottomBar_home.jpg) top left no-repeat;
}
#about #bottomBar {
	background:url(images/bg_bottomBar_about.jpg) top left no-repeat;
}
#applause #bottomBar {
	background:url(images/bg_bottomBar_applause.jpg) top left no-repeat;
}
#links #bottomBar {
	background:url(images/bg_bottomBar_links.jpg) top left no-repeat;
}
#bottomMenu {
	padding:10px 0 0 70px; 
}
#bottomMenu ul {
	margin:0;
	padding:0;
	list-style:none;
}
#bottomMenu ul li {
	list-style-type:none;
	float:left;
	margin:0;
	padding:0;
}
#bottomMenu ul li a {
	text-decoration:none;
	font-size:15px;
	color:#FFF;
	letter-spacing:4px;
}
#bottomMenu ul li a:hover {
	color:#9FA617;
}
#bottomMenu ul li#nav_gallery_weddings {
	width:277px;
}
#bottomMenu ul li#nav_gallery_events {
	width:358px;
}




/* contact form */
#formRegion {
	position:absolute;
	top:240px;
	left:341px;
	width:487px;
	height:319px;
	
}
#formRegion .INT {
	position:relative;
	width:487px;
	height:319px;
}
form label {
	font-size:12px;
	color:#737A35;
	position:absolute;
	z-index:900;
}
form .textField {
	background:#FFF;
	border:none;
	background-color:#FFF !important;
	color:#737A35;
	position:absolute;
	z-index:901;
	height:13px;
	font-size:12px;
}
form .textArea {
	background:#FFF;
	border:none;
	background-color:#FFF !important;
	color:#737A35;
	position:absolute;
	z-index:901;
	font: 12px Arial, Helvetica, sans-serif;
	height:48px;
}
input#name {
	width:407px;
	top:17px;
	left:62px;
}
label#label_name {
	top:17px;
	left:9px;
}
input#company {
	width:400px;
	top:42px;
	left:70px;
}
label#label_company {
	top:44px;
	left:9px;
}
input#address {
	width:401px;
	top:69px;
	left:69px;
}
label#label_address {
	top:69px;
	left:9px;
}
input#cityStateZip {
	width:396px;
	top:94px;
	left:74px;
}
label#label_cityStateZip {
	top:93px;
	left:9px;
}
input#phone {
	width:168px;
	top:121px;
	left:58px;
}
label#label_phone {
	top:120px;
	left:9px;
}
input#email {
	width:193px;
	top:121px;
	left:277px;
}
label#label_email {
	top:120px;
	left:234px;
}
input#type {
	width:139px;
	top:147px;
	left:89px;
}
label#label_type {
	top:147px;
	left:9px;
}
input#date {
	width:171px;
	top:147px;
	left:299px;
}
label#label_date {
	top:147px;
	left:234px;
}
#message {
	width:400px;
	top:176px;
	left:66px;
}
label#label_message {
	top:177px;
	left:9px;
}
#requiredInformation {
	position:absolute;
	top:237px;
	left:9px;
	font-size:10px;
	width:200px;
	color:#737A35;
}
#submitBtn {
	position:absolute;
	left:408px;
	top:240px;
}
#submitBtn a {
	display:block;
	height:17px;
	width:67px;
	background:url(images/btn_submit.png) top left no-repeat;
}
#submitBtn a:hover {
	background:url(images/btn_submit_on.png) top left no-repeat;
}
#contactAddress {
	position:absolute;
	top:282px;
	left:0px;
	font-size:12px;
	width:500px;
	color:#737A35;
}
#contactAddress a {
	text-decoration:none;
	color:#737A35;
}
#contactAddress a:hover,
#contactAddress a:active {
	color:#F16D9A;
}


/* featured weddings menu */
#featuredMenu {
	height:317px;
	width:212px;
	position:absolute;
	top:242px;
	left:0px;
}
#featuredMenu ul {
	margin:0;
	padding:0;
	list-style:none;
}
#featuredMenu ul li {
	margin:0;
	padding:10px;
	display:block;
	text-align:center;
}
#featuredMenu ul li a {
	color:#F16D9A;
}
#featuredMenu ul li a:hover {
	color:#737A35;
}
.featuredMenu_cr #featuredMenu_cr,
.featuredMenu_me #featuredMenu_me,
.featuredMenu_cd #featuredMenu_cd,
.featuredMenu_sc #featuredMenu_sc,
.featuredMenu_mb #featuredMenu_mb,
.featuredMenu_kr #featuredMenu_kr{
	background:url(images/subMenu_active.gif) center top no-repeat;
}
.featuredMenu_cr #featuredMenu_cr a,
.featuredMenu_me #featuredMenu_me a,
.featuredMenu_cd #featuredMenu_cd a,
.featuredMenu_sc #featuredMenu_sc a,
.featuredMenu_mb #featuredMenu_mb a,
.featuredMenu_kr #featuredMenu_kr a{
	color:#F6905D;
}


/* featured weddings galleries */
.featured_weddings #autoViewer {
	position:absolute;
	width:627px;
	height:308px;
	top:204px;
	left:207px;
}

.featured_weddings #location,
.featured_weddings #location_single,
.featured_weddings #photographer {
	color:#737A35;
	position:absolute;
	top:524px;
	height:33px;
}
.featuredMenu_kr #location_single {
	top: 520px;
	}
.featured_weddings #location {
	left:211px;
	width:398px;
}
.featured_weddings #location_single {
	left:211px;
	width:648px;
}
.featured_weddings #photographer {
	left:627px;
	width:200px;
}
.featured_weddings #location a,
.featured_weddings #location_single a,
.featured_weddings #photographer a {
	color:#737A35;
	text-decoration:underline;

}