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, b, u, i, 
center, 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-size: 100%;	vertical-align: baseline;	background: transparent;}

body {
	background-color: #daded6;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	color: #000;;
  	font: 62.5% "Century Gothic", Arial, Helvetica, sans-serif;
	/*font: 62.5% "Times New Roman", Times, serif;*/
	line-height: 1;
}

ol, ul {list-style: none;}
blockquote, q { quotes: none;}
/* remember to define focus styles! */
:focus {outline: 0;}
/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: collapse; border-spacing: 0;}

/* =General
-----------------------------------------------------------------------------------------*/
.floatLeft{float:left;}
.floatRight{float:right;}
.clear{clear:both;}
strong, b{font-weight: bold;}
em, i{font-style: italic;}

/* =Typography
-----------------------------------------------------------------------------------------*/
p, #news{
	font:normal 1.3em/1.6em "Century Gothic", Arial, Helvetica, sans-serif;
	margin:10px;
}

ul{
	font:normal 1.3em/1.6em "Century Gothic", Arial, Helvetica, sans-serif;
	list-style: disc;
	margin:10px 10px 10px 45px;
}

ol{
	font:normal 1.3em/1.6em "Century Gothic", Arial, Helvetica, sans-serif;
	list-style: decimal;	
	margin:10px 10px 10px 25px;
}

dl{
	margin:10px 10px 10px 25px;
}

dt{
	clear: left;
	float: left;
	font:bold 1.4em/1.6em "Century Gothic", Arial, Helvetica, sans-serif;
	margin:10px 10px 10px 10px;
	width: 10%;
}

dd{
	float: left;
	width: 70%;
}

dl ul{
	list-style: none;
}

#news .art-date{
	font-size: .8em;
}

#news .art-ttl a{
	font-weight: bold;
	text-decoration: none;
}

/* =Headings
-----------------------------------------------------------------------------------------*/
h1{
	color: #9f2237;
	font:normal 2.4em/1.2em "Century Gothic", Arial, Helvetica, sans-serif;
	/*font:normal 2.4em/1.2em "Times New Roman", Times, serif;*/
	margin:10px;
}

h2{
	clear: left;
	color: #9f2237;
	font:normal 2.2em/1.2em "Century Gothic", Arial, Helvetica, sans-serif;
	/*font:normal 2.2em/1.2em "Times New Roman", Times, serif;*/
	margin:10px;
}

h3, #scheduleConsultationform legend{
	clear: left;
	color: #9f2237;
	font:normal 2.0em/1.2em "Century Gothic", Arial, Helvetica, sans-serif;
	/*font:normal 2.0em/1.2em "Times New Roman", Times, serif;*/
	margin:10px;
}

h4{
	color: #9f2237;
	font:normal 1.8em/1.2em "Century Gothic", Arial, Helvetica, sans-serif;
	/*font:normal 1.8em/1.2em "Times New Roman", Times, serif;*/
	margin:10px;
}	

h5{
	color: #9f2237;
	font:normal 1.6em/1.2em "Century Gothic", Arial, Helvetica, sans-serif;
	/*font:normal 1.6em/1.2em "Times New Roman", Times, serif;*/
	margin:10px;
}	

h6{
	color: #9f2237;
	font:normal 1.4em/1.2em "Century Gothic", Arial, Helvetica, sans-serif;
	/*font:normal 1.4em/1.2em "Times New Roman", Times, serif;*/
	margin:10px;
}				

/* =Links
-----------------------------------------------------------------------------------------*/
a:link, a:visited, .picLogin iframe a:link, .picLogin iframe a:visited{
	color: #9f2237;
	cursor:pointer;
}

a:hover, a:active, .picLogin iframe a:hover, .picLogin iframe a:active{
	color: #999;
}

#footer a:link, #footer a:visited{
	color: #fff;
	cursor:pointer;
	text-decoration: none;
}

#footer a:hover, #footer a:active{
	color: #9f2237;
}		

/* =MainNav
-----------------------------------------------------------------------------------------*/
#menu ul{
	float: left;
	margin: 0 0 0 18px;
	padding: 0px;
}
#menu ul li{
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#menu ul li a:link, #menu ul li a:visited{
	color: #000;
	display: block;
  	font:bold 13px/32px "Century Gothic", Arial, Helvetica, sans-serif;
	padding: 0 6px;
	text-decoration: none;

}

#menu ul li a:hover, #menu ul li a:active{
	color: #9f2237;
}

#menu .index #index,
#menu .portfolio #portfolio,
#menu .gallery_display #portfolio,
#menu .pricing #pricing,
#menu .ourApproach #ourApproach,
#menu .scheduleConsultation #scheduleConsultation,
#menu .photographers #photographers,
#menu .reserveYourDate #reserveYourDate,
#menu .brideAndGroomCenter #brideAndGroomCenter,
#menu .weddingResources #weddingResources{
	color: #9f2237;
}

