/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* RPL Weddings Top Level Styles
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

a {color: #7D9DBA;}
a:visited {color: #7D9DBA;}
a:hover {color: #DACA61;}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

html {
	background-image: url(images/background_html.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

body {
	margin: 0px; padding: 0px;
	font: 12px georgia, arial, verdana, sans-serif;
	line-height: 24px;
	color: #9EA1A4;
	background-image: url(images/background_body.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

td {
	vertical-align: top;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

img {
	border: none;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 14px;
	padding: 0px 0px 0px 30px;
	margin: 0px 0px 10px 0px;
	background-image: url(images/background_h1.gif);
	background-position: left 7px;
	background-repeat: no-repeat;
	}

h2 {
	font-size: 14px;
	color: #7D9DBA;
	margin: 0px 0px -3px 0px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
	
	ul li {
		padding: 0px 0px 0px 15px;
		background-image: url(images/bullet.gif);
		background-position: left 8px;
		background-repeat: no-repeat;
		}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* RPL Weddings Individual Styles
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.clear {
	clear: both;
	background-color: white;
	height: 1px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.breakrule {
	clear: both;
	height: 8px;
	margin: 20px 0px 20px 0px;
	background-image: url(images/background_breakrule.gif);
	background-position: top center;
	background-repeat: no-repeat;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.firstParagraph {
	font-size: 15px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.blueText {
	color: #7D9DBA;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.videoFrame {
	font-size: 11px;
	font-style: italic;
	margin: 10px 0px 0px -8px;
	padding: 11px 11px 0px 11px;
	background-image: url(images/background_videoframe.gif);
	background-position: top left;
	background-repeat: no-repeat;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.formattedTable {
	border-top: 5px solid #87A5BF;
	width: 100%;
	}

	.formattedTable th {
		background-color: #DBE4EB;
		font: bold 13px arial, verdana, sans-serif;
		color: #87A5BF;
		vertical-align: top;
		border-top: 1px solid white;
		border-bottom: 1px solid white;
		}
		
	.formattedTable .colourRow {
		background-color: #F3F7FA;
		}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* RPL Weddings Framework
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#mainHolder {
	width: 738px;
	margin: 0px auto 10px auto;	
	position: relative;
	left: -7px;
	background-image: url(images/background_mainholder.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: white;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#topArea {
	padding: 30px 29px 43px 0px;
	text-align: right;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#menuArea {
	float: left;
	width: 209px;
	padding: 25px 0px 40px 0px;
	}
	
	#menuArea #navigation a {display: block; height: 24px; padding: 9px 0px 0px 35px; margin: 0px 0px 0px 9px; background-image: url(images/background_menuitem.gif);	background-position: left 10px; background-repeat: no-repeat;}
	#menuArea #navigation a:hover {background-image: url(images/background_menuitem_over.gif);}


/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#contentArea {
	float: left;
	padding: 20px 20px 40px 20px;
	width: 489px;
	}
	
	#contentArea .contentHolder {
		margin: 0px 75px 0px 0px;
		}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
#footerArea {
	height: 137px;
	background-image: url(images/background_footerarea.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 11px;
	line-height: 11px;
	padding: 2px 0px 0px 25px;
	}
	
	#footerArea a {color: #9EA1A4; text-decoration: none;}
	#footerArea a:visited {color: #9EA1A4; text-decoration: none;}
	#footerArea a:hover {color: #7D9DBA; text-decoration: underline;}