/* commented backslash hack v2 \*/
html, body{height:100%;}
/* end hack */

body {
	background-color: #ffffff;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:0.7em;
	padding: 0;
	margin: 0;
	}

#outer{
	background-color: #ffffff;
	min-height:100%;
	margin-left:150px;
	margin-right:160px;
	margin-bottom:-35px;
	}
	
* html #outer{
	height:100%
	} /*for IE as IE treats height as min-height anyway*/

#header{
	position:absolute;
	width: 100%;
	top:0;
	height:120px;
	border:0px;
	overflow:hidden;
	}
	
* html #header{
	width:100%
	} /*for IE */

#leftcontent{
	position:relative;/*ie needs this to show float */
	width:150px;
	float:left;
	background-color: #ffffff;
	margin-left:-149px;/*must be 1px less than width otherwise won't push footer down */
	z-index:100;
	left:-1px;
	}
	
* html #leftcontent {
	padding-bottom:52px ;
	margin-right:-3px;
	}/*fix gap in ie next to float and clear footer because we've moved float too far left*/

#rightcontent {
	position:relative;/*ie needs this to show float */
	width:160px;
	float:right;
	background-color: #ffffff;
	margin-right:-159px;/*must be 1px less than width otherwise won't push footer down */
	left:1px;
}

#footer {
	width:100%;
	clear:both;
	height:35px;
	background-color: #ffffff;
	color: #000000;
	text-align:center;
}

#footer_blue {
	width:100%;
	border-top:5px solid #FFcc00;
	border-bottom:0px;
	color: #ffffff;
	text-align:center;
	background-color: #3973AD;
}

#clearheader{
	height:120px;
	}/*needed to make room for header*/

#clearfooter{
	clear:both;
	height:35px;
	}/*needed to make room for footer*/
	
* > html #clearfooter {
	float:left;
	width:100%;
	}/* ie mac styles */
	
div,p  {margin-top:0}/*clear top margin for mozilla*/

* html #centrecontent {height:1%;margin-bottom:12px}/* combat IE's 3 pixel jog */

#centrecontent {
	position:relative;
	padding: 5px 5px 5px 5px;
	z-index:1
	}
	
html > body  #minHeight{
	float:/;
	} /*safari wrapper thanks to Tim Connor*/

* html #fix {width:100%;overflow:hidden;}

a:link  {
 	text-decoration : none; 	
}

a:visited  {
}

a:hover { 
	font-family:verdana, arial, helvetica, sans-serif;
 	text-decoration : underline;
	}

h1 { 
	font-family:verdana, arial, helvetica, sans-serif;
 	font-size:2em;	
	font-weight: normal;
	}

h2 { 
	font-family:verdana, arial, helvetica, sans-serif;
 	font-size:1.2em;	
	padding-top: .5em;
	padding-bottom: .17em;
	border-bottom: 1px solid #aaa;
	}

h3 { 
	font-family:verdana, arial, helvetica, sans-serif;
 	font-size:1em;	
	font-weight: bold;	
	}

table, td {
	font-family:verdana, arial, helvetica, sans-serif;
 	font-size:1em;
} 

.buttonscontainer {
	width: 120px;
	}

.buttons a {
	background-color: #FFFFFF;
	width: 100%;
	padding: 2px;	
	display: block;
	text-decoration: none;
	text-align: left;
	}
	
.buttons {
	background-color: #FFFFFF;
	width: 100%;
	display: block;
	text-decoration: none;
	text-align: left;
	}

.buttons a:hover {
	background-color: #F3F3F3;
	text-decoration: none;	
	}
	
.sections a {
	background-color: #333333;
	color: #FFFFFF;
	width: 100%;
	display: block;
	text-decoration: none;
	text-align: left;
	}
	
.sections {
	background-color: #333333;
	color: #FFFFFF;
	width: 100%;
	padding: 2px;
	display: block;
	text-decoration: none;
	text-align: left;
	}

.sections a:hover {
	background-color: #666666;
	color: #FFCC00;
	display: block;	
	text-decoration: none;
	}
	

/* Horizontal navigation */

