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

/* Meyer CSS Reset Modified */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
strong {
	font-weight:bold;	
}
/* remember to define focus styles! */
:focus {
	outline:0;
}
body {
	background:#fff;
	color:black;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1;
	margin:10px;
}
/* tables still need 'cellspacing="0"' in the markup */
/*table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}*/
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Begin page defaults */

a {
	color:#b61019;
	text-decoration:underline;
}
a:hover {
	color:00483a;
	text-decoration:none;
}
.clear {
	clear:both;
	height:1px;
	overflow:hidden;
	margin-top:-1px;
}
.center {
	text-align:center;
}
img.left {
	float:left;
	margin:0 10px 10px 0;	
}
img.right {
	float:right;
	margin:0 0 10px 10px;	
}
sub {
	font-size:0.85em;
	vertical-align:sub;	
}
sup {
	font-size:0.85em;
	vertical-align:super;
}

/* Page layout */

#centerPage {
	text-align:center;
}
#pageWrapper {
	margin:0 auto;
	text-align:left;
	position:relative;
	width:780px;
}

/* Header */

#logo {
	float:left;
	margin:0 20px 0 0;
	width:175px;
}
#headerAddress {
	float:right;
	font-size:0.8em;
	line-height:1.25em;
	margin:25px 0 0 0;
	text-align:right;
	width:13em;
}
#headerAddress a.org {
	color:#b61019;
	text-decoration:none;
	text-transform:lowercase;
}
#headerAddress span.type {
	display:none;
}
#headerAddress span.postal-code {
	display:block;
}
#headerAddress div.country-name {
	display:none;
}
#headerAddress div.tel {
	display:block;
}
.headSliderNav1 {
	background:url(../images/homeSlider-1.jpg) top left no-repeat;
}
.headSliderNav2 {
	background:url(../images/homeSlider-2.jpg) top left no-repeat;
}
.headSliderNav3 {
	background:url(../images/homeSlider-3.jpg) top left no-repeat;
}
.headSliderNav4 {
	background:url(../images/homeSlider-4.jpg) top left no-repeat;
}
.headSliderNav5 {
	background:url(../images/homeSlider-5.jpg) top left no-repeat;
}
#headSliderNavWrapper {
	margin:0 0 0 5px;
}
#headSliderNavWrapper div {
	cursor:pointer;
	position:relative;
}
#headSliderNavWrapper div.active {
	cursor:default;
}
#headSliderNavWrapper div h2 {
	display:none;
	margin:0 0 0 55px;
}
#headSliderNavWrapper div p {
	bottom:0;
	font-size:0.75em;
	left:55px;
	margin:5px;
	position:absolute;
}
#headSliderNavWrapper div p a {
	font-size:0.9em;
}

/* Top Nav */

#mainNav {
/*	background:url(../images/mainNav-bg.jpg) #b61019 top left no-repeat;*/
  	background:#b61019;
	height:30px;
	margin:10px 0 20px 0;
}
#mainNav ul {
	height:30px;
}
#mainNav ul ul {
	display:none;
	left:0;
	position:absolute;
	top:1.25em;
	width:40em;
}
#mainNav ul li:hover ul, #mainNav ul li.hover ul {
	display:block;
}
#mainNav ul li {
	border-right:1px solid #fff;
	display:inline;
	font-size:0.8em;
	height:30px;
	line-height:30px;
	list-style-type:none;
	position:relative;
	text-transform:lowercase;
	width:14%;
}
#mainNav ul li.lastItem {
	border:none;
}
#mainNav ul li a {
	color:#fff;
	padding:5px 10px;
	text-decoration:none;
}
#mainNav ul li a:hover {
	text-decoration:underline;
}
#mainNav ul ul li {
	height:30px;
	line-height:30px;
}
#mainNav ul ul li a {
	color:#b61019;
	padding:5px;
}

/* Content */

