﻿body 
{
	font: normal 9pt Verdana, sans-serif;
	background: #748B88;
}

h1, h2, h3, h4, h5, h6 { font-size: 100%; }

/* any-order cols: widths of everything and shifters, do your maths! */
#allContainer { width: 758px; }
#leftColumn { margin-left: -758px; width: 160px; }
#mainColumn { margin-left: 160px; width: 598px; }
.rightColumnPresent #leftColumn { margin-left: -598px; width: 160px; }
.rightColumnPresent #mainColumn { margin-left: 160px; width: 438px; }
.rightColumnPresent #rightColumn { margin-left: 0px; width: 160px; }


#allContainer
{
	background: #fff;
	margin: 0 auto;
	border: 1px solid #002030;
	border-top: none;
}
#banner
{
	font-family: Georgia,Times New Roman,serif;
	font-weight: bold;
	color: black;
	text-align: right;
	background: url( ./images/bannerBG_orig.jpg ) no-repeat -1px 0px;
	padding: 20px;
	height: 1%; /* IE 6&7 workaround */
	height: 247px; /* minus padding = */
	height: 207px;
}
#heading
{
	font-size: 300%;
}
#slogan
{
	color: #CE982C;
	display: block;
	padding: 0.4em 0;
	font-family: Arial, sans-serif;
	font-size: 180%;
}
.columnContainer { overflow: hidden; }
#leftBG{ background: url( ./images/leftColumn.png ) repeat-y top left; }
#rightBG{ background: url( ./images/rightColumn.png ) repeat-y top right; }


#mainColumn
{
	float: left;
	padding-bottom: 1px;
	overflow: hidden;
}
.column
{
	float: left;
	position: relative;
}
.narrow.column
{
	color: black;
	font-size: 90%;
}
#leftColumn { background: url( ./images/leftBG_orig.jpg ) no-repeat -1px 0px; }


/* if you are using an any-ordered column layout (we are)
this must be placed on the first column that appears IN THE SOURCE
to work around an IE5/6 bug. This is not visible to other browsers,
because its selector is wrong. (HTML has no parent element! Right?!) */

* HTML #mainColumn{ display: inline; }

#leftBG, #rightBG
{
	/*background: url(./images/leftBG.png) repeat-y left top;*/
	height: 1%; /* IE 6&7 workaround */
}

/*

==============( FOOTER )======

*/

#footer
{
	color: black;
	font: 90%;
	background: url( ./images/bottomBG_orig.jpg ) no-repeat;
	text-align: center;
	
	padding: 113px 0 0 0;
	margin-top: 1px;
	
}
.footerNav
{
	background: #000;
	color: White;
	text-align: center;
	
	padding: 0.6em 1em;
}
.footerNav a
{
	color: White;
	text-decoration: none;
}
.footerNav a:hover
{
	color: #bbf;
	text-decoration: underline;
}
#footerLogos
{
	padding: 1em;
	text-align: center;
	background-color: white
}

/*

==============( CONTENT STYLING )======

*/
a { color: #444433; }
a:hover { color: #000; }
#mainColumn .content .contentTitle
{
	color: #8C6D1C;
	font: bold 160% Georgia,Times New Roman,serif;
	border-bottom: 1px solid #777;
	padding-bottom: 0.25em;
	margin-bottom: 0.5em;
}

#leftColumn .content, #rightColumn .content
{
	margin: 6px 10px;
	/*overflow: visible;*/
	/*height: auto;
	background: red;
	height: 500px;*/
}
#rightColumn .content .contentTitle
{
	font: bold 11pt Georgia,Times New Roman,serif;
	color: White;
	background: #608591;
	text-align: center;
	padding: 0.6em;
	margin: 0 -10px 6px -10px;
	
	border: 1px solid #000;
	border-left: none;
	border-right: none;
}
#leftColumn .content .contentTitle
{
	font-size: 110%;
	font-weight: bold;
	color: #443;
	background: #AC9F6B;
	text-align: left;
	
	padding: 0.6em;
	margin-bottom: 0.25em;
}

/* linkbuilders and file uploads */
#leftColumn .field.LinkBuilder, #leftColumn .boxedContent, #leftColumn .contentFeedback
{
	color: #443;
	border: 1px dashed #c8b66e;
	background: #e8d68e;
}

#rightColumn .field.LinkBuilder, #rightColumn .boxedContent, #rightColumn .contentFeedback
{
	color: #466671;
	border: 1px dashed #7696a1;
	background: #96b6c1;
}


/*

==============( NAVIGATION )======

*/


ul.nav
{
	font: bold 9pt Georgia,Times New Roman,serif;
	opacity: 0.75;
}
ul.nav li { margin: 0 10px 10px 10px; }
* HTML ul.nav li { border-bottom: 1px solid #E7D68E; } /* workaround for IE6 */

ul.nav A
{
	display: block;
	position: relative; /* workaround for IE6 */

	padding: 0.25em 0.5em;
	color: #3B2419;
	background: #E7D68E;
	border: 1px solid black;
	font-weight: bold;
	text-decoration: none;
}
ul.nav A:hover
{
	text-decoration: underline;
	background: white;
}
ul.nav .current A
{
	background: white;
}
/* this is awkward...we have to undo the preceding rule for nested links because we can't use CSS2 in IE6 */
ul.nav .current ul A
{
	background: transparent;
}

/* subnav */

ul.nav ul
{
	margin-left: 1em;
}
ul.nav ul a
{
	background: transparent;
	border: none;
}