/* Moran Portal Style Sheet */
/* Created 4/1/1972 MMM */
/* Revisions - 1/3/2013 - Working version complete MMM */
/* 3/31/2016 MMM - Cleaned and standardize link behavior and colors for body and footer */

/* Text setup */
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #009e60;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #009e60;
}	

ul {
	list-style-type:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
} 

p.albums-text {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 10%;
}

/* Page layout setup */

body {
	background-color : #cccccc;
	margin: 2px;
}

#page-layout {
	margin-left: auto; 
	margin-right: auto; 
	width: 980px;
	background-color : #E6F8E0;
 } 
	
#header {
	width: 100%;
	height: 150px;
	background-color: #009e60;
}
	
#logo{
	float: left;
	padding-top: 15px;
	padding-left: 15px;
}

#navigation {
    width: 150px;
    font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	background-color:  #E6F8E0;
}

#content {
	margin-left: 160px;
	padding-left: 10px;
	padding-right: 20px;
	background-color:  #ffffff;
}


#home-top {
	width: 100%;
	height: 320px;
}

#home-pics {
	float: left;
}

#home-current {
	float: right;
}


img {
	border: none;
}


/* Center page Table Styling - Moran Standard for Dark text on white or light background */
.ctr-table {
	border-collapse:collapse;
	border:1px solid black;
	margin-left:5px;
}

.ctr-table td {
	padding-left: 10px;
}

.ctr-table li {
	margin-left: -20px;
}





/* Hyperlink Styling - Moran Standard for Dark text on white or light background */
a {
	color: #0053CC;
	text-decoration:none;
}

a:link {
	color: #0053CC;
	text-decoration:none;
}

a:visited {
	color: #0053CC;
	text-decoration:none;
}

a:hover {
	color: #0053CC;
	text-decoration:underline;
}

a:active {
	color: #990000;
	text-decoration:underline;
}



/* Footer Layout and Styling - Moran Standard Footer in Shamrock Green */

#footer {
	clear: left;
	background-color: #009e60;
}

#footer p {
	margin: 0;
	font-size: 12px;
	color: #ffffff;
	padding-left: 15px;
}

/* Hyperlink Styling for Moran Standard footer in Shamrock Green */
#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer a:link {
	color: #ffffff;
	text-decoration:none;
}

#footer a:visited {
	color: #ffffff;
	text-decoration:none;
}

#footer a:hover {
	color: #ffffff;
	text-decoration:underline;
}

#footer a:active {
	color: #990000;
	text-decoration:underline;
}
/* End of standard links for Moran footer which is white text on green footer block */



/* CSS for the Image Slider */

.fadein { 
	position:relative;
	height:320px;
	width:480px; 
}

.fadein img {
	position:absolute;
	left:0;
	top:0;
	z-index: 1; 
}

/*  End CSS for the Image Slider */

/* CSS for the Vertical Navigation Bar */
	
#navigation ul {
	margin: 0px;
	padding: 0px;
}

ul.top-level {
	background: #009e60;
	z-index: 2;
}
		
#navigation li { 
	list-style: none;
}

ul.top-level li {
    border-bottom: #fff solid;
    border-top: #fff solid;
    border-width: 1px;
	z-index: 2;
}

#navigation a {
	color: #fff;
	cursor: pointer;
	display:block;
	height:25px;
	line-height: 25px;
	text-indent: 10px;					
	text-decoration:none;
	width:100%;
}

#navigation a:hover{
	text-decoration:underline;
	color: #009e60;
}

#navigation li:hover {
	background: #E6F8E0;
	position: relative;
}
	
ul.sub-level { 
	display: none;
 }

li:hover .sub-level {
    background: #E6F8E0;
    border: #fff solid;
    border-width: 1px;
    display: block;
    position: absolute;
    left: 100px;
    top: 5px;
}
	
ul.sub-level li {
	border: none;
	float:left;
	width:200px;
}
	
#navigation .sub-level {
	background: #009e60; 
}

#navigation .sub-level .sub-level {
	background: #009e60; 
}
						
/*IE RESET HELPER*/
li:hover .sub-level .sub-level { display:none; }
.sub-level li:hover .sub-level { display:block; }

