/* CSS for three column layout with absolutely positioned side columns and header */

body {
	margin: 0;
	padding: 0;
	font: 1.0em 'palatino linotype', verdana, arial, sans-serif;
	min-width: 760px;         /* 2 x (LC fullwidth + CC padding) + RC fullwidth */
}

#header {
	background-color: #000000;
	height: 110px;
}

#logo {
	background-color:#b6dce3;
	text-align:left;
	top: 0px;
	left: 0px;
	position: absolute;
	margin: 0;
	padding: 0;
	overflow: visible;
}

#centerimage {
	width:100%;
	margin:0 0 0 0;
	background: #000;
	height: 105px;
}

#centerimage img {
	text-align: center;
	top: 5px;
	background: #FFF;
	position: absolute;
	left: 30%;
}

/* topnav */
#topnav {
	position: absolute;
	top: 55px;
	right: 0px;
	width: auto;
	padding: 4px 0; /* pushes the links away from top and bottom of the div */
	font-size: 0.75em;  /* sets the font size of all links */
	text-align: center; /* centers the ul elements in the div */
	background-color: #7c7369; /* sets the background color of the div */
	border-top: 1px solid #000;
	border-bottom: 2px solid #000;
	margin-top: 1.5em;
}
 
#topnav ul {
	margin: 2px 0;
	font-weight: bold;
}
 
#topnav li {
 	display: inline; /* the key CSS - makes the lists display horizontally */
	color: #000000; /* sets the color of the vertical lines */
	border-left: 1px solid; /* creates the vertical line to the left of each list items */
	color: #000000; /* sets the color of the vertical lines  - links colored below */
	padding: 0 10px 0 10px; /* horiz space between links and vert lines - needed diff l & r values to center */
}
 
#topnav li.firstbullet {
	border-left: 0; /* removes the left border of the first list item - IDWIMIE */
}
 
#topnav ul li a {
	text-decoration: none; /* removes the underlining off the links */
 	color: #fff; /* the color of the links */
}
 
#topnav ul li a:hover {
	text-decoration: underline; /* underlines the links when hovered */
	color: #000
}

#container {
	padding-left: 140px;      /* LC fullwidth */
	padding-right: 195px;     /* RC fullwidth + CC padding */
	background-color: #FFF
}

#container .column {
	position: relative;
	float: left;
}
		
#content {
	padding: 10px 5px;       /* CC padding */
	width: 100%;
}

#content div#mainimage {
	float:left;
	margin:8px 8px 4px 0;
	position: relative;
	width: 140px;
}

#content div#mainimage img {
	border: 1px solid #7c7369;
}

#content div#mainimage p {
	font-size:0.8em;
	margin:0px 5px;
	color:#7c7369;
	text-align: left;
} 
#content div#welcomeimage {
	margin:10px 0 10px 0;
	left: 3px;
}

#content h1 {
	font-size:1.4em;
	font-family:verdana, sans-serif;
	color:#8f7156;
	text-align: center;
}

#content p {
	font-size:1em;
	margin-top:0px;
	margin-bottom:0.5em;
	text-align: justify;
	padding-right: 3px;
}	

#content p.note {
	font-size:0.8em;
	margin-top: 20px;
}	

#content li.note {
	font-size:0.8em;
	margin:0px;
}	

#content li {
	font-size:0.9em;
	margin: 0;
}

#content blockquote {
	width: 250px;
	float: right;
	font-size: .7em;
	border-top: 3px dotted #8f7156;
	border-bottom:2px dotted #8f7156;
	margin:0 10px;
	padding: 6px 10px;
}

#content blockquote p {
	margin:0;
	font-style:italic;
}

#content a {
	text-decoration:underline;
	color:#8f7156;
}

#content a:hover {
	text-decoration:none;
	color: #000;
}

/*styles for header - text-align centers graphic */

#leftnav {
	background-color:#b6dce3;
	font-size: 1em;
	border-bottom: 2px dotted #7c7369;
	width: 120px;             /* LC width */
	padding: 0 10px;          /* LC padding */
	margin-left: -100%;
	left: 185px;              /* RC fullwidth for IE6 */
	margin-top: 0px;
}			

   #container > #leftnav {
     left: -150px;             /* -(LC fullwidth + CC padding) */
   }
        
