/* 
Heart 2 Heart Weddings [www.heart2heartweddings.com]
Author: Phoenix Design Group [www.tacomaphoenix.com]
*/


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, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: #fff5f5 url(images/content-bg.jpg) top center repeat-y;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
}
ol, ul {
	list-style: none;
}
/* 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: "" "";
}

/* Structure */

#wrap {
	width:798px;
	margin:0 auto;
}

#header{
	width:798px;
	height:192px;
	background:url(images/header.jpg) no-repeat;
}

#nav{
	width:450px;
	float:right;
	margin-top:150px;
}

#contentWrap{
	width:765px;
	margin:0 auto;
}

#footer{
	font-size:1.125em;
	font-weight:bold;
	font-style:italic;
}

#gallery{
	width:695px;
	margin:0 auto;
}

#testimonial{
	width:530px;
	height:95px;
	margin:0 auto;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:60px;
	padding-right:60px;
	background:url(images/testimonial.jpg) no-repeat;
}

#contactLeft{
	width:440px;
	float:left;
}

#contactRight{
	width:316px;
	float:right;
}

#tipOfTheWeek{
	width:483px;
	background:#e0d0ca;
	padding:10px;
}

/* Content */

ul.homeServices {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}


li.homeServices {
	background: url(images/bullet.jpg) left center no-repeat;
	padding-left: 25px;
	margin-bottom: 8px;
}

li.homeServicesNoBullet {
	padding-left: 25px;
	margin-bottom: 8px;
}


#contactForm{
	display:block;
}

fieldset{
	border: 2px solid #e0d0ca;
	padding-bottom:10px;
	padding-left:20px;
}

input{
	width:385px;
	height:20px;
	padding-top:6px;
	padding-left:6px;
	background:#e0d0ca;
	border:none;
	margin-bottom:7px;
}

 textarea{
	width:385px;
	height:100px;
	padding-top:6px;
	padding-left:6px;
	background:#e0d0ca;
	border:none;
	margin-bottom:7px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.875em;
}

legend{
	color: #000000;
	padding:6px 6px;
	margin-left:20px;
	font-weight:bold;
} 

/* Tools */

.rightFloat{
	float:right;
}