body {
	color:#000;
	background-color:#e4f2f5;
	font: 13px/18px Arial, Helvetica;
}
a {
	color:#000;
}

a:hover {
	text-decoration:none;
}

img { -ms-interpolation-mode: bicubic; } /* So IE renders scaled images nicely */

#wrapper {
	width:1024px;
	margin:0px auto;
	background-color:#FFFFFF;
}

/*** CLASSES ***/

.left {
	float:left
}
.right {
	float:right
}

.right ul li:hover, .right a.active{
	background-image:url(../img/bringrosies.gif) no-repeat;
	}
	
.clear {
	clear:both;
	display:block;
	height:0em;
}

.links {
	margin-top:7px;
}

.links p{
	margin-bottom:8px;
}


table.sponsorsTable {
	font-size:12px;
	text-align:center;
	width:460px;
	margin-left:-10px;

}

table.sponsorsTable td{
	padding:3px;
}

table.sponsorsTable td.light{
	background-color:#EDFFCF;
}

table.sponsorsTable td.dark{
	background-color:#F3FFDF;
}

/*** HEADER ***/

#header {
	height:193px;
	width:1024px;
	margin:0 auto -20px auto;
	text-align:left;
}
	#header h1 {
		display:block;
		float:left;
		padding-left:22px;
		padding-top:24px;
		padding-right:44px;
	}
		#header h1 a {
			font-size:0em;
			line-height:0em;
			display:block;
			text-indent:-100000px;
		}
		#header h1 img {
			display:block
		}
		
	/*** Left Header Logo ***/
		
	#header .left {
		width:374px;
		padding-top:18px;
	}
		#header .left h2 {
			font-size:0em;
			line-height:0em;
			display:block;
			text-indent:-100000px;
			padding-bottom:24px;
		}
			#header .left h2 img {
				display:block;
			}
		#header  ul li {
			display:block;
			float:left;
			padding-right:3px;
		}
			#header ul li a {
				display:block;
				float:left;
				font-size:0em;
				line-height:0em;
				text-indent:-100000px;
			}
				#header ul li a img {
					display:block;
				}				
				
				/* Classes for each separate bar that appears before content */
				
				.homeBar {
					height:25px;
					width:1024px;
					margin:0 auto;
					display:block;
					background:url(../img/bg-top.gif) repeat-x bottom;
				}
				
				.learnBar {
					background-color:#00ADD2;
					height:22px;
					width:1024px;
					margin:0 auto 3px auto;
					text-align:left;
					color:#fff;
					font: .85em Arial, "MS Sans Serif", sans-serif;	
					font-weight:bold;
					letter-spacing:.09em;
					x-height:.8em;					
				}
				
				.learnBar ul {
						padding:4px 0 0 0;
						margin:0 0 0 330px;
						*margin:0 0 0 320px;
					}				
						.learnBar ul li{
							display:inline;
							margin-right:25px;
						}
						.learnBar li a img {
							margin:5px 0 0 0;
							float:left;
						}				
						.learnBar ul li a{
							color:#fff;
							text-decoration:none;
							margin:0;
						}				
						.learnBar ul li a:hover{
							color:#000;
							text-decoration:none;
						}				
						.learnBar .active{
							color:black;
						}
										
					.learnBar .usa {
						margin:1px 5px 0 25px;
						float:left;
					}
								
				.newsBar {
					height:22px;
					width:1024px;
					margin:0 auto 3px auto;
					background-color:#BBD691;					
				}
				
				.photosBar {
					height:22px;
					width:1024px;
					margin:0 auto 3px auto;
					background-color:#F5A044;
					
				}
				
				.photosBar ul li{
					display:inline;
					padding-right: 20px;
				}
				
				.contactBar {
					height:22px;
					width:1024px;
					margin:0 auto 3px auto;
					background-color:#78818A;					
				}
				
				.bringRosiesBar {
					height:23px;
					width:1024px;
					margin:0 auto 2px auto;
					background:url(../img/bring-rosies-bar.gif) no-repeat top left;	
					text-align:left;
					color:#fff;
					font: .85em Arial, "MS Sans Serif", sans-serif;	
					font-weight:bold;
					letter-spacing:.09em;
					x-height:.8em;			
				}				
					.bringRosiesBar ul {
						padding:4px 0 0 0;
					}				
						.bringRosiesBar ul li{
							display:inline;
							margin-right:25px;
						}
						.bringRosiesBar li a img {
							margin:5px 0 0 0;
							float:left;
						}				
						.bringRosiesBar ul li a{
							color:#fff;
							text-decoration:none;
							margin:0;
						}				
						.bringRosiesBar ul li a:hover{
							color:#000;
							text-decoration:none;
						}				
						.bringRosiesBar .active{
							color:black;
						}
										
					.bringRosiesBar .usa {
						margin:1px 5px 0 25px;
						float:left;
					}
					
					.adminBar {
					height:23px;
					width:1024px;
					margin:0 auto 3px auto;
					background:url(../img/adminBar.gif) no-repeat top left;	
					text-align:left;
					color:#fff;
					font: .85em Arial, "MS Sans Serif", sans-serif;	
					font-weight:bold;
					letter-spacing:.09em;
					x-height:.8em;			
				}				
					.adminBar ul {
						padding:4px 0 0 0;
					}				
						.adminBar ul li{
							display:inline;
							margin-right:25px;
						}
						.adminBar li a img {
							margin:5px 0 0 0;
							float:left;
						}				
						.adminBar ul li a{
							color:#fff;
							text-decoration:none;
							margin:0;
						}				
						.adminBar ul li a:hover{
							color:#000;
							text-decoration:none;
						}				
						.adminBar .active{
							color:black;
						}
										
					.adminBar .usa {
						margin:1px 5px 0 25px;
						float:left;
					}
				
				
				/*** MAIN NAVIGATION  - Each button has it's own class for background image purposes***/
				
				#nav {
					margin:-14px 0 0 -14px;
					width:330px;
				}
				
				#nav ul li {
					display:block;
				}
				
				#nav ul li.learnmore{
					background:transparent url(../img/learn-more.gif) no-repeat 15px 14px;
					width:76px;
					height:74px;
					cursor:pointer;
				}
				#nav ul .learnmore:hover, .learnmore a.active{
					background:transparent url(../img/learn-more-hover.gif) no-repeat top left;
					width:76px;
					height:74px;
					cursor:pointer;
				}
				#nav ul li.news{
					background:transparent url(../img/in-the-news.gif) no-repeat top left;
					width:76px;
					height:74px;
					cursor:pointer;
				}
				#nav ul .news:hover, .news a.active{
					background:transparent url(../img/in-the-news-hover.gif) no-repeat top left;
					width:76px;
					height:74px;
					cursor:pointer;
				}
				#nav ul .photos{
					background:transparent url(../img/photos.gif) no-repeat top left;
					width:76px;
					height:74px;
					cursor:pointer;
				}
				#nav ul .photos:hover{
					background:transparent url(../img/photos-hover.gif) no-repeat top left;
					cursor:pointer;
				}
				
				#nav ul li.photos.active {
					background:transparent url(../img/photos-hover.gif) no-repeat top left;
					cursor:pointer;
				}
				
				
				#nav ul li.contact{
					background:transparent url(../img/contact.gif) no-repeat top left;
					width:76px;
					height:74px;
					cursor:pointer;
				}
				#nav ul .contact:hover{
					background:transparent url(../img/contact-hover.gif) no-repeat top left;
					cursor:pointer;
				}
				#nav ul li.contact.active {
					background:transparent url(../img/contact-hover.gif) no-repeat top left;
					cursor:pointer;
				}
				
				
		/*** Right Header Section with Three Links ***/
		
		#header .right {
			float:right;
			width:252px;
			padding-top:18px;
		}
			#header .right ul li {
				float:none;
				padding-bottom:7px;
			}
				#header .right ul li a {
					float:none;
				}
				
