/* CSS Document */
body{
	margin: 24px;
	background:   url(../images/bg.jpg) no-repeat;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: .7em;
	line-height: 1.5em;
	text-align: center;
}

/* -------------------- Link styles ----------------- */
A:link { 
	color: gray; 
	text-decoration: none;
	}
A:visited { 
	color: #7D7D7D;
	text-decoration: none; 
	}
A:hover { 
	color: black;
	text-decoration: underline;
}
A:active { 
	color: red; 
	text-decoration: underline;
	}
/*-------------- Main navigation styles ------------------*/
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 400px;
	float: right;
}
ul li {
	float: right;
}
ul a {
	display: block;
	width: 115px;
	height: 29px;
	line-height: 32px;
	text-decoration: none;
	text-indent: -9000px;
}
ul li.weddingsNav {
	background: url(../images/navTabs.gif) no-repeat top left;
}
ul li.engagementsNav {
	background: url(../images/navTabs.gif) no-repeat -113px 0;
}
ul li.seniorsNav {
	background: url(../images/navTabs.gif) no-repeat -226px 0;
}
ul li.seniorsNavOn, .engagementsNavOn, .weddingsNavOn {
	display: block;
	width: 115px;
	height: 29px;
	text-indent: -9000px;
}
li.weddingsNav:hover, .weddingsNavOn {
	background: url(../images/navTabs.gif) no-repeat 0 -29px;
}
li.engagementsNav:hover, .engagementsNavOn {
	background: url(../images/navTabs.gif) no-repeat -113px -29px;
}
li.seniorsNav:hover, .seniorsNavOn {
	background: url(../images/navTabs.gif) no-repeat -226px -29px;
}
/*---------- Styles for current page links -----------------*/

#weddings .weddings a,
#engagements .engagements a,
#seniors .seniors a,
#kids, .kids a, 
#prices, .prices a,
#faq, .faq a,
#login, .login a,
#contact, .contact a,
#blog, .blog a,
#home, .home a {
	color: #000;
	cursor: default;
	text-decoration: none;
}	

/* -------------------- main box styles ----------------- */
.box {/*----------The container box with drop shadow----------*/
	width: 943px;
	height: 510px;
	margin: 0 auto;
	text-align: left;
	background: #ffffff url(../images/shadow.jpg) no-repeat;
}
.boxContact {/*----------The container box with drop shadow for contact page only----------*/
	width: 943px;
	height: 656px;
	margin: 0 auto;
	padding-bottom: 14px;
	text-align: left;
	background: #DDDDDD url(../images/shadowContact.jpg) no-repeat;
}
.banner {
	position: relative;
	margin: 0 auto;
	width: 930px;
	height: 80px;
}
.logo {
	position: absolute;
	left: 10px;
	bottom: 0;
}
.navText { /*-----This is the box for the top text navigation---------*/
	position: absolute;
	height: 28px;
	width: 380px;
	right: 0px;
	top: 0px;
	padding: 0 12px 0 0;
	text-align: right;
}
.navBox {/*--------This is the box that holds the navigation tabs----------*/
	position: absolute;
	width: 500px;
	right: 6px;
	bottom: 0;
}
/* ------------------- form styles ------------------- */
#formContainer {
	margin-left: 9px;
	width: 300px;
	text-align: right;
}
#formContainer form label {
	width: 80px;
	float: left;
}
#formContainer .clearfix {
	padding: 5px 0;
	vertical-align: top;
}
input.txt {
	color: #999999;
	background-color: #FFFFFF;
	border: 1px inset #999999;
}
input.btn {
	color: #FFFFFF;
	background-color: #CCCCCC;
	border: 1px outset #999999;
	padding: 2px 4px 2px 4px;
}
.pulldownMenus {
	width: 300px;
	display: inline;
}
/* ------------------- content styles ------------------- */
.content {
	width: 932px;
/*	height: 632px;
*/	padding: 12px 0;
	text-align:center;
	background: #FFFFFF;
}
.content_contact {
	width: 932px;
	height: 632px;
	padding: 12px 0;
	text-align:center;
	background: #FFFFFF;
}
.content .text, .content_contact .text {
	float: left;
	width: 300px;
/*	height: 479px;
*/}
.content .textMain, .content_contact .textMain {
	width: 700px;
}
.content .text h1, p, ol, .content_contact .text h1 {
	margin-left: 12px;
	line-height: 1.5 em;
	text-align: left;
}
.content .text h1, .content_contact .text h1 {
	font-size: 1.8em;
	color: #999999;
}	
.mainImage {
	float: right;
	margin-right: 9px;
}
.clear {
	clear: both;
}
.btmBox {
	position: relative;
	text-align: left;
	margin: 0 auto;
	width: 930px;
}
.btmBox form {
	margin-left: 3px;
	margin-top: -5px;
}
.logoBox {
	width: 280px;
	border: 1px solid gray;
}
.logoBox .float {
	float:left;
}
.findOutMore {
	position: absolute;
	text-align: center;
	right: 10px;
	Top: -12px;
	background: url(../images/tab.png) no-repeat top;
	width: 120px;
	height: 50px;
}
.findOutMore a {
	position: relative;
	display: block;
	margin-top: 4px;
	text-decoration: none;
}
.findOutMore a span {
	display: none;
}
.findOutMore a:hover {
	color: #990000;
}
.findOutMore a:hover span {
	display: block;
	position: absolute;
	top: -220px;
	left: -450px;
	width: 425px;
	padding: 5px;
	margin: 10px;
	z-index: 1;
	line-height: 2em;
	color: gray;
	background: white;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	border: 1px solid gray;
}	
.footer {
	margin: 0 auto;
	width: 930px;
	text-align: center;
	}

