@charset "utf-8";

/*Global Link colors */
a:link {
	color: #030;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #030;
}
a:hover {
	text-decoration: underline;
	color: #063;
}
a:active {
	text-decoration: underline;
	color: #030;
}
/*body*/
body {
	margin: 0px;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color: #D0D0D0;
}
#wrapper {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	width: 975px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	background:url(../images/header.jpg);
	height: 165px;
}

/*Navigation Styles*/

#navigation {
	margin:0px;
}
 #nav {
	background:url(../images/navigation.png) no-repeat;
	width:975px;
	height:46px;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 34px;
    }

    #nav span {
    display: none;
    }

    #nav li, #nav a {
    height:46px;
    display:block;
    }

    #nav li {
    float:left;
    list-style:none;
    display:inline;
    }
	#home {
    width: 135px;
    }
    #about {
    width: 140px;
    }
    #pricing {
	width: 150px;
}
    #gallery {
	width: 165px;
}
    #vendors {
	width: 150px;
}
	#contact {
	width: 160px;
}

#home a:hover {background:url(../images/navigation.png) 0px -44px no-repeat; }
#about a:hover {background:url(../images/navigation.png) -135px -44px no-repeat; }
#pricing a:hover {background:url(../images/navigation.png) -275px -44px no-repeat; }
#gallery a:hover {background:url(../images/navigation.png) -425px -44px no-repeat; }
#vendors a:hover {background:url(../images/navigation.png) -590px -44px no-repeat; }
#contact a:hover {background:url(../images/navigation.png) -740px -44px no-repeat; }
.homeActive {background:url(../images/navigation.png) 0px -44px no-repeat; }
.aboutActive {background:url(../images/navigation.png) -135px -44px no-repeat; }
.pricingActive {background:url(../images/navigation.png) -275px -44px no-repeat; }
.galleryActive {background:url(../images/navigation.png) -425px -44px no-repeat; }
.vendorsActive {background:url(../images/navigation.png) -590px -44px no-repeat; }
.contactActive {background:url(../images/navigation.png) -740px -44px no-repeat; }


/*Begain MainContent Styles*/
#mainContent {
	padding-left:35px;
	padding-right: 35px;
	background:url(../images/mainBG.png);
	background-repeat:repeat-y;
	overflow:hidden;
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
/*HomePage Styles*/
#box {
	margin-left: 40px;
	margin-top: 15px;
	float: left;
	width: 560px;
}
.rightText {
	width:250px;
	float:right;
	margin-right:20px;
	padding: 10px;
}
#leftBox {
	width:400px;
	float:left;
	background-color: #bcc5bd;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
	padding: 20px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-khtml-border-radius-topleft:10px;
	-khtml-border-radius-topright:10px;
	-khtml-border-radius-bottomright:10px;
	-khtml-border-radius-bottomleft:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-bottomleft:10px;
}
#rightBox {
	width:300px;
	float:right;
	background-color: #bcc5bd;
	margin-top: 30px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 20px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-khtml-border-radius-topleft:10px;
	-khtml-border-radius-topright:10px;
	-khtml-border-radius-bottomright:10px;
	-khtml-border-radius-bottomleft:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-bottomleft:10px;
}
#sideBar img {
	border:medium solid #360;
}
/*heading image swaps*/
#who span {
    display: none;
}
#who {
	background-repeat:no-repeat;
	background-image: url(../images/whoWeAre.png);
	height: 35px;
	width: 400px;
}
#what span {
    display: none;
}
#what {
	background-repeat:no-repeat;
	background-image: url(../images/whatWeOffer.png);
	height: 35px;
	width: 290px;
}
#springTitle span {
    display: none;
}
#springTitle {
	background-repeat:no-repeat;
	background-image: url(../images/springTitle.png);
	height: 46px;
	width: 232px;
}
#aboutUs span {
    display: none;
}
#aboutUs {
	background-repeat:no-repeat;
	background-image: url(../images/aboutUs.png);
	height: 50px;
	width:400px;
}
#history span {
    display: none;
}
#history {
	background-repeat:no-repeat;
	background-image: url(../images/history.png);
	height: 50px;
	width:400px;
}
#wedding span {
    display: none;
}
#wedding {
	background-repeat:no-repeat;
	background-image: url(../images/weddingPackage.png);
	height: 50px;
	width:400px;
}
#client span {
    display: none;
}
#client {
	background-repeat:no-repeat;
	background-image: url(../images/client.png);
	height: 50px;
	width:300px;
}
#other span {
    display: none;
}
#other {
	background-repeat:no-repeat;
	background-image: url(../images/other.png);
	height: 50px;
	width:250px;
}
#vendorHeader span {
    display: none;
}
#vendorHeader {
	background-repeat:no-repeat;
	background-image: url(../images/vendorHeader.png);
	height: 50px;
	width:400px;
}
#galleryHeader span {
    display: none;
}
#galleryHeader {
	background-repeat:no-repeat;
	background-image: url(../images/gallery.png);
	height: 50px;
	width:400px;
}
#contactUs span {
    display: none;
}
#contactUs {
	background-repeat:no-repeat;
	background-image: url(../images/contactUs.png);
	height: 50px;
	width:400px;
}
#directions span {
    display: none;
}
#directions {
	background-repeat:no-repeat;
	background-image: url(../images/directions.png);
	height: 50px;
	width:400px;
}
/*Vendor styles */
h3 {
	color:#060;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 10px;
}
.flowers {
	width:300px;
}
.lodging {
	width:300px;
	float:right;
}
.vendorPadding {
	padding-top:160px;
}
.photo {
	width: 600px;
	padding: 0px;
}
.vendor {
	background-color: #8daa90;
	padding:5px;
}
.title {
	background-color: #bcc5bd;
}

