/*
CSS written by Erik Ford - Lucid Motives, LLC 
Author URI: http://www.lucidmotives.com
*/

/* General Structure */

body { 
	margin: 0;
	text-align: center;
	background-color: white;
	background-image: url(../images_css/body_bg.jpg);
	background-repeat: repeat-x;
	}
	
a {
	outline: none;
	}
	
#container {
	margin: 0 auto;
	text-align: left;
	width: 927px;
	height: auto;
	background-color: #fff;
	border-right: 18px solid #fff;
	border-left: 18px solid #fff;
	}
	
h1.logo {
	display: block;
	width: 189px;
	height: 72px;
	margin: 0;
	padding: 0;
	position: relative;
	top: 0;
	left: 0;
	background-image: url(../images_css/h1_logo.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	}
	
h1.logo a {
	display: block;
	width: 100%;
	height: 100%;
	}
	
.clear {
	clear: both;
	}
	
/* Navigation */

#menu {
	display: block;
	width: 927px;
	height: 54px;
	margin: 0 0 18px 0;
	}
	
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#menu ul li {
	float: left;
	font-family: "Century Gothic", "Helvetica Neue", Helvetica, Arial, san-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 27px 20px 0 0;
	}
	
#menu ul li a, a:visited {
	color: #7c7c7c;
	text-decoration: none;
	}
	
#menu ul li a:hover, a:active {
	color: #10a1db;
	text-decoration: none;
	}
	
#meet #nav-meet a,
#jaunt #nav-jaunt a,
#private #nav-private a,
#packages #nav-packages a,
#subscription #nav-subscribe a,
#memory #nav-memory a,
#requestaquotepage #nav-request a {
	color: #10a1db;
	text-decoration: none;
	}
	
/* Slideshow */

#slideshow {
	display: block;
	width: 711px;
	height: 360px;
	padding: 0;
	margin: 0 18px 0 0;
	float: left;
	}
	
/* Header Image */

#header {
	display: block;
	width: 711px;
	height: 360px;
	padding: 0;
	margin: 0 18px 0 0;
	float: left;
	}
	
#headerwide {
	display: block;
	width: 927px;
	height: 360px;
	padding: 0;
	}
	
/* Picture Box */

#picbox { 
	width: auto;
	height: auto;
	border: solid 1px #e7e5e5;
	float: left;
	margin: 18px 18px 0 0;
	padding: 0;
	}
	
#picbox img {
	margin: 9px;
	padding: 0;
	}
	
/* Basic Text Content */

#basiccontent {
	width: 664px;
	height: auto;
	padding: 9px 18px 18px;
	margin: 18px 0 0;
	float: left;
	background-image: url(../images_css/div_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	}

#basiccontent h2 {
	display: block;
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, san-serif;
	font-size: 14px;
	font-weight: bold;
	color: #10a1db;
	text-transform: uppercase;
	}
	
#basiccontent p {
	font-family: Helvetica, Arial, san-serif;
	font-size: 12px;
	color: #000;
	line-height: 20px;
	word-spacing: 1px;
	}
	
#basiccontent p span {
	color: #10a1db;
	}
	
#basiccontent p.footnote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000;
	word-spacing: 1px;
	font-style: italic;
	}
	
#basiccontent p.footnote a, a:visited {
	color: #d9176b;
	text-decoration: none;
	}
	
#basiccontent p.footnote a:hover, a:active {
	text-decoration: underline;
	}
	
#basiccontent a.packages, a.packages:visited {
	color: #d9176b;
	text-decoration: none;
	font-family: Helvetica, Arial, san-serif;
	font-size: 12px;
	}
	
#basiccontent a.packages:hover, a.packages:active {
	text-decoration: underline;
	}
	
#basiccontent a.vcf, a.vcf:visited {
	color: #d9176b;
	text-decoration: none;
	font-family: Helvetica, Arial, san-serif;
	font-size: 12px;
	}
	
#basiccontent a.vcf:hover, a.vcf:active {
	text-decoration: underline;
	}
	
/* Contact Us */

#contactcontent {
	display: block;
	width: 909px;
	height: auto;
	margin: 18px 0 0;
	padding: 18px;
	}
	
#form {
	display: block;
	width: 444px;
	height: auto;
	min-height: 150px;
	border-right: 1px dotted #333;
	float: left;
	}
	
#form p {
	font-family: Helvetica, Arial, san-serif;
	color: #000;
	font-size: 12px;
	word-spacing: 1px;
	line-height: 20px;
	margin-right: 9px;
	padding: 0;
	}
	
