BODY {
	margin: 0px;
	padding: 0px;
	font: 0.9em Arial, Helvetica, sans-serif;
	color: #76675e;
	width: 100%;
	background: white url(/themes/wgorg912/page-back.jpg) repeat-y fixed center top; 

}


TD.body_edit {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	font: 0.9em Arial, Helvetica, sans-serif;
	color: #76675e;
	background: white url(/themes/wgorg912/page-back.jpg) repeat-y fixed center top; 

}
div.body_edit {
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font: 0.9em Arial, Helvetica, sans-serif;
	color: #76675e;
	background: white url(/themes/wgorg912/page-back.jpg) repeat-y fixed center top; 

}
table.maintable {
        width: 1000px;
	margin-left: auto;
	margin-right: auto;
	border: 0px;
	padding: 0px;
	background: white url(/themes/wgorg912/std_backfill.png) repeat-x scroll left top; 
}
body#hp table.maintable, div#hp table.maintable {
	background: white url(/themes/wgorg912/wedding_back2.jpg) no-repeat scroll top left; 
}

div#cp {
}
div#pp {
}
img {
	border: solid 1px #968d81;
	margin: 10px;
}

img.external_logo {
	margin-right: 5px;
	border: none;
}
ul {
	padding: 5px;
	margin: 5px;
}
li {
	float: none;
	list-style: circle outside;
}

a {
	text-decoration: none;
	color: #89aecb;
}
a:hover {
	color: blue;
}

div#menu1 {
	float: right;
	margin: 0px 0px 0px 20px;
	padding: 0px;

}

div#menu1 ul, li {
	display: inline;
	float: left;
	list-style: none;
	margin: 0;
	padding: 5px 5px;
}
div#menu1 a {
	text-decoration: none;
	font-size: 100%;
	font-weight: bold;
	color: white;
	padding: 3px;
}
div#menu1 a:hover {
	background-color: #ccaebb;
	color: #26739b;
}
div#menu1 div {
	display: inline;
	background-color: #ccaebb;
	color: #26739b;
	font-size: 100%;
	font-weight: bold;
	padding: 3px;

}
/*   CSS for drop down opening times   */

#times, #times ul { /* all lists */
	float: right;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	width: 114px;
}

#times a {
	display: block;
	width: 114px;
	font-size: 100%;
	font-weight: bold;
	color: white;
	padding: 3px;
}
#times a:hover {
	background-color: #ccaebb;
	color: #26739b;
}

#times li { /* all list items */
	float: left;
	width: 114px; /* width needed or else Opera goes nuts */
}

#times li ul { /* second-level lists */
	position: absolute;
	background-color: #f6f6d1;
	color: #76675e;
	font-weight: bold;
	padding: 5px;
	z-index: 1;
	font-size: 90%;
	width: 160px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#times li ul li { /* second-level list items */
	width: 160px;
}
#times li:hover ul, #times li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/*   End of opening times CSS   */
table.topline {
	width: 100%;
}
table.topline td {
	padding: 0px;
	margin: 0px;
}
div.searchbox {
	float: right;
	margin: 4px 10px 0px 5px;
}
div#titlebox {
	clear: both;
	position: relative;
	width: 1000px;
	padding: 0px;
	color: white;
}
div#titlebox span {
	display: block;
	position: absolute;
	top: 40px;
	right: 60px;
	font-size: 130%;
	font-weight: bold;
	color: #f7da00;
}
div#titlebox img {
	border: none;
	margin: 10px 60px 0px 25px;
}
div#titlebox a {
	color: #f7da00;
	text-decoration: underline;
}
div#titlebox a:hover {
	color: white;
}
div#strapline {
	text-align: left;
	margin-left: 35px;
	font-weight: bold;
	font-style: italic;
	font-size: 100%;
}
div#menu2 {
	clear: both;
	position: relative;
	width: 1000px;
	padding-top: 10px;
}
a.menu2 {
	display: block;
	text-decoration: none;
}

