/* CSS Document */

body {
	width:100%;
	background:url(../images/header_bg.gif) #fff repeat-x;
}


#container {
	width:960px;
	margin:auto;
}

#header {
	width:920px;
	height:135px;
	background:url(../images/header_berry.jpg) no-repeat;
	margin-left:40px;
}

#nav-container {
	width:880px;
	height:36px;
	margin:auto;
}

#nav-container ul{
margin-top:2px;
background:url(../images/nav_bg.gif) no-repeat;
color: #000;
float: left;
width: 880px;
font-family: Georgia;
font-size:16px;
}

#nav-container ul li { display: inline; }

#nav-container ul li a
{
padding: 0.5em 1em;
color: #000;
text-decoration: none;
float: left;
}

#nav-container ul li a:hover{
background-color: #d4f387;
color: #000;
border-right:1px #fff;
}

#nav-container ul li #current
{
background-color: #b1eb12;
color: #000;
}

#content-container {
	width:880px;
	margin:auto;
	background:url(../images/bottom_berry.gif) no-repeat;
}

#main-content {
	width:520px;
	float:left;
	margin-right: 30px;
	margin-bottom:40px;
}

#sidebar {
	width:330px;
	float:right;
	margin-top:78px;
	font-family:"Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
}

.sidebar-img {
	border:3px solid #fff;
	margin-right: 16px;
	margin-bottom: 20px;
}

.connie-img {
	border:3px solid #fff;
	float:left;
	margin-right: 16px;
	margin-bottom: 40px;
}

#sidebar h1 {
	font-family:"Georgia," Times New Roman, Times, serif;
	font-size:18px;
	font-weight:normal;
	color:#000000;
	margin-bottom:14px;
}

#sidebar p {
	font-family:"Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
	color:#666666;
	line-height:14px;
	margin-bottom:10px;
}

#sidebar ul li {
	margin:0px 0px 6px 0px;
	padding:0px;
}

#sidebar ul.bullet {
	list-style-type:disc;
}

#sidebar ul.bullet li {
	margin:6px 0px 0px 110px;
}


.date {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size:14px;
	color:#336600;
}

.subtle {
	color:#666666;
}


#main-content h1 {
	font-family:"Georgia", Times New Roman, Times, serif;
	font-size:24px;
	font-weight:normal;
	padding-bottom:6px;
	border-bottom:1px solid #ccc;
}

#main-content h2 {
	font-family:"Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#333333;
	margin-top:30px;
}

#main-content h3 {
	font-family:"Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#333333;
	/*text-transform:uppercase;*/
	letter-spacing:1px;
	margin-top:30px;
}

#main-content p.caption {
	font-family:"Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
	color:#999;
	margin-top:6px;
	margin-bottom:20px;
}

#main-content p{
	font-family:"Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	font-size:13px;
	color:#333333;
	line-height:21px;
	margin-top: 20px;
}

#main-content p.short{
	font-family:"Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	font-size:13px;
	color:#333333;
	line-height:21px;
	margin-top: 10px;
}


#main-content ul {
	font-family:"Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	font-size:13px;
	line-height:21px;
	color:#333333;
	list-style-type:disc;
}

#main-content li {
	margin:10px 0px 0px 16px;
}

ul.multiple_columns {
	margin-left:-16px;	
}


ul.short {
 	font-family:"Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	font-size:13px;
	line-height:16px;
	color:#333333;
	list-style-type:disc;
}

li.short {
	margin:10px 0px 0px 16px;
}


.clear {
	clear:both;
}


ul.multiple_columns li{
     text-align: left;
     float: left;
     list-style: none;
     height: 10px;
     width: 240px;
}


ul.products li{
     text-align: left;
     float: left;
     list-style: none;
     height: 10px;
     width: 160px;
}

ul.align {
	margin:10px 0px 10px -16px;
	padding:0px;
}

ul.align li {
	list-style-type:none;
}



.hr {
	border-top:dashed 1px #ccc;
	border-bottom:none;
	margin-top:20px;
	margin-bottom:20px;
	padding:0px;
	clear:both;
}


a:link { 
	color: #336600;
	text-decoration:underline;
	}
a:visited { 
	color: #336600;
	}
a:hover { 
	color: #b1eb12;
	text-decoration: underline;
	}
a:active { 
	color: #336600;
	}
	
	
a.subnav:link { 
	color: #336600;
	text-decoration:underline;
	margin-right:18px;
	}
a.subnav:visited { 
	color: #336600;
	margin-right:18px;
	}
a.subnav:hover { 
	color: #b1eb12;
	text-decoration: underline;
	margin-right:18px;
	}
a.subnav:active { 
	color: #336600;
	margin-right:18px;
	}	
	
	
	
.content-img {
	float:left;
	margin: 20px 10px 20px 0px;
}


#consult-form-container {
	background-color:#d6f0f6;
	padding:20px;
	margin-top:20px;
	margin-bottom:20px;

}	

#consult-form-container h2 {
	margin-top:0px;
}

#consult-form-container form {
	margin-top:20px;
}

#consult-form-container label {
	width:75px;
	font-family:"Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	font-size:13px;
	color:#333333;
	font-weight:bold;
}

#consult-form-container input.field {
	font-family:"Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
	color:#666666;
	vertical-align:top;
	border:solid 1px #8bd0e2;
	padding:2px;
	width:90%;
	margin-top:3px;
	margin-bottom:6px;
}

#consult-form-container textarea.field {
	font-family:"Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
	color:#666666;
	vertical-align:top;
	border:solid 1px #8bd0e2;
	padding:2px;
	width:220px;
	height:112px;
	margin-top:3px;
	margin-bottom:10px;
}

	
#newsletter-container {
	width:290px;
	background-color:#d4f387;
	padding:20px;
	margin-bottom:20px;
}	

#newsletter-container input.field {
	font-family:"Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
	color:#666666;
	vertical-align:top;
	border:solid 1px #fff;
	padding:2px;
	width: 210px;
}


#classes-container {
	width:290px;
	background-color:#e7e7e7;
	padding:20px;
	margin-bottom:20px;
}

#consult-container {
	width:290px;
	background-color:#fbfbaf;
	padding:20px;
	margin-bottom:20px;
}

#consult-container-left{
	float:left;
	margin-bottom:30px;
}



/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
    color:#336600;
	font-weight:bold;
    text-decoration:underline;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #b1eb12; background:;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
	padding: 15px 0 0 0;
	width:300px;
	color: #336600;
	font-weight:normal;
    text-align: left;
	filter: alpha(opacity:100);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(../images/bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(../images/bubble_filler.gif) repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(../images/bubble.gif) no-repeat bottom;
}







#footer {
	clear:both;
	width:880px;
	margin:20px auto 0px auto;
	border-top:24px solid #ccc;
}

#footer p {
	font-family:"Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
	color:#333;
	margin-top:20px;
	padding-bottom:40px;
}

#footer .bullet {
	color:#b1eb12;
}

