@charset "utf-8";
/* CSS Site Template -- Dougery Consulting Services www.dougery.com
This file controls the look and feel on the entire site. 

******Any changes made in the top section below need to be manually copied to FCKeditor_site_template.css */
/*************Top Section***************/
body {
	background: #004040; /* dark teal*/
	 filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr=#B1C0B1,endColorstr=#004040, GradientType=0);
	 margin:0px;
	 padding:20px;
}
a {
	text-decoration:underline;
	color:#004040; /* dark teal*/
}
p {
	font-size:14px;
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 130%;
	
}
h1 {
	font-size:25px;
	font-weight:bold;
	font-style:italic;
	color:#530075; /*purple*/
	text-decoration: underline;
}
h2{
	font-size:22px;
	font-weight:bold;
	font-style: italic;
	color:#530075;
}
h3 {font-size: 20px;
    font-weight:bold;
    color:#530075;
	margin-bottom: 0px;
}
h4 {font-size: 16px;
    font-style: italic;
    color:#530075;
	margin-top: 2px;
	margin-bottom: 2px;	
}

/***********End of Top Section***********/
img {
	border:inhert;
	border-color:#004040; /*dark teal*/
}

#frame {
	background-color:#006f6f; /*teal*/
	/*filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr=#004040,endColorstr=#B1C0B1, GradientType=1);*/
	/* text-align: center;*/
	/*margin: 0;*/
	/*padding: 0px;*/
	margin-right:auto; /*need for relative position*/
	margin-left:auto; /*need for relative position*/
	position: relative; /* center of screen*/
	width:970px;
	border:5px #530075 solid; /*purple*/
}

#frame .image {
	border:7px;
	border-thickness: 7px;
	border-color: #004040; 
	border-style: solid;
}

#main {
	float: right;
	background-color:#ffffe7; /*bright stripe in logo --- roll-up change into FDKeditor_site_template.css*/
	width: 650px;
	padding-top: 0px;
	padding-bottom: -10px;
	margin-top: 0px;
	margin-bottom: 7px;
	margin-right: 7px; /*need for relative position*/
	margin-left:auto; /*need for relative position*/
	position:relative; /*needed for font readability*/
	border:5px #ffffe7 solid; /*match background color*/
}

#sidenav {
	/*background-color: #b1c0b1; /*mid-grey*/	
	float: left;
	font-size:18px;
	width:285px; 
	overflow:visible;
	font-family:Georgia, "Georgia", "Times New Roman", Times, serif;
	font-style: italic;
	margin-top: 5px;
	margin-bottom: 10px;
	position:relative; /*needed for font readability*/
}
	#sidenav a {
	color:#006f6f; /*teal*/
	text-decoration:none;
	font-weight:bold; 
	text-align: center;
	line-height: 80px;
	}
		#sidenav a.selected {
		color: #530075; /*purple*/
		/* list-style: inside;
			list-style-image:url(../../UserFiles/image/world.jpg); */
		} 
	
		#sidenav a:hover {
			text-decoration: underline;
		}
		#sidenav ul { 
			list-style: none; /* removes bullets from nav items */
			margin:0px;
			padding:0px;
			/*margin-left: 0; /*makes a hanging indent- must have all 3 lines*/
			/*padding-left: 20px;
			text-indent: -15px; */
			margin-left: 0px; /*makes a hanging indent- must have all 3 lines*/
			padding-left: 1.5em;
			text-indent: -1em; 
					
		}
		#sidenav li {
			background-image:url(../../UserFiles/image/button_oval_teal_web.jpg);
			background-repeat: no-repeat;
			background-position: .3em .5em; /*left top*/
			margin: 0;
			padding:0;
			margin-left:0;
			padding-left: 0; /*45  0*/
			/*text-indent: 25;*/
			text-align: center;
			
		}
			
#credits {
	font-size: 10px;
	width:950px;
	overflow:visible;
	font-family: "areal", arial;
	padding-top: -10px;
	padding-bottom: -10px;
	margin-top: -10px;
	margin-bottom: -10px;
	margin-right:auto; /*need for relative position*/
	margin-left:auto; /*need for relative position*/
	position:relative; /* center of screen*/
	text-align:center; /* centers block of links in center of div*/
}
	#credits p {
		color:#b1c0b1; /*mid-grey*/
		font-size:9px;
	}

	#credits a {
		color:#b1c0b1; /*mid-grey*/
		font-size:9px;
	}

#footernav {
	font-size:6px;
	width:970px;
	overflow:visible;
	font-family:"arial", arial;
	padding-top: -10px;
	padding-bottom: -10px;
	margin-top: -10px;
	margin-bottom: -10px;
	margin-right:auto; /*need for relative position*/
	margin-left:auto; /*need for relative position*/
	position:relative; /* center of screen*/
	text-align:right; /* centers block of links in center of div*/
}

	
	#footernav a{
		color: #b1c0b1; /*mid-grey*/
		text-decoration:none;
	}
	#footernav a:hover {
		font-weight:bold;
	}
	#footernav ul{
	
	}
	#footernav  li {
		display: inline; /* puts output on single line*/
		text-align: center; /*centers link text between separators*/
		width:auto;
	}

/********Main.php*************/

#left {
	background-color:#ffffe7; /*bright stripe in logo*/
	float: left;
	font-size:20px;
	position:relative;
	width:250px;
	overflow:visible;
	font-family:Georgia, "Georgia", "Times New Roman", Times, serif;
	font-style: italic;
	padding-top:0px;
	margin-top: -4px;
	margin-left:0px;
	margin-right:0px;
	border: 10px #ffffe7 solid;
}

	#left a {
		color:#006f6f; /*teal*/
		text-decoration:none;
	}
		#left a.selected {
		font-weight:bold;
		}
		#left a:hover {
			text-decoration: underline;
		}
		#left ul { /*removes bullets from nav items & makes a hanging indent- must have all 4 lines*/
			list-style:none;
			margin-left: 0;
			padding-left: 1em;
			text-indent: -1em;
		}
#content { 
	background-color: #b1c0b1; /*mid-grey*/	
	border:10px #B1c0b1 solid;
	margin:0;
	margin-top:-4px;
	float:right;
	position: relative;
	width:680px;
}

/*****Admin.php********/
#adminright{
	margin:0;
	float:right;
	/*position: relative;*/
	/*width:598px;*/
	padding-bottom:120px;
	background-repeat: no-repeat;
	background-position: +1% +100%;
}

#admincontent{
	margin:0;
	float:right;
	/*position: relative;*/
	/*width:560px;*/
	padding-right:5px;
}

#admincontent{
float:left;
}

#leftnav{
float:left;
position: relative;
width:200px;
border:0;
border-bottom:1px solid #999;
margin-top:0px;
}

#invisible{
	position:absolute;
	width:100%;
	display : block;
	top:0px;
	color:#fff; 
	margin:0px;
	padding: 0; 
	border:0;
	font-size:.01em;

}