/* HTML Elements */
body {
	color: #000000;
	font: 10px/12px Tahoma, verdana, arial, helvetica, sans-serif;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center; /*this will center ALL items on the page in IE but only text in Moz etc.*/
}
p, td, li, ul,ol, h1, h2, h3 ,h4 ,h5 ,h6 {
	font: 10px/12px verdana, arial, helvetica, sans-serif;
	/* Netscape 4&IE5 doesn't really like type tags just set in the body, this helps */
}

img {
	border: 0 none;
}

a:link {
	color: #980000;
	text-decoration: none;
}

a:visited  { 
	color: #980000;
	text-decoration: none;
}

a:hover {
	color: #211E8A;
	text-decoration: underline;
}

a:active {
	color: #980000;
	text-decoration: none;
}

/* additional type styles */
/* Head nav */
#headder ul {
	width: 1px;
	color: Black;
	display: none;
	float: left;
	clear: both;
}
#headder ul.wed {
	display: none;
	padding: 0 0 0 44px;
}
#headder ul.event {
	display: none;
	padding: 0 0 0 112px;
}

#headder li {
	display: none;
	list-style-type:none;
	float:left;
	border: 1px none #E4DCCC;
}
#headder li a {
	display: none; 
	padding: 3px 5px 3px 5px; }

#headder li a:link {
	display: none;
	background-color: #F9F3DF;
	font-weight: bold; 
	color: Black;
	text-decoration: none;
}

#headder li a:visited {
	display: none;
	font-weight: bold; 
	color: Black;
	text-decoration: none;
}

#headder li a:hover {
	display: none;
	background-color: #980000;
	font-weight: bold; 
	color: #F9F3DF;
	text-decoration: none;
}

#headder li a:active {
	display: none;
	font-weight: bold; 
	color: #980000;
	text-decoration: none;
}


#lefth-col p { margin: 0 0 13px 0; }
#lefth-col ul {
	padding: 0 0 0 0;
	margin: 5px 0 11px 0;
}
#lefth-col li {
	margin: 0 0 11px 5px; 
	list-style-type: none; 
}
#lefth-col strong {
	color: #980000;
}
#lefth-col h5 {
	color: #980000;
	margin: 0 0 0 0; 
}
#blue h4 { 
	font-weight: bold;
	margin: 0 0 7px 0;
}
/* head para */
.pagehead p { 
	font-weight: bold;
	color: #211E8A;
	line-height: 13px;
}

.pagehead p a:link {
	color: #980000;
	text-decoration: none;
}

.pagehead p a:visited {
	color: #980000;
	text-decoration: none;
}

.pagehead p a:hover {
	color: #211E8A;
	text-decoration: underline;
}

.pagehead p a:active {
	color: #980000;
	text-decoration: none;
}
/* main body copy */
.eventcol h3, .wedcol h3 {
	color: #980000;
	font: 18px Tahoma, verdana, arial, helvetica, sans-serif ;
	margin: 2px 0 2px 0;
}

/* footer */
#footer a:link {
	color: #E5BEAE;
	text-decoration: none;
}

#footer a:visited {
	color: #E5BEAE;
	text-decoration: none;
}

#footer a:hover {
	color: #E5BEAE;
	text-decoration: underline;
}

#footer a:active {
	font-weight: bold; 
	color: #E5BEAE;
	text-decoration: none;
}


/*css layout elements*/

#head-strip {
	background-color: #F9F3DF;
	width: 100%;
	height: 75px;
}
#headder {
/*An auto centering layer, width must be assigned*/
	margin-right: auto;/*centres in compliant browsers*/
	margin-left: auto;/* "	" */ 
	width: 100%;
	text-align: left;/*text align must be declared in all items due to 'text-align: center;' being in the body tag*/
}

#headder img.left {
	float: left;

}
#headder img.right {
	float: right;

}

#mainwrapper {
/*An auto centering layer, width must be assigned*/
	margin-right: auto;/*centres in compliant browsers*/
	margin-left: auto;/* "	" */ 
	width: 100%;
	text-align: left;/*text align must be declared in all items due to 'text-align: center;' being in the body tag*/
}
#left-pic-col {
	display: none;
	width: 1px;
	height: 100%;
	float: left;
}
#left-pic-col img{
	width: 1px;
	height: 1px;
	display: none;
}
#lefth-col {
	float: left;
	width: 100%;
	height: 100%;
}
#adcont {
	display: none;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.wedcol {
	width: 50%;/* False value for IE4-5.x/Win. (inc pad, border etc.)*/
	border-right: 1px dotted #BFBEAE;
	float: left;
	padding: 8px 10px 0 11px;
	/* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 45%; /* Good value for compliant browers (-pad, border etc). */
}
html>body .wedcol {
	width: 45%; /* Good value for Opera */
	 /* ie5win fudge ends */
}