#content h1, #blogContent h1, #content h2, #content h3 {
	color:#b61019;
	font-size:1.1em;
	font-weight:bold;
	line-height:1.25em;
	margin:10px;
}
#content h2 {
	font-size:1em;
}
#content h3 {
	font-size:0.9em;
}
#content p, #blogContent p, #content ul li {
	font-size:0.8em;
	line-height:1.25em;
	margin:10px;
}
#content ul {
	margin:10px;
}
#content ul li {
	margin:3px 15px;
}
ul#testimonials li {
	border:1px solid #666;
	display:block;
	list-style-type:none;
	margin:10px;
}
ul#testimonials li:hover {
	background:#efefef;
}
#blogContent {
	float:left;
	margin:0 25px 0 0;
	width:530px;
}
#blogContent h2, #blogContent h3 {
	color:#b61019;
	font-size:1em;
	font-weight:bold;
	line-height:1.25em;
	margin:10px 10px 0 10px;
}
#blogContent h3 {
	font-size:0.9em;
}
#blogContent hr {
	background:#b61019;
	border:none;
	color:#b61019;
	height:1px;
	margin:10px 10px 20px 10px;
}
#blogContent p.rdBlog-info {
	color:#666;
	font-size:0.7em;
	margin:0 10px 10px 10px;
}
#blogContent #rdBlog-pages {
	margin:15px 0;
}
#blogContent #rdBlog-pages p {
	text-align:center;
}
#blogContent #rdBlog-pages p a, #blogContent #rdBlog-pages p span {
	margin:0 2px;
}
#blogContent #rdBlog-pages p span.ditto_currentpage {
	font-weight:bold;
}
#blogContent .rdBlog-summaryPost {
	clear:both;
}
#blogContent .rdBlogGallery {
	margin:10px;
}
#blogContent .rdBlogGallery ul li {
	display:inline;
	float:left;
	list-style-type:none;
	margin:5px 5px 5px 0;
}
#blogContent .rdBlogGallery ul li a, #blogContent a.blogImgLeft, #blogContent a.blogImgRight {
	border:2px solid #b61019;
	display:block;
	height:100px;
	overflow:hidden;
	width:100px;
}
#blogContent .rdBlogGallery ul li a:hover, #blogContent a.blogImgLeft:hover, #blogContent a.blogImgRight:hover {
	border:2px solid #000;
}
#blogContent a.blogImgLeft {
	float:left;
	margin:0 10px 10px 0;
}
#blogContent a.blogImgRight {
	float:right;
	margin:0 0 10px 10px;
}
#blogCol {
	background:#b61019;
	float:left;
	width:225px;
}
#blogCol h3 {
	color:#fff;
	font-weight:bold;
	margin:10px 10px 0 10px;
}
#blogCol ul {
	margin:0 0 10px 0;
}
#blogCol ul li {
	color:#fff;
	font-size:0.8em;
	margin:3px 25px;
}
#blogCol ul li a {
	color:#fff;
}
p#rdFbFanLink {
	color:#fff;
	font-size:10px;
	margin:5px;
}
p#rdFbFanLink a {color:#fff;}
form#contactForm p{clear:left;}
form#contactForm p label {
	float:left;
	width:7.5em;
}

/* Portfolio */

#portfolioListings ul li {
	font-size:0.8em;
	display:block;
	float:left;
	list-style-type:none;
	margin:20px 10px;
	text-align:center;
	width:100px;
}
#portfolioListings ul li a {
	display:block;
	text-decoration:none;
}
#portfolioListings ul li span {
	margin:0 0 5px 0;
}
#portfolioGalleryListingsWrap {
	background:#b61019;
	float:left;
	margin:0 25px 0 0;
	width:225px;
}
#portfolioGalleryListings {
	min-height:440px;
	position:relative;
}
#portfolioGalleryListings ul.thumbs {
	margin:5px;
}
#portfolioGalleryListings ul.thumbs li {
	display:inline;
	float:left;
	list-style-type:none;
	margin:5px;
}
#portfolioGalleryListings ul.thumbs li a, #portfolioListings ul li span {
	border:2px solid #000;
	display:block;
	height:90px;
	overflow:hidden;
	width:90px;
}
#portfolioGalleryListings ul.thumbs li.selected a {
	border:2px solid #fff;
}
#portfolioGalleryListings div.bottom {
	bottom:0;
	clear:both;
	left:0;
	position:absolute;
}
#portfolioGalleryListings div.pagination {
	color:#fff;
	font-size:0.8em;
	margin:5px 10px;
	text-align:center;
}
#portfolioGalleryListings div.pagination a, #portfolioGalleryListings div.pagination strong {
	color:#fff;
	margin:0 3px;
}
#portfolioGallery #image-title {
	font-size:0.85em;
	font-weight:bold;
	margin:5px 0;
	text-align:center;
}
#portfolioGallery #slideshow span.image-wrapper {
	cursor:pointer;
}
#portfolioGallery #controls {
	margin:5px 0 0 0;
}
#portfolioGallery #controls .nav-controls a.prev, #portfolioGallery #controls .nav-controls a.next {
	display:block;
	float:left;
	font-size:0.8em;
	width:100px;
}
#portfolioGallery #controls .nav-controls a.next {
	float:right;
	text-align:right;
}

/* Partners */
dl.rdReferrals {
	margin:10px;
}
dl.rdReferrals dt {
	clear:left;
	float:left;
	margin:0 0 55px 0;
	width:165px;
}
dl.rdReferrals dd {
	font-size:0.8em;
	line-height:1.25em;
}
p.nosee {
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
}
ul#weddingPkgTabs {
	height:181px;
	margin:10px 10px 0 10px;
}
ul#weddingPkgTabs li {
	border:1px solid #b61019;
	display:inline;
	float:left;
	line-height:20px;
	list-style-type:none;
	margin:0 17px 0 0;
	text-align:center;
	width:240px;
	z-index:500;
	filter:alpha(opacity=60);
	opacity:0.6;
}
ul#weddingPkgTabs li.current {
	border-bottom:1px solid #fff;
	filter:alpha(opacity=100);
	opacity: 1;
}
ul#weddingPkgTabs li.lastItem {margin:0;}
ul#weddingPkgTabs li a{text-decoration:none;}
ul#weddingPkgTabs li img {display:block}
#weddingPkgTabContent {
	border:1px solid #b61019;
	margin:0 10px;
	padding:10px 0 0 0;
	z-index:400;
}