/*Footer Styles*/
#footer {
	background:url(../images/footer.png);
	background-repeat:no-repeat;
	color: #0E401A;
	text-align: center;
	padding-top: 40px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer a:link {
	color:#030;
	text-decoration:none;
}
#footer a:active {
	color:#030;
	text-decoration:none;
}
#footer a:visited {
	color:#030;
	text-decoration:none;
}
#footer a:hover {
	color:#090;
	text-decoration:underline;
}
.clear {
	clear:both;
}
#rightImage {
	padding: 10px;
	float: right;
	width: 240px;
}
#leftText {
	float: left;
	width: 620px;
	padding: 10px;
}
.more {
	text-align: right;
}
/* contact style */




#contactform hr { color: inherit; height: 0; margin: 6px 0 6px 0; padding: 0; border: 1px solid #d9d9d9; border-style: none none solid; }

#contactform { display: block; width: 400px; margin: 50px auto; padding: 35px; border: 1px solid #cbcbcb; -webkit-border-radius:5px; }

/* Form style */

#contactform label { display: inline-block; float: left; height: 18px; line-height: 18px; width: 155px; -webkit-border-radius:5px; }
#contactform input, textarea, select { width: 200px; margin: 0; padding: 5px; color: #666; background: #f5f5f5; border: 1px solid #ccc; margin: 5px 0; webkit-border-radius:5px; }   
#contactform input:focus, textarea:focus, select:focus { border: 1px solid #999; background-color: #fff; color:#333; }
#contactform input.submit { width: 85px; cursor: pointer; border: 1px solid #222; background:#030; color:#fff; }
#contactform input.submit:hover { background:#063; }
#contactform input[type="submit"][disabled] { background:#888; }
#contactform fieldset { padding:20px; border:1px solid #eee; -webkit-border-radius:5px; -moz-border-radius:5px; }
#contactform legend { padding:7px 10px; font-weight:bold; color:#000; border:1px solid #eee; -webkit-border-radius:5px; -moz-border-radius:5px; margin-bottom:0 !important; margin-bottom:20px; }

#contactform span.required{ color: #ff0000; } /* Select the colour of the * if the field is required. */

#message { margin: 10px 0; padding: 0; }

.error_message { display: block; height: 22px; line-height: 22px; background: #FBE3E4 url('../assets/error.gif') no-repeat 10px center; padding: 3px 10px 3px 35px; color:#8a1f11;border: 1px solid #FBC2C4; -webkit-border-radius:5px; }

.loader { padding: 0 10px; }

#contactform #success_page h1 { background: url('../assets/success.gif') left no-repeat; padding-left:22px; }

acronym { border-bottom:1px dotted #ccc; }


/*Gallery styles*/
.leftImage {
	width:300px;
	float:left;
	text-align: center;
}
.rightImage {
	width:300px;
	float:right;
	text-align: center;
}
.gallerySpacer {
	padding-top: 80px;
}
#rightContact {
	padding: 10px;
	float: right;
	width: 240px;
	margin-top: 60px;
}
