/*
*	GENERAL STYLES
*/

body {
	background: #B8D5FE;
	border: 0px;
	color: #037680;
	font-family: Helvetica, Arial;
	font-size: 62.5%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	width:  100%;
	}
	
.clear {
	clear: both;
	}
	
.hidden {
	display: none;
	}
	
* {
	border: 0px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
	
.displace {
	position: absolute;
	left: -5000px;	
	}
	
/*
*	WRAPPER STYLES
*/	

#wrapper {
	background: #D1DBA8;
	margin: auto;
	margin-top: 20px;
	width: 780px;
	}
	
#wrapper-sky {
	background: #1C4598 url(../images/sky.jpg) no-repeat bottom left;
	margin: auto;
	margin-top: 20px;
	width: 780px;
	}
	
/*
*	HEADER STYLES
*/	

#header, #header2 {
	background: transparent;
	float: left;
	padding: 22px 0px 0px 0px;
	width: 228px;
	}
	
#header .logo {
	background: transparent url(../images/logo.gif) no-repeat top;
	height: 164px;
	padding: 0px 32px 0px 32px;
	width: 164px;
	}
	
#header2 .logo {
	background: transparent url(../images/logo2.gif) no-repeat top;
	height: 164px;
	padding: 0px 32px 0px 32px;
	width: 164px;
	}
	
#header .logo a, #header .logo a:visited, #header2 .logo a, #header2 .logo a:visited {
	display: block;
	height: 164px;
	width: 164px;
	}
	
#header ul, #header2 ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px 20px 0px 20px;
	width: 124px;
	}
	
#header li, #header2 li {
	float: left;
	}
	
#header li a, #header li a:visited {
	/*background: #FFF url(../images/menuback.gif) repeat-y top left;*/
	border-bottom: 1px solid #FFF;
	/*color: #94AE3C;*/
	color: #FFF;
	display: block;
	font-size: 1.6em;
	font-weight: bold;
	padding: 6px 35px 6px 0px;
	text-decoration: none;
	width: 153px;
	}
	
#header2 li a, #header2 li a:visited {
	/*background: #FFF url(../images/menuback2.gif) repeat-y top left;*/
	border-bottom: 1px solid #FFF;
	/*color: #94AE3C;*/
	color: #FFF;
	display: block;
	font-size: 1.6em;
	font-weight: bold;
	padding: 6px 35px 6px 0px;
	text-decoration: none;
	width: 153px;
	}
	
#header .home a:hover, #header .home a:active, #header2 .home a:hover, #header2 .home a:active {
	color: #94AE3C;
	}

#header .home-selected a, #header .home-selected a:visited {
	color: #000;
	}

#header .lily a:hover, #header .lily a:active, #header2 .lily a:hover, #header2 .lily a:active, #header2 .lily-selected a, #header2 .lily-selected a:visited {
	color: #94AE3C;
	}
	
#header .tulip a:hover, #header .tulip a:active, #header2 .tulip a:hover, #header2 .tulip a:active, #header2 .tulip-selected a, #header2 .tulip-selected a:visited {
	color: #94AE3C;
	}
	
#header .iris a:hover, #header .iris a:active, #header2 .iris a:hover, #header2 .iris a:active, #header2 .iris-selected a, #header2 .iris-selected a:visited {
	color: #94AE3C;
	}
	
#header .contacts a:hover, #header .contacts a:active, #header2 .contacts a:hover, #header2 .contacts a:active, #header2 .contacts-selected a, #header2 .contacts-selected a:visited {
	color: #94AE3C;
	}
	
#header .boys {
	background: transparent url(../images/boys.gif) no-repeat top left;
	float: left;
	height: 83px;
	margin: 120px 0px 0px 0px;
	width: 105px;
	}	
	
#header .eleylong {
	background: transparent url(../images/eleylong.gif) no-repeat top left;
	float: left;
	height: 83px;
	margin: 120px 0px 0px 0px;
	width: 123px;
	}
	
#header2 .boys {
	background: transparent url(../images/boys2.gif) no-repeat top left;
	float: left;
	height: 83px;
	margin: 120px 0px 0px 0px;
	width: 105px;
	}	
	