/*** MAIN CONTENT SECTION ***/

#content {
	background:url(../img/pattern.gif) repeat-y top;
	width:1024px;
	margin:0 auto;
	position:relative;
}
	#content .bottom {
		display:block;
		position:absolute;
		bottom:0;
		left:260px;
	}
	    #content #flower 	{
		/**margin: 50px 0 20px 45px;**/
		
		}
		
/*** MAIN CONTENT SECTION FOR ADMIN AREA***/

#contentAdmin {
	background:url(../img/adminBG.gif) repeat-y top;
	width:1024px;
	margin:0 auto;
	position:relative;
}
	#contentAdmin .bottom {
		display:block;
		position:absolute;
		bottom:0;
		left:260px;
	}
	

/*** MAIN CONTENT SECTION for GALLERY***/

#contentGallery {
	background:url(../img/pattern2.gif) repeat-y top;
	width:1024px;
	margin:0 auto;
	position:relative;
}
	#contentGallery .bottom {
		display:block;
		position:absolute;
		bottom:0;
		left:260px;
	}
	    #contentGallery #flower 	{
		/**margin: 50px 0 20px 45px;**/
		
		}
	
	/*** LEFT HAND COLUMN ***/
	
	#sidebar {
		float:left;
		width:200px;
		padding:16px 23px 16px 30px;;
	}
		#sidebar p {
			font:12px/250% Arial, Helvetica, sans-serif;
			color:#fff;
			padding-bottom:20px;
			font-weight:500;
		}
		#sidebar .old {
			background:transparent url(../img/beenTRosies.png) no-repeat top left;
			font-size:0em;
			display:block;
			text-indent:-1000000px;
			width:97px;
			height:106px;
			float:right;
			cursor:pointer;
		}
			#sidebar .old:hover, .old a.active	{
			background:transparent url(../img/beenSelect.png) no-repeat top left;
			width:97px;
			height:106px;
			}
			
		.registerPosition {
			padding: 0px 0 5px 0px;
			margin: 0 0 0 -5px;
		}
		
		#sidebar .register {
			background:transparent url(../img/register4rosies.gif) no-repeat top left;
			font-size:0em;
			display:block;
			text-indent:-1000000px;
			width:97px;
			height:106px;
			float:left;
			cursor:pointer;
		}
			#sidebar .register:hover{
			background:transparent url(../img/register4rosiesHover.gif) no-repeat top left;
			width:97px;
			height:106px;
			}
			
		.lookingPosition {
			padding: 0px 0 0px 0px;
			margin: 70px 0 0 -5px;
		}
			
			#sidebar .looking_for {
			background:transparent url(../img/look_for_camp_button.gif) no-repeat top left;
			font-size:0em;
			display:block;
			text-indent:-1000000px;
			width:98px;
			height:112px;
			float:left;
			cursor:pointer;
		}
			#sidebar .looking_for:hover{
			background:transparent url(../img/look_for_camp_button_selected.gif) no-repeat top left;
			width:98px;
			height:112px;
			}
			
		.downloadPosition {
			padding: 65px 0 0 0;
			margin: 20px -5px 0 0;
		}
			
		.download {
			background:transparent url(../img/downloadBrochure.gif) no-repeat top right;
			font-size:0em;
			display:block;
			text-indent:-1000000px;
			width:98px;
			height:112px;
			cursor:pointer;
			float:right;
		}
			.download:hover{
			background:transparent url(../img/downloadBrochureHover.gif) no-repeat top right;
			width:98px;
			height:112px;
			}	
			
			#sidebar .big{
				margin:30px 0 12px -2px;
				border:2px solid white;
			}
			
			#sidebar .smallLeft{
				float:left;
				border:2px solid white;
			}
			
			#sidebar .smallRight{
				float:right;				
				border:2px solid white;
			}	
			
			#sidebar .testimonial {
			padding-bottom:15px;
			padding-top:20px;
			}
			#sidebar .testimonial h3 {
				font: 12px/20px Arial, Helvetica;
				font-weight:bold;
				color:#fff;
				padding-bottom:5px;
			}
			#sidebar .testimonial p {
				font: 12px/20px Arial, Helvetica;
				font-weight:500;
				color:#fff;
				padding-bottom:5px;
				text-align:center;
			}
			#sidebar .testimonial small {
				font: 11px/21px Arial, Helvetica;
				font-style:italic;
				color:#fff;
			}
			#sidebar .testimonial em {
				font: 11px/21px Arial, Helvetica;
				font-style:italic;
				color:#fff;
			}			
			#sidebar .testimonial .flower {
				margin-left:85px;
			}
			
			
	/*** LEFT HAND COLUMN For ADMIN***/
	
	#sidebarAdmin {
		float:left;
		width:200px;
		padding:16px 23px 16px 30px;;
	}
		#sidebarAdmin p {
			font:12px/250% "Arial Black", Arial, Helvetica, sans-serif;
			color:#fff;
			padding-bottom:20px;
		}
		#sidebarAdmin .old {
			background:transparent url(../img/beenTRosiesAdmin.png) no-repeat top left;
			font-size:0em;
			display:block;
			text-indent:-1000000px;
			width:97px;
			height:106px;
			float:right;
			cursor:pointer;
		}
			#sidebarAdmin .old:hover, .old a.active	{
			background:transparent url(../img/beenSelectAdmin.png) no-repeat top left;
			width:97px;
			height:106px;
			}
			
			#sidebarAdmin .big{
				margin:30px 0 12px -2px;
				border:2px solid white;
			}
			
			#sidebarAdmin .smallLeft{
				float:left;
				border:2px solid white;
			}
			
			#sidebarAdmin .smallRight{
				float:right;				
				border:2px solid white;
			}
			
	/*** MIDDLE CONTENT SECTION ***/
	
	#home {
		width:476px;
		float:left;
		padding-left:28px;
		padding-top:15px;
		padding-bottom:15px;
		min-height:450px;						/* IE6 MIN-HEIGHT TRICK */ 	
		height:auto !important;					/* IE6 MIN-HEIGHT TRICK */ 	
		height:450px; 
		z-index:1;							/* IE6 MIN-HEIGHT TRICK */ 		
	}
		#img{
			background:url(../img/3pics.gif) no-repeat top left;
			display:block;
			width:460px;
			height:360px;
			margin:0 auto;
			padding-bottom:3px;
			z-index:100;
			font-size:0em;
			line-height:0em;
			text-indent:-100000px;
		}
		#home .txt {
			width:340px;
			padding-left:130px;
		}
			#home .txt p {
				font-size:10px;
				color:#231f20;
				text-transform:uppercase;	
				line-height:180%;
			}
			#home .txt p strong {
				font-size:14px;			
			}
			#home h1 {
				font: 13px/18px "Arial black", Arial;
				color:#000;
				display:block;
			}
			#home h3 {
				font: 12px/16px "Arial black", Arial;
				display:block;
			}
			#home ul {
				list-style-type:disc;
			}
			
			#home ul li{
				list-style-type:disc;
				margin:0 0 10px 20px;
			}
			
			/*** Embedded lists for admin forms page ***/
			
			#home ul li ul li{
				list-style-type:square;
				margin:0 0 10px 20px;
			}
			
			#home ul li ul li ul li{
				list-style-type:circle;
				margin:0 0 10px 20px;
			}
			
			#home .qanda ul li{
				list-style-type:none;
			}
			
	
	/** Mid Section for GALLERY Page **/
	
	#homeGallery {
		width:741px;
		float:right;
		padding-left:28px;
		padding-top:15px;
		padding-bottom:15px;
		min-height:450px;						/* IE6 MIN-HEIGHT TRICK */ 	
		height:auto !important;					/* IE6 MIN-HEIGHT TRICK */ 	
		height:450px; 
		z-index:1;							/* IE6 MIN-HEIGHT TRICK */ 		
	}
			
	/*** RIGHT HAND COLUMN ***/
	
	#sidebar2 {
		width:203px;
		float:right;	
		padding:28px 25px;
		text-align:center;
		font: 12px/20px Arial, Helvetica;
		font-weight:bold;
	}
		#sidebar2 .testimonial {
			padding-bottom:15px;
			background:url(../img/flower.gif) no-repeat top center;
			padding-top:20px;
		}
			#sidebar2 .testimonial h3 {
				font: 12px/20px Arial, Helvetica;
				font-weight:bold;
				color:#fff;
				padding-bottom:5px;
			}
			#sidebar2 .testimonial p {
				font: 12px/20px Arial, Helvetica;
				font-weight:500;
				color:#fff;
				padding-bottom:5px;
			}
			#sidebar2 .testimonial small {
				font: 11px/21px Arial, Helvetica;
				font-style:italic;
				color:#fff;
			}
			#sidebar2 .testimonial em {
				font: 11px/21px Arial, Helvetica;
				font-style:italic;
				color:#fff;
			}
			
			#sidebar2 .testimonialAdmin {
			padding-bottom:15px;
			background:url(../img/flowergreen.gif) no-repeat top center;
			padding-top:20px;
		}
			#sidebar2 .testimonialAdmin h3 {
				font: 12px/20px Arial, Helvetica;
				font-weight:bold;
				color:#5A656F;
				padding-bottom:5px;
			}
			#sidebar2 .testimonialAdmin p {
				font: 12px/20px Arial, Helvetica;
				font-weight:bold;
				color:#000;
				padding-bottom:5px;
			}
			#sidebar2 .testimonialAdmin small {
				font: 11px/21px Arial, Helvetica;
				font-style:italic;
				color:#5A656F;
			}
			#sidebar2 .testimonialAdmin em {
				font: 11px/21px Arial, Helvetica;
				font-style:italic;
				color:#5A656F;
			}			
			
			#sidebar2 .big{
				margin:30px 0 10px 0px;
				border:2px solid white;
			}
			
			#sidebar2 .smallLeft{
				float:left;
				border:2px solid white;
			}
			
			#sidebar2 .smallRight{
				float:right;				
				border:2px solid white;
			}
			