#leftnav h3 {
	border-top: 2px dotted #7c7369;
	text-align:center;
	font-size:1.1em;
	color:#000000;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0px;
}

#leftnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#leftnav li {
	padding: .1em 0 .3em 20px;
	height: 40px;
}
#leftnav img {
	position: absolute;
	left: 16px;
	border-color: #fff;
}

#leftnav a {
	text-decoration:none;
	color:#B5D5D7;
}

#leftnav a:hover {
	color: #000000;
}

#rightnav {
	width: 185px;             /* RC width */
	padding: 0 0;          /* RC padding */
	margin-right: -195px;     /* RC fullwidth + CC padding */
	background-color: #bfdce0;
	border-bottom: 2px dotted #7c7369;
}

#rightnav p {
	font-size:0.8em;
}

#rightnav img {
	border:none;
}

#rightnav div#newslinks ul {
	list-style-type: none;
	font-size:0.85em;
	padding-left: 10px;
	margin:0 6px 0 0;
}

#rightnav div#newslinks li.firstbullet {
	border-top: 1px dotted #7c7369;
	margin-top:5px;
	padding-top: 1px;
	text-align:left;
	color:#372b27;
	margin-bottom:0px;
	padding-bottom: 0px;
	font-weight: bold;
}

#rightnav div#newslinks li {
	margin-top:0px;
	padding-top: 0px;
	text-align:left;
	color:#000;
	margin-bottom:0px;
	padding-bottom: 0px;
	margin-top: 0px;
}

#rightnav h3 {
	text-align: center;
	font-size: 1em;
	color: #000000;
	margin-bottom: 0px;
	border-top: 2px dotted #7c7369;
}

#rightnav h4 {
	text-align: left;
	color: #372b27;
	margin-bottom: 0px;
	padding-top: 1px;
	border-top: 1px dotted #767a7d;
	padding-bottom: 0px;
}

#rightnav a {
	text-decoration: underline;
	color:#372b27;
}

#rightnav a:hover {
	color: #000;
	text-decoration: none;}

#rightnav li.morelink {
	font-style:italic;
	font-size: .9em;
}

/*footer styles*/
#footer {
	clear: both;
}

/*** Equal-height Columns ***/

#container {
	overflow: hidden;
}

#container .column {
	padding-bottom: 1001em;     /* X + padding-bottom */
	margin-bottom: -1000em;     /* X */
}

		/*** Footer Fix ***/

		* html body {
			overflow: hidden;
		}
		
		* html #footer-wrapper {
			float: left;
			position: relative;
			width: 100%;
			padding-bottom: 10000px;
			margin-bottom: -10000px;
			background: #FFF;         /*** Same as body background ***/
		}

#footer {
	padding:2px 0; /* pushes the links away from top and bottom of the div */
	font-size:0.7em;  /* sets the font size of all links */
	text-align:center; /* sets the background color of the div */
	border-top:1px solid #8f7156;
	margin-top:40px;
}

#footer ul {
	margin: 2px 0; /* vertical spacing between the lists */
}

#footer li {
	display: inline; /* the key CSS - makes the lists display horizontally */
	color: #8f7156; /* sets the color of the vertical lines */
	border-left: 1px solid; /* creates the vertical line to the left of each list items */
	color: #8f7156; /* sets the color of the vertical lines  - links colored below */
	padding: 0 7px; /* horiz space between links and vert lines - needed diff l & r values to center */
}

#footer li.firstbullet {
	border-left:0; /* removes the left border of the first list item - IDWIMIE */
}

#footer ul li a {
	text-decoration:none; /* removes the underlining off the links */
 	color:#fff; /* the color of the links */
}

#footer ul li a:hover {
	text-decoration: underline;
	color:#000 /* underlines the links when hovered */
}

#footer ul.fineprint li {
	color:#000; /* color for copyright and vert dividers on last row */
}

#footer ul.fineprint li a {
	color:#000; /* had to explicitly color these or they inherit white from div#footer li */
}

#footer ul.fineprint li a:hover {
	color:#000; /* turns bottom row white when hovered */
}
