/***************************************************************************

Stylesheet for "Honor" web site - Christian Life Centre, Port Macquarie
www.koalahospital.org.au
Copyright (C) 2007

By Chris McIntosh
Chris McIntosh Design
www.chrismcintoshdesign.com

***************************************************************************/

body {
	font-family: Verdana, Helvetica, sans-serif;
	color: #000000;
	background-color: #cfcfcf;
	margin: 0px;
	padding: 0px;
}

TD 
{
	font-size: 0.8em;
}

h1 {
	font-size: 1.7em;
	font-weight: normal;
	color: #FF8800;
	margin-top: 0px;
	padding-top: 0px;

}
h2 {
	font-size: 1.1em;
	color: #FF8800;
	margin-bottom: 12px;


}

#header1
{
	height: 220px;
	width: 900px;
}

#MenuContainer
{
	font-size:0.8em;
	font-weight: bold;
	color: #666666;
	height: 20px;
	background-color: Black;
	border-top: 2px solid black;
	border-bottom: 2px solid Black;
	padding: 0.2em 0.5em 0.2em 0.2em;
	text-align: left;
}

#MenuContainer a:link { color: White; text-decoration: none; }
#MenuContainer a:active { color: White; text-decoration: none; }
#MenuContainer a:visited { color: White; text-decoration: none; }
#MenuContainer a:hover { color: #fa6606; text-decoration: none; }

#MenuContainer  UL
{
	list-style: none;
	float:left;
	margin: 0;
}
#MenuContainer  LI
{
	float: left;
	border-right: 1px solid White;
	padding: 0em 0.5em 0em 0.5em;
}

#SubMenuContainer
{
	background-color: White;
	height: 20px;
	padding: 0.25em;
}

#SubMenuContainer  UL
{
	list-style: none;
	float:right;
}
#SubMenuContainer  LI
{
	float: right;
	margin-left: 1em;
}

#SubMenuContainer  a:link { color: black; text-decoration: none; }
#SubMenuContainer  a:active { color: black; text-decoration: none; }
#SubMenuContainer  a:visited { color: black; text-decoration: none; }
#SubMenuContainer  a:hover { color: #fa6606; text-decoration: none; }

#MainContentContainer
{
	background-color: White;
	padding-bottom: 3em;
}

#PicturePanels 
{
	vertical-align: top;
	padding-top: 3em;
	width: 200px;
	background-color: Transparent;
	text-align: center;
}

#PicturePanels P
{
	text-align: center;
	margin: 0.2em 0em 0.2em 0em;
	padding: 0;
}

#MainContentArea 
{
	padding-top: 3em;
	padding-right: 3em;
	vertical-align: top;
	background-color: Transparent;
}

#TheLatest 
{
	float: right;
	margin-left: 1em;
	margin-bottom: 2em;
	margin-right: 0em;
}

#Footer 
{
	text-align: center;
	color: #666666;
	font-size: 0.7em;
	height: 20px;
	border-top: 1px solid #cccccc;
	background-color: White;
}

.featureTable {
	
}
.featureTable TH {
	border-bottom: 2px solid #898989;
}
.featureTable TD {
	font-size: 0.8em;
	border-bottom: 1px solid #898989;
	vertical-align: top;
}

.featureForm {
	
}
.featureForm TH 
{
	background-color: #e4e4e4;
	border-bottom: 2px solid #898989;
	border-top: 2px solid #898989;
}
.featureForm TD {
	font-size: 0.8em;
	border-bottom: 1px solid #898989;
	vertical-align: top;
}
.featureForm TD.td2 {
	font-weight: bold;
	border-bottom: 1px solid #898989;
	vertical-align: top;
}

.errorTable {
	margin-bottom: 1em;
	border: 1px solid #FF0033;
}

.errorTable TH {
	text-align: left;
	background-color: Red;
	color: White;
	font-size: 0.9em;
	padding: 3px;
}

.errorTable TD {
	padding: 5px;
}