/* Syntax to hide css from IE-Mac \*/
/* End hide from IE-mac */

body	{
	color: #000000;
	text-decoration: none;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(/images/margin_bg.gif);
	background-color: #472210;
	}

/* this is our goldfish bowl */

#container {
	position: relative;
	width: 1018px;
	margin: auto;
	background-image:  url(/images/pageBody.jpg);
	background-repeat: repeat-y;
	background-color: #F6F0D0;
	}

/* the page header */

#pageHeader {
	position: relative;
	width: 1018px;
	height: 252px;
	}

#headerImageLeft01 {
	position: absolute;
	top: 0;
	left: 0;
	width: 295px;
	height: 252px;
	background-image: url(/images/headerImage01.jpg);
	}

#headerImageLeft02 {
	position: absolute;
	top: 0;
	left: 0;
	width: 295px;
	height: 252px;
	background-image: url(/images/headerImage02.jpg);
	}

#headerImageLeft03 {
	position: absolute;
	top: 0;
	left: 0;
	width: 295px;
	height: 252px;
	background-image: url(/images/headerImage03.jpg);
	}

#headerImageLeft04 {
	position: absolute;
	top: 0;
	left: 0;
	width: 295px;
	height: 252px;
	background-image: url(/images/headerImage04.jpg);
	}

#headerImageLeft05{
	position: absolute;
	top: 0;
	left: 0;
	width: 295px;
	height: 252px;
	background-image: url(/images/headerImage05.jpg);
	}

#headerImageLeft06 {
	position: absolute;
	top: 0;
	left: 0;
	width: 295px;
	height: 252px;
	background-image: url(/images/headerImage06.jpg);
	}

#headerImageLeft07 {
	position: absolute;
	top: 0;
	left: 0;
	width: 295px;
	height: 252px;
	background-image: url(/images/headerImage07.jpg);
	}

#headerImageLeft08 {
	position: absolute;
	top: 0;
	left: 0;
	width: 295px;
	height: 252px;
	background-image: url(/images/headerImage08.jpg);
	}

#headerImageLeft09 {
	position: absolute;
	top: 0;
	left: 0;
	width: 295px;
	height: 252px;
	background-image: url(/images/headerImage09.jpg);
	}

#headerImageRight {
	position: absolute;
	top: 0;
	left: 295px;
	width: 723px;
	height: 252px;
	background-image: url(/images/headerRight.jpg);
	}

#pageBody {
	position: relative;
	width: 1018px;
	}

/* here's where we format the menu */

.GuyFawkesMenu {
	display: none;
}

#theMenu {
	position: relative;
	top: 0;
	left: 0;
	margin: 0px;
	width: 295px;
	float: left;
	/*	background: url(/images/menu_bg.jpg) left top no-repeat; */
	padding: 0px;
}

#menuHeader {
	position: relative;
	top: 0;
	width: 295px;
	height: 36px;
	background-image: url(/images/menuHeader.jpg);
	left: 0px;
	}

/* IE6 ignores any rule that starts head:first-child+body */
head:first-child+body .menuItem1 { 
	padding: 5px 0px 2px 50px; /* <-- here's the difference */
	}

.menuItem1 {
	position: relative;
	background: url(/images/lineDivider.gif) left bottom no-repeat;
	vertical-align: middle;
	text-align: left;
	width: 245px;
	height: 25px; /* <-- here's the difference */
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 50px;
	margin: 0px;
	}

/* IE6 ignores any rule that starts head:first-child+body */
head:first-child+body .menuItem2 { 
	padding: 5px 0px 2px 70px; /* <-- here's the difference */
	}

.menuItem2 {	position: relative;
	background: url(/images/lineDivider.gif) left bottom no-repeat;
	vertical-align: middle;
	text-align: left;
	width: 225px;
	height: 25px;
	margin: 0px;
	padding: 5px 0px 10px 70px; /* <-- here's the difference */
	}

/* IE6 ignores any rule that starts head:first-child+body */
head:first-child+body .menuItem3 { 
	padding: 5px 0px 2px 90px; /* <-- here's the difference */
	}


.menuItem3 {	position: relative;
	background: url(/images/lineDivider.gif) left bottom no-repeat;
	vertical-align: middle;
	text-align: left;
	width: 205px;
	height: 25px;
	margin: 0px;
	padding: 5px 0px 10px 90px; /* <-- here's the difference */
	}
	
/* IE6 ignores any rule that starts head:first-child+body */
head:first-child+body .lineDivider {
	top: -2px;
	margin: 0px 0px 5px;
	}
	
