/* CSS Document */

/* --- global elements --- */

html {
	height: 100%;
}

body {
	height: 100%;
	padding: 0;
	background-color: #ffffff;
	background-image: url(../images/pattern-tile.gif);
	background-repeat: repeat;
	margin-top: 50px;
	}
	
#container {
  margin: 0 auto;
  width: 874px;
  text-align: left;	
  }
  
/* --- nav elements --- */

td#navigation {
	background-color: #FFFFFF;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 45px;
	border-left: solid 5px #000000;
	border-right: solid 5px #000000;
	height: 30px;
	}

#navigation div {
	padding: 20px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	vertical-align:top;
	width: 100%;
	font: 15px/20px Georgia, "Times New Roman", Times, serif;
	color: #000000;
	letter-spacing: 1px;
	word-spacing: 2px;
	text-align:center;
	border-bottom: solid 25px #ffffff;
}


#navigation span {
	display:inline;
	}

#navigation span.bullet {
	margin-left: 5px;
	margin-right: 5px;
	color:#ee4f8f;
	}

#navigation a {
	color: #000000;
	text-decoration: none;
}

#navigation a.on {
	color: #ee4f8f;
	text-decoration: none;
}

#navigation a:hover {
	color: #ee4f8f;
	text-decoration: none;
}

#navigation a.active {
	color: #ee4f8f;
	text-decoration: none;
}

#spacer {
	border-bottom: solid 0px #FFFFFF;
}

/* --- footer elements --- */

#footer {
	background-image: url(../images/footer_bkgrnd.png);
	background-repeat: no-repeat;
	height: 50px;
	vertical-align:top;
	padding-top: 10px;
	width: 100%;
	font: 15px/20px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

#footer span {
	display:inline;
	letter-spacing: 0px;
}

#footer span img {
	padding-left: 20px;
	padding-right: 20px;
	display:inline;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a.active {
	color: #FFFFFF;
	text-decoration: none;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#797979;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: #000000;
	font: 14px/18px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	margin-left: 2px;
}

a:hover {
	color: #40aab3;
	text-decoration: none;
}

/* --- index --- */

#col_left {
	width: 268px;
	background-color: #ffffff;
	border-left: solid 5px #000000;
	vertical-align:top;
	border-right: solid 15px #ffffff;
	text-align: center;
	
}

#col_left img {
	border: solid 3px #abd271;
	margin-left: 30px;
}

#col_left p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	margin: 8px 0px 0px 20px;
	line-height: 16px;
	
}

#col_left i {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8c8b8b;
	font-style: italic;
	margin-top: 5px;
	letter-spacing: 1px;
}

#col_right {
	width: 566px;
	background-color: #ffffff;
	border-right: solid 5px #000000;
	padding-right: 40px;
	vertical-align:top;
	padding-bottom: 10px;
}

#col_right img {
	border-bottom: solid 20px #ffffff;
	margin-top: 5px;
	float: left;
}

#col_right h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight:normal;
	color: #ee4f8f;
	text-align: center;
	vertical-align: top;
	margin-top: 0px;
	margin-bottom: -5px;
}

#col_right p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-align: left;
	line-height: 18px;
	margin-bottom: -5px;
	word-spacing: 1px;
}

div#spacer {
	
	height: 15px;
		}

/* --- true story --- */

#col_left_story {
	width: 300px;
	background-color: #ffffff;
	border-left: solid 5px #000000;
	vertical-align:top;
	margin-left: 20px;
	border-right: solid 15px #ffffff;
	}

#col_left_story img.story {
	border: solid 3px #abd271;
	margin: 0px 0px 25px 45px;
	padding-left: 0px;
	float:left;
}

#col_left_story p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 8px 0px 0px 0px;
	line-height: 16px;
	float:left;
}

#black_box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-style:normal;
	width: 217px;
	background-color:#000000;
	border: solid 3px #abd271;
	padding: 25px 11px 30px 11px;
	line-height: 21px;
	margin: 0px 0px 25px 45px;
	letter-spacing: 1px;
	float:left;
}

#black_box p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 8px;
	line-height: 16px;
	float:left;
}

#black_box p.name {
	float:right;
	padding: 0px 0px 0px 0px;
}

#green_box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	width: 222px;
	background-color:#abd271;
	padding: 20px 10px 20px 10px;
	margin: 5px 0px 25px 45px;
	letter-spacing: 1px;
	text-align:center;
	float:left;
}

#green_box p {
	margin: 0px 0px 10px 20px;
	padding-bottom: 5px;
	display:block;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	text-align:center;
}