#header2 .eleylong {
	background: transparent url(../images/eleylong2.gif) no-repeat top left;
	float: left;
	height: 83px;
	margin: 120px 0px 0px 0px;
	width: 123px;
	}
	
/*
*	BANNER STYLES
*/	

#banner {
	background: #94AE3C;
	float: left;
	height: 545px;
	padding: 10px;
	width: 105px;
	}
	
#banner p {
	color: #FFF;
	font-size: 1.2em;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	text-align: center;
	width: 105px;
	}
	
#banner .banner1 {
	background: #94AE3C url(../images/banner1.jpg) no-repeat top left;
	height: 90px;
	padding: 0px 0px 10px 0px;
	width: 105px;
	}
	
#banner .banner2 {
	background: #94AE3C url(../images/banner2.jpg) no-repeat top left;
	height: 100px;
	padding: 0px 0px 10px 0px;
	width: 105px;
	}
	
#banner .banner3 {
	background: #94AE3C url(../images/banner3.jpg) no-repeat top left;
	height: 120px;
	padding: 0px 0px 10px 0px;
	width: 105px;
	}
	
#banner .banner4 {
	background: #94AE3C url(../images/banner4.jpg) no-repeat top left;
	height: 100px;
	padding: 0px 0px 10px 0px;
	width: 105px;
	}
	
#banner .banner5 {
	background: #94AE3C url(../images/banner5.jpg) no-repeat top left;
	height: 90px;
	width: 105px;
	}
	
#banner .iris1 {
	background: #94AE3C url(../images/iris1.gif) no-repeat top left;
	height: 160px;
	width: 105px;
	}
	
#banner .iris2 {
	background: #94AE3C url(../images/iris2.gif) no-repeat top left;
	height: 160px;
	width: 105px;
	}
	
#banner .iris3 {
	background: #94AE3C url(../images/iris3.gif) no-repeat top left;
	height: 135px;
	width: 105px;
	}
	
#banner .tulip1 {
	background: #94AE3C url(../images/tulip1.gif) no-repeat top left;
	height: 165px;
	width: 105px;
	}
	
#banner .tulip2 {
	background: #94AE3C url(../images/tulip2.gif) no-repeat top left;
	height: 160px;
	width: 105px;
	}
	
#banner .tulip3 {
	background: #94AE3C url(../images/tulip3.gif) no-repeat top left;
	height: 150px;
	width: 105px;
	}
	
#banner .lily1 {
	background: #94AE3C url(../images/lily1.gif) no-repeat top left;
	height: 165px;
	width: 105px;
	}
	
#banner .lily2 {
	background: #94AE3C url(../images/lily2.gif) no-repeat top left;
	height: 165px;
	width: 105px;
	}
	
#banner .lily3 {
	background: #94AE3C url(../images/lily3.gif) no-repeat top left;
	height: 140px;
	width: 105px;
	}
	
/*
*	MAIN CONTENT AREA STYLES
*/
	
#maincontent {
	background: transparent;
	float: left;
	width: 427px;
	}
	
#maincontent .banner {
	height: 113px;
	padding: 10px 10px 0px 10px;
	width: 405px;
	}
	
.irisbanner {
	background: transparent url(../images/irisbanner.jpg) no-repeat top left;
	}
	
.lilybanner {
	background: transparent url(../images/lilybanner.jpg) no-repeat top left;
	}
	
.tulipbanner {
	background: transparent url(../images/tulipbanner.jpg) no-repeat top left;
	}
	
#maincontent .slogan {
	background: transparent url(../images/slogan.gif) no-repeat top left;
	border-bottom: 10px solid #94AE3C;
	height: 187px;
	width: 427px;
	}
	
#maincontent .house {
	background: transparent url(../images/house.jpg) no-repeat top left;
	height: 213px;
	margin-bottom: 30px;
	padding: 10px 20px 0px 20px;
	width: 387px;
	}
	
#maincontent .house .circle {
	background: transparent url(../images/circle.gif) no-repeat top left;
	height: 140px;
	margin: 100px 0px 0px 260px;
	position: absolute;
	width: 140px;
	}
		
#maincontent .house h2 {
	color: #1C4896;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.3em;
	margin: 0px 0px 15px 0px;
	}
	
#maincontent .contact {
	background: transparent url(../images/footerback.gif) repeat-y top left;
	color: #FFF;
	font-size: 1.4em;
	padding: 10px;
	}
	