/* =SubNav
-----------------------------------------------------------------------------------------*/

/* =Components These need to be set for back-ground
-----------------------------------------------------------------------------------------*/
#article, #fckArticles{}
#news, #fckNews{}
#question, #fckQuestion{}
#testimonials, #fckTestimonials{}

/* =Layout
-----------------------------------------------------------------------------------------*/
.footerScroll{
	margin: 10px 303px 0 303px;
	width: 200px;
}
.phone{
	position: absolute;
	top: 67px;
	right: 19px;
}
#aside{}

#content, #fckPages{
	background-image: url(../images/wrapperBGWhite.gif);
	padding:10px 19px;
	position: relative;
	width: 769px;
}

#flashBox{
	background-image: url(../images/wrapperBGBrown.gif);
	border:solid 1pxz #443d3d;
	padding: 18px 0 19px 0;
	width: 807px;
}

#flashBorder{
	background-color: #fff;
	border: 1px solid #000;
	height: 305px;
	margin: 0px auto;
	padding: 10px;
	width: 747px;
}
#footer{
	background-color: #443d3d;
	padding-bottom: 20px;
	width: 100%;
}

#wrapperBottom{
	margin: -1px auto 0 auto;
	width: 807px;
	display: block;
	font-size: 0px;
	height: 1px;
	line-height: 1px;
}

#footerContent{
	background-image: url(../images/wrapperBGBrown.gif);
	color: #fff;
  	font: 12px/18px "Century Gothic", Arial, Helvetica, sans-serif;
	margin: 0 auto;
	text-align: center;
	width: 807px;
}
#footerNav{padding-top: 5px;}

#header{
	background-image: url(../images/wrapperBGWhite.gif);
	height: 108px;
	padding:5px 19px;
	position: relative;
	width: 769px;
}

#line{
	background-color: #000;
	display: block;
	font-size: 0px;
	height: 1px;
	line-height: 1px;
}

#menu{
	background-image: url(../images/menuBG.gif);
	height: 32px;
}

#wrapper{
	margin:10px auto 0 auto;
	width:807px;
}

#wrapperBottom{
	background-image: url(../images/wrapperBottom.gif);
	background-repeat: no-repeat;
	height: 16px;
	width: 807px;
}
#wrapperTop{
	background-image: url(../images/wrapperTop.gif);
	background-repeat: no-repeat;
	height: 16px;
	width: 807px;
}
.photographer {
	width:100%;
	padding:5px;	
}
.photographer img {
	margin:5px;
}
		
/* =Forms
-----------------------------------------------------------------------------------------*/
/* Removes fieldset borders. even on Opea 7 */
fieldset {border: 0px solid transparent;}

input, textarea {
	font-size: 1em;
	color: #434343;
	width: 20em;
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 0.2em;
}

input:focus, textarea:focus {
	background-color: #fff5be;
}

#sidebar input {
	width: 100%;
}

input#submit {
	width: auto;
	font-size: 0.85em;
}


/* scheduleConsultationform
-----------------------------------------------------------------------------------------*/
#scheduleConsultationform fieldset {border: 1px solid #443d3d;
padding: 10px;
margin: 10px 0 20px 0;
}

#scheduleConsultationform input, #scheduleConsultationform textarea, #scheduleConsultationform select {
	float: left;
	font-size: 1em;
	color: #434343;
	width: 20em;
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin: 5px 0;
	padding: 0.2em;
}

#scheduleConsultationform input:focus, #scheduleConsultationform textarea:focus {
	background-color: #fff5be;
}

#scheduleConsultationform label{
	clear: left;
	float: left;
	margin: 5px 0;
	padding: 0 10px 0 0;
	width: 300px;
	text-align: right;
}

#scheduleConsultationform input#submit {
	width: auto;
	font-size: 0.85em;
}
#scheduleConsultationform{
	clear: both;
}
#scheduleConsultationform h4{
	clear: both;
	font-size: 1.4em;
	font-weight: bold;
	text-indent: 50px;
}
/* =Filters
-----------------------------------------------------------------------------------------*/
/*[BEGIN] Clear Fix for Fire Fox*/
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/*[END] Clear Fix for Fire Fox*/

/* fix padding in ie6 */
* html #flashBox{
	padding: 16px 0 17px 0;
}

/* =Home Page Content
-----------------------------------------------------------------------------------------*/
/* =resources
-----------------------------------------------------------------------------------------*/
#resources ul{
	float: left;
	height: 190px;
	list-style: none;
	margin: 0 20px;
	width: 40%;
}

#resources ul li{
	line-height: 1.5em;
}

#resources ul li a{
	font-weight: bold;
}

.picLogin iframe{
	color: #000;
	
	height: 400px;
	width: 600px;
}