#nav {
	width:100%;
	height:20px;
	background-color: #333333;
	}
	
#nav ul {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 3px 0px 3px 0px;	
	background-color: #333333;
	}

#nav ul li { 
	display: inline;
	padding: 3px 0px 3px 0px;
	}

#nav ul li a{ 
	color: #ffffff; text-decoration: none;
	padding: 3px 5px 3px 5px;	
	}

#nav ul li a:hover	{ 
	background-color: #666666;
	color: #FFCC00;
	padding: 3px 5px 3px 5px;
	}

.navright {
	color: #ffffff;
	float: right;
	}

.navleft { 
	float: left;
	}

#banner {
	padding:2px;
	height:96px;
	background: url(/graphics/banner.jpg);
	overflow:hidden;
	vertical-align: middle;
	text-align: right;
	}

/* =-=-=-=-=-=-=-[Menu Three]-=-=-=-=-=-=-=- */
	
#menu3 {
	color: #FFFFFF;
	width: 120px;
	}

#menu3 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}	

#menu3 li a {	
	height: 24px;
	text-decoration: none;
	}	
	
#menu3 li a:link, #menu3 li a:visited {
	color: #FFFFFF;
	display: block;
	background: url(/images/menu3.gif);
	padding: 8px 0 0 30px;
	}
	
#menu3 li a:hover, #menu3 li a:active {
	color: #283A50;
	background: url(/images/menu3.gif) 0 -30px;
	padding: 8px 0 0 30px;
	}
	

	
	
/* Foto navigation */

#foto {
	}

.thumbleft {
	float: left;
	border: 1px solid #999;
	margin: 5px 5px 5px 5px;
	padding: 5px;
	text-align: center;
	}
	
.thumbright {
	float: right;
	border: 1px solid #999;
	margin: 5px 5px 5px 5px;
	padding: 5px;
	text-align: center;
	}
	
	
/* ======================================================
This copyright notice must be untouched at all times.
The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyout_4level.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any
way to fit your requirements.
========================================================= */
.menu { margin: 0px; height: 100px; font-size: 8pt; font-family: verdana; }
.menu ul { margin: 0pt; padding: 0pt; position: relative; z-index: 500; list-style-type: none; width: 13em; }
.menu li { background-color: #cccc99; float: left; }
.menu li.sub { background-color: #cccc99; }
.menu table { position: absolute; border-collapse: collapse; top: 0pt; left: 0pt; z-index: 100; font-size: 1em; margin-top: -1px; }
.menu a, .menu a:visited { border: 1px solid #ffffff; display: block; text-decoration: none; height: 2em; line-height: 2em; width: 13em; color: #000000; padding-left: 1em; font-weight: normal; font-style: normal; font-variant: normal; text-transform: none; }
.menu b { float: right; margin-right: 5px; }
* html .menu a, * html .menu a:visited { width: 13em; }
* html .menu a:hover { color: #ccff66; background-color: #999966; position: relative; font-weight: normal; font-style: normal; font-variant: normal; text-decoration: none; text-transform: none; }
.menu li:hover { position: relative; }
.menu a:active, .menu a:focus { color: #ccff66; background-color: #999966; font-weight: normal; font-style: normal; font-variant: normal; text-decoration: none; text-transform: none; }
.menu li:hover > a { color: #ccff66; background-color: #999966; font-weight: normal; font-style: normal; font-variant: normal; text-decoration: none; text-transform: none; }
.menu li ul { padding: 2em; visibility: hidden; position: absolute; top: -2em; left: 12em; background-color: transparent; line-height: 3em; }
.menu li:hover > ul { visibility: visible; }
.menu ul a:hover ul ul { visibility: hidden; }
.menu ul a:hover ul a:hover ul ul { visibility: hidden; }
.menu ul a:hover ul a:hover ul a:hover ul ul { visibility: hidden; }
.menu ul a:hover ul { visibility: visible; }
.menu ul a:hover ul a:hover ul { visibility: visible; }
.menu ul a:hover ul a:hover ul a:hover ul { visibility: visible; }
.menu ul a:hover ul a:hover ul a:hover ul a:hover ul { visibility: visible; }