#maincontent .notes {
	color: #FFF;
	font-size: 1.1em;
	padding: 38px 10px 10px 10px;
	text-align: right;
	width: 407px;
	}
	
#maincontent .notes2 {
	color: #000;
	font-size: 1.1em;
	padding: 10px;
	width: 407px;
	}

#maincontent .contentarea {
	margin: 0px;
	padding: 20px 10px 73px 10px;
	width: 405px;
	}
	
#maincontent .contentarea .address {
	float: left;
	padding: 0px 20px 0px 0px;
	width: 180px;
	}
	
#maincontent .contentarea .contactinfo {
	float: left;
	padding: 20px 20px 0px 0px;
	width: 180px;
	}
	
#maincontent .lilymap {
	background: transparent url(../images/lilymap.gif) no-repeat top left;
	padding: 0px 205px 0px 10px;
	width: 205px;
	}
	
#maincontent .lilymap li {
	color: #DA7000;
	}
	
#maincontent .tulipmap {
	background: transparent url(../images/tulipmap.gif) no-repeat top left;
	padding: 0px 205px 0px 10px;
	width: 205px;
	}
	
#maincontent .tulipmap li {
	color: #873A3A;
	}
	
#maincontent .irismap {
	background: transparent url(../images/irismap.gif) no-repeat top left;
	padding: 0px 205px 0px 10px;
	width: 205px;
	}
	
#maincontent .irismap li {
	color: #AE8907;
	}

#maincontent .detail {
	height: 63px;
	width: 200px;
	}
	
.lilydetail {
	background: transparent url(../images/lilydetail.gif) no-repeat top left;
	}
	
.tulipdetail {
	background: transparent url(../images/tulipdetail.gif) no-repeat top left;
	}
	
.irisdetail {
	background: transparent url(../images/irisdetail.gif) no-repeat top left;
	}
	
/*
*	CREDIT STYLES
*/
	
#credits {
	background: transparent;
	color: #666;
	font-size: 1.2em;
	margin: auto;
	padding: 10px 0px 10px 545px;
	text-align: center;
	width: 235px;
	}

#credits a, #credits a:visited {
	color: #666;
	text-decoration: none;
	}
	
#credits .text {
	float: left;
	padding: 14px 5px 14px 0px;
	}
	
#credits .jgmlogo {
	background: transparent url(../images/jgmlogo.gif) no-repeat top left;
	float: left;
	height: 40px;
	width: 40px;
	}
	
#credits .jgmlogo a, #credits .jgmlogo a:visited {
	display: block;
	height: 40px;
	width: 40px;
	}
	
/*
*	LINK STYLES
*/

/*
*	FONT STYLES
*/
	
h1 {
	font-size: 1.8em;
	color: #000;
	margin: 0px 0px 15px 0px;
	}
	
h2 {

	}
	
h3 {
	color: #70891B;
	font-size: 1.4em;
	margin: 0px 0px 5px 0px;
	}
	
h4 {

	}

h5 {

	}
	
h6 {

	}
	
p  {
	color: #000;
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 0px 0px 15px 0px;
	}
	
#maincontent ul {
	margin: 0px;
	padding: 10px 0px 10px 15px;
	}
	
#maincontent li {
	list-style: circle;
	color: #000;
	font-size: 1.2em;
	line-height: 1.4em;
	}
	
/*
*	FORM STYLES
*/

form, fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
	}
	
legend {
	display: none;
	}
	
label {
	color: #FFF;
	float: left;
	font-size: 1.2em;
	font-weight: normal;
	margin: 0px 10px 0px 0px;
	padding: 5px 0px 5px 0px;
	width: 90px;
	}
	
input {
	border: 1px solid #999;
	color: #666;
	float: left;
	font-family: arial;
	font-size: 1.2em;
	padding: 2px;
	width: 118px;
	}
	
input.checkbox {
	border: 0px;
	margin: 8px 0px 0px 0px;
	width: 12px
	}
	
input.button {
	background: transparent;
	border: 0px;
	height: 19px;
	margin: 10px;
	padding: 0px;
	width: 78px;
	}
	
select {
	border: 1px solid #999;
	color: #666;
	padding: 2px;
	width: 174px;
	}
	
	