.eventcol {
	width: 50%;/* False value for IE4-5.x/Win. (inc pad, border etc.)*/
	float: left;
	padding: 8px 11px 0 11px;
	/* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 45%; /* Good value for compliant browers (-pad, border etc). */
}
html>body .eventcol {
	width: 45%; /* Good value for Opera */
	 /* ie5win fudge ends */
}

#blue .wedcol {
	background-color: #211E8A;
	border-right: 0px none;
	color: White;
	height: 185px;/* False value for IE4-5.x/Win. (inc pad, border etc.)*/
	padding-top: 15px;
	/* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 170px; /* Good value for compliant browers (-pad, border etc). 177px;*/
}
html>body #blue .wedcol {
	height: 170px; /* Good value for Opera */
	 /* ie5win fudge ends */
}
#blue .eventcol {
	background-color: #3C3995;
	color: White;
	height: 185px;/* False value for IE4-5.x/Win. (inc pad, border etc.)*/
	padding-top: 15px;
	/* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 170px; /* Good value for compliant browers (-pad, border etc). */
}
html>body #blue .eventcol {
	height: 170px; /* Good value for Opera */
	 /* ie5win fudge ends */
}

.pagehead { 
	padding: 13px 11px 4px 11px;
	width: 100%;/* False value for IE4-5.x/Win. (inc pad, border etc.)*/
	float: left;
	clear: both;
	/* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 95%; /* Good value for compliant browers (-pad, border etc). */
}
html>body .pagehead {
	width: 95%; /* Good value for Opera */
	 /* ie5win fudge ends */
}
.fullcollum {
	border-top: 1px dotted #BFBEAE;
	clear: both;
	margin: 0 10px 0 11px;
	padding: 12px 0 0 0 ;
}
#footer {
	text-align: center;
	clear: both;
	color: #BFBEAE;
}


/*Contact form layout*/
.darktxt {
	color: #980000; 
}
.singleline-field {
	width: 200px;
	height: 12px;
	font: 11px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
   margin: 3px 0 2px 0;
}
select.singleline-field {
	width: 206px;
	height: 20px;
}
.multiline-field {
	width: 200px;
	height: 98px;
	font: 11px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#form-container {
	float: left;
	width: 514px;
	padding-bottom: 10px;
}
#form-container form p  {
	clear: both;
	height: 10px;
  margin: 3px 0 2px 0;
}

#form-container form p label {
  float: left;
  width: 35%;
  text-align: right;
  margin-top: 5px;
}

#form-container form p span.formw  {
  float: right;
  width: 64%;
  text-align: left;
}

.contact-block {
	border-top: 1px dotted #BFBEAE;
	width: 514px;
	height: 75px;
}
.contact-block td {
	vertical-align: top;
	width: 50%;
}
/*css layout elements (gallery)*/
#gallery-wrapper {
/*An auto centering layer, width must be assigned*/
	margin-right: auto;/*centres in compliant browsers*/
	margin-left: auto;/* "	" */ 
	width: 788px;
	text-align: left;/*text align must be declared in all items due to 'text-align: center;' being in the body tag*/
}

#gallery-wrapper .pagehead { 
	padding: 13px 11px 4px 11px;
	width: 787px;/* False value for IE4-5.x/Win. (inc pad, border etc.)*/
	float: left;
	clear: left;
	border-bottom: 1px dotted #BFBEAE;
	/* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 765px; /* Good value for compliant browers (-pad, border etc). */
}
html>body #gallery-wrapper .pagehead {
	width: 765px; /* Good value for Opera */
	 /* ie5win fudge ends */
}
#gallery-wrapper .pagehead p {
	margin-top: 2px;
	margin-bottom: 5px;
}

* html .boxhead img {height: 1%;} /* For IE 5 PC */
#gallery-zone {
	border-top: 1px dotted #BFBEAE;
}
.imgfloat {
	float: left;
	height: 177px;
}
.sidebox {
	float: left;
	width: auto;
	background: url(images/gallery-shad/picshad-br.gif) no-repeat bottom right;
	border-width: 10px 6px 2px 6px;
	border: solid #FFFDE8;
}
.boxhead {
	background: url(images/gallery-shad/picshad-tr.gif) no-repeat top right;
	margin: 0;
	padding: 0 13px 0 0;
	text-align: center;

}
.boxhead img {
	background: url(images/gallery-shad/picshad-tl.gif) no-repeat top left;
	margin: 0;
	padding: 13px 0 0 12px;
}
.boxbody p {
	background: url(images/gallery-shad/picshad-bl.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 0 12px 11px;
}

/* All code (C) Antony Ellam, Designed4hits 2004 */	