.lineDivider {	position: relative;
	background: url(/images/lineDivider.gif) left bottom no-repeat;
	vertical-align: middle;
	text-align: left;
	width: 295px;
	height: 2px;
	top: -13px;   /* <-- here's the difference */
	margin: 0px; /* <-- here's the difference */
	}
	
/* search the website */




/* IE6 ignores any rule that starts head:first-child+body */
head:first-child+body #searchBox { 
	top: 0px;
	left: 15px;	
	}

/* IE7 explicitly uses any rule that starts *:first-child+htm  */
*:first-child+html #searchBox {
	position: relative;
	height: 50px;
	margin: 0 0 0 -30px;
	padding: 0;
	}
#searchBox {
	position: relative;
	width: 280px;
	height: 50px;
	text-align: left;
	top: -10px;
	left: 0px;
	}

/* IE7 explicitly uses any rule that starts *:first-child+htm  */
*:first-child+html #searchText {
	left: 42px;
	}
#searchText {
	position: absolute;
	top: 3px;
	left: 37px;
	color: #7D6A6A;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: oblique;
	font-weight: bold;
	}

/* IE7 explicitly uses any rule that starts *:first-child+htm  */
*:first-child+html #searchField {
	left: 41px;
	}
#searchField {
	position: absolute;
	top: 17px;
	left: 36px;
	width: 160px;
	height: 20px;}

/* IE7 explicitly uses any rule that starts *:first-child+htm  */
*:first-child+html #searchButton {
	left: 210px;
	}
#searchButton { 
	position: absolute;
	top: 19px;
	left: 205px;
	width: 56px;
	height: 21px;
	background-image: url(/images/default/search.gif);
	}

.searchFieldStyle {
	width: 160px;
	height: 19px;
	border-top: 1px solid #511F1A;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #511F1A;
	}
	
/* the news section (if there is any news, otherwise it is hidden by the php) */

/* IE6 ignores any rule that starts head:first-child+body */
head:first-child+body #newsHeader { 
	top: -3px; /* <-- here's the difference */
	}

#newsHeader {
	position: relative;
	top: -10px;
	width: 295px;
	height: 36px;
	background-image: url(/images/newsHeader.jpg);
	left: 0px;
	}
	
/* IE6 ignores any rule that starts head:first-child+body */
head:first-child+body .newsItem { 
	padding: 5px 0px 2px 50px; /* <-- here's the difference */
	}

.newsItem {	position: relative;
	background: url(/images/lineDivider.gif) left bottom no-repeat;
	vertical-align: middle;
	text-align: left;
	width: 245px;
	height: 25px;
	margin: 0px;
	padding: 5px 0px 10px 50px; /* <-- here's the difference */
	}

/* here's where we format the body text */

#contentMain {
	position: relative;
	text-align: left;
	margin-top: 50px;
	margin-bottom: 15;
	margin-right: 33px;
	margin-left: 330px;
	top: -1px;
	}	

/* FF (but not IE) explicitly ignores any rule that starts and ends with two{ */	
/* we need this rule for IE */
#contentMain img {{
	float: none;
	}}
	
/* FF (but not IE) explicitly ignores any rule that starts and ends with two{ */	
/* we need this rule for IE */
#contentMain table {{
	float: none;
	}}
	
/* css positioning for the iframe */

/* IE6 ignores any rule that starts head:first-child+body */
head:first-child+body #iframe { 
	margin: -17px 0px 0px -7px; /* <-- here's the difference */
	}

/* the breadcrumb trail */

#breadcrumbBox {
	position: absolute;
	top: 10px;
	left: 330px;
	width: 650px;
	text-align: right;
	}

#breadcrumbTrail {
	position: relative;
	}
	
.path {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: none;
	display: inline;
	padding-left: 22px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: url(/images/path.png);
	background-repeat: no-repeat;
	background-position: left center;
	}

/* the image at the foot of the content */

#contentBottom {
	position: relative;
	width: 1018px;
	height: 93px;
	background-image: url(/images/pageBottom.jpg);
	clear: both;
	background-repeat: no-repeat;
	}
	
	
#pageFooter {
	position: relative;
	width: 1018px;
	line-height: 16pt;
	font-family: "Century Schoolbook", "Times New Roman", serif;
	font-size: 11px;
	text-decoration: none;
	background: #FFFFFF url(/images/margin_bg.gif) repeat;
	text-align: center;
	color: #8E6A48;
	font-variant: small-caps;
}

