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

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

/* this is our goldfish bowl */

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

/* the page header */

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

#pageHeader p {
	color: #eeeeee;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	padding-left: 25px;
	padding-top: 4px;
	}
	
#headerImageLeft {
	position: absolute;
	top: 0;
	left: 0;
	width: 444px;
	height: 197px;
	background-image: url(/images/headerLeft.jpg);
	}

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

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

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

#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;
	}

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

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

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

a.menu:link {
	color: #000;
	text-decoration: none;
	padding: 3px 0 0 5px;
	font: 11px Verdana, Helvetica, sans-serif;
	}

a.menu:visited {
	color: #000;
	text-decoration: none;
	padding: 3px 0 0 5px;
	font: 11px Verdana, Helvetica, sans-serif;
	}

a.menu:hover {
	color: #ff0000;
	text-decoration: none;
	padding: 3px 0 0 5px;
	font: 11px Verdana, Helvetica, sans-serif;
	}

a.menu:active {
	color: #ff0000;
	text-decoration: none;
	padding: 3px 0 0 5px;
	font: 11px Verdana, Helvetica, sans-serif;
	}	
	
.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 */

#searchBox {
	position: relative;
	width: 280px;
	height: 50px;
	text-align: left;
	top: -10px;
	left: 0px;
	margin-top: 10px;
	}

#searchText {
	position: absolute;
	top: 1px;
	left: 17px;
	color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}

#searchField {
	position: absolute;
	top: 17px;
	left: 18px;
	width: 180px;
	height: 20px;
}

#searchButton { 
	position: absolute;
	top: 19px;
	left: 205px;
	width: 56px;
	height: 21px;
	background-image: url(/images/default/search.gif);
	}

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

#newsHeader {
	position: relative;
	top: -10px;
	width: 295px;
	height: 36px;
	background-image: url(/images/newsHeader.jpg);
	left: 0px;
	}
	
.newsItem {
	position: relative;
	background: url(/images/lineDivider.gif) left bottom no-repeat;
	vertical-align: middle;
	text-align: left;
	width: 295px;
	height: 25px;
	margin: 0px; /* <-- here's the difference */
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 20px;
	}

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

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

/* FF, but not IE6, explicitly ignores any rule that starts and ends with two {{ AND it needs to come AFTER other IE hacks and FF decs */
#contentMain img {{
	float: none;
	}}
	
/* FF, but not IE6, explicitly ignores any rule that starts and ends with two {{ AND it needs to come AFTER other IE hacks and FF decs */
#contentMain table {{
	float: none;
	}}
	
/* css positioning for the iframe */

/* the breadcrumb trail */

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

#breadcrumbTrail {
	position: relative;
	}
	
.path {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
	display: inline;
	padding-left: 22px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: url(/images/path.gif);
	background-repeat: no-repeat;
	background-position: left center;
	}

/* the foot of the content */

#contentBottom {
	position: relative;
	width: 958px;
	height: 184px;
	background-image: url(/images/pageBottom.jpg);
	clear: both;
	padding-top: 15px;
	padding-right: 30px;
	padding-left: 30px;
	}
	
#contentBottom p {
	color: #EEEEEE;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	line-height: 1.7em;
	}
	
/* FF, but not IE6, explicitly ignores any rule that starts and ends with two {{ AND it needs to come AFTER other IE hacks and FF decs */
head:first-child+body #contentBottom p { 
	}
	
a.contentBottom:link {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #EEEEEE;
	text-decoration: underline;
	}
a.contentBottom:visited {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #EEEEEE;
	text-decoration: underline;
	}
a.contentBottom:hover {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	text-decoration: none;
	}
a.contentBottom:active {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #EEEEEE;
	text-decoration: underline;
	}

#accessible {
	background-color: #E0E1E2;
	width: 709px;
	padding: 10px;
	text-align: left;
	position: relative;
	left: 281px;
	margin-top: 10px;
	clear: both;
}

/* only IE7 understands this asterisk hack, all other browsers ignore it */	
html>body #accessible {
	*left: 136px;
	}

/* FF, but not IE6, explicitly ignores any rule that starts and ends with two {{ AND it needs to come AFTER other IE hacks and FF decs */
#accessible {{
	left: 137px;
	}}
	
#accessible p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

#accessible img {
	padding-right: 10px;
	padding-left: 10px;
}

a.accessible:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
	}

a.accessible:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
	}

a.accessible:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	}

a.accessible:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	}
	
.hq {
	color: #F99A0D;
	font-weigth: bold;
	font-weight: bold;
	}
	
#pageFooter {
	position: relative;
	width: 1018px;
	line-height: 16pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #795800;
	text-decoration: none;
	background: #FFFFFF url(/images/margin_bg.gif) repeat;
	text-align: center;
}

.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: #000099;
	}
a:visited {
	color: #000099;
	}
a:hover {
	color: #CC0000;
	text-decoration: underline;
	}
a:active {
	color: #000099;
	}

a.footer:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #795800;
	text-decoration: underline;
	}
a.footer:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #795800;
	text-decoration: underline;
	}
a.footer:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
	text-decoration: none;
	}
a.footer:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #795800;
	text-decoration: underline;
	}

h1, .pageTitle	 {
	color: #F99A0D;
	padding-top: 0px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 15px;
	border-bottom: 2px dotted #bbb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	}

h2	 {
	color: #F99A0D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 10px;
	}

h3	 {
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 10px;
	}

a,p,td,li {
	color: #333;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 10px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 2em;
	}

ul li {
	margin-top: 5px;
	margin-bottom: 5px;
	}
	
ol 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;
}
.cache {
	display: none;
}
