/*REWORKING HOME_INDEX_REDO_CSS for CUSTOM PAGE*/

/*	Color palette:
	Olive #808000
	Olive 67% #aaaa54
	Olive 50% #c0c080
	Brown #a52a2a
	SaddleBrown #8b4513
	Pantone 1525 C #ba5700
    former Sidebar Orange #d2691e
	former Sidebar Orange 95% #d47129
	DarkGoldenRod #b8860b
	GoldenRod #daa520
	DarkKhaki #bdb76b
	Beige #f6f6e0
        Greenish tinge beige #e4e4d9
	Darker Grey #444
	Dark Grey #555
    former sidebar Orange/ now H1 h2 #d47129
	New Sidebar & Nav Bar Backgrounds: #97562b;

*/

/*	Common elements */
body	{
		background-color: #8b4513;
		}
a:link {
		font-size: 14px;
        color: #395b56; /*#808000;*/
		}
a:visited {
		color: #808000;
		}
a:hover {
		color: #d2691e;
		}
a:active {
		color: #daa520;
		}
h1, h2, h3, h4 {
		font-family: "Arial Narrow", Arial, sans-serif;
		}
h1		{
		color: #395b56;/*#ba5700;*/
		font-size: 17px;
		text-transform: uppercase;
		text-shadow: #777 2px 2px 3px;
		margin: auto;
		}
h2		{
		color: #8b4513;
		font-size: 15px;
		text-transform: uppercase;		
		margin-bottom: 5px;
		}
h3		{
		color: #b8860b;
		font-size: 13px;
		text-transform: uppercase;
		margin-top: auto;
		margin-bottom: 5px;
		}
h4		{
		color: #555;
		font-style: italic;
		font-weight: normal;
		font-size: 12px;
		margin-top: 0;
		margin-bottom: 0;
		}
img		{
		margin: 0;
		padding: 0;
		border: none;
		}
		
/* Page structure */
#banner {
		width: 800px;
		height: 100px;
		margin-bottom: 10px;
		padding: 0;
		border-bottom: none;
		background: none;
		}
#subcontainer {
		background: #e4e4d9;
        text-align: center;
		width: 800px;
		/*height: 490px;*/
		float: none;
		clear: both;
		/*margin-bottom: 10px;*/
		padding: 0;
		border: none;
		/*border-bottom: 1px solid #808000;*/
		}

#subcontainer div {
		margin: 0;
		padding: 0;
		}
#subcontainer p, #sidebar p{
		margin: auto;
		}
#fullContent_custom {
		text-align: center;
		width: 798px;
		border: 1px solid #bdb76b;
		background: #f6f6e0;
		}
#fullContent_custom div {
		margin: 20px 200px 20px 200px;
        width: 400px;
        font-size: 14px;
        text-align: center;
				}


/* Navigation bar */
#nav_home	{
		font-weight: bold;
		font-size: 11px;
		font-family: Verdana, serif;
		margin-left: -40px;
		padding: 0;
		list-style-type: none;
		}

#nav_home li {
		text-align: center;
		display: block;
		width: 114px;
		float: left;
		background: #97562b; /*bdb76b;*/
		}

#nav_home a:link, #nav_home a:visited, #nav_home a:hover, #nav_home a:active, #nav_home ul li a.selected {
		border-bottom: 1px solid #7d896b;
		background: none;
		}

#nav_home a {
		text-align: center;
		padding: 4px;
		border-bottom: 5px solid #aaaa54;
		display: block;
		}


#nav_home a:link {
	    display: block;
		position: relative;		
        color: #294427; /*16402b; #8b4513;*/
		}

#nav_home a:visited {
		color: #49602b;
		}

#nav_home a:hover {
		color: #8b4513;/*#f6f6e0;*/
		background: #c0c080;
		}

#nav_home a:active {
		color: #fff;
		background: #808000;
		}

#nav_home ul li a.selected {
		color: #6b1821; /*808000;*/
		background: #b8860b;/*#aaaa54;*/
		}


/*FOOTER for CUSTOM PAGE*/

#footer {

		color: #B8860B; /*#005756;*/ 
		}

#footer a:hover {
		color: #d2691e; 
		border-bottom: 3px dotted #d2691e;
		}
#footer a, #footer a:link, #footer a:visited {
                font-size: 11px;
		color: #B8860B; /*#395b56;*/
		}

/* Formatting classes */
.demure {
		font-size: 10px;
		text-transform: uppercase;
		}
.floatRight {
		position: relative;
		clear: right;
		float: right;
		margin: 0;
		}
.dropcap_custom {
		color: #a52a2a;
		font-family: Georgia, Times, serif;
		font-size: 34px;
		padding: 8px 6px 8px 0;/*was 8 2 4 0*/
		margin: 0 2px 0 0;
		float: left;
		}
*html .dropcap_custom {
        padding: 8px 2px 6px 0; /*was 8 2 6 0*/
        }


/*got rid of tan hack for ie for now*/