/*SHAMROCK CSS*/


html {
	margin: 0 auto;
	background-color: #346702;
	font-family: Helvetica, Arial, Tahoma, sans-serif;
	}

body {
	padding: 0;
	padding-bottom: 20px;
	margin: 0;
	background: url(../images/largebg.png) repeat-x left top;
	color: #000;
	width: 100%;
	display: table;
}
#outerwrapper {
	width: 620px;
	margin: 105px auto 0;
	background: #346702;
	padding: 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 5px 5px 10px #000;
	-webkit-box-shadow: 5px 5px 10px #000;
	-moz-box-shadow: 5px 5px 10px #000;
}

#innerwrapper {
	padding: 10px;
	margin: 22px;
	background-color: #fff;
	width: 555px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 5px 5px 10px #000;
	-webkit-box-shadow: 5px 5px 10px #000;
	-moz-box-shadow: 5px 5px 10px #000;
	}

.roundedCornersOuter{
	width: 620px;
	padding: 10px;
	background-color: #DDEEF6;
	
	/* Do rounding (native in Safari, Firefox and Chrome) */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	}
	
.roundedCornersInner{
	width: 620px;
	padding: 10px;
	background-color: #DDEEF6;
	
	/* Do rounding (native in Safari, Firefox and Chrome) */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	}

#header {
	margin-top:-20px;	
	background-image: url(../images/logo.png);
	width: 236px;
	height: 71px;
	}

#header h1.logo {
	text-indent: -9999px;
	}

#header ul {
	position: relative;
	top:10px;
	left:260px;
	line-height: 10px;
	list-style: none;
	width: 275px;
	}	

#main_content img {
	padding: 10px 0 10px 0;
	}
	
#main_content #grass1 {
	display: inline;
	float: right;
	position: relative;
	top: 50px;
	left:-70px;
	line-height: 25px;
	font-weight: bold;
	clear:both;
	}	

#main_content #grass2 {
	display: inline;
	float: left;
	position: relative;
	top: 40px;
	left: 40px;
	font-weight:bold;
	clear: both;
	}	

#main_content #photo2 {
	padding: 0 0 0 80px;
	}	
	
#main_content hr {
	position: relative;
	top: 2px;
	width: 98%;
	}	
	
#contact {
	margin-left: 10px;
	}
	
#contactus label {
	width: 10em;
	float: left;
	text-align: left;
	margin-right: 0.5em;
	display: block;
}

contactus h3 {
	font-weight: bold;
	}

#firstname, #lastname, #phone, #email, #comments, #code {
	border: solid 1px #25691a;
	}
	
#radio ul {
	display: inline;
	list-style: none;
	float:left;
	padding: 0;
	
	}	
	
#radio ul li {
	display: inline;
	float: left;
	}	

#comment label h3 {
	top: -400px;
	font-size: large;
	font-weight: lighter;
	}
	
.submit {
	margin-top: 20px;
	}	
#message{
	font-family:Verdana, Arial, Helvetica, sans-serif;
 	color:#006FDD; 
 	font-size:12px; 
	font-weight:bold
}
#footer {
	width: 100%;
	position: relative;
	top:10px;
	left:125px;
	color: #fff;
}	

	