/* Footer */

#footer {
	margin:20px 0 0 0;
}
#footer hr {
	background:#b61019;
	border:none;
	color:#b61019;
	height:1px;
}
#footer p {
	font-size:0.7em;
	text-align:center;
}
#footer #socialFooter {
	float:left;
	width:300px;
}
#footer #socialFooter p {
	margin:5px 10px;
	text-align:left;
}
#footer #socialFooter p#facebookLink a {
	background:url(../images/facebook.gif) top left no-repeat;
	line-height:1.75em;
	padding:0 0 0 20px;
}
#footer #frmEmailSignup {
	float:right;
	margin:0 0 10px 0;
	width:435px;
}
#footer #frmEmailSignup h2 {
	color:#b61019;
	font-size:0.8em;
	font-weight:bold;
	margin:5px 0;
}
#footer #frmEmailSignup div {
	float:left;
	font-size:0.8em;
	width:165px;
}
#footer #frmEmailSignup div input {
	border:1px solid #b61019;
}
#footer #frmEmailSignup div input:hover,#footer #frmEmailSignup div input:focus {
	border:1px solid #000;
}
#footer #frmEmailSignup p {
	float:left;
	padding:11px 0 0 0;
	text-align:left;
	width:105px;
}
#footer #frmEmailSignup p input {
	cursor:pointer;
}

 /* jQuery specific overlay styles */
 
 #jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

/* Date Picker */
table.jCalendar {
	border:1px solid #000;
	background:#b61019;
    border-collapse:separate;
    border-spacing:2px;
}
table.jCalendar th {
	background:#b61019;
	color:#fff;
	font-weight:bold;
	padding:3px 5px;
}
table.jCalendar td {
	background:#fff;
	color:#000;
	padding:3px 5px;
	text-align:center;
}
table.jCalendar td.other-month {
	background:#ddd;
	color:#aaa;
}
table.jCalendar td.today {
	background:#666;
	color:#fff;
}
table.jCalendar td.selected {
	background:#b61019;
	color:#fff;
}
table.jCalendar td.selected.dp-hover {
	background:#f33;
	color:#fff;
}
table.jCalendar td.dp-hover,table.jCalendar tr.activeWeekHover td {
	background:#fff;
	color:#000;
}
table.jCalendar tr.selectedWeek td {
	background:#f66;
	color:#fff;
}
table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
	background:#bbb;
	color:#888;
}
table.jCalendar td.unselectable,table.jCalendar td.unselectable:hover,table.jCalendar td.unselectable.dp-hover {
	background:#bbb;
	color:#888;
}
/* For the popup */
/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */
div.dp-popup {
	background:#b61019;
	font-family:arial,sans-serif;
	font-size:10px;
	line-height:1.2em;
	padding:2px;
	position:relative;
	width:171px;
}
div#dp-popup {
	position:absolute;
	z-index:199;
}
div.dp-popup h2 {
	color:#fff;
	font-size:12px;
	margin:2px 0;
	padding:0;
	text-align:center;
}
a#dp-close {
	display:block;
	font-size:11px;
	padding:4px 0;
	text-align:center;
}
a#dp-close:hover{text-decoration:underline;}
div.dp-popup a {
	color:#000;
	padding:3px 2px 0;
	text-decoration:none;
}
div.dp-popup div.dp-nav-prev {
	left:4px;
	position:absolute;
	top:2px;
	width:100px;
}
div.dp-popup div.dp-nav-prev a{float:left;}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	color:#fff;
	cursor:pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled{color:#999;cursor:default;}
div.dp-popup div.dp-nav-next {
	position:absolute;
	right:4px;
	top:2px;
	width:100px;
}
div.dp-popup div.dp-nav-next a{float:right;}
div.dp-popup a.disabled {
	color:#aaa;
	cursor:default;
}
div.dp-popup td{cursor:pointer;}
div.dp-popup td.disabled{cursor:default;}
a.dp-choose-date {
	background:url(../images/calendar.png) no-repeat;
	display:block;
	float:left;
	height:16px;
	margin:1px 3px 0;
	overflow:hidden;
	padding:0;
	text-indent:-9999em;
	width:16px;
}
a.dp-choose-date.dp-disabled {
	background-position:0 -20px;
	cursor:default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied{float:left;}
