/* Motherwise */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFF;
	background-image:  url(../images/bg-page.jpg);
	/* background-position: top left; */
	background-repeat: no-repeat;
	color: #655b4c;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 1.5em;
}
object {outline: none;}
#mainBody {
	position: relative;
	margin: 0 auto 0 auto;
	text-align: left;
	width: 900px;
	background-color: #FFF;
}
#headerContainer {
	position: relative;
	margin: 0;
	padding: 0;
	text-align: center;
	height: 129px;
	background-image:  url(../images/bg-header-border.gif);
	background-repeat: repeat-x;
	overflow: auto;
}
#header {
	position: relative;
	margin: 0 auto 0 auto;
	text-align: left;
	display: block;
	width: 900px;
	height: 129px;
	background-image:  url(../images/bg-header.jpg);
}
#header h1 {
	margin: 0;
	position: absolute;
	left: 0;
	top: 0;
}
#secondaryNav {
	position: absolute;
	left: 672px;
	top: 71px;
	width: 100px;
	font-size: 11px;
	color: #aa987e;
}
#secondaryNav a {
	color: #aa987e;
	text-decoration: none;
}
#secondaryNav a:hover {
	color: #aa987e;
	text-decoration: underline;
}
#nav {
	position: absolute;
	left: 290px;
	top: 103px;
	width: 610px;
	height: 26px;
	/* background-image: url(../images/bg-navbar.gif);
	background-position: top left;
	background-repeat: repeat-x; */

	/* Following text styles inherited by the nav buttons */
	text-align: center;
	/* text-transform: uppercase;
	font-family: Garamond, Georgia, "Times New Roman", serif; */
	font-weight: bold;
}
#nav .navButton a {
	float: left;
	display: block;
	padding-top: 5px; /* May need to adjust height attribute... */
	padding-right: 15px;
	color: #FFF;
	text-decoration: none;
}
#nav .navButton a:hover {
	text-decoration: none;
	color: #ffcc66;
}
#nav .navButtonOver a {
	text-decoration: none;
	color: #ffcc66;
}

#contentContainer {
	position: relative;
	margin: 0;
	padding: 0;
	text-align: center;
	background-image:  url(../images/bg-content-border.jpg);
	background-repeat: repeat-y;
	overflow: auto;
}
#content {
	position: relative;
	margin: 0 auto 0 auto;
	text-align: left;
	display: block;
	background-color: #FFF;
	background-image: url(../images/bg-content-subpage.gif);
	background-repeat: repeat-y;
	width: 900px;
	padding: 0;
	overflow: auto;
}

/* Home page is simply one big editable area */
#contentHomePage {
	position: relative;
	width: 100%;
	padding: 0;
	background-color: #FFF;
	background-image: none;
	color: #FFF;
}
#contentHomePage h2 {
	font-size: 22px;
	color: #FFF;
	margin: 0;
}
/* TODO: need to set <p> here also? */
#contentHomePage #copyArea {
	position: absolute;
	left: 500px;
	top: 0;
	width: 340px; /* 400 - 60(padding) */
	height: 240px; /* 300 - 60(padding) */
	background-image: url(../images/home-content-area.jpg);
	background-repeat: no-repeat;
	padding: 30px;
}

/* Sub pages are 3-columns */
#contentLeft {
/*
	position: absolute;
	top: 0;
	left: 0;
*/
	position: relative;
	float: left;
	margin: 0;
	padding: 25px;
	width: 110px; /* 160 - 50(padding) */
}
#contentLeft .subnav a {
	display: block;
	width: 110px;
	color: #655b4c;
	text-decoration: none;
	font-size: 12px;
}
#contentLeft .subnav a:hover {
	text-decoration: none;
	font-weight: bold;
}
#contentLeft .subnavOver a {
	display: block;
	width: 110px;
	color: #655b4c;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