a.menu2 span.menu2_left {
	display: block;
	float: left;
	height: 50px;
	width: 10px;
	margin-left: 14px;
	background-image: url(/themes/wgorg912/menu21-left.png);
	background-repeat: no-repeat;
}
a.menu2 span.menu2_item {
	display: block;
	float: left;
	height: 50px;
	padding-left: 0px;
	padding-right: 0px;
	background-image: url(/themes/wgorg912/menu21-back.png);
	background-repeat: repeat-x;
}
span.menu2_text {
	display: block;
	text-decoration: none;
	font-size: 90%;
	font-weight: bold;
	color: black;
	margin-top: 16px;
}
a.menu2 span.menu2_right {
	display: block;
	float: left;
	height: 50px;
	width: 10px;
	background-image: url(/themes/wgorg912/menu21-right.png);
	background-repeat: no-repeat;
}
a.menu2:hover span.menu2_text {
	color: blue;
}
a.menu2:hover span.menu2_left {
	background-image: url(/themes/wgorg912/menu2-left-hover.png);
	background-repeat: no-repeat;
}
a.menu2:hover span.menu2_item {
	color: blue;
	background-image: url(/themes/wgorg912/menu2-back-hover.png);
	background-repeat: repeat-x;
}
a.menu2:hover span.menu2_right {
	background-image: url(/themes/wgorg912/menu2-right-hover.png);
	background-repeat: no-repeat;
}
div.menu2 {
	display: inline;
}
div.menu2 span.menu2_text {
	color: blue;
}
div.menu2 span.menu2_left {
	display: block;
	float: left;
	height: 50px;
	width: 10px;
	margin-left: 14px;
	background-image: url(/themes/wgorg912/menu2-left-hover.png);
	background-repeat: no-repeat;
}
div.menu2 span.menu2_item {
	display: block;
	float: left;
	height: 50px;
	padding-left: 0px;
	padding-right: 0px;
	color: blue;
	background-image: url(/themes/wgorg912/menu2-back-hover.png);
	background-repeat: repeat-x;
}
div.menu2 span.menu2_right {
	display: block;
	float: left;
	height: 50px;
	width: 10px;
	background-image: url(/themes/wgorg912/menu2-right-hover.png);
	background-repeat: no-repeat;
}
div#mainbox {
	position: relative;
	clear: both;
	width: 1000px;
	color: #76675e;
}
h2 {
	margin: 10px 0px 10px 65px;
	padding-top: 20px;
	color: #8a93bc;
	font-weight: bold;
	font-size: 200%;
}
body#hp h2, div#hp h2 {
	display: none;
}
div.content {
	float: left;
	margin: 10px 10px 10px 20px;
	line-height: 1.5;
	color: #76675e;
	background-color: yellow;
}
div.content ul {
	padding: 5px;
	margin: 5px;
}
div.content li {
	float: none;
	list-style: disc outside;
	margin-bottom: 5px;
}
div#homepage_text {
	float: left;
	line-height: 1.5;
	width: 500px;
	margin: 220px 25px 0px 15px;
	padding-right: 15px;
}
div.oration {
	margin: 30px 25px 50px 35px;
	width: 500px;
}
span#oration {
	display: block;
	font-weight: bold;
}
em#orationattr {
	font-weight: bold;
	font-style: italic;
}
div.latest {
	float: left;
	width: 200px;
	margin: 220px 0px 0px 30px;
}

div.dyn_items {
	float: left;
	width: 200px;
	margin: 60px 0px 0px 0px;
}
div.latestnews {
	width: 180px;
	background: #d3d8e7 url(/themes/wgorg912/std-portlinks-back.png) repeat-x scroll left top;
	border: solid 1px white;
	margin-bottom: 15px;
}
div.latestnews_item {
	clear: both;
	padding: 10px 5px 5px 5px;
	border-bottom: 1px dotted #76675e;
}
div.latestnews_item img {
	float: left;
	margin: 5px;
}
span.latestnews_head {
	display: block;
	text-align: center;
	padding-top: 5px;
	font-weight: bold;
	font-size: 110%;

}

