@charset "utf-8";

html {
	overflow-y: scroll;
}

body  {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
	font-size:17px;
	background-color:#30170E;
	margin: 0;
	padding: 0;
	text-align: center; /* centers the container in IE 5* browsers. */
	color: #333;
}


h1 {
	color:#30170E;
	font-size:26px;
}
h2 {
	font-size:22px;
	text-indent:30px;
	font-weight:bold;
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

.services-bullet {
	color:#339900;
	background-image: url(images/bullet-service.gif);
}

.media-bullet {
	color:#F17145;
	background-image: url(images/bullet-media.gif);
}


a {
	color:#663399;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

img {
	border:0px;
}


#navigation {
	background-color:#F17145;
	width:680px;
	border-top:1px solid #F2AC8A;
	padding:0;
	margin:0 0 30px 0;
	height:36px;
	float:left;
	display:inline;
}

#navigation a {background-image:url(images/nav.gif);background-repeat:no-repeat;text-indent:-9999px;overflow:hidden;text-align:left;margin-right:35px;float:left;display:inline;margin-top:5px;line-height:24px;}

#navigation a:hover, #sec1 .home, #sec2 .about, #sec3 .services, #sec4 .media, #sec5 .contact {background-image:url(images/nav-on.gif);}

.home {margin-left:30px;width:62px;background-position: 0 0;} 
.about {background-position:-98px 0px;width:67px;}
.services {background-position:-199px 0px;width:99px;}
.media {background-position:-332px 0px;width:66px;}
.contact {background-position:-430px 0px;width:94px;}
.blog {background-position:-569px 0px;width:47px;}




#container { 
	width:960px;
	background-color:#FFF;
	background-image: url(images/bkgrnd-container.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	margin:10px auto 0px auto;
	border:8px #92CA6F solid;
	padding-bottom:20px;
	text-align:left;

} 

#left-column {
	float: left;
	width: 240px;
	margin:24px 0px 0px 20px;
}

.logo {
	margin-bottom:46px;
}


#right-column { 
	margin: 0px 0px 0px 280px; 
	padding-top:140px;
	background-image: url(images/bkgrnd-header.jpg);
	background-repeat: no-repeat;
} 



#content {
	padding:10px 30px 30px 30px;
}

.indent {
	margin-left:30px;
}


#table-workshop td{
	padding-right:20px;
	font-weight:bold;
	padding:5px 0px;
}

#table-workshop a{
	color:#333;
}

#table-media {
	width:580px;
	margin-left:30px;
}

#table-media th{
	text-align:left;
	font-weight:normal;
	padding-left:30px;
	padding-bottom:20px;
	font-size:16px;
	vertical-align:top;
}

#table-media td{
	padding-bottom:20px;
	vertical-align:top;
}

#index-news {
	width:450px;
	margin-left:160px;
	color:#F17145;
	font-weight:bold;
}

#testimonialdivcontainer {
	padding-top:30px;
	width:240px;	
	height:200px;
	display:table-cell;
	vertical-align:middle;
	font-size:13px;
}

#testimonialtabs ul{
	float:left;
}

#testimonialtabs ul li{
	float:left;
	display:inline;
}

.testimonial-forward {
	text-align:right;
	margin-top:10px;
}

#twitter-header {
	text-align:center;
	padding:30px 0px 10px 0px;
}

#twitter-container {
	text-align:left;
	background-color:#E9F4E3;
	margin:0px;
	padding:0px 10px 10px 10px;
}

#twitter {
	padding:10px;
}

#twitter_update_list {
	list-style-type: none;
}
#twitter_update_list a{
	display:block;
}

#twitter_update_list li{
	font-size:13px;
	line-height:17px;
	padding:10px 0px;
	text-align:left;
	border-bottom:2px dotted #92CA6F;
	overflow:hidden;
	text-indent:0px;
}

#twitter p{
	text-align:left;
	font-size:13px;
}


#home #twitter_update_list li{
	font-size:13px;
	line-height:17px;
	padding:10px 0px 0px 0px;
	text-align:left;
	border-bottom:none;
	overflow:hidden;
}

/* tooltip pop up */
.stickytooltip{
box-shadow: 5px 5px 8px #818181; /*shadow for CSS3 capable browsers.*/
-webkit-box-shadow: 5px 5px 8px #818181;
-moz-box-shadow: 5px 5px 8px #818181;
display:none;
position:absolute;
display:none;
border:5px solid #92CA6F; /*Border around tooltip*/
background-color:#E9F4E3;
z-index:3000;
text-align:left;
font-size:15px;
}


.stickytooltip .stickystatus{ /*Style for footer bar within tooltip*/
background:black;
color:white;
padding-top:5px;
text-align:center;
font:bold 11px Arial;
}


#mailing-list {
	background-color:#E9F4E3;
	border:2px solid #30170E;
	padding:15px;
	width:208px;
	margin-top:30px;
	font-size:13px;
	font-weight:bold;
}



.formfield {
	margin-top:15px;
	border:1px solid #30170E;
	padding:4px;
	font-size:15px;
	font-weight:bold;
	width:200px;

}

#footer {
	margin:0px auto;
	padding:3px 0px 15px 0px;
	width:976px;
	border-bottom:10px solid #30170E;
	color:#B0866A;
	font-size:14px;
	text-align:center;
	clear:both;
}

#footer a{
	color:#92CA6F;
	text-decoration:none;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.green {
	color:#92CA6F;
}

.light-green {
	color:#E9F4E3;
}

.purple {
	color:#663399;
}

.orange {
	color:#F17145;
}

.brown {
	color:#30170E;
}