/*** FOOTER ***/

#footer {
	padding:30px 0 20px 0;
	width:1024px;
	margin:0 auto;
	text-align:center;
	background-color:#FFFFFF;
}
	#footer .left {
		width:253px;
		padding-bottom:10px;
	}
		#footer .left img,
		#footer .right img {
			display:block;
			margin:0 auto;
			text-align:center;
		}		
	#footer .right {
		padding-bottom:10px;
		width:253px;
	}
	
	#footer .center {
		width:518px;
		float:left;
		text-align:center;
		font-size:10px;
		text-transform:uppercase;
		color:#78818a;
	}
		#footer li {
			display:inline;
		}
		#footer a {
			color:#78818a;
			text-decoration:none;
		}
		#footer a:hover {
			color:#f5a044;
		}
		
		
/*** FORM STYLES ***/

fieldset {
	padding:10px;
	width:480px;
	margin:10px 0 0 -17px;
}

legend {
	line-height:18px;
	padding: 2px 6px 5px 6px;
	*padding-right:10px;
	font-weight:bold;
	font: 13px/18px "Arial Black", Arial;
	color:white;
	*margin:0 0px 7px -7px;
}
label {
	width:122px;
	height:32px;
	margin-top:3px;
	margin-right:2px;
	padding-top:11px;
	padding-left:10px;
	font: 13px/18px Arial;
	color:white;
	background:transparent;
	float:left;
	font-weight: bold;
	line-height: 1.1;
}
.form {
	margin:0;
	padding:0;
}

