/* sub page css */

body{
	background-color: #4e7830;
	text-align: center;
	margin: 0 auto;
	font: 1em 'lucida grande', verdana, arial, 'sans-serif';
}
img{
  border: 0;
	margin: 0;
}

.clr {clear: both;}

div#main{
	width: 774px;
	margin: 0 auto;
	margin-top: 20px;
}
div#top{
	width: 774px;
	height: 135px;
	margin: 0 auto;
	background-image: url(../i/blueleprichaun.jpg);
	background-repeat: no-repeat;
	text-align: left;
}
#logo {
   margin-left: -20px;
	 position: relative;
	 z-index: 1;/* z-indexing works only with position, relative or absolut */
}
div#nav{
	width: 754px;
	height: 28px;
	text-align: right;
	padding-right: 20px;
	background-color: #002903;
}
div#nav ul{
	margin: 0;
	padding:0;
	list-style-type: none;
}
div#nav ul li{
	margin: 0;
	padding:0;
	display: inline;
	padding: 0 10px;
}
div#nav ul li a{
	color: #fc0;
	text-decoration: none;
	font: 1.2em arial, 'sans serif';
}
div#nav ul li a:hover{
	color: #f90;
}
div#content{
	width: 770px;
	height: 360px;
	border-left: 2px solid #002903;
	border-right: 2px solid #002903;
	border-top: 1px solid #002903;
	margin: 0 auto;
	padding:0;
	color: #fc0;
	font-size: .7em;
	background-color: #084828;
	background-repeat: no-repeat;
	text-align: left;
}
div#content h1#title {
  padding: 0;
	background-repeat: no-repeat;
	width: 145px;
	height: 63px;
  margin: 20px 38px 0 350px;
}
div#content h3.menu_heading {
	width: 100%;
  margin: 20px 38px 0 38px;
}
div#content p {
  padding: 0 38px 0 350px;
}

div#content p.menu_items {
  padding: 0 38px 0 38px;
	line-height: 1.5em;
}

div#content #hp-left {float: left; width: 500px; margin-top: 50px;}

div#content #hp-right {float: left; width: 270px; margin-top: 50px;}

div#content #hp-right-top {width: 270px; height: 65px;}

div#content #hp-right-top p {float: left; width: 80px; padding: 0 10px;}

div#content #hp-right-top a.twit {float: left; margin: 0 10px 10px 10px; display: block; width: 50px; height: 50px; background: url(../../i/twitter-logo.png) 0 0; text-indent: -9999px;}

div#content #hp-right-top a.faceb {float: left; margin: 0 10px 10px 10px; display: block; width: 50px; height: 50px; background: url(../../i/facebook-logo.png) 0 0; text-indent: -9999px;}

div#content #hp-right-bottom {margin-top: 20px;}

div#content #hp-right-bottom p {padding: 10px;}

div#content #hp-right-bottom label {padding: 0 0 0 10px;}

div#content #hp-right #emailin {width: 250px; border: 1px solid  #4e7830; background-color: #4e7830; color: #fc0; font-famyly: 'lucida grande', verdana, arial, 'sans-serif'; margin-left: 10px;}

div#content #hp-right #sbmtbtn {width: 100px; border: 1px solid  #4e7830; background-color: #4e7830; color: #fc0; font-famyly: 'lucida grande', verdana, arial, 'sans-serif'; margin-left: 10px;}

div#content #hp-right	#emailin:hover, div#content #hp-right #sbmtbtn:hover {border: 1px solid #fc0;}

div#content #hp-photos {margin-left: -2px; border-top: 2px solid #002903; border-bottom: 2px solid #002903; margin-top: 20px; width: 774px; height: 110px;}

div#address{
	width: 774px;
	height: 28px;
	background-image: url(../../i/footer_bg.gif);
	background-repeat: no-repeat;
	color: #fc0;
	font-size: 11px;
	border-top: 1px solid #002903;/*
	border-bottom: 1px solid yellow; */
	margin: 0;
	padding: 0;
}
div#address p#left{
	width: 410px;
	height: 28px;
	text-align: left;
	padding: 0 0 0 15px;
	margin: 6px 0 0 0;
	float: left;
}
div#address p#right{
	width: 334px;
	height: 28px;
	text-align: right;
	margin: 6px 0 0 0;
	float: left;
}
div#under_footer{
	clear: both;
	width: 774px;
	height: 28px;
	text-decoration: none;
	color: #fc0;
	font-size: .8em;/*
	border-top: 1px solid yellow; */
	margin: 0;
	padding: 0;
}
div#under_footer a{
	color: #fc0;
	text-decoration: none;
	margin: 0px;
}
div#under_footer a:hover{
	text-decoration: underline;
}
p.ab a{
	color: #fc0;
	font-size: .7em;
	text-decoration: none;
}
p.ab {
	margin: 0;
	padding: 0 0 30px 0;
}
p.ab a:hover{
	color: #fff;
}
