* {
	padding:0;
	margin:0;
	font-family: Helvetica, Arial, sans-serif;
}

a {
	text-decoration:none;
}

body {
	background-color:#333;
}

.mainContainer {
	width:1050px;
	margin:0 auto;
	background-image:url(../images/body.jpg);
	background-repeat:repeat-y;
}

.top {
	background-image:url(../images/top.jpg);
	background-repeat:no-repeat;
	width:1050px;
	height:40px;
	display:block;
	text-align:right;
}

.top a {
	color:#ccc; /* --- changed to highlight phone numbers - originally #666 --- */
	text-transform:uppercase;
	padding:25px 35px 0 0;
	display:block;
	font-size:14px;
}

.top a:hover {
	color:#ccc;
}

/* --- two column layout --- */
.leftColumn, .rightColumn {
	float:left;
}

.leftColumn {
	margin:0 0 0 24px;
	background-color:#000;
	background-image:url(../images/logo.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	width:147px;
	height:164px;
}

.rightColumn {
	width:849px;
	background-image:url(../images/rightTop.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	height:40px;
	margin:0 0 0 9px;
	height:auto;
}

.imageLeft {
	float:left;
	width:800px;
	margin:20px 0;
	height:235px;
	overflow:hidden;
}

.imageLeft img {
	width:360px;
	float:left;
}

.textRight {
	clear:both;
	margin:20px 0;
	padding:0;
	color:#999;
}

.formLeft {
	float:left;
	width:600px;
}

/* --- Navigation --- */
.navigation {
	width:769px;
	margin:0 20px;
	padding:20px 20px 0 20px;
	height:20px;
	color:#666;
	border-bottom:1px solid #993333;
	font-size:16px;
}

.navigation a {
	float:left;
	list-style:none;
	width:25%;
	text-align:center;
	display:block;
}

.subNavigation {
	width:769px;
	margin:0 20px 10px 20px;
	padding:10px 20px 0 20px;
	height:20px;
	color:#666;
	text-align:center;
	font-size:14px;
}

.leftSideNav {
	margin-top:180px;
}

.leftSideNav a {
	color:#666;
	font-size:14px;
	width:90%;
	display:block;
	text-align:right;
	margin:5px 5%;
}

.leftSideNav a:hover {
	color:#ccc;
}

a.notSelected {
	color:#666;
	text-decoration:none;
}

a.notSelected:hover {
	color:#ccc;
}

a.selected {
	color:#ccc;
}

/* --- Gallery --- */
.galleryHolder {
	width:809px;
	margin:0 auto;
}

.galleryLink {
	float:left;
	width:330px;
	padding:10px;
	margin:2%;
	border:1px solid #000;
}

.weddingImg {
	background-image:url(../images/weddingGalleryImage.jpg);
	background-repeat:no-repeat;
}

.engagementImg {
	background-image:url(../images/engagementGalleryImage.jpg);
	background-repeat:no-repeat;
}

.galleryLink:hover {
	border:1px solid #ccc;
}

.galleryLink a {
	width:100%;
	padding-top:235px;
	height:20px;
	
	display:block;
	text-align:right;
	color:#ccc;
}

.galleryLink a {
	color:#fff;
}

.label {
	width:150px;
	text-align:right;
	padding:0 10px 0 0;
}

.contactRow td {
	padding:2px 5px; 
}

.tableLeft {
	float:left;
	color:#ccc;
	margin:0 0 0 20px;
}

.tableRight {
	float:left;
	margin:10px 0 0 20px;
}

/* --- about us --- */
.aboutVideo {
	width:350px;
	background-color:#333;
	height:197px;
	margin:10px;
}

.aboutLeft {
	float:left;
	width:350px;
	margin:0 0 0 20px;
}

.aboutRight {
	float:left;
	width:325px;
	color:#ccc;
	margin:10px 20px 20px 30px;
	font-size:12px;
}

.aboutRight p {
	font-size:12px;
	padding:0 0 10px 0;
}

/* --- site map --- */
.siteMap {
	
}

.siteMap a {
	display:block;
	margin:10px;
	text-decoration:none;
	color:#666;
}

.sitemap a:hover {
	color:#ccc;
}

a.sub {
	margin:10px 20px ;
}

a.subSub {
	margin:10px 40px;
}


/* --- post production --- */
.postProductionEntry {
	margin:10px;
}

.postProductionEntry img {
	width:350px;
	float:left;
}

.postProductionEntry p {
	display:block;
	float:left;
	margin-left:20px;
	width:325px;
}

/* --- Footer --- */
.footer {
	width:1050px;
	margin:0 auto;
	height:55px;
	display:block;
	background-image:url(../images/bottom.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}

.rightFooter {
	color:#333;
	width:769px;
	margin:20px 20px 0 20px;
	padding:10px 20px 0 20px;
	border-top:1px solid #993333;
	display:block;
	text-align:center;
	font-size:12px;
}

.rightFooter a {
	color:#333;
}

.rightFooter a:hover {
	color:#ccc;
}

.footerNav {
	width:1050px;
	margin:0 auto;
	text-align:center;
	padding:0 0 20px 0;
	color:#666;
}

.footerNav a {
	color:#666;
	font-size:12px;
}

.footerNav a:hover {
	color:#ccc;
	text-align:underline;
}

/* --- body copy --- */
.homeText {
	color:#ccc; /* --- changed to highlight homepage text - was #333 */
	font-size:12px;
	line-height:1.25em;
	width:729px;
	margin:20px auto 0 auto;
}

.homeText:hover {
	color:#ccc;
}

.bodyText {
	color:#ccc;
	font-size:14px;
	width:729px;
	margin:0 40px;
	padding:10px 20px 0 20px;
	line-height:1.25em;
}

.bodyText h1 {
	margin:20px 0;
	font-size:24px;
}

.bodyText h2 {
	font-size:20px;
	margin:0 0 10px 0;
	font-weight:normal;
	font-style:italic;
}

.bodyText h3 {
	font-size:16px;
	margin:0 0 10px 0;
	font-weight:normal;
}

.bodyText h4 {
	font-size:16px;
	margin:0 0 10px o;
	fong-weight:normal;
}

.bodyText h5 {
	font-size:16px;
	margin:0 0 10px o;
	fong-weight:normal;
	color:#B00;
}

.question {
	margin:10px 20px;
	padding:10px 40px 0 40px;
	border-top:1px solid #333;
	font-weight:bold;
}

.answer {
	margin:0 20px 10px 20px;
	padding:0 40px;
	font-style:italic;
}

.answer ol {
	margin:10px 60px;
}

.answer ol li {
	margin:0 0 10px 0;
	font-size:12px;
}

.bodyText p {
	padding:5px 0;
}

.bodyText ul {
	margin:10px 20px;
}

.bodyText a {
	color:#ccc;
	text-decoration:underline;
}

.testimonialEntry {
	border-bottom:1px solid #666;
	padding:0 20px 10px 20px;
	margin:0 0 10px 0;
}

.testimonialEntry p {
	padding:5px 0;
}

.signature {
	font-style:italic;
	font-weight:bold;
	margin:10px 0;
	text-align:right;
}

.additional {
	text-align:center;
	width:100%;
}

.additionalCopy {
	font-style:italic;
	padding:0 20px;
	font-size:14px;
}

.vidHolder {
	width:615px;
	height:346px;
	display:block;
	background-color:#000;
	margin:20px auto 0 auto;
}

/* --- Flash Galleries --- */
.flashGallery {
	height:500px;
	margin:20px 0;
}

/* --- utility --- */
.spacer {
	clear:both;
}
