@charset "utf-8";

/* 
COLORS
Green = #4A8F54
Purple = #653460
Pink = #FFF0E0
*/

body, p, ul, li, ol, div, img, h1, h2, h3, h4, h5, a, form {
	margin:0;
	padding:0;
	border:0;
	}
	
ul, ol {
	list-style-type:none;
	}

body {
	font-size:10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:center;
	}
.iframe {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


#content-container {
	width:800px;
	text-align:left;
	margin:0 auto;
	background:#FFF url(none);
	}

#top-header {
	height:110px;
	width:100%;
	background:#FFF0E0 url(images/photo-header.jpg) top center repeat-x;
	}
	
#nav-bar {
	height:35px;
	width:100%;
	background:#653460 url(none);
	}
	
#logo {
	position:relative;
	left:-260px;
	top:-40px;
	cursor:pointer;
	}
	
#nav-bar ol {
	text-align:right;
	width:800px;
	margin:0 auto;
	}
	
#nav-bar li {
	font:bold 1.6em Helvetica, Arial, sans-serif;
	display:inline;
	color:#FFF;
	vertical-align:-50%;
	padding:10px 0 13px 0;
	height:35px;
	line-height:2.2em;
	letter-spacing:-1px;
	}

#nav-bar ol li a {
	color:#FFF;
	text-decoration:none;
	}
	
#nav-bar ol a:hover {
	/*background-color:#88B58E;*/
	text-decoration:underline;
	}
	
.selected div { /* currently selected navigation tab */
	background-color:#88B58E;
	height:35px;
	margin-right:5px;
	}
	
#nav-bar li div {
	display:inline;
	height:35px;
	padding:15px 5px 10px 5px;
	}
	
#mid-header-home {
	height:158px;
	background:#4A8F54 url(images/mid-header-home-bg.png) center no-repeat;
	width:100%;
	}
	
#mid-header {
	height:70px;
	background:#4A8F54 url(images/footer-bg.gif) repeat-x;
	width:100%;
	}
	
#mid-header-home p, #mid-header p {
	color:#FFF;
	font-style:italic;
	font-size:1.2em;
	width:800px;
	margin:0 auto;
	text-align:right;
	padding-top:10px;
	line-height:1.2em;
	}
	
#mid-header-home a, #mid-header a {
	color:#FFF;
	text-decoration:none;
	}
	
#mid-header-home a:hover, #mid-header a:hover {
	text-decoration:underline;
	}
	
#column-container {
	float:right;
	width:80%;
	}
		
#left-column {
	float:left;
	width:240px;
	padding:0 20px 0 0;
	margin-bottom:10px;
	}
	
#center-column {
	float:left;
	width:238px;
	padding:0 20px 0 20px;
	border-right:#BBB 1px solid;
	border-left:#BBB 1px solid;
	margin-bottom:10px;
	}
	
#right-column {
	float:right;
	width:239px;
	padding:0 0 0 20px;
	margin-bottom:10px;
	}
	
#right-column-wide {
	float:right;
	width:516px;
	padding:0 0 0 20px;
	border-left:#BBB 1px solid;
	margin-bottom:10px;
	}
	
#left-column-wide {
	float:left;
	width:518px;
	padding:0 20px 0 0;
	border-right:#BBB 1px solid;
	margin-bottom:10px;
	}
	
#single-column {
	width:800px;
	margin-bottom:10px;
	}
	
#top-footer {
	background:#4A8F54 url(images/footer-bg.gif) repeat-x;
	clear:both;
	height:35px;
	margin-top:20px;
	}
	
#bottom-footer {
	background:#653460 url(none);
	height:70px;
	padding-top:5px;
	}
	
#bottom-footer p {
	width:800px;
	font-family:Helvetica, Arial, sans-serif;
	text-align:center;
	margin:0 auto;
	}
	
#bottom-footer a {
	color:#FFF;
	margin:0px 20px;
	text-decoration:none;
	}
	
#bottom-footer a:hover {
	text-decoration:underline;
	}
	
h1 {
	text-indent:-9999px;
	}
	
h2 {
	font:bold 2.4em Helvetica, Arial, sans-serif;
	color:#653460;
	}	
	
	
h3 {
	font:bold 1.6em Helvetica, Arial, sans-serif;
	color:#4A8F54;
	}
	
h3 a {
	color:#4A8F54
	}

.attention {
     color:#D95E57;
     }
	
p, form {
	font-size:1.3em;
	line-height:1.3em;
	}
	
h2, h3 {
	/*margin:.65em 0 .1625em 0;*/
	margin-top:.65em;
	}

p {
	margin-bottom:.325em;
	line-height:1.4em;
	}
		
.catalog-cover { /* cover dimensions 200x346 */
	margin:0 auto;
	text-align:center;
	}
	
.login-leaf {
	float:left;
	padding-right:5px;
	}
	
#left-column a, #center-column a, #right-column a {
	color:#4A8F54;
	}
	
.caption {
	clear:both;
	float:right;
	width:360px;
	padding:5px;
	margin:10px;
	color:#653460;
	background:#FFF0E0 url(none);
	border:#653460 1px solid;
	}
	
#content-container ul, #content-container ol {
	font-size:1.3em;
	}
	
#left-column ul,
#center-column ul,
#right-column ul,
#right-column-wide ul {
	list-style-type:disc;
	list-style-image:url(images/bullet.gif);
	}
	
#left-column li,
#center-column li,
#right-column li,
#right-column-wide li {
	margin-left:15px;
	}

#news-index {
	font-size:1.3em;
	}
	
#news-index a {
	display:block;
	}
	
hr {
	color:#BBB;
	height:1px;
	margin:3px 0 2px 0;
	}
	
a[href~="pdf"]:after {
	content:url(images/pdficon_small.gif);
	}
	
#bottom-footer .designer {
	color:#FFF;
	font-size:.9em;
	margin-top:10px;
	}
	
#bottom-footer .designer a {
	margin:0;
	}

/* For Tell Jonna Form */

#tell-jonna label {
	display:block;
	}
	
#tell-jonna input {
	display:block;
	}
	
#tell-jonna input[type="text"] {
	width:300px;
	}
	
#tell-jonna textarea {
	width:300px;
	}
	
#tell-jonna fieldset {
	padding:10px;
	}
		
#tell-jonna legend {
	font-size:1em;
	font-weight:bold;
	color:#4A8F54;
	}
	
#tell-jonna label, #tell-jonna input, #tell-jonna textarea {
	margin-left:10px;
	}
	
#tell-jonna input[type="image"] {
	margin:10px 0 0 20px;
	}
	
#tell-jonna .field-info {
	font-size:0.6em;
	color:#AAA;
	font-style:italic;
	font-weight:normal;
	}
	
#captcha {
	margin:10px;
	}
	
.reload-captcha {

	}
#newsletter {
	width: 224px;
	height: 171px;
	background: url(images/newsletterBg.jpg);
	color: #FFF;
}