a.latestnews_item {

}
span.latestnews_item_headline {
	display: block;
	margin: 5px 5px 10px 0px;
	width: 96px;
	float: right;
}
span.latestnews_item_date {
	display: none;
}
span.more_news {
	display: block;
	clear: both;
	text-align: right;
	padding: 0px 10px 10px 10px;

}
a.more_news {

}

div.feature {
	width: 180px;
	background: #d3d8e7 url(/themes/wgorg912/std-portlinks-back.png) repeat-x scroll left top;
	border: solid 1px white;
	margin-bottom: 15px;
}
span.featurehead {
	display: block;
	text-align: center;
	padding-top: 5px;
	font-weight: bold;
	font-size: 110%;
}
a.featurelink {

}
img.featurepic {
	margin-left: 40px;
}
span.featuretext {
	display: block;
	clear: both;
	padding: 5px 10px 5px 10px;
}
a.featurelinkmore {
	display: block;
	text-align: right;
	padding: 0px 10px 10px 10px;
}
div#aboutpage_text_1, div#aboutpage_text_2 {
	position: relative;
	top: 0px;
	left: 0;
	clear: both;
	line-height: 1.5;
	margin: 0px 65px 20px 65px;
	padding-right: 15px;
	width: 600px;
}
div.news_index_item {
	clear: both;
	margin: 10px 5px 10px 5px;
}
span.news_index_thumb {
	float: left;
	padding-left: 30px;
	padding-right: 20px;
}
span.news_index_thumb img {

}
span.news_index_head {
	display: block;
	float: left;
	font-weight: bold;
	margin-top: 30px;
}
div.infopage_text {
	float: left;
	line-height: 1.5;
	margin: 0px 0px 0px 25px;
	padding-right: 5px;
	width: 530px;

}
div.section {
	float: left;
	width: 150px;
	background: #d3d8e7 url(/themes/wgorg912/std-portlinks-back.png) repeat-x scroll left top;
	border: solid 1px white;
	margin: 0px 5px 15px 15px;
	padding: 6px;
}
div.section span {
	display: block;
}
span.section_head {
	text-align: center;
	padding-top: 5px;
	font-weight: bold;
	font-size: 110%;
}
span.section_group_name {
	font-weight: bold;
	margin: 5px 0px 3px 6px;

}
span.section_page {


}
span.section_page_name {
	margin: 3px 0px 3px 12px;


}
div#grouppage_text {
	float: left;
	line-height: 1.5;
	margin: 0px 65px 20px 65px;
	padding-right: 15px;
	width: 580px;
}
div#infopage_text_1, div#infopage_text_2, div#infopage_text_3, div#infopage_text_4, div#infopage_text_5 {
	clear: both;
	margin: 0px 0px 20px 0px;
}
div#infopage_text_4  {
	padding: 15px;
	background-color: #e0f4dd;
	line-height: 1;
	width: 420px;
	font-weight: bold;
}
div#infopage_text_4 a {
	font-weight: normal;
	padding: 5px;
	margin: 5px 0px 0px 30px;
	color: #6a889f;
}
div#infopage_text_4 a:hover {
	color: blue;
}
iframe.insurance {
	width: 500px;
	height: 460px;
}
div#group_index {
	float: left;
	margin: 30px 65px 0px 45px;
	padding-right: 15px;
	width: 630px;
}
div.group_item {
	clear: both;
	width: 600px;
	position: relative;
	float: left;
	padding: 10px;
}
div.item_image {
	position: relative;
	top: 0px;
	left: 0px;
	width: 130px;
	padding-top: 6px;
	float: left;
}
div.group_words {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	width: 400px;
}
span.item_title {
	display: block;
	font-weight: bold;
	font-size: 120%;
}
div.infolinks {
	clear: both;
	width: 140px;
	margin: 40px 0px 0px 60px;
	text-align: center;
	background: #d3d8e7 url(/themes/wgorg912/std-portlinks-back.png) repeat-x scroll left top;
}
p.portlinktext {
	padding: 4px 5px 8px 5px;
	margin: 0px;
	font-weight: bold;
	font-size: 80%;
}
a.portfoliolink {
	display: block;
	font-size: 80%;
	padding: 4px 5px 4px 5px;
	border-top: dotted 1px white;
}
span.docs_group_title {
	display: block;
	color: #8a93bc;
	font-weight: bold;
	font-size: 125%;
	margin: 20px 0px 5px 20px;
}
span.docs_link {
	display: block;
	margin: 10px 0px 5px 50px;
}
img.doclink_logo {
	margin: 0px 5px 0px 0px;
}
div.pictext {

}
div.pictext_item {
	position: relative;
	clear: both;
	margin: 15px 30px 5px 40px;
	border-top: 1px dotted #76675e;
}
div.pictext_pic {
	float: left;
	width: 150px;
}
div.pictext_text {
	float: left;
	width: 500px;
	margin: 10px 0px 20px 0px;
}