#contentLeft .subnavOver a:hover {
	text-decoration: none;
	font-weight: bold;
}
#contentBody {
/*
	position: absolute;
	top: 0;
	left: 160px;
*/
	position: relative;
	margin: 25px 0 25px 185px;
	/* padding: 25px 20px 25px 20px; giving 10px leeway...
	padding: 25px; */
	width: 451px; /* 501 - 50(padding) */
}
#contentBody h2 {
	font-size: 22px;
	color: #cc6600;
	font-weight: bold;
	margin: 0;
}
#contentRight {
/*
	position: absolute;
	top: 0;
	left: 661px;
*/
	position: relative;
	float: right;
	margin: 0;
	padding: 25px 20px 25px 25px; /* Portal button is 194px */
	width: 194px; /* 239 - 45(padding) */
}
#contentRight h3 {
	font-size: 12px;
	color: #cc6600;
	font-weight: bold;
}
#contentRight h3 a {font-size: 12px; color: #cc6600; font-weight: bold; text-decoration: none;}
#contentRight p {
	font-size: 11px;
}

#bottomContainer {
	clear: both;
	position: relative;
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(../images/bg-bottom-border.gif);
	background-repeat: repeat-x;
	overflow: auto;
}
#bottom {
	position: relative;
	margin: 0 auto 0 auto;
	text-align: left;
	display: block;
	background-image: url(../images/bg-bottom-green.jpg);
	background-repeat: no-repeat;
	width: 900px;
	height: 163px;
	padding: 0;
}

#footerContainer {
	clear: both;
	position: relative;
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(../images/bg-footer-border.gif);
	background-repeat: repeat-x;
	overflow: auto;
}
#footer {
	position: relative;
	margin: 0 auto 0 auto;
	text-align: left;
	display: block;
	padding: 11px 10px 0 10px;
	width: 880px; /* 900 - 20(padding) */
	height: 21px; /* 32 - 11(padding) */
	font-size: 10px;
	color: #aa987e;
}
#footer a {
	padding-right: 10px;
	color: #aa987e;
	text-decoration: none;
}
#footer a:hover {
	color: #aa987e;
	text-decoration: underline;
}
#footer .copyright {
	float: right;
}

.portalButton {
	position: relative;
	display: block;
	width: 194px;
	height: 81px;
	background-image: url(../images/portal-button.gif);
	background-repeat: no-repeat;
}
.portalButton img {
	position: absolute;
	left: 70px;
	top: 0;
	border: 0;
}
.portalButton a {
	position: absolute;
	left: 6px;
	top: 53px;
	width: 177px;
	height: 18px;
	text-align: center;
	font-weight: bold;
	color: #78a22e;
	text-decoration: none;
}
.portalButton a:hover {
	color: #de9797;
	text-decoration: none;
}

a:link, a:active, a:visited {
	color: #cc6600;
	/* text-decoration: none; */
}
a:hover {
	text-decoration: underline;
	/* color: #cc6600; */
}

/* Input and form field styles */
form {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
input, textarea, select, option {
	font-size: 11px;
}
/*
textarea, select, option {
	font-size: 10px;
	border: 1px #CCC inset;
	background-color: #F6F6F6;
}
.numfield {
	font-family: Georgia, serif, "Courier New", monospace;
	font-size: 11px;
	border: 1px #CCC inset;
	background-color: #F6F6F6;
	width: 50px;
}
.numfieldSmall {
	font-family: Georgia, serif, "Courier New", monospace;
	font-size: 11px;
	border: 1px #CCC inset;
	background-color: #F6F6F6;
	width: 25px;
}
.textfield {
	font-family: Georgia, serif, "Courier New", monospace;
	font-size: 11px;
	border: 1px #CCC inset;
	background-color: #F6F6F6;
}
.datefield {
	font-family: Georgia, serif, "Courier New", monospace;
	font-size: 11px;
	border: 1px #CCC inset;
	background-color: #F6F6F6;
	width: 70px;
}
*/
.dialogBoxError {
	margin: 3px;
	background-color: #FFFFCC;
	border: 1px #DDD solid;
}

#calendar {
	position: relative;
	width: 100%;
	display: block;
	overflow: auto;
}
#calendar td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: smaller;
}
