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

body	{
	color: #eeeeee;
	text-decoration: none;
	text-align: center;
	background: #262626;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 10px 0px 0px;
	}

a,p,td,li {
	color: #eeeeee;
	text-decoration: none;
	margin-top: 0;
	margin-bottom: 11px;
	font: 13px Tahoma, Arial, Helvetica, sans-serif;
	}

a:link {
	color: #eeeeee;
	}
a:visited {
	color: #eeeeee;
	}
a:hover {
	color: #ff0000;
	text-decoration: underline;
	}
a:active {
	color: #eeeeee;
	text-decoration: underline;
	}

/* this is our goldfish bowl */

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

/* the page header */

#pageHeader {
	position: relative;
	width: 1000px;
	height: 122px;
	}

#headerImageLeft {
	position: absolute;
	top: 0;
	left: 0;
	width: 243px;
	height: 122px;
	background-image: url(/images/headerImage.jpg);
	}

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

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

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

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

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

/* IE ignores this rule, that starts head:first-child+body */
head:first-child+body .menuItem1 { 
	padding: 5px 0px 4px 10px; /* <-- here's the difference */
	}

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

/* IE ignores this rule, that starts head:first-child+body */
head:first-child+body .menuItem2 { 
	padding: 5px 0px 4px 30px; /* <-- here's the difference */
	}

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

/* IE ignores this rule, that starts head:first-child+body */
head:first-child+body .menuItem3 { 
	padding: 5px 0px 4px 50px; /* <-- here's the difference */
	}

.menuItem3 {
	position: relative;
	background: url(/images/lineDivider.gif) left bottom no-repeat;
	vertical-align: middle;
	text-align: left;
	width: 224px;
	height: 20px;
	margin: 0px;
	padding: 5px 0px 6px 50px; /* <-- here's the difference */
	}
	
/* IE ignores this 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: 224px;
	height: 2px;
	top: -13px;   /* <-- here's the difference */
	margin: 0px; /* <-- here's the difference */
	border: 0px solid blue;}
	
/* search the website */

/* IE ignores this rule, that starts head:first-child+body */
head:first-child+body #searchBox { 
	top: -3px;
	left: 10px;	
	}

#searchBox {
	position: relative;
	width: 190px;
	height: 40px;
	text-align: left;
	top: -4px;
	left: 0px;	
	}

#searchText {
	position: absolute;
	top: 3px;
	left: 7px;
	color: #888888;
	font: bold 11px Tahoma, Arial, Helvetica, sans-serif;
	}

#searchField {
	position: absolute;
	top: 17px;
	left: 6px;
	width: 118px;
	height: 20px;}

/* IE ignores this rule, that starts head:first-child+body */
head:first-child+body #searchButton { 
	top: 16px;
	}

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

.searchFieldStyle {
	width: 124px;
	height: 19px;
	border-top: 1px solid #146a81;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #146a81;
	color: #fff;
	font-weight: bold;
	background-color: #ccc;
	}
	
/* the news section (if there is any news, otherwise it is hidden by the php) */



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

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

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

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

#contentMain {
	position: relative;
	text-align: left;
	margin-top: 40px;
	margin-bottom: 0;
	margin-right: 70px;
	margin-left: 260px;
	top: 10px;
	}	

#contentMain img {
	margin: 10px;
	}	

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

/* IE ignores this 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: 265px;
	width: 650px;
	text-align: right;
	}

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

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

#contentBottom {
	position: relative;
	width: 1000px;
	height: 139px;
	background-image: url(/images/pageBottom.jpg); 
	clear: both; 
	}
	
	
#pageFooter {
	position: relative;
	width: 1000px;
	line-height: 16pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #a2a2a2;
	text-decoration: none;
	background: #262626 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 {
	top: 238px;
	left: 210px;
	}

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

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

a.footer:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #A2A2A2;
	text-decoration: underline;
	}
a.footer:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #A2A2A2;
	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: 10px;
	color: #FF0000;
	text-decoration: underline;
	}

a.menu:link {
	font: bold 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #007CC4;
	text-decoration: none;
	padding: 3px 0 0 5px;
	}

a.menu:visited {
	font: bold 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #007CC4;
	text-decoration: none;
	padding: 3px 0 0 5px;
	}

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

a.menu:active {
	font: bold 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	padding: 3px 0 0 5px;
	}

.pageTitle, h1 {
	color: #ddd;
	margin-top: 0;
	margin-bottom: 11px;
	font: bold 22px "Courier New", Courier, mono;
	}

h2	 {
	color: #001F52;
	margin-top: 0;
	margin-bottom: 11px;
	font: bold 14px Arial, Helvetica, sans-serif;
	}

h3	 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #001F52;
	margin-top: 0;
	margin-bottom: 11px;
	}

h4	 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #001F52;
	margin-top: 0;
	margin-bottom: 11px;
	}

ol {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 10px;
	list-style: none;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #774013;
	border-bottom: 1px solid #774013;
	border-left: 1px solid #FFFFFF;
	background: #F7E0A4 url(/images/panel_bg.jpg) repeat-y;
	}

ol h2 {
	color: #000000;
	}
	
ol li {
	color: #774013;
	}
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;
}