.clear {
	clear:both;
}
.holder {
	background-color:#fff;
}
.div_textbox {
	width:337px;
	float:right;
	background:transparent;
	height:35px;
	margin-top:3px;
	padding-top:5px;
	padding-bottom:3px;
	padding-left:5px;
	display:block;
}

.textbox {
	background-image: url(../img/flower2.gif);
	background-repeat: no-repeat;
	background-position:left;
	width:275px;
	font:normal 18px Arial;
	color: #444444;
	padding:3px 5px 3px 24px;
	margin-bottom:30px;
}
.textbox:focus, .textbox:hover {
	background-color:#FFF7EF;
}

.div_textarea {
	width:337px;
	float:right;
	background:transparent;
	height:115px;
	margin-top:3px;
	padding-top:5px;
	padding-bottom:3px;
	padding-left:5px;
}

.textarea {
	background-image: url(../img/flower2.gif);
	background-repeat: no-repeat;
	background-position:left;
	width:275px;
	height:100px;
	font:normal 18px Arial;
	color: #444444;
	padding:3px 5px 3px 24px;
}
.textarea:focus, .textarea:hover {
	background-color:#FFF7EF;
}

.username {
    	background-image: url(../img/16m.png);
    	background-repeat: no-repeat;
    	background-position:left;
		width:275px;
    	font:normal 18px Arial;
    	color: #444444;
    	padding:3px 5px 3px 19px;
}
.username:focus, .username:hover {
	background-color:#FFF7EF;
}
   