#form h2 {
	display: block;
	margin: 0 0 9px;
	padding: 0;
	font-family: Helvetica, Arial, san-serif;
	font-size: 14px;
	font-weight: bold;
	color: #10a1db;
	text-transform: uppercase;
	}
	
#form ol {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
#form ol li {
	margin-bottom: 15px;
	}
	
#form label {
	display: block;
	color: #000;
	font-family: Helvetica, Arial, san-serif;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 3px;
	}
	
#form label em {
	color: #d9176b;
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
#form #name,
#form #title,
#form #company,
#form #email,
#form #phone,
#form #message {
	border: 1px solid #c5c4c4;
	background-color: #e7e5e5;
	padding: 3px;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	}
	
#form #name:hover,
#form #title:hover,
#form #company:hover,
#form #email:hover,
#form #phone:hover,
#form #message:hover {
	border: 1px solid #d9176b;
	}
	
#form button {
	background-color: #333;
	margin: 0;
	padding: 5px;
	color: #fff;
	font-family: Helvetica, Arial, san-serif;
	font-size: 12px;
	font-weight: normal;
	word-spacing: 1px;
	border: none;
	}
	
#form button:hover {
	background-color: #d9176b;
	cursor: pointer;
	}
	
#mailaddress {
	margin-left: 18px;
	float: left;
	}
	
#mailaddress h2.logosmall {
	display: block;
	width: 180px;
	height: 18px;
	background-image: url(../images_css/h2_logo.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-top: 0;
	margin-bottom: 9px;
	}
	
#mailaddress address {
	font-family: Helvetica, Arial, san-serif;
	color: #000;
	font-size: 12px;
	line-height: 20px;
	font-style: normal;
	word-spacing: 1px;
	}
	
#mailaddress p {
	font-family: Helvetica, Arial, san-serif;
	color: #10a1db;
	font-size: 12px;
	font-style: normal;
	word-spacing: 1px;
	}
	
#mailaddress p span {
	color: #000;
	}

/* Private Services */

#private_services {
	display: block;
	width: 927px;
	height: auto;
	padding: 0;
	margin: 18px 0 27px;
	}
	
#pservices {
	display: block;
	width: 648px;
	height: auto;
	float: left;
	}

#pservices h2 {
	display: block;
	margin: 0 0 9px;
	padding: 0;
	font-family: Helvetica, Arial, san-serif;
	font-size: 14px;
	font-weight: bold;
	color: #10a1db;
	text-transform: uppercase;
	}
	
#pservices p {
	font-family: Helvetica, Arial, san-serif;
	color: #000;
	font-size: 12px;
	word-spacing: 1px;
	line-height: 20px;
	margin-right: 18px;
	padding: 0;
	}
	
#pservicelist {
	display: block;
	width: 250px;
	height: auto;
	padding: 5px;
	background-color: #f5f5f5;
	float: right;
	}
	
#pservicelist h3 {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-family: Helvetica, Arial, san-serif;
	font-weight: bold;
	color: #000;
	}
	
#pservicelist ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
#pservicelist ul li {
	font-size: 11px;
	font-family: Helvetica, Arial, san-serif;
	font-weight: normal;
	margin: 9px 0;
	color: #006400;
	}
	
/* Packages Info */

.packages_info {
	display: block;
	width: 927px;
	height: auto;
	margin-top: 36px;
	}
	
.package_pic {
	width: auto;
	height: auto;
	border: solid 1px #e7e5e5;
	float: left;
	margin: 0 9px 0 0;
	padding: 0;
	}
	
.package_pic img {
	margin: 9px;
	padding: 0;
	}
	
.package_text {
	display: block;
	width: 616px;
	height: auto;
	background-color: #f5f5f5;
	border: 1px solid #fff;
	padding: 9px;
	float: left;
	}
	
.package_text:hover {
	border: solid 1px #c5c4c4;
	}
	
.package_text h2 {
	display: block;
	font-size: 12px;
	font-family: Helvetica, Arial, san-serif;
	margin: 0 0 18px;
	padding: 0;
	font-weight: bold;
	text-align: right;
	color: #10a1db;
	}
	
.package_text p {
	font-size: 12px;
	font-weight: normal;
	font-family: Helvetica, Arial, san-serif;
	word-spacing: 1px;
	line-height: 20px;
	text-align: right;
	}
	
.package_text p.includes {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	color: #000;
	}
	