#green_box div {
	float: left;
	display:inline;
	margin: 0px;
	padding-left: 15px;
	
	}

#green_box div.img {
	display:inline;
	margin: 0px;
	padding: 0px;
	}	
	
#col_right_story {
	width: 500px;
	background-color: #ffffff;
	border-right: solid 5px #000000;
	padding-right: 55px;
	padding-left: 10px;
	vertical-align:top;
	margin-top: -5px;
	padding-bottom: 40px;
}

#col_right_story h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #ee4f8f;
	text-align: center;
	vertical-align: top;
	margin-bottom: 10px;
	margin-top: 0px;
}

#col_right_story h4.love {
	font-style: italic;
	text-align: left;
	margin: 5px 0px 10px 0px;
	padding-bottom: 5px;
	display:block;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #E95A95;
	width: 65px;
}

#col_right_story h4.experience {
	font-style: italic;
	text-align: left;
	margin: 5px 0px 10px 0px;
	padding-bottom: 5px;
	display:block;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #E95A95;
	width: 115px;
}

#col_right_story p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0px;
}

#col_right_story span {
	color: #ee4f8f;
	padding: 0px 2px 0px 2px;
}


/* --- programs elements */

#col_right_program h4.programs {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-style: normal;
	text-align: center;
	margin: 20px 0px 10px 0px;
	padding-top: 12px;
	display:block;
	background-image: url(../images/programs_hdr_bkgrnd.gif);
	background-repeat: none;
	width: 500px;
	height: 21px;
}

img.contact { margin: 0px 0px 0px 20px; border: 0px}

#col_left_story img.programs {
	border: solid 3px #abd271;
	margin: 0px 0px 25px 45px;
	padding-left: 0px;
	float:left;
}

#col_right_program {
	width: 500px;
	background-color: #ffffff;
	border-right: solid 5px #000000;
	padding-right: 35px;
	padding-left: 10px;
	vertical-align:top;
	margin-top: -5px;
	padding-bottom: 40px;
	line-height: 17px;
}

/* --- location elements */


#col_left_location { width: 268px; background-color: #ffffff; border-left: solid 5px #000000; vertical-align:top; border-right: solid 15px #ffffff; text-align: center; }

#col_left_location img { border: solid 3px #abd271;	margin-left: 40px; }

#col_right_location { width: 566px;	background-color: #ffffff; border-right: solid 5px #000000;	padding-right: 40px; vertical-align:top; padding-bottom: 30px; }

#col_right_location p { font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #000000;	text-align: left; line-height: 18px; margin-bottom: -5px; word-spacing: 1px; }

#black_box_location { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; font-style:normal; width: 217px; background-color:#000000; border: solid 3px #E95A95; padding: 20px 10px 30px 10px; line-height: 21px;	margin: 30px 0px 0px 45px;	letter-spacing: 1px; float:left; width: 450px; }

#black_box_location h4 { font-family: Georgia, "Times New Roman", Times, serif;	font-style: none; font-weight: bold; font-size: 15px; color:#abd271; padding: 0px 0px 5px 0px; margin: 0px 0px 10px 100px; display:block;
	border-bottom-width: 4px; border-bottom-style: dotted; border-bottom-color: #E95A95; width: 265px; }

#black_box_location p {	margin: 5px 10px 0px 10px; line-height: 16px; float:left; color:#FFFFFF;}
	
#black_box_location img { margin: 10px 0px 0px 60px; border: 0px; text-align:center;}

/* --- true love elements */

td#love { 

background-color:#FFFFFF;
border-left: solid 5px #000000;
	border-right: solid 5px #000000;
	width: 100%;
	padding-bottom: 30px;}
	
div.pink_box {
	font-family: Arial, Helvetica, sans-serif;
	font-style: none;
	color:#ffffff;
	padding: 20px 30px 15px 30px;
	margin: 0px 0px 10px 105px;
	width: 630px;
	height: 440px;
	background-image: url(../images/true_love_pink_bkgrnd.gif);
	background-repeat: repeat-y;
	 }
	 
div.pink_box p {
	padding: 20px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
	line-height: 21px;
	 }
	 
div.green_box_true {
	font-family: Arial, Helvetica, sans-serif;
	font-style: none;
	color:#000000;
	padding: 20px 20px 15px 20px;
	margin: 0px 0px 10px 130px;
	background-color: #e6f1d4;
	width: 590px;
	height: 390px;
	}
	
div.green_box_true p {
	padding: 20px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
	line-height: 21px;
	 }
	 
