/* GENERAL STYLES */
@charset "utf-8";
/* CSS Document */


.ContainerOutline {
	width:850px;
	margin-left:auto;
	margin-right:auto;
	background-color:#666;
	padding:1px;
}

img {
	border-color:blue;
}

.Container {
	width:850px;
	background-color:#FFF;
}

.Header {
	width:800px;
	height:140px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;
	font-weight: bold;
	color:#333;
}

a.nav	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #333;
}

a.nav:link	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #333;
}

a.nav:visited	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	/*font-weight: bold;*/
	color: #333;
}

a.nav:hover	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: grey;
}

a.nav:active	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #333;
}

.TopImage {
	width:550px;
	height:210px;
	float: left;
	margin-left:5px;
	margin-right:8px;
	margin-bottom:8px;
	background-color:#FFF;
}

.TopRight	{
	width: 270px;
	float: right;
	margin-right: 8px;
	background-color:#666;
	padding:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}

.ToprightContent	{
	width: 260px;
	float: right;
	text-align: center;
	background-color:#FFF;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}
	
.Marquee	{
	width: 840px;
	/*height: 120px;*/
	float: left;
	margin-left: 8px;
	text-align: center;
	vertical-align: middle;
	font-family: Ariel, Helvetica,sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color:#333
	
}

.ContentOutline {
	position: relative;
	width:550px;
	float:left;
	margin-left:8px;
	margin-bottom:8px;
	padding:1px;
	background-color:#666;
}

.Content {
	width:510px;
	background-color:#FFF;
	padding:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}

.FormOutline {
	width:830px;
	float:left;
	margin-left:8px;
	margin-bottom:8px;
	padding:1px;
	background-color:#666;
}

.FormContent {
	width:790px;
	background-color:#FFF;
	padding:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}



.box-news {
/* News Button */
	width:260px;
	background-color:#fff;
	height:70px;
	padding: 5px;
	float:right;
	/*margin-right:8px;*/
}

.box-gallery {
/* Gallery Button */
	width:300px;
	height:90px;
	float:right;
	margin-right:8px;
}

.box-wedding {
/* Wedding Button */
	width:300px;
	height:90px;
	float:right;
	margin-right:8px;
}

.box-photos {
/* Photos in right column */
	width:275px;
	height:150px;
	float:right;
	margin-right:8px;
	/*text-align:center;*/
}

.RH-TextBoxOutline	{
	width: 340px;
	margin-left:auto;
	margin-right:auto;
	float: right;
	margin-right:8px;
	margin-bottom: 8px;
	background-color:#666;
	padding:1px;
}

.RH-TextBoxContent	{
	width: 320px;
	background-color:#FFF;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	color:#333;
}

.FooterOutline {
	width:833px;
	height:20px;
	margin-left:8px;
	margin-right:8px;
	margin-top:8px;
	background-color:#666;
	padding:1px;
	clear:both;
}

.Footer {
	width:833px;
	height:15px;
	background-color:#FFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333;
	padding-top:5px;
}

.Footer a:link {
	font-size: 9px;
}

.Footer a:visited {
	font-size: 9px;
}

.Clear {
	width:833px;
	height:8px;
}

#MainText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B5121B;
}


h2	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
	font-weight: bold;
	color:#333;
	/*font-family:"Handscript SF","Times New Roman",Georgia,Serif;
	color: #B5121B;*/
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #B5121B;
}
a:hover {
	text-decoration: none;
	color: #333;
}
a:active {
	text-decoration: none;
	color: #B5121B;
}
	


/* EDITOR PROPERTIES */
/* EDITOR PROPERTIES */
/* common styling */
.menu {
	font-family: arial, sans-serif;
	width:850px;
	height:100px;
	position:relative;
	font-size:0.95em;
	z-index:100;
	}
	
/* Top level menu colours and format*/
.menu ul li a, .menu ul li a:visited {
	display:block;
	text-decoration:none;
	color: #7777;
	width:90px;
	height:20px;
	text-align:center;
	/*color:rgb(46,49,146);*/
	border:1px solid #fff;
	background:#fff;
	line-height:20px;
	font-size:1.2em;
	font-weight: bold;
	overflow:hidden;
	}
	
.menu ul {
	padding:0;
	margin:0;
	list-style: none;
	}
.menu ul li {
	float: center;
	position:relative
	}
.menu ul li ul {
	display: none;
	}

/* specific to non IE browsers */
.menu ul li:hover a {
	color: grey;
	background:#fff;
	/*background:#2e3192;*/
	}

/* drop down box from top level */
.menu ul li:hover ul {
	display:block;
	position:absolute;
	top:21px;
	left:10px;
	width:125px;
	/*border:1px solid #000;*/
	}
/* 1st level with arrow to 3rd level */
.menu ul li:hover ul li a.hide {
	background:rgb(46,49,146);
	color:#fff;
	}
/* 1st level with arrow to 2nd level - hover */
.menu ul li:hover ul li:hover a.hide {
	background:#6fc;
	color:#000;
	}
.menu ul li:hover ul li ul {
	display: none;
	}
/* 2nd level text colour and format */
.menu ul li:hover ul li a {
	display:block;
	background:#fff;
	color:#B5121B;
	text-align:left;
	}
/* 1st level hover */
.menu ul li:hover ul li a:hover {
	background:#6fc;
	color:#000;
	}
.menu ul li:hover ul li:hover ul {
	display:block;
	position:absolute;
	left:125px;
	top:0;
	}
.menu ul li:hover ul li:hover ul.left {
	left:-105px;
	}
/*Original color background  #710069*/