.package_text h2 span {
	display: block;
	color: #000;
	margin: 5px 0 0;
	}
	
.package_text ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
.package_text ul li {
	font-size: 12px;
	font-weight: normal;
	font-family: Helvetica, Arial, san-serif;
	word-spacing: 1px;
	text-align: right;
	margin-top: 9px;
	}

.package_text a.quote, a.quote:visited {
	display: block;
	font-size: 12px;
	font-weight: normal;
	font-family: Helvetica, Arial, san-serif;
	text-align: left;
	margin-top: 18px;
	text-decoration: none;
	color: #10a1db;
	}
	
.package_text a.quote:hover, a.quote:active {
	text-decoration: underline;
	}

/* Promotion */

#promo {
	display: block;
	width: 198px;
	height: 360px;
	margin: 0;
	padding: 0;
	float: right;
	}
	
#promo h2 {
	display: block;
	width: 198px;
	height: 18px;
	margin: 0 0 9px;
	padding: 0;
	background-image: url(../images_css/h2_upcoming.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	}
	
#promo h3 {
	display: block;
	margin: 18px 0 0;
	padding: 0;
	font-family: Helvetica, Arial, san-serif;
	font-size: 12px;
	font-weight: bold;
	color: #10a1db;
	text-transform: uppercase;
	}

#promo img {
	display: block;
	width: 198px;
	height: 180px;
	margin: 0;
	padding: 0;
	}
	
#promo img.purchase {
	display: block;
	width: 135px;
	height: 36px;
	padding: 0;
	margin: 0;
	}
	
#promo p {
	font-family: Helvetica, Arial, san-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	line-height: 14px;
	margin: 0 0 9px;
	padding: 0;
	}
	
#promo p.date {
	color: #000;
	font-weight: bold;
	font-family: Helvetica, Arial, san-serif;
	font-size: 12px;
	margin: 2px 0 9px;
	padding: 0;
	}
	
/* Policies */

#policies {
	display: block;
	width: 891px;
	height: auto;
	background: url(../images_css/div_bg.jpg) repeat-x left top;
	margin: 18px 0 0;
	padding: 9px 18px 0;
	}
	
#policies h2 {
	display: block;
	margin: 0 0 18px 0;
	padding: 0;
	font-family: Helvetica, Arial, san-serif;
	font-size: 14px;
	font-weight: bold;
	color: #10a1db;
	text-transform: uppercase;
	}
	
#policies h2 span {
	color: #000;
	}
	
#policies ol {
	margin: 0;
	padding: 0;
	list-style-position: inside;
	font: 12px/20px Helvetica, Arial, san-serif;
	}
	
#policies ol li {
	padding: 0;
	margin: 0 0 9px;
	}
	
#policies p {
	font: 12px/20px Helvetica, Arial, san-serif;
	}
	
#policies p a, a:visited {
	color: #d9176b;
	text-decoration: none;
	}
	
#policies p a:hover, a:active {
	text-decoration: underline;
	}
	
#policies p.updated {
	text-align: right;
	color: #000;
	font: 10px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	}
	
/* Subscribe To Newsletter */

#subscribe {
	display: block;
	width: 927px;
	height: auto;
	min-height: 350px;
	background: url(../images_css/div_bg.jpg) repeat-x left top;
	overflow: auto;
	padding: 0;
	margin: 18px 0 0;
	}
	
div.subscribetext {
	width: 432px;
	height: auto;
	padding: 0;
	margin: 9px 27px 0 18px;
	float: left;
	}
	
div.subscribetext h2 {
	display: block;
	margin: 0 0 9px;
	padding: 0;
	font-family: Helvetica, Arial, san-serif;
	font-size: 14px;
	font-weight: bold;
	color: #10a1db;
	text-transform: uppercase;
	}
	
div.subscribetext p {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, san-serif;
	color: #000;
	font-size: 12px;
	word-spacing: 1px;
	line-height: 20px;
	margin-bottom: 9px;
	}
	
div.confirmtext {
	width: 891px;
	height: auto;
	padding: 0;
	margin: 9px 0 0 18px;
	}
	
div.confirmtext h2 {
	display: block;
	margin: 0 0 9px;
	padding: 0;
	font-family: Helvetica, Arial, san-serif;
	font-size: 14px;
	font-weight: bold;
	color: #10a1db;
	text-transform: uppercase;
	}
	
div.confirmtext p {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, san-serif;
	color: #000;
	font-size: 12px;
	word-spacing: 1px;
	line-height: 20px;
	margin-bottom: 9px;
	}
	