div.pink_box_2 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: none;
	color:#ffffff;
	padding: 20px 30px 30px 30px;
	margin: 0px 0px 10px 105px;
	width: 630px;
	height: 485px;
	background-image: url(../images/true_love_pink_bkgrnd.gif);
	background-repeat: repeat-y;
	line-height: 21px;
	 }

div.pink_box_2 p {
	padding: 20px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
	line-height: 21px;
	 }	 

div.green_box_2 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: none;
	color:#000000;
	padding: 20px 20px 15px 20px;
	margin: 0px 0px 10px 130px;
	background-color: #e6f1d4;
	width: 590px;
	height: 265px;
	line-height: 21px;
	}
	
div.dotted {
	border-top: dotted 3px #E95A95;
	margin: 20px 0px 15px 260px;
	height: 5px;
	width: 400px;
	}		 

/* contact elements */

#col_left_contact {
	width: 275px;
	height: 100%;
	background-color: #ffffff;
	border-left: solid 5px #000000;
	vertical-align:top;
	margin-left: 30px;
	border-right: solid 15px #ffffff;
	}

#col_left_contact img.contact {
	border: solid 3px #abd271;
	margin: 0px 0px 25px 75px;
	padding-left: 0px;
	float:left;
}

#black_box_contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-style:normal;
	width: 212px;
	background-color:#000000;
	border: solid 3px #abd271;
	padding: 25px 11px 30px 11px;
	line-height: 21px;
	margin: 5px 0px 0px 75px;
	letter-spacing: 1px;
	float:left;
}

#black_box_contact p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 8px;
	line-height: 16px;
	float:left;
}

#col_right_contact {
	width: 450px;
	background-color: #ffffff;
	border-right: solid 5px #000000;
	vertical-align:top;
	margin-top: -5px;
	padding-bottom: 60px;
	padding-right: 20px;
	}

#col_right_contact p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: center;
	vertical-align: top;
	margin-bottom: 10px;
	margin-top: 0px;
	line-height: 20px;
}

#col_right_contact img {
	text-align: center;
	vertical-align: top;
	margin: 0px 0px 10px 135px;
	
	}

#col_right_contact p a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	}
	
#col_right_contact p a:hover {
	color: #ee4f8f;
	}	

#col_right_contact h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #ee4f8f;
	text-align: center;
	vertical-align: top;
	margin-bottom: 5px;
	margin-top: 0px;
	font-weight:normal;
}

#black_box_contact_right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-style:normal;
	width: 195px;
	background-color:#000000;
	border: solid 3px #E95A95;
	padding: 20px 10px 20px 10px;
	line-height: 21px;
	margin: 10px 0px 45px 10px;
	letter-spacing: 1px;
	float:left;
	width: 450px;
}

#black_box_contact_right h4 {
    font-family: Georgia, "Times New Roman", Times, serif;
	font-style: none;
	font-size: 16px;
	font-weight:normal;
	color:#abd271;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 15px 45px;
	display:block;
	border-bottom-width: 4px;
	border-bottom-style: dotted;
	border-bottom-color: #E95A95;
	width: 350px;
}

#black_box_contact_right p {
	margin: 5px 10px 0px 10px;
	line-height: 16px;
	color:#FFFFFF;
	text-align:center;}
	
#black_box_contact_right span {
	color:#FFFFFF;
	}
	
#black_box_contact_right span.green {
	color:#abd271;
	}		
	
#black_box_contact_right img { margin: 10px 0px 0px 180px; border: 0px; text-align:center;}

/* true weddings elements */

#col_left_true {
	width: 538px;
	background-color: #ffffff;
	border-left: solid 5px #000000;
	vertical-align:top;
	padding-left: 45px;
	padding-right: 15px;
	padding-bottom: 15px;
	float:left;
}

#col_left_true h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color: #E95A95;
	text-align: center;
	margin: 0px 0px 20px 140px;
	padding-bottom: 5px;
	display:block;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #E95A95;
	width: 320px;
	}

div#wedding {
	width: 535px;
	vertical-align: top;
	float:left;
	margin: 0x 0px 10px 0px;
		}

img.wedding {
	float:left;
	border-right: solid 10px #ffffff;
	width: 160px;
	}	
	
div#wedding h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-style:italic;
	color:#FFFFFF;
	display:block;
	height: 45px;
	width:365px;
	background-color:#ee4f8f;
	vertical-align: top;
	text-align: center;
	padding: 10px 0px 0px 0px;
	border-bottom: solid 0px #ffffff;
	margin: 0x 0px -10px 0px;
		}
	
