body {
	padding: 0;
	margin: 0;
	/*background-color: #fdf4c9;*/
	font: small Verdana, Arial, Helvetica, sans-serif;
	color: #435942;
	width: 100%;
}

.style2 {color: #009900; font-weight: bold;}

.textCentered {
	text-align: center;
}
.magnify {
}
.imgCentered {
	text-align:center;
}
#wrapper {
	min-width:800px;
	width:90%;
	border-left: 1px solid #9eb598;
	border-right: 1px solid #9eb598;
	border-bottom: 1px solid #9eb598;
	margin: 0 auto;
	background: transparent url(images/faux_columns_bg.gif) repeat-y left;
}
#masthead {
	background-color:#FFFac2;
	height:100%;
	border-bottom:1px solid #9eb598;
}
#navigation {
	padding-top: 10px;
	background-color: #ffffff;
	height: 70px;
	padding-bottom: 0px;
	margin:0 auto;
	min-width:800px;
	width:100%;
	border-bottom:1px solid #9eb598;
}

#sidebar {
	width: 160px;
	padding: 20px 10px 0 10px;
	float: left;
	margin-right: 0;
	/*border-bottom: 1px solid red;*/
}

#sidebar ul {
	list-style-image:  url(images/shamrock-button.jpg);
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	margin-left: 10px;
	padding-left: 15%;
	
}
#sidebar ol {
	list-style-image:  url(images/shamrock-button.jpg);
	text-transform: uppercase;

	font-weight: bold;
	margin-left: 10px;
	padding-left: 15%;
	margin-top:10px;
	padding-top:10px;
	padding-bottom:10px;
}

#sidebar li {
	margin-bottom: 8px;
}

#mainContent {
	/*float: right;*/
	/*width: 550px;*/
	margin-left: 180px;
	width:76%;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	
	/*border-bottom: 1px solid red;*/
}
#gutter {
	width:20px;
	margin-left:5%;
	margin-right:5%;
}

.separator {
	clear: both;
	height: 0;
	font-size: 1px;
}

#sidebarFt {
	background: #bdd7b7 url(images/sidebar-corner.jpg) left bottom no-repeat;
	width: 90px;
	height: 90px;
	margin: 0;
	float: left;
}

#mainContentFt {
	background: #fdf4c9 url(images/shamrock-corner.jpg) right bottom no-repeat;
	width: 90px; height: 90px;
	margin: 0;
	float: right;
}

#footer {
	background-color: #acd3a3;
	border-top: 10px solid #ffffff;
	text-align: right;
	color: #ffffff;
	clear: both;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin-top: 20px;
	padding-top:10px;
}

#navigation ul {
	list-style-type: none;
	padding-left: 10px;
	margin: 0;
	min-width:600px;
}

#navigation li {
	float:left;
	margin: 0;
	padding: 0;
	display: inline;
	background:  url(images/button1.jpg) no-repeat;
}

#navigation a {
	display: block;
	padding: 0 0 0 5px;
	height: 70px;
	width: 99px;
	font: bold 11px/30px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
	margin-top: 0em;
}

#navigation a:hover {
	background:   url(images/button1.jpg) no-repeat;
	font: bold 11px/30px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #f6e083;
	text-decoration: none;
}

#navigation a:active {
	background:   url(images/button1.jpg) no-repeat;
}

h1 {
	font-size: 120%;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 5px;
}

#mainContent h1 {
	border-bottom: 0px solid #888888;
	padding-bottom: 3px;
	margin-bottom: 0px;
	margin-left: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#sidebar h1 {
	margin-left: 1em;
}

h2 {
	font-size: 105%;
	font-weight: normal;
	margin: 0 0 5px;
	text-transform: none;
	margin-left: 1.5em;
}
h4 {
	margin-left: 22px;
}
p {
	line-height: normal;
	margin: 0 0 1em 2em;
	text-transform: none;
}

#footer p {
	text-align: center;
	margin: 0;
	color: #435942;
}

a {
	color: #555555;
}
.fp_image1 {
	height:250px;
	max-height:250px
}
.fp_image2 {
	min-height:150px;
	height:250px;
	max-height:250px;
}