div.subscribeform {
	width: 432px;
	height: auto;
	background-color: #000;
	float: left;
	margin: 9px 0 0;
	padding: 0;
	}
	
div.subscribeform ol {
	margin: 9px 0 18px 9px;
	padding: 0;
	list-style: none;
	}
	
div.subscribeform ol li {
	margin: 0 0 18px;
	}

div.subscribeform label {
	display: block;
	color: #fff;
	font-family: Helvetica, Arial, san-serif;
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 3px;
	}
	
div.subscribeform em {
	color: #d9176b;
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
div.subscribeform #name,
div.subscribeform #email {
	width: 396px;
	background-color: #fff;
	border: solid 1px #c5c4c4;
	padding: 3px;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	}
	
div.subscribeform #name:hover,
div.subscribeform #email:hover {
	border: 1px solid #d9176b;
	}
	
div.subscribeform button {
	background-color: #c5c4c4;
	margin: 0;
	padding: 5px;
	color: #000;
	font-family: Helvetica, Arial, san-serif;
	font-size: 12px;
	font-weight: normal;
	word-spacing: 1px;
	border: none;
	}
	
div.subscribeform button:hover {
	background-color: #d9176b;
	color: #fff;
	cursor: pointer;
	}


/* Request A Quote */

p.legend {
	font-family: Helvetica, Arial, san-serif;
	color: #808080;
	font-size: 10px;
	word-spacing: 1px;
	padding: 0;
	border-left: 10px solid #000;
	text-indent: 5px;
	}

form#requestquote fieldset {
	border: solid 1px #c5c4c4;
	margin: 18px 0 0;
	}
	
form#requestquote fieldset:hover {
	border: solid 1px #7c7c7c;
	}
	
form#requestquote legend {
	font-family: Helvetica, Arial, san-serif;
	font-size: 14px;
	font-weight: bold;
	color: #10a1db;
	text-transform: uppercase;
	}
	
form#requestquote label {
	display: block;
	color: #808080;
	font-family: Helvetica, Arial, san-serif;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 3px;
	}
	
form#requestquote label.req {
	color: #000;
	}
	
form#requestquote label.inline {
	display: inline;
	}
	
form#requestquote ol {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
form#requestquote ol li {
	float: left;
	width: 342px;
	margin: 0 18px 18px 0;
	}
	
form#requestquote ol li.block {
	clear: left;
	display: block;
	}
	
form#requestquote input#quotename,
form#requestquote input#quotetitle,
form#requestquote input#quotecompany,
form#requestquote input#quoteaddress,
form#requestquote input#quotecity,
form#requestquote input#quotestate,
form#requestquote input#quotephone,
form#requestquote input#quotealtphone,
form#requestquote input#quotefax,
form#requestquote input#quoteemail,
form#requestquote input#quoteevent,
form#requestquote input#quotepurpose,
form#requestquote input#quotetheme,
form#requestquote input#quoteattendance,
form#requestquote input#quotedate,
form#requestquote input#quotetime,
form#requestquote input#quotesite,
form#requestquote input#quotepuaddress,
form#requestquote input#quotepucity,
form#requestquote input#quotepustate,
form#requestquote input#quotepuzip,
form#requestquote input#quotepucontact,
form#requestquote input#quotepuphone,
form#requestquote input#quoteretsite,
form#requestquote input#quoteretaddress,
form#requestquote input#quoteretcity,
form#requestquote input#quoteretstate,
form#requestquote input#quoteretzip,
form#requestquote input#quoteretcontact,
form#requestquote input#quoteretphone,
form#requestquote input#proposaldate,
form#requestquote input#decisiondate {
	width: 333px;
	border: solid 1px #c5c4c4;
	padding: 3px;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	}
	
form#requestquote textarea#quoteimpinfo,
form#requestquote textarea#quotepuinfo,
form#requestquote textarea#quoteretinfo,
form#requestquote textarea#avspecs,
form#requestquote textarea#decorspecs,
form#requestquote textarea#entertainmentspecs,
form#requestquote textarea#displayspecs,
form#requestquote textarea#floralspecs,
form#requestquote textarea#otherspecs,
form#requestquote textarea#imagine,
form#requestquote textarea#otherdetails {
	border: solid 1px #c5c4c4;
	padding: 3px;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	}
	
