/* Moran Center 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;
} 

td {
    padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 34px;
}


/* Page layout setup */

#page-layout {
	margin-left: auto; 
	margin-right: auto; 
	width: 980px;
	background-color : #ffffff;
} 

#header {
	width: 100%;
	height: 150px;
	background-color: #009e60;
}
	
#logo{
	float: left;
	padding-top: 15px;
	padding-left: 15px;
}
	
#content {
	margin-left: 20px;
	margin-right: 20px;
}

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

img {
	border: none;
}


/* Column Box Layout */

#column-box {
	width: 90%;
	height: 25px;
	background-color: #009e60;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 16px;
	padding: 5px;
	border-radius: 5px;
	text-align: center;
}

#column-box a {
	color: #FFF;
	text-decoration: none;
}

#column-box a:hover{
	background-color: #009e60;
	text-decoration:underline;
}

/* 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;
}

/* Icon Styling */	

.pdf {
     background-color: #fff;
     padding: 1px 30px 10px 1px;
	 background: url("images/pdficon_large.png") left center no-repeat;
}

.mp4 {
     background-color: #fff;
     padding: 1px 30px 10px 1px;
	 background: url("images/mp4_file_icon_small.png") left center no-repeat;
}

.zip {
     background-color: #fff;
     padding: 4px 30px 20px 10px;
	 background: url("images/zip_icon_small.png") left center no-repeat;
}


/* CSS for the Image Slider */

.fadein { 
	position:relative;
	height:100%;
	width:100%; 
}

.fadein img {
	position:absolute;
	left:0;
	top:0; 
}
/*  End CSS for the Image Slider */

/* 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 */

