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


/*------BASIC STYLING------*/

* {
	padding:0;
	margin:0;
}
body {
	background:#003366;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	}
body a:link,a:visited,a:active {
	color:#0066CC;
	text-decoration:none;
	}
body a:hover {
	text-decoration:underline;
	}
.bold {
	font-weight: bold;
	color: #000000;
}


#wrapper {
	position:relative;
	width:760px;
	margin:0 auto;
	text-align:justify;
	background-color:#fff;
	border:1px solid #0066CC;
	}
#clear {
	clear:both;
	height: 5px;
	}
/*------position container elements------*/
#header {
	position:relative;
	background:url(../images/banner.jpg) no-repeat top left;
	height:252px;
	}
#header h1 {
	margin-left: -9000px;
}
#content {
	padding:0px 15px;
}
#top-paragraph p {
padding-bottom:12px;
}
#second-paragraph p {
	padding-bottom:12px;
}
#bottom-paragraph p {
	padding-bottom:8px;
}
#testimonial {
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#999999;
	margin-top:9px;
	margin-bottom:24px;
	border-top-width:1px;
	border-bottom-width:1px;
	border-top-style:dashed;
	border-bottom-style:dashed;
	border-top-color:#999999;
	border-bottom-color:#999999;
	padding-top: 6px;
	padding-bottom: 9px;
	}
#testimonial p.top {
	margin:0;
	background-image: url(../images/testimonial-top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 0px;
	}
#testimonial p.bottom {
	margin:0;
	background-image: url(../images/testimonial-bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 0px;
	}
#left-block {
	width:387px;
	float:left;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	}
#left-block p {
	padding-bottom: 12px;
	}
#left-block p.bottom {
	padding-bottom: 0px;
	margin-bottom:0;
	}
#bluebox {
	width:319px;
	float:right;
	margin-bottom:0px;
	background:url(../images/box-middle.gif) repeat-y top left;
	}
	#bluebox h3 {
	background:url(../images/box-top.gif) no-repeat top left;
	padding-top:15px;
	padding-left:12px;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	margin:0;
	padding-bottom: 12px;
	}
#bluebox ul {
	font-size:14px;
	color:#FFFFFF;
	line-height:20px;
	padding-left:40px;
	padding-bottom:12px;
}
#bluebox p.last {
	background:url(../images/box-bottom.gif) no-repeat top left;
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	padding-left:15px;
	padding-bottom:19px;
	margin: 0px;
	}
#wedding {
	width:222px;
	float:left;
	padding-right:16px;
	text-align:justify;
	margin-top:16px;
}

#corporate {
	width:222px;
	float:left;
	padding-left:15px;
	padding-right:15px;
	border-right-width:1px;
	border-left-width:1px;
	border-right-style:dashed;
	border-left-style:dashed;
	border-right-color:#999999;
	border-left-color:#999999;
	margin-top:16px;
}


#party {
	width:222px;
	float:left;
	padding-left:16px;
	margin-top:16px;
}
.af-list {
	padding-top: 22px;
	color: #0066CC;
}
.af-list-blk {
	padding-top: 16px;
}
#footer {
	background:url(../images/footer.gif) no-repeat top left;
	margin-top:15px;
	padding-top:4px;
	padding-bottom:4px;
	font-size:11px;
	color:#FFFFFF;
	text-align:center;
	line-height: 17px;
}
#footer a:link,#footer a:visited,#fotter a:active {
	color:#FFFFFF;
	text-decoration:underline;
}

#footer a:hover {
	text-decoration:none;
}
h1 {
	font-size:22px;
	font-weight:bold;
	color:#0066CC;
	padding-top:18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 23px;
}
h1 a:link,h1 a:visited,h1 a:hover,h1 a:active {
	color:#0066CC;
	text-decoration:none;
}
h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#0066CC;
	text-decoration:none;
	text-align:center;
	padding-top: 6px;
	padding-bottom: 11px;
}
h2 a:link,h2 a:visited,h2 a:active {
	color:#0066CC;
	text-decoration:none;
}
h2 a:hover {
	color:#000000;
	text-decoration:none;
}
h3 {
	font-size:15px;
	font-weight:bold;
	color:#0066CC;
	padding-top:19px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
	padding-left: 40px;
}

h4 {
	font-size:16px;
	font-weight:bold;
	color:#0066CC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 12px;
}
h5 {
	font-size:16px;
	font-weight:bold;
	color:#0066CC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 12px;
	padding-top: 22px;
}

h6 {
	font-size:18px;
	font-weight:bold;
	color:#333333;
	padding-top: 10px;
}
.flt-left {
	float:left;
	padding-right:8px;
	padding-bottom:8px;
}
.flt-right {
	float:right;
	padding-left:8px;
	padding-bottom:8px;
}
.more {
	font-size: 11px;
	color: #0066CC;
}
.more a:link,.more a:visited,.more a:active {
	font-size:11px;
	color:#0066CC;
	text-decoration:none;
}
.more a:hover {
	color:#000000;
}
.last a:link,.last a:visited,.last a:active {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.last a:hover {
	text-decoration:underline;
}
.indent {
	padding-left:40px;
}
.highlight {
	font-weight:bold;
	background-color:#FFFF00;
}
.quote {
	font-style: italic;
}
/*------Styles for form------*/
input {
	width:auto;
}
#form {
	margin-top: 18px;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
}
#form h4 {
	margin-bottom: 10px;
	padding-top: 10px;
}

/*----Reset width for no text inputs*/
input.year, input.submit {
width:auto;
}
/*Display labels next to form elements, add a class for when you want them to stack*/

label {
	float:left;
	margin-right:2em;
}

label.top {
	display:block;
	float:none;
}
.boldblue {
	font-weight: bold;
	color: #0066CC;
}
.faq {
	font-size:15px;
	font-weight:bold;
	color:#0066CC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 0px;
	padding-top: 12px;
}
.red-error {
	font-weight: bold;
	color: #FF0000;
	font-size: 18px;
}
#top-paragraph li {
	margin-left: 35px;
}
#testimonials-div {
	width: 725px;
}
