/* CSS Document */
/* commented backslash hack for ie5mac \*/ 
html, body{height:100%;} 
/* end hack */
body {
	margin:0;
	padding:0;
	/*background-image: url(../_images/bg1.jpg);
	background-repeat: repeat-x;*/
	text-align:center;
	/*min-height:570px;*/
	min-width:760px;
	/*background-color: #999999;*/
	font-size: 70%;
	font-family: sans-serif;
}

#centre {
	height:100%;
	width:760px;
	margin-left:auto;/* centre for compliant browsers */
	margin-right:auto;/* centre for compliant browsers */
	position:relative;/* gain stacking context for absolutely placed element */
}
#borderPanel {
	height: 60px;
}

#bounding {
	background-color: white;
	width: 660px;
	position: absolute;
	left:0;
	padding: 40px 50px;
	margin: 0px 0 40px 0;
	/*border: solid #C9C3B2 1px;*/
}

/* ---------- header ---------- */

#headerPanel {
	margin: 0;
	height: 40px;
}
.headerPanelLeft {
	width: 50%;
	float: left;
	text-align: left;
	/*background-color:#FFCC99;*/
}
.headerPanelRight {
	/*width: 48%;*/
	float: right;
	text-align: right;
	/*background-color:#99CCFF;*/
}
#headerPanel ul {
	display:block;
	margin:0;
	padding: 0px 6px 0px 6px;
	list-style-type:none;
	border-left: #C9C3B2 1px solid;
	border-right: #C9C3B2 1px solid;
	/*background-color:#FFFFCC;*/
	}
#headerPanel li {
	display: inline;
	height: 1em;
	font-size: 1.3em;
	font-weight: bold;
	padding: 0px 0 0 2px;
	margin: 0;
	/*background-color:#FFCC99;*/
	}
#headerPanel li a{
	/*color: #C9C3B2;*/
	text-decoration: none;
	}	
#headerPanel li a:hover{
	/*color: #E01212;*/
	color: #8A826B;
	text-decoration: none;
	}	

#locationPanel {
	margin: 0 0 6px 0;
	text-align: left;
	color: #8A826B;
	font-size: 0.9em;
	height: 1.8em;
}
#locationPanel p {
	margin: 0;
}

/* ---------- content ---------- */

#imagePanel {
	background-color: #EFEEE8;
	height: 200px;
	border-top: #C9C3B2 solid 1px;
	border-bottom: #C9C3B2 solid 1px;
}
#imagePanel_home {
	background-color: #EFEEE8;
	height: 250px;
	border-top: #C9C3B2 solid 1px;
	border-bottom: #C9C3B2 solid 1px;
}
#titlePanel {
	text-align: left;
	color: #8A826B;
	margin: 0;
}
#titlePanel h1{
	font-size: 1.5em;
	margin: 20px 0 14px 0;
}
#bodyTextPanel {
	text-align: left;
	color: #8A826B;
	margin: 0;
}
#bodyTextPanel p{
	font-size: 1em;
	margin: 5px 0;
	width: 400px;
}
#bodyTextPanel h2{
	font-size: 1.1em;
	font-weight: bold;
	margin: 5px 0;
	width: 400px;
}
#bodyTextPanel p a{
	font-size: 1em;
	margin: 5px 0;
	width: 400px;
	font-weight: bold;
	color: #CC292B;
	text-decoration: none;
}
#bodyTextPanel p a:hover{
	font-size: 1em;
	margin: 5px 0;
	width: 400px;
	font-weight: bold;
	color: #CC292B;
	text-decoration: underline;
}

/* ---------- subNav ---------- */

#subNavPanel {
	margin-top: 20px;
	text-align:left;
	border-top: #C9C3B2 1px solid;
	padding: 14px 0;
}
#subNavPanel ul {
	display:inline;
	margin: 20px 0 0 0;
	padding: 0px 6px 0 6px;
	list-style-type:none;
	border-left: #C9C3B2 1px solid;
	border-right: #C9C3B2 1px solid;
	/*background-color:#FFFFCC;*/
	}
#subNavPanel li {
	display: inline;
	font-size: 1.3em;
	font-weight: bold;
	padding: 0px 0 0 2px;
	margin: 0;
	/*background-color:#FFCC99;*/
	}
#subNavPanel li a{
	/*color: #C9C3B2;*/
	text-decoration: none;
	}	
#subNavPanel li a:hover{
	color: #8A826B;
	text-decoration: none;
	}	
	
/* ---------- subSubNav ---------- */
	
#subSubNavPanel ul {
	text-align: left;
	margin: 0;
}
#subSubNavPanel li {
	display: inline;
	list-style-type:none;
	width: 72px;
	height: 21px;
	margin: 0 8px 8px 0;
}
#subSubNavPanel li a {
	display: inline-block;
	margin: 6px 0;
	width: 72px;
	height: 21px;
	position:relative; /*this is the key*/
    z-index:24; 
	background-color: #C9C3B2;
	border: none;
    text-decoration:none;
	vertical-align:text-bottom;
}
#subSubNavPanel li a img {
	border: none;
}
#subSubNavPanel li a p{
	display: none;
}
#subSubNavPanel li a:hover p{
	display:block;
    position:absolute;
    top:2em; left:2em; width:15em;
    border:1px solid #0cf;
    background-color:#cff; color:#000;
    text-align: left;
}

/********** horizontal ********/
#horizontal-list {
	height:37px;
	width:485px;
	margin:1em 0;
}
#horizontal-list li {
	display:block;
	width:120px;
	float:left;
}
#horizontal-list a:hover img {
	visibility:hidden;
}
#horizontal-list a {
	display:block;
}
#horizontal-list a/**/ {
	height:37px; /* hide from IE5.0/win */
}
/* fixes for IE/win \*/
* html #horizontal-list a {
	cursor:hand;
}
* html #horizontal-list li a:hover {
	height:1%;
}
	

/* ---------- footer panel ---------- */

#footerPanel {
	border-top: #C9C3B2 1px solid;
	text-align: left;
}
#footerPanel p{
	color: #C9C3B2;
	margin: 5px 0;
}

.mainNav {
	color: #C9C3B2;
}
.mainNavAt {
	color: #CC292B;
}