div#wedding span.second_line {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight: normal;
	letter-spacing: 2px;
	display: block;
	padding-top: 2px;
	}
	
div#wedding p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style: normal;
	font-weight: normal;
	margin-top: -10px;
	line-height: 16px;
	text-align: left;
	padding-right: 15px;
	}
	
div#wedding p a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #E95A95;
	display:block;
	}			 

#black_box_true_left {
		width: 438px;
	background-color:#000000;
	border: solid 3px #abd271;
	padding: 5px 35px 5px 35px;
	line-height: 21px;
	margin: 10px 10px 45px 0px;
	letter-spacing: 1px;
	float: left;
	text-align: center;
	}
	
#black_box_true_left p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight:normal
	padding: 0px 15px 0px 15px;
	}
	
#black_box_true_left strong {
	font-weight: bold;
	font-size: 12px;
	}

#col_right_true {
	width: 285px;
	background-color: #ffffff;
	border-right: solid 5px #000000;
	vertical-align:top;
	padding-bottom: 10px;
	padding-left: 0px;
	}

#col_right_true h4.love {
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #E95A95;
	font-weight: 500;
	text-align: center;
	margin: 0px 0px 20px 45px;
	padding-bottom: 5px;
	display:block;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #E95A95;
	width: 130px;
	}

#black_box_true {
	width: 190px;
	background-color:#000000;
	border: solid 3px #abd271;
	padding: 10px 15px 10px 15px;
	line-height: 21px;
	margin: 0px 10px 25px 0px;
	letter-spacing: 1px;
	}

#black_box_true p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-style:normal;
	text-indent:-5px;
		}	
	
#right_col_hdr {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #E95A95;
	font-style:italic;
	text-align:center;
	width: 190px;
	background-color:#fde8f1;
	padding: 0px 15px 0px 15px;
	line-height: 21px;
	margin: 5px 10px 10px 0px;
	letter-spacing: 1px;
	}

#col_right_true p.regular {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4D4D4D;
	font-style:normal;
	width: 210px;
	vertical-align:top;
	padding-bottom: 10px;
	margin-top: 5px;
	padding-left: 0px;
	line-height: 20px;
	}		

div.dotted_true {
	border-top: dotted 3px #E95A95;
	margin: 20px 0px 15px 0px;
	height: 5px;
	width: 98%;
	float:inherit;
	}
	
/*  gallery elements */
	
#header_gallery {
	height: 24px;
	border-left: solid 5px #000000;
	border-right: solid 5px #000000;
	background-color: #ffffff;
	vertical-align:top;
	margin-top: 0px;		
}
	
#header_gallery div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	height: 24px;
	width: 779px;
	letter-spacing: 1px;
	text-align:center;
	background-image: url(../images/gallery_header.gif);
	background-repeat: repeat-x; 
	margin-left: 45px;
	margin-top: 0px;
	padding-top: 4px; }
	
#header_gallery div i {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: normal;	
}

#col_left_gallery {
	width: 280px;
	background-color: #ffffff;
	border-left: solid 5px #000000;
	padding-bottom: 20px;
	vertical-align:top;
}

#col_left_gallery p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 15px;
	margin-left: 45px;
	margin-right: 20px;
	line-height: 16px;
	width: 240px;
	line-height: 17px;
}

#col_right_gallery {
	width: 566px;
	background-color: #ffffff;
	border-right: solid 5px #000000;
	margin-right: 45px;
	vertical-align:top;
	padding-bottom: 20px;
}

#col_right_gallery img.main {
	border-bottom: solid 30px #ffffff;
	float: left;
	border-left: solid 5px #ffffff;
	padding-right: 30px;
	margin-top: 15px;
}

#col_right_gallery img.thumb {
	border-bottom: solid 20px #ffffff;
	float: left;
	border-left: solid 5px #ffffff;
	border-right: solid 0px #ffffff;
	border-bottom: solid 5px #ffffff;
	margin-top: 0px;
	width: 30px;
	height: 30px;
	display:inline;
}

#col_right_gallery p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant:small-caps;
	border-bottom: solid 10px #ffffff;
	margin-left: 5px;
	margin-bottom: 0px;
	text-align:left;
	
}	

div#line_1 {
	padding-right: 22px;
	}
	
div#line_2 {
	padding-top: 50px;
	border-bottom: solid 10px #ffffff;
	padding-right: 40px;
	float: right;
	}
	
div#line_2 a {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E95A95;
	font-variant:small-caps;
	}
	
div#line_2 a:hover { text-decoration:underline; }
