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

body	{
	text-decoration: none;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #eeeeee;
	background-image: url(/siteflare/images/default/fade_bg.jpg);
	background-repeat: repeat-x;
	}

/* this is our goldfish bowl */

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

/* the page header */

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

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

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

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

#panicButton {
	position: absolute;
	top: 191px;
	left: 457px;
	width: 143px;
	height: 147px;
	background-image: url(/siteflare/images/panic_button.png);
	background-repeat: no-repeat;
	text-align: left;
	}

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

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

#menuHeader {
	position: relative;
	top: 0;
	width: 295px;
	height: 36px;
	background-image: url(/siteflare/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(/siteflare/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 */
	}

/* 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(/siteflare/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(/siteflare/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(/siteflare/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: 43px;
	}
#searchText {
	position: absolute;
	top: 2px;
	left: 38px;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}

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

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

.searchFieldStyle {
	width: 140px;
	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(/siteflare/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(/siteflare/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: 295px;
	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: Verdana, Arial, 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(/siteflare/images/path.gif);
	background-repeat: no-repeat;
	background-position: left center;
	}

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

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

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 {
	color: #000;
	text-decoration: none;
	padding: 3px 0 0 5px;
	font: small-caps 12px Tahoma, Arial, helvetica;
	}

a.menu:visited {
	color: #000;
	text-decoration: none;
	padding: 3px 0 0 5px;
	font: small-caps 12px Tahoma, Arial, helvetica;
	}

a.menu:hover {
	color: #ff0000;
	text-decoration: none;
	padding: 3px 0 0 5px;
	font: small-caps 12px Tahoma, Arial, helvetica;
	}

a.menu:active {
	color: #ff0000;
	text-decoration: none;
	padding: 3px 0 0 5px;
	font: small-caps 12px Tahoma, Arial, helvetica;
	}

h1, .pageTitle	 {
	color: #333333;
	margin-top: 0;
	margin-bottom: 11px;
	border-bottom: 2px dotted #ccc;
	font-family: "arial black", helvetica, sans;
	font-size: 18px;
	font-weight: bold;
	}
.panel {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006699;
}


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

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

h4	 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	margin-top: 0;
	margin-bottom: 11px;
	}

a,p,td,li {
	color: #000000;
	text-decoration: none;
	margin-top: 0;
	margin-bottom: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 130%;
	}

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: #F7E0A4 url(/siteflare/images/default/panel_bg.jpg) repeat-y;
	}

ol h2 {
	color: #000000;
	}
	
ol li {
	color: #7101813;
	}
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;
}
.cache {
	display: none;
}
