/* CSS Document */
/* commented backslash hack for ie5mac \*/ 
html, body{height:100%;} 
/* end hack */
body {
	margin:0;
	padding:0;
	text-align:center;
	min-height:570px;
	min-width:760px;
	background-color: #A49785;
	font-size: 70%;
	font-family: Arial, Helvetica, sans-serif;
}

#bounding {
	/*height: 585px;*/
	width: 986px;
	position: absolute;
	text-align: left;
	left:0;
	top: 50%;
	margin-top: -320px; /* make this half your image/element height */
	background-color: #ACA08F;
}
#centre {
	height:100%;
	width:986px;
	margin-left:auto;/* centre for compliant browsers */
	margin-right:auto;/* centre for compliant browsers */
	position:relative;/* gain stacking context for absolutely placed element */
}

#headerPanel {
	height: 90px;
	text-align: left;
	background: #ACA08F url(../../images/content_templewood_logo.gif) no-repeat 0px 0px;
	/*margin: 140px 0 0 0;*/
}
#headerPanel h1{
	display: none;
}
#headerPanel img{
	display: none;
}

#imagePanel {
	/*height: 330px;*/
	margin: 0;
	padding: 0;
}

#navPanel {
	float: left;
	width: 300px;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #364961;
	letter-spacing: 0.05em;
	font-weight: bold;
}
#navPanel ul {
	margin:0;
	padding: 15px;
	list-style-type:none;
	}
#navPanel li {
	/*display:inline;*/
	padding: 0 0 3px 0;
	margin:0;
	}
/*#navPanel p {
	padding: 25px 0 0 2px;
	background-color: none;
	margin: 0;
}*/
#navPanel a {
	padding-left: 10px;
	color: #364961;
	text-decoration: none;
}
#navPanel a:hover {
	padding-left: 10px;
	color: white;
	text-decoration: none;
}

#navPanel li.navAt a, #navPanel li.navAt a:link, #navPanel li.navAt a:visited{
	color: #B0C8D7;
}
#navPanel li.navAt a:hover{
	color: white;
}
#navPanel ul li ul{
	margin:0;
	padding: 0 15px 0 15px;
	list-style-type:none;
}
#navPanel li ul li{
	/*display:inline;*/
	padding: 0 0 3px 0;
	margin:0;
}
#navPanel li.navAt ul li.subNavAt a, #navPanel li.navAt ul li.subNavAt a:link, #navPanel li.navAt ul li.subNavAt a:visited{
	color: white;
}
/*#namePanel {
	height: 13px;
	text-align: right;
	background: #green;
	color: white;
	padding-right: 12px;
	font-size: 0.9em;
	letter-spacing: 0.02em;
}*/

#bodyPanel {
	float: left;
	width: 475px;
	text-align: left;
	margin: 0 0 0 130px;
	padding: 15px;
}
/*.bodyPanelLeft {
	width: 175px;
	height: 120px;
	margin: 0;
	text-align: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ca0241;
	color: #716f6e;
	display: block;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
	position: relative;
	float: left;
	font-size: 1em;
}*/
/*.bodyPanelRight {
	width: 175px;
	margin: 0;
	text-align: left;
	color: #716f6e;
	display: block;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
	position: relative;
	float: left;
	font-size: 1em;
}*/
#bodyPanel h2 {
	display: none;
}
#bodyPanel h3 {
	font-size: 1.3em;
	color: #364961;
	margin: 0;
	padding: 0 0 0.3em 0;
}
#bodyPanel p {
	/*color: #05304C;*/
	/*color: #435B77;*/
	color: #364961;
	margin: 0;
	padding: 0 0 0.5em 0;	
	
}
#bodyPanel img {
	border: none;
}
#bodyPanel strong {
	font-size: 1.1em;
	font-weight: bold;
}
#bodyPanel a {
	font-size: 1em;
	color: #364961;
	text-decoration: underline;
	font-weight: bold;
}
#bodyPanel a:hover {
	color: #B0C8D7;
	text-decoration: underline;
}

hr {
	display: none;
	/*visibility: hidden;
	clear: both;*/
}
#footerPanel {
	height: 15px;
	text-align: left;
	color: #05304C;
	clear: both;
	background-color: #A49785;
	padding-top: 6px;
}

#footerPanel ul {
	margin:0;
	padding: 0;
	list-style-type:none;
	}
#footerPanel li {
	display:inline;
	padding: 0;
	margin:0;
	}
	
#footerPanel a{
	color: #05304C;
	text-decoration: none;
	padding-left: 18px;
}
#footerPanel a:hover{
	color: #05304C;
	text-decoration: underline;
	padding-left: 18px;
}
.footerSpanLeft {
	width: 49%;
	float: left;
	text-align: left;
}
.footerSpanRight {
	width: 49%;
	float: right;
	text-align: right;
}