td.pictext4col {
	width: 25%;
        text-align: center;
	padding-top: 6px;
}
td.pictext4col img {
	margin: 3px auto 3px auto;
}
p.portfolio_pictext_4col {
	clear: both;
	text-align: center;
	margin: 4px;
}
div.infopage_form {
	float: right;
	margin-right: 30px;

}
div.infopage_links {
	float: right;
	margin-right: 40px;

}
div.portform {
	width: 240px;
	padding: 4px 10px 10px 10px;
	background: #d3d8e7 url(/themes/wgorg912/std-portlinks-back.png) repeat-x scroll left top;
	color: #5f4a3d;
}
div.portform select {
	border: none;
	margin-top: 4px;
}
span.portformhead {
	display: block;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
span.portformtext {
	display: block;
	margin-top: 6px;
}
input.portformsubmit {
	display: block;
	background-color: #e0b7a9;
	color: #667ac4;
	padding: 3px;
	margin: 6px 0px 0px 80px;
	border: solid 1px #667ac4;
	font-size: 110%;
	font-weight: bold;
}
div#linkspage_text {
	clear: both;
	line-height: 1.5;
	margin: 0px 65px 0px 65px;
	padding-right: 15px;
}
div#links_table {
	position: relative;
	top: 0px;
	left: 0;
	clear: both;
	margin: 20px 65px 0px 65px;
	padding-right: 15px;
}
div.links_head {
	clear: both;
	font-weight: bold;
	font-size: 120%;
	padding: 30px 0px 5px 0px;
}
div.link_entry {
	clear: both;
	position: relative;
	padding-left: 20px;
	padding-top: 15px;
}
div.link_title {
	float: left;
	width: 300px;
	font-weight: bold;
}
div.link_image {
	float: left;
}
div.link_desc {
	float: left;
	width: 440px;
	margin-left: 30px;

}
div#contactpage_text_1, div#contactpage_text_2 {
	position: relative;
	top: 0px;
	left: 0;
	clear: both;
	line-height: 1.5;
	margin: 0px 65px 20px 65px;
	padding-right: 15px;
	width: 600px;
}
div#contact_details {
	position: relative;
	top: 0px;
	left: 0;
	clear: both;
	margin: 30px 65px 0px 95px;
	padding-right: 15px;
	width: 630px;
}
div.contact_head {
	clear: both;
	float: left;
	width: 100px;
	font-weight: bold;
	padding-top: 10px;
}
div.contact_content {
	float: left;
	padding-top: 10px;
	width: 350px;
}
div.contact_map {
	clear: both;
	width: 100px;
	padding-left: 40px;
	font-weight: bold;
	padding-top: 10px;
}
div#contact_list {
	position: relative;
	top: 0px;
	left: 0;
	clear: both;
	margin: 30px 65px 0px 95px;
	padding-right: 15px;
	width: 630px;
}
div#contact_form {
	position: relative;
	margin-left: 65px;
	width:600px;
}
div.contact_formhead {
	clear: both;
	float: left;
	width: 200px;
	font-weight: bold;
	padding-top: 10px;
}
div.contact_forminput {
	float: left;
	padding-top: 10px;
	width: 350px;
}
div#privacypage_text, div#legalpage_text {
	position: relative;
	top: 0px;
	left: 0;
	clear: both;
	line-height: 1.5;
	margin: 0px 65px 0px 65px;
	padding-right: 15px;
	width: 600px;
}
div#newsindexpage_text {
	position: relative;
	top: 0px;
	left: 0;
	clear: both;
	line-height: 1.5;
	margin: 0px 65px 0px 65px;
	padding-right: 15px;
}
div.newstable {
	position: relative;
	top: 0px;
	left: 0;
	clear: both;
	line-height: 1.5;
	margin: 0px 65px 0px 120px;
	padding-right: 15px;
	min-height: 250px;
}
div.newsitem {
	margin-top: 20px;
}
span.newshead {
	padding-left: 45px;
}
span.newsheadline {
	display: block;
	font-weight: bold;
	font-size: 120%;
	margin: 5px 0px 10px 65px;
}
span.newspagedate {
	display: block;
	font-weight: bold;
	margin: 0px 0px 20px 65px;
}
div#newspage_text_1, div#newspage_text_2 {
	position: relative;
	top: 0px;
	left: 0;
	clear: both;
	line-height: 1.5;
	margin: 0px 65px 20px 65px;
	padding-right: 15px;
	width: 750px;
}
div.search_results {
	position: relative;
	top: 0px;
	left: 0;
	clear: both;
	line-height: 1.5;
	margin: 0px 65px 20px 65px;
	padding-right: 15px;
	width: 750px;
}
span#newsprev {
	float: left;
	margin-left: 65px;
	font-weight: bold;
}
span#newsnext {
	float: right;
	margin-right: 155px;
	font-weight: bold;
}
span.docs_link {
	font-weight: bold;
}
div.bottom {
	clear: both;
	position: relative;
	left: 0px;
	top: 200px;
	padding: 10px 10px 0px 10px;
	border-top: 1px dotted #b39a8c;
}
body#hp div.bottom, div#hp div.bottom {
	top: 440px;
}
div.bottom img {
	border: 0px;
}
div.question {
	float: right;
	padding: 10px;
	margin: 0px 28px 40px 10px;
	background-color: #e0f4dd;
	text-align: center;
}
div.question img {
}
div.question span {
	display: block;
	margin: 0px 0px 0px 10px;
	font-weight: bold;
	font-size: 100%;
}
div.question a {
	color: #6a889f;
}
div.question a:hover {
	color: blue;
}
div.buttonbox {
	width: 200px;
	text-align: center;
	font-size: 90%;
	color: #76675e;
	float: left;
}
div.buttonbox a {
	text-decoration: none;
	color: #89aecb;
	padding: 3px;
}
div.buttonbox a:hover {
	color: blue;
}
div.footerbox {
	float: left;
	margin-left: 45px;
	text-align: center;
	font-size: 90%;
	color: #76675e;
}
div.footerbox a {
	text-decoration: none;
	color: #89aecb;
	padding: 2px;
	margin: 0px;
}
div.footerbox a:hover {
	color: blue;
}
div.logobox {
	float: right;
	margin-right: 30px;
}
div.logobox img {
	border: none;
}
div.social {
	clear: both;
	float: right;
	margin: 10px 30px 0px 0px;
	position: relative;
}
div.social span {
	font-weight: bold;
	display: block;
	float: right;
	margin-top: 14px;
}
div.social img {
	border: none;
	float: left;
}