.password {
    	background-image: url(../img/16s.png);
    	background-repeat: no-repeat;
   		background-position:left;
		width:275px;
    	font:normal 18px Arial;
    	color: #444444;
    	padding:3px 5px 3px 19px;
}
.password:focus, .password:hover {
	background-color:#FFF7EF;
}

.email {
    background-image: url(../img/email.gif);
    background-repeat: no-repeat;
   	background-position:left;
	width:275px;
    font:normal 18px Arial;
    color: #444444;
    padding:3px 5px 3px 24px;
}
.email:focus, .email:hover {
	background-color:#FFF7EF;
}

.button_div {
	width:277px;
	float:right;
	background-color:transparent;
	text-align:right;
	height:35px;
	margin:8px 30px 0 0;
	padding:5px 0px 3px;
}
.buttons {
	background: #F5A044;
	font-size:12px; 
	color: #fff; 
	padding: 6px 14px;
	border-width: 2px;
	border-style: solid;
	border-color: #FFAA4F #AF7536 #AF7536 #FFAA4F;
	text-decoration: none;
	text-transform:uppercase;
	font-weight:bold;
	cursor:pointer;
}

/** END OF FORM STYLES ***/

/*** ACOORDION ***/

.toggler  { cursor:pointer; margin: 2px 0 0 10px; padding:5px 5px 5px 10px;}

.toggler:hover	 { color:#fff; }

.element	 { padding:0 5px; 	overflow: hidden; margin: 0 0px 0 15px;}