.clearer {
	height: 1px;
	overflow: hidden;
	margin: -1px;
	clear: both;
	}

#contactform {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	border: 0px dotted red;
	}

/* Hide from IE */
head:first-child+body .sendButtonen {
	left: 126px;
	top: 132px;
	}

.sendButtonen {
	position: absolute;
	top: 122px;
	left: 130px;
	width: 56px;
	height: 21px;
	background-image:   url(/images/default/send_en.gif);
	border: none;
	}

/* Hide from IE */
head:first-child+body .sendButtonfr {
	left: 126px;
	top: 132px;
	}
.sendButtonfr {
	position: absolute;
	top: 122px;
	left: 130px;
	width: 56px;
	height: 21px;
	background-image:   url(/images/default/send_fr.gif);
	border: none;
	}

a:link {
	color: #0000ae;
	}
a:visited {
	color: #0000ae;
	}
a:hover {
	color: #0000ae;
	text-decoration: underline;
	}
a:active {
	color: #FF0000;
	text-decoration: underline;
	}

.footer {
	color: #8D6947;
	text-decoration: none;
	font-family: "Century Schoolbook", "Times New Roman", serif;
	font-size: 11px;
	font-variant: normal;
	}
a.footer:link {
	color: #8D6947;
	text-decoration: underline;
	font-family: "Century Schoolbook", "Times New Roman", serif;
	font-size: 11px;
	font-variant: small-caps;
	}
a.footer:visited {
	font-family: "Century Schoolbook", "Times New Roman", serif;
	font-size: 11px;
	font-variant: small-caps;
	color: #8D6947;
	text-decoration: underline;
	}
a.footer:hover {
	font-family: "Century Schoolbook", "Times New Roman", serif;
	font-size: 11px;
	font-variant: small-caps;
	color: #FFEEB6;
	text-decoration: none;
	}
a.footer:active {
	font-family: "Century Schoolbook", "Times New Roman", serif;
	font-size: 11px;
	font-variant: small-caps;
	color: #FFEEB6;
	text-decoration: underline;
	}

a.menu:link {
	color: #4B4B4B;
	text-decoration: none;
	font-variant: small-caps;
	}

a.menu:visited {
	color: #4B4B4B;
	text-decoration: none;
	font-variant: small-caps;
	}

a.menu:hover {
	color: #ff0000;
	text-decoration: underline;
	font-variant: small-caps;
	}

a.menu:active {
	color: #ff0000;
	text-decoration: underline;
	font-variant: small-caps;
	}

h1, .pageTitle	 {
	color: #4B4B4B;
	margin-top: 0;
	margin-bottom: 11px;
	font-family: "Century Schoolbook", "Times New Roman", Georgia;
	font-size: 20px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B39C7D;
	}

h2	 {
	color: #666666;
	margin-top: 0;
	margin-bottom: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	}

h3	 {
	color: #4B4B4B;
	margin-top: 0;
	margin-bottom: 11px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	}

h4	 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #4B4B4B;
	margin-top: 0;
	margin-bottom: 11px;
	font-style: italic;
	}

a,p,td,li {
	color: #040000;
	text-decoration: none;
	margin-top: 0;
	margin-bottom: 11px;
	font-family: "Century Schoolbook", "Times New Roman", Georgia;
	font-size: 13px;
	}

ol {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 10px;
	list-style: none;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #7101813;
	border-bottom: 1px solid #7101813;
	border-left: 1px solid #FFFFFF;
	background-image: none;
	background-repeat: repeat;
	background-color: #B39C7D;
	}

ol h2 {
	color: #000000;
	}
	
ol li {
	color: #472210;
	}
ul li {
	margin-top: 5px;
	margin-bottom: 5px;
	}
	
input,textarea {
	color: #353535;
	text-decoration: none;
	border: #828282;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background-color: #ffffff;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	}

.comments {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	}
.noborder {
	border: 0;
	}
.button {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	color: #FFFFFF; 
	background-color: #0E3C5E; 
	border-color: #FFFFFF #666666 #666666 #FFFFFF; 
	border-style: solid; 
	border: 1px;
	}
.lowbutton {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal; 
	color: #FFFFFF; 
	background-color: #666666; 
	border-color: #FFFFFF #A2A2A2 #A2A2A2 #FFFFFF; 
	border-style: solid; 
	border: 1px;
	}

.error {
	color: #ff0000;
	}
	
.lowlight {
	color: #0099CC;
	}
.plainwhite {  color: #FFFFFF}

.tableclip {
	float: right;
}
