/* CSS Document */

/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,div,dd,dt,dl
{ margin:0; padding:0; }

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }


/* global elements
 * ------------------------------------------------------------------------- */

/* ----- type selectors ----- */ 
body { 
		background:#fff; 
		text-align:center; 
		font:12px/18px Arial, Verdana, Helvetica, sans-serif; 
		color:#000; 
		}

p, ul, ol, dl, pre, blockquote    { margin-bottom:10px; }

blockquote	{ 
	margin-left: 10px; 
	margin-right: 10px; 
	}

h1	{ font-size:16px; }
h2	{ font-size:14px; }
h3	{ font-size:12px; }
h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#5E332A; text-decoration:underline; }
a:hover,a:active	{ color:#5E332A; text-decoration:underline; }


/* ----- form ----- */ 
form { 
	width:150px; 
	padding:10px 0 15px 22px; 
}

form p	{ font-size:10px; }

form br { 
	line-height:0; /* defaults vertical spacing between fields */
}  

input, textarea, select { 
	background-color:#fff; 
	border:1px solid #000;
	color:#000;
	width:150px; 
	height:18px; 
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:"Trebuchet MS", "Bitstream Vera Sans", Arial, Verdana, Helvetica, sans-serif; 
	font-size:12px;
}

textarea { 
	height:70px; 
	overflow:auto; 
}


/* ----- classes ----- */
div.clear	{ clear:both; height:.01em; overflow:hidden; }

img.img-left { 
	float:left; 
	margin:2px 12px 12px 0; 
	}
	
img.img-right { 
	float: right; 
	margin: 2px 0 12px 12px; 
	}

input.submit, input.submit-contact-main { width:60px; cursor:pointer; padding:0; }
input.submit-contact-main { margin:85px 0 0 242px; }
input.submit-image { background: url("../images/btn-submit.gif"); width:63px; height:15px; border:none; cursor:pointer; }

/* -----                     ----- */
/* ----- end global elements ----- */
/* -----                     ----- */


/* main contact form
 * ------------------------------------------------------------------------- */
 
#contact-main { 
	padding:20px 0 10px 0; 
	}
	
#contact-main label { 
	width:220px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px; 
	}
	
#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:200px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}
	
#contact-main label textarea	{ height:100px; }
	
/* -----                       ----- */
/* ----- end main contact form ----- */
/* -----                       ----- */


/* framework
 * ------------------------------------------------------------------------- */

#container { 
	background:url("../images/graphics/bg_08.jpg"); 
	width:1000px; 
	margin:0 auto; 
	text-align:left; 
	}
	
#top {
	background-image:		url(../images/graphics/header_new.jpg);
	background-color:		#a2d078;
	height:					78px;
	width:					1000px;
	font-weight:			bold;
	color:					white;
}

#column-left { 
	width:260px; 
	float:left; 
	}
  
#column-right { 
	width:500px; 
	float:left; 
	}
 
#bottom-wrap { 
	background:url("../images/bottom-wrap.gif") no-repeat; 
	width:1000px; 
	height:20px; 
	clear:both; 
	overflow:hidden; 
	}
	
/* -----               ----- */
/* ----- end framework ----- */
/* -----               ----- */


/* inside framework
 * ------------------------------------------------------------------------- */
 
#logo {
	height:			43px;
	float:			left;
	margin-top:		1px;
	margin-left:	5px;
}
#mailing_list_button img	{
	float:			right;
	height:			35px;
	border-width:	0px;
	margin-top:		6px;
	margin-right:	5px;
}

 

#flash_slideshow {
	background: url(../images/graphics/flash_slideshow_bg.gif) no-repeat;
	width:  668px;
	height: 570px;
	margin: 0;
	padding: 49px 0 0 0;
	}
	#flash_slideshow h1,
	#flash_slideshow h2,
	#flash_slideshow h3,
	#flash_slideshow h4,
	#flash_slideshow h5,
	#flash_slideshow h6,
	#flash_slideshow p { display: none; }

#pins_image { top: -570px; left: 30px; width: 575px;  }

   
/* ----- titles ----- */
#title-inside { 
	background:url("../images/title-inside.gif"); 
	height:20px; 
	}
	
/* -----                      ----- */
/* ----- end inside framework ----- */
/* -----                      ----- */


/* footer
 * ------------------------------------------------------------------------- */
 
#footer { 
	background-color:		#a2d078;
	clear:					both;
	color:					#FFFFFF;
	float:					left;
	font-weight:			bold;
	font-size:				10pt;
 	width:					1000px;
	text-align:				center;
	margin:0 auto; }
#footer a:link, #footer a:visited, #footer p { text-decoration:none; color:#fff; }
#footer a:hover, #footer a:active { text-decoration:underline; color:#ddf; }

#footer ul { margin: 5px auto; }
#footer li { padding: 0 5px 0 7px; display:inline; border-left: 1px solid #fff; }
#footer li.first { border: none; }
	
#footer p { margin-bottom: 5px; }
