/*
================================================
	Yahoo GUI Reset CSS
	http://developer.yahoo.com/yui/reset/
================================================
*/


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


/* Main Structure CSS */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 19px;
	background-color: #000000;
	color: #FFFFFF;
}

.clearDiv {
	height: 0px;
	clear:both;
	overflow: hidden;
}

p {
	padding-bottom: 8px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

a {
	color:#FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #dde0d5;
	text-decoration: underline;
}

h1 {
	color: #dde0d5;
	font-size: 56px;
	font-weight: normal;
	line-height: 65px;
}

h2 {
	color: #ffffff;
	font-family: 'ArialMT','Arial',sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 21px;
	text-align: left;
}

h3 {
text-align: left;
font-size: 14px;
font-weight: bold;
color: #dde0d5;
margin-bottom: 8px;
}

h4 {
text-transform: lowercase;
font-size: 12px;
color:#d9531e;
}

/* structrure */

#container {
	margin: 0 auto;
	width: 650px;
}

#content {
	margin-bottom: 60px;
}

#navHolder {
	width: 100%;
	height: 47px;
	line-height: 47px;
	text-align: center;
	margin: 0 auto;
	border-bottom: 1px solid #A1A1A1;
	padding-top: 10px;
	margin-bottom: 25px;
}

#navBar {
	margin: 0 auto;
	text-align: center;
	height: 30px;
	line-height: 30px;
}

.table {
	display: table;
	margin: 0 auto;
}


ul#mainNav {
	min-width: 650;
	list-style: none;
	/*padding-top: 20px;*/
	height: 30px;
	line-height: 30px;
	}

ul#mainNav li {
		display: inline;
		padding: 0 10px 0 10px;
		text-align: center;
		font-family: sans-serif;
		font-size: 16px;
	}

ul#mainNav li a{
		padding: 0 15px 0 15px;
		color: #A1A1A1;
		text-decoration: none;
	}

ul#mainNav li a:hover{
		color: #FFFFFF;
		text-decoration: none;
	}
ul#mainNav li a.selected {
	font-weight:bold;
	color:#FFFFFF;
}



/* end navBar styles */

#mainImage {
	text-align: center;
	margin: 35px 0 35px 0;
}

#middleHeader {
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	margin: 30px 0;
}

#lowerContent {
	width: 100%;
	text-align: left;
	margin-top: 20px;
}

#lowerLeft {
	float: left;
	width: 425px;
}

#lowerRight {
	float: right;
	width: 200px;
}

#insideLeft {
	float: left;
	width: 310px;
}

#insideLeft table {
	width: 100%;
	/*border: 1px solid #ff0000;*/
	clear: both;
	}

#insideLeft p {
	clear: both;
}

#insideRight {
	float: right;
	width: 310px;
}

#galleryLeft {
	float: left;
	width: 400px;
}

#galleryRight {
	float: right;
	width: 175px;
}

.wendyRight {
	margin-top: 50px;
}

/* end structure */

/* Doc2Form Styles */

.Doc2Form {
	text-align: left;
	/*background: #ccc;*/
	}
.Doc2Form fieldset {
	border: none;
	text-align: left;
	/*border-bottom: 1px solid #1E3E55;*/
	margin-bottom: 5px;
	}
	
.Doc2Form legend {
	padding: 5px;
	font-weight: bold;
	font-size: 16px;
	color: #666666;
	}
	
.Doc2Form fieldset ul {
	margin: 0;
	padding: 0;
	}
	
.Doc2Form fieldset li {
	display: block;
	list-style: none;
	padding:  0;
	margin: 5px 0;
	color: #666666;
	clear: both;
	/*border-top: 1px solid #1E3E55;*/
	}
.Doc2Form fieldset li span {
	}
.Doc2Form fieldset li span img {
	}

.Doc2Form fieldset li img, .Doc2Form fieldset li a {
	float: left;
	margin-left: 3px;
	margin-top: 3px;
	font-size: 12px;
	}
.Doc2Form fieldset li label
{
	width: 100px; 
	float: left; 
	font-size: 12px;
	padding-left: 10px;
	padding-top: 5px;
	}
.Doc2Form fieldset li p {
	color: #666666;
	padding: 0;
	margin: 0;
	margin-top: 5px;
	padding-left: 10px;
	}
.Doc2Form fieldset li table {
	clear: both;
	float: left;
	margin-top: 3px; 
	margin-left: 30px;
	font-size: 12px;
	margin-bottom: 3px;
	}
.Doc2Form fieldset li table input {
	float: left;
	width: 25px;
	font-size: 12px;
	border: 1px solid #666666;
	margin-bottom: 3px;	
	}
.Doc2Form fieldset li table label {
	float: left;
	padding-left: 5px;
	padding-top: 5px;
	}
.Doc2Form fieldset p {
	color: #666666;
	padding: 0;
	margin: 0;
	margin-top: 5px;
	padding-left: 10px;
	}
.Doc2Form fieldset br {
	clear: both;
	}
.Doc2Form fieldset input {
	float: left; 
	margin-top: 3px; 
	width: 245px;
	margin-left: 10px;
	font-size: 12px;
	border: 1px solid #666666;
	margin-bottom: 3px;
	}
.Doc2Form fieldset textarea {
	float: left; 
	margin-top: 3px; 
	width: 245px;
	margin-left: 10px;
	font-size: 12px;
	height: 75px;
	border: 1px solid #666666;
	margin-bottom: 3px;
	}
.Doc2Form fieldset select {
	float: left; 
	margin-top: 3px; 
	width: 210px;
	margin-left: 10px;
	font-size: 12px;
	border: 1px solid #666666;
	margin-bottom: 3px;
	}
.Doc2Form input.button {
	margin-left: 140px;
	background-color:#666666;
	border: 1px solid #FFFFFF;
	width: 80px;
	font-size: 10px;
	height: auto;
	}

.Doc2Form input.button:hover {
	background-color:#FFFFFF;
	border: 1px solid #666666;
	color: #000000;
	cursor: pointer;
}

.Doc2Form li.required required_li {
	width: 250px;
	margin-bottom: 10px;
}

.Doc2Form li.required label strong {
	font-weight: bold;
	font-style: normal;
	color: #666666;
	}
.Doc2Form li.required_li {
	width: 250px;
	margin-bottom: 10px;
}
/*\*//*/ .Doc2Form legend { display: inline-block; } /* IE Mac legend fix */
				
.umbHoneyPot_li {
	height: 0px;
	overflow: hidden;
}

/* Gallery Styles */
#galleryList {
	margin: 10px 0 10px 0;	
}

#galleryList a {
	font-size: 14px;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration: underline;
}

#galleryList a:hover {
	color: #dde0d5;
	text-decoration: none;
}

.gallery {
	margin-bottom: 25px;
}

.galImage {
	float: left;
	width: 165px;
	}

.galIntro a {
	text-decoration: underline;
}

.galIntro a:hover {
	text-decoration: none;
}


.brideGalleryList li {
	margin-bottom: 8px;
	font-size: 13px;
}

a.bridalSelected {
	font-weight:bold;
	color:#FFFFFF;
	text-decoration: underline;
}

#pictures {
	position: relative;
	top: 22px;
	width: 400px;
	height: 600px;
}

#pictures .slide {
	font-family:Times;
	font-size: 14px;
	font-weight: bold;
	color:#5a5b5e;
	/*padding: 35px 0 0 115px;*/
	width: 400px;
	height: 600px;
	
}









































































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
