/*************************************/
/* elements common to all pages */
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: white;
	color: #3F19A1;
}

/* the main page text */
.main_text{
	position: absolute;
	left: 140px;
	top: 75px;
	width: 60%;
	z-index:1;
}

.main_text p{
	padding: 3px;
	/*
	border-width: 1px;
	border-style: solid;
	*/
}

.main_text h2{
	font-size: 100%;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0em;
	padding: 0px;
	margin: 0px;
}

.page_title{
	font-family: "Stylus BT";
	font-size: 200%;
	font-style: normal;
	color: #3F19A1;
	padding-top: 10px;
}

.p_image_center{
	text-align: center;
}

/************************************/
/* elements on the intro index page */
/* center the flash image */
#flash{
	text-align: center;
}

/*format the text displayed */
.skip_flash{
	text-align: center;
	font-size: 100%;
}

/************************************/
/*elements on the intro page*/
.news{
	padding: 1px;
	border-width: 3px;
	border-style: groove;
	background-color: #CCCCCC;
	color: #FFFFFF;
}

.news_title{
	font-size: 110%;
	font-style: weight;
	color: #3F19A1;
}

.news_1, .news_2{
	color: #000000;
}

.news_date {
	font-size: 90%;
	color: #FFFFFF;
	margin-top: 5px;
}

/************************************/
/* styles for the weddings pages */
/* wedding menu bar */
.weddings_menu{
	position: relative;
	top: 5px;
	background-color: #FFFFFF;
	z-index: 1;
	width: 100%;
	text-align: center;
}

/* style for the links in the wedding menu bar */
.w_normal{
	position: relative;
	background-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF #666666 #666666 #FFFFFF;
	margin-top: 2px;
	padding-top: 0px;
	padding-left: 1px;
	padding-right: 1px;
	text-align: center;
	float: none;
	z-index: 1;
}

/* style for the links in the wedding menu bar when the mouse is over them*/
.w_over{
	position: relative;
	color: black;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-color: #000000 #000000 #000000 #000000;
	margin-top: 2px;
	padding-top: 0px;
	padding-left: 1px;
	padding-right: 1px;
	text-align: center;
	float: none;
	z-index: 1;
}

/* weddings heading */
.w_heading{
	margin-top: 20px;
	font-size: 120%;
	color: #3F19A1;
}

/* weddings paragraph one */
.w_para_1, .w_para_2, .w_para_3, .w_para_4{
	margin: 0px;
	padding-bottom: 0px;
	margin-top: 10px;
	text-align: left;
	color: #3F19A1;
}

/* weddings area */
.weddings{
	color: #3F19A1;
	text-align: center;
}

.p_image{
	padding: 0px;
	margin: 0px;
}

	
	
/************************************/
/* style for the divs in the footer */
/* the copyright text */
#footer{
	position: absolute;
	text-align: center;
	font-size: 10px;
	bottom: 1px;
	right: 1px;
}

/* the juniper logo and name image placement */
#div_top{
	position: absolute;
	top: 1px;
	width: 85%;
	left: 125px;
	text-align: center;
}

#name{
	position: absolute;
	width:40%;
	top: 0px;
	left: 30%;
	z-index: 2;
}

#flower1{
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
}

#flower2{
	position: absolute;
	top: 296px;
	right: 1px;
}


/* style for menu bar */
#menu{
	position: absolute;
	height: 100%;
	top: 0%;
	left: 0px;
	width: 125px;
	background-image: url(../images/grey.gif);
	background-repeat: repeat-y;
	background-attachment: fixed;
	padding-top: 50px;
	z-index: 2;
}

.a_menu{
	padding-left: 10px;
}

/* style for the links in the menu bar */
.a_normal{
	position: relative;
	width: 100%;
	background-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF #666666 #666666 #FFFFFF;
	margin-top: 20px;
	margin-bottom: 5px;
	padding: 3px;
	text-align: center;
	float: none;
	z-index: 2;
}

/* style for the links in the menu bar when the mouse is over them*/
.a_over{
	position: relative;
	width: 100%;
	background-color: #CCCCCC;
	border-style: dotted;
	border-width: 1px;
	border-color: #666666 #FFFFFF #FFFFFF #666666;
	margin-top: 20px;
	margin-bottom: 5px;
	padding: 3px;
	text-align: center;
	float: none;
	z-index: 2;
}

/* style for the links in the menu bar */
.a_normal_net{
	position: relative;
	width: 100%;
	background-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF #666666 #666666 #FFFFFF;
	margin-top: 20px;
	margin-bottom: 5px;
	padding: 3px;
	text-align: center;
	float: left;
	z-index: 2;
}

/* style for the links in the menu bar when the mouse is over them*/
.a_over_net{
	position: relative;
	width: 100%;
	background-color: #CCCCCC;
	border-style: dotted;
	border-width: 1px;
	border-color: #666666 #FFFFFF #FFFFFF #666666;
	margin-top: 20px;
	margin-bottom: 5px;
	padding: 3px;
	text-align: center;
	float: left;
	z-index: 2;
}

/* style for the date displayed in the nav bar */
.nav_date{
	position: relative;
	width: 100%;
	margin-top: 5px;
	color: darkblue;
	text-align: center;
}

/**************************************/
/* the prices page */

.prices{
	text-align: center;
}
.prices td{
	padding-left: 2%;
}

/**************************************/
/* the contact us page */

.form{
	margin-top: 5px; 
	border-color: #000000;
}

.input{
	padding: 1px;
	margin-left: 50px;
}

.red{
	color: red;
	font-size: 200%;
}

label{
	width: 180px;
}

.button{
	position: absolute;
	width: 20%;
	left: 40%;
	right: 40%;
}

.warning{
	text-align: center;
	color: red;
	font-size: 150%;
}