form#requestquote input#quotename:hover,
form#requestquote input#quotetitle:hover,
form#requestquote input#quotecompany:hover,
form#requestquote input#quoteaddress:hover,
form#requestquote input#quotecity:hover,
form#requestquote input#quotestate:hover,
form#requestquote input#quotephone:hover,
form#requestquote input#quotealtphone:hover,
form#requestquote input#quotefax:hover,
form#requestquote input#quoteemail:hover,
form#requestquote input#quoteevent:hover,
form#requestquote input#quotepurpose:hover,
form#requestquote input#quotetheme:hover,
form#requestquote input#quoteattendance:hover,
form#requestquote input#quotedate:hover,
form#requestquote input#quotetime:hover,
form#requestquote input#quotesite:hover,
form#requestquote input#quotepuaddress:hover,
form#requestquote input#quotepucity:hover,
form#requestquote input#quotepustate:hover,
form#requestquote input#quotepuzip:hover,
form#requestquote input#quotepucontact:hover,
form#requestquote input#quotepuphone:hover,
form#requestquote input#quoteretsite:hover,
form#requestquote input#quoteretaddress:hover,
form#requestquote input#quoteretcity:hover,
form#requestquote input#quoteretstate:hover,
form#requestquote input#quoteretzip:hover,
form#requestquote input#quoteretcontact:hover,
form#requestquote input#quoteretphone:hover,
form#requestquote input#proposaldate:hover,
form#requestquote input#decisiondate:hover {
	border: 1px solid #d9176b;
	}
	
form#requestquote textarea#quoteimpinfo:hover,
form#requestquote textarea#quotepuinfo:hover,
form#requestquote textarea#quoteretinfo:hover,
form#requestquote textarea#avspecs:hover,
form#requestquote textarea#decorspecs:hover,
form#requestquote textarea#entertainmentspecs:hover,
form#requestquote textarea#displayspecs:hover,
form#requestquote textarea#floralspecs:hover,
form#requestquote textarea#otherspecs:hover,
form#requestquote textarea#imagine:hover,
form#requestquote textarea#otherdetails:hover {
	border: 1px solid #d9176b;
	}
	
form#requestquote button {
	background-color: #c5c4c4;
	margin: 0;
	padding: 5px;
	color: #000;
	font-family: Helvetica, Arial, san-serif;
	font-size: 12px;
	font-weight: normal;
	word-spacing: 1px;
	border: none;
	margin-top: 18px;
	float: right;
	}
	
form#requestquote button:hover {
	background-color: #d9176b;
	color: #fff;
	cursor: pointer;
	}
	
/* Memory Lane Photo Gallery */

#memory_lane {
	display: block;
	width: 927px;
	height: auto;
	min-height: 350px;
	background: url(../images_css/div_bg.jpg) repeat-x left top;
	overflow: auto;
	padding: 0;
	margin: 18px 0 0;
	}
	
div.memory_lane_text {
	width: 432px;
	height: auto;
	padding: 0;
	margin: 9px 27px 0 18px;
	}

div.memory_lane_text h2 {
	display: block;
	margin: 0 0 9px;
	padding: 0;
	font-family: Helvetica, Arial, san-serif;
	font-size: 14px;
	font-weight: bold;
	color: #10a1db;
	text-transform: uppercase;
	}

#memory_lane ul {
	width: 864px;
	margin: 0 0 0 36px;
	padding: 0;
	list-style: none;
	}
	
#memory_lane ul li {
	float: left;
	width: 135px;
	height: 153px;
	margin: 0 9px 40px 0;
	padding: 0;
	}
	
#memory_lane ul li img {
	margin-bottom: 3px;
	}
	
#memory_lane ul li a.thumbnail, a.thumbnail:visited {
	display: block;
	border-bottom: 5px solid #000;
	}
	
#memory_lane ul li a.thumbnail:hover, a.thumbnail:active {
	border-bottom: 5px solid #10a1db;
	}
	
/* Footer */

#footer {
	display: block;
	width: 927px;
	height: 45px;
	margin: 27px 0 18px;
	padding: 0;
	background-image: url(../images_css/footer_bg.jpg);
	background-repeat: no-repeat;
	}
	
#footer p {
	display: block;
	color: #000;
	font-family: Helvetica, Arial, san-serif;
	font-weight: bold;
	font-size: 11px;
	float: right;
	margin: 18px 0 0;
	padding: 0;
	}
	
#footer p a, a:visited {
	color: #d9176b;
	text-decoration: none;
	}
	
#footer p a:hover, a:active {
	text-decoration: underline;
	}