html {
	height: 100%;
}

body {
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
    background: #6B9D3B url(images/body-bg.gif) top left repeat-x;
}

* html body {
	font-size: x-small; /* for IE5Win*/
	f\ont-size: small; /* for other IE versions*/
}

#outer {
	border:0px;
	width:771px;  /* Width of Site */
	background: transparent url(images/outer-bg.png) 0 115px no-repeat;
	margin: auto;
	padding: 0px;
}

#hdr {
	padding: 0 ;
	background: transparent ;
	height: 120px;
	width: 771px;
	border: 0px;
	margin: 0 0 40px 0;
}

.site-title {
	font-weight: bold;
	font-size: 250%;
	font-family: Georgia, serif; /*  n/a if logo in place */
	padding-left:15px;
	padding-top:55px;
}

/* Header Images */ 
.logoimg {
	float: left;
	margin-top: 0px;
	margin-left: 0px;
 	padding-left: 55px;
	border:0;
	margin-bottom: 0px;
	background: transparent;
	border:0;
}

.logoimg-right {
	float: right;
	margin-top: 10px;
 	padding-right: 0;
	margin-right: 25px;
	border: 0;
	margin-bottom: 10px;
	background: transparent;
}
/* End Header Images */

h1, h2, h3, h4, h5 {
	font-family: Arial,Helvetica,sans-serif;
}
	
h1 {
	font-size: 180%;
	line-height: 1.2;
	color: #116577;
	text-decoration: none;
	margin-top: 2px;
	padding-top:0px;
	margin-bottom: 10px;
	padding-bottom: 3px;
}

h2 {
	font-size: 125%;
	color: #1690AA;
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 5px;
}

h3 {
	font-size: 105%;
	color:#1690AA;
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 5px;
}

h4 {
	font-size: 110%;
	letter-spacing:1px;
	margin-top: 5px;
	margin-bottom: 5px;
}

a:link {
	font-size: 100%;
	color: #1690AA;
	font-style: normal;
	text-decoration: none;
}

a:active {
	font-size: 100%;
	color: #1690AA;
	font-style: normal; 
	text-decoration:underline;
}

a:visited {
	font-size: 100%;
	color: #1690AA;
	font-style: normal;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #1690AA;
}

input {
	border: 1px solid #A09D9E;
	margin-bottom: 5px;
}

textarea {
	border: 1px solid #A09D9E;
	font-size: small;
	font-family: verdana, arial, tahoma, sans-serif;
}

#textarea-small {
	border: 1px solid #A09D9E;
	height: 70px;
	width: 320px;
	font-family: verdana;
	float: right;
	font-size: 80%;
}

blockquote {
	font-family: Garamond;
	font-size: 130%;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 110%;
	color: #999999;
	margin: 0px;
	padding-left:25px;
	width: 450px;
	text-align: left;
	background: url(images/quote-left.gif) top left no-repeat;
}

blockquote div {
	background:  url(images/quote-right.gif) bottom right no-repeat;
	padding: 0 27px;
}

/*Navigation Bar */ 
#nav {
	float: left;
	width: 761px;
	height: 34px;
	margin: -60px 0 35px 0;
	padding: 6px 0px 0 70px;
	list-style: none;
	background: transparent url(images/nav.png) top left no-repeat;
}

#nav li {
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
	font-size: 85%;
}

#nav li.off a {
	float: left;
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 8px;
	color: #ffffff;
	text-decoration: none;
	border-bottom: none;
	/*background: #C8D2DE url(images/off_bg.gif) repeat-x top left; */
}

#nav li.off a:hover {
	float: left;
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 8px;
	color: #ffffff;
	text-decoration:underline;
}

#nav li.on a {
	float: left;
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 8px;
	color: #ffffff;
	text-decoration:underline;	
	border-bottom: none;
}

/*SubNavigation Bar */ 
#subnav {
	float: left;
	width: 95%;
	margin: 0;
	margin-bottom: 7px;
	padding-left: 17px;
	padding-right: 0px;
	padding-top: 4px;
	padding-bottom: 2px;
	list-style: none;
	background: #FFFFFF;
	height: 30px;
}

#subnav li {
	float: left;
	margin: 0;
	margin-top: 7px;
	padding: 0;
	font-size: 85%;
}

#subnav li.off a {
	float: left;
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 8px;
	color: #333333;
	text-decoration: none;
	border: 0px;
	border-bottom: none;
	background: #FFFFFF;
}

#subnav li.off a:hover {
	float: left;
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 8px 5px;
	color: #333333;
	text-decoration:underline;
	border: 1px solid #727377;
	border: 0px;
	border-bottom: none;
	background: #e3e3e3;
}

#subnav li.on a {
	float: left;
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 8px 5px;
	color: #335533;
	text-decoration:underline;	
	border: 0px;
	border-bottom: none;
	background: #ffffff;
}

/* Used for padding if there is no other navigation to display */
#sub-pad {
	width: 100%;
	padding: 0px;
	margin: 0;
	height: 0px;
	
}

/**************************/
#cont {
	float: left;
	width: 771px;
	background: transparent url(images/content-mid.png) top left repeat-y;
	margin: 0px;
	text-align:left;
	line-height: 1.3em;
	padding: 1px 0 0 0;
	min-height: 500px;
	height: 100%;
}

/* min height hack for ie*/
* html #cont {
    height:500px
}

#cont img.border {
	float: right;
	margin: 0 8px 10px 10px;
	padding: 4px;
	border:1px solid #D9E0E6;
	border-bottom-color:#A09D9E;
	border-right-color: #A09D9E;
	background: transparent;
}

#cont img.recent-item-border {
	margin: 0 8px 3px 10px;
	padding: 4px;
	border:1px solid green;
	background: transparent;
}

#cont img.view-item-detail-border {
	float: right;
	margin: 0 8px 3px 10px;
	padding: 4px;
	border: 0;
	background: transparent;
}

/*************************/
#left-cont {
	clear: left;
	width: 595px;
	text-align:left;
	float: left;
	margin-bottom: 25px;
	margin-left: 80px;
}

#left-cont ul {
	list-style:square;
}

#left-cont li {
	line-height:130%;
	margin: 0px;
	padding: 0px;
}

#left-cont a {
	text-decoration: underline;
}

#left-cont a:hover {
	color: #5666FF;
	text-decoration: underline;
}

.item-description {
	font-size: 100%;
	margin: 0px 0px 20px 0px;
	padding: 10px 0 20px 0;
	vertical-align:top;
	text-align: left;
	border-bottom: 2px solid #A09D9E;
}
	 
#cont li {
	margin-bottom: 10px;
}

#cont img.border {
	float: right;
	margin: 0 8px 10px 10px;
	padding: 4px;
	border:1px solid #D9E0E6;
	border-bottom-color:#A09D9E;
	border-right-color: #A09D9E;
	background: #FFFFFF;
}

#cont img.recent-item-border {
	margin: 0 8px 3px 10px;
	padding: 4px;
	border:1px solid green;
	background: none;
}

#cont img.view-item-detail-border {
	float: right;
	margin: 0 8px 3px 10px;
	padding: 4px;
	border: 0;
	background: none;
}
/******no teasers***/

#no-teaser {
	clear: both;
	text-align:left;
	padding: 0px 0px 10px 0px;
	margin:auto;
	width: 590px;
}

/***********news and events pages listing etc ******************/
#content-list {
   clear: both;
}

#content-list.eventslist-timestamp {
    color: #999999;
    font-size: 90%;
}

#content-list table {
    background: #ffffff;
	width:100%;
}

#content-list table td {
    border-bottom: 0;
    margin: 0px;
	padding:0px;
	text-align: left;
}

#content-list table td.title-row {
    border-top: 1px solid #EAEAEA;
    margin: 0px;
	padding:8px 20px;
	text-align: left;
	font-size: 90%;
}

#content-list table td.item-description {
	font-size: 100%;
	margin: 0px;
	padding: 10px 0 20px 0;
	vertical-align:top;
	text-align: left;
	border-bottom: 1px solid #EAEAEA;
}

#content-list table td.item-description img {
    float: right;
}

/*************
Image Gallery
**************/
#gallery-cont {
	width: 590px;
	text-align:left;
	margin: auto;
}

#gallery-list {
	clear: both;
	width: 100%;
	padding: 0px;
	margin: 0px;
}	

#gallery-list h2 {
	margin-top: 5px;
	margin-bottom: 5px;
}	

#gallery-list table {
	margin-top: 10px;
	background: #F4F6EB;
	width:100%;
}

#gallery-list table td {
    border-bottom: 0;
    margin: 0px;
	padding:0px;
	text-align: left;
}

#gallery-list table td.title-row {
    border-top: 1px solid #EAEAEA;
    margin: 0px;
	padding:8px 20px;
	text-align: left;
	font-size: 90%;
}

#gallery-list table td.item-description {
    font-size: 85%;
	width: 50%;
	margin: 0px;
	padding: 10px 0px 20px 10px;
	vertical-align:top;
	text-align: left;
	border-bottom: 1px solid #EAEAEA;
}

#gallery-list table td.album-item-description {
    font-size: 85%;
	width: 50%;
	margin: 0px;
	padding: 10px 10px 10px 10px;
	vertical-align:top;
	text-align: left;
	text-align: left;
	border: 1px solid #EAEAEA;
}

#gallery-list table td.item-description-left {
    font-size: 85%;
	width: 50%;
	margin: 0px;
	padding: 10px 10px 10px 10px;
	vertical-align:top;
	text-align: left;
	border-bottom: 1px solid #EAEAEA;
	border-right: 1px solid #EAEAEA;
}

#gallery-list table td.album-item-description-left {
    font-size: 85%;
	width: 50%;
	margin: 0px;
	padding: 10px 10px 10px 10px;
	vertical-align:top;
	text-align: left;
	vertical-align:top;
	text-align: left;
	border: 1px solid #EAEAEA;
}

#gallery-list table td img {
	float: left;
	margin: 0 10px 3px 0px;
	padding: 4px;
	border:1px solid #D9E0E6;
	border-bottom-color:#A09D9E;
	border-right-color: #A09D9E;
}

/********
Cafe Menu
*********/
#cafe-menu-cont {
	width: 95%;
	text-align:left;
	float: left;
	margin-bottom: 25px;
	margin-left: 15px;
}

#cafe-menu-list {
	clear: left;
	padding: 0px;
	margin: 0px;
}	

#cafe-menu-list h2 {
	margin-top: 2px;
	margin-bottom: 5px;
}

#cafe-menu-list h2  a {
	text-decoration: none;
}

#cafe-menu-list table {
	margin-top: 10px;
	width:100%;
}

#cafe-menu-list table td {
    border-bottom: 0;
    margin: 0px;
	padding:0px;
	text-align: left;
}

#cafe-menu-list table td.title-row {
    border-top: 1px solid #EAEAEA;
    margin: 0px;
	padding:8px 20px;
	text-align: left;
	font-size: 90%;
}

#cafe-menu-list table td.cafe-menu-item-description {
    font-size: 85%;
	width: 50%;
	margin: 0px;
	padding: 10px 0px 20px 0px;
	vertical-align:top;
	text-align: left;
	border-bottom: 0px solid #EAEAEA;
}

#cafe-menu-list table td.cafe-menu-course-description {
    font-size: 85%;
	width: 50%;
	margin: 0px;
	padding: 10px 10px 10px 10px;
	vertical-align:top;
	text-align: left;
	text-align: left;
	border: 1px solid #EAEAEA;
}

#cafe-menu-list table td.cafe-menu-item-description-left {
    font-size: 85%;
	width: 50%;
	margin: 0px;
	padding: 10px 10px 10px 10px;
	vertical-align:top;
	text-align: left;
	border-bottom: 1px solid #EAEAEA;
	border-right: 1px solid #EAEAEA;
}

#cafe-menu-list table td.cafe-menu-course-description-left {
    font-size: 85%;
	width: 50%;
	margin: 0px;
	padding: 10px 10px 10px 10px;
	vertical-align:top;
	text-align: left;
	vertical-align:top;
	text-align: left;
	border: 1px solid #EAEAEA;
}

#cafe-menu-list table td img {
	float: left;
	margin: 0 10px 3px 0px;
	padding: 4px;
	border:1px solid #D9E0E6;
	border-bottom-color:#A09D9E;
	border-right-color: #A09D9E;
}

.menu-item-description {
	width: 540px;
}

.cafe-menu-option-box-light {
	width: 540px;
	padding: 4px;
	border: 0px;
	background: transparent;
}

.cafe-menu-option-box-dark {
	width: 540px;
	padding: 4px;
	border: 0px;
	background: transparent;
}

.cafe-menu-option-title {
	font-style: italic;
	font-weight: bold;
	font-size: 105%;
	padding: 0 0 0 10px;
	clear: none;
}

.cafe-menu-option-price {
	padding: 0 10px 0 0;
	float: right;
	font-weight : bold;
	font-size: 105%;
}

.cafe-menu-option-desc
	{
	font-size: 95%;
	padding: 0 0 0 10px;
	clear: left;
}

/****** left col *******/
#leftcol {
	float: left;
	width: 150px;
	margin-right: 0px;
	margin-top: 5px;
	margin-left:0px;
	margin-right: 8px;
	padding: 0px;
	background: transparent;
	border-left:0px solid #EAEAEA;
}

/***** Right col *********/
#rightcol {
	float: right;
	width: 150px;
	margin: 0px;
	margin-top: 5px;
	margin-right: 0px;
	padding: 0px;
	background: transparent;
	border-left:0px solid #EAEAEA;
}

/*************
subscribe box 
 *************/
.subscribe-table {
	width: 140px;
	margin: 0;
	padding-top: 0;
	font-size: 85%;
	vertical-align: top;
}

.subscribe-table input {
	width: 130px;
	padding-left: 8px;
	margin-top: 2px;
	margin-bottom: 5px; 
	font-size: 85%;
}

#subscribe-button {
	cursor:pointer;
	width: 70px;
	font-size: 85%;
	padding: 1px;
	border: 1px solid #A09D9E;
	color: #474747;
}

/****** right column teaser ********/

/** mini cart ******/
#teaser-cart h3 {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-family: Georgia,Garamond,Times,"Times New Roman",serif;
	color: #000000;
	background:transparent;
	padding-bottom: 3px;
	padding-top: 5px;
	padding-left: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #727377;
	border-top: 1px solid #727377;
}

#teaser-cart {
	float: right;
	width: 150px;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 20px;
	text-align: left;
	line-height: 16px;
	border-left: 0px solid #EAEAEA;
}

.mini-cart-total {
	padding-right: 5px;
	text-align: right;
}

.mini-cart-link {
	text-align: center;
	margin-bottom: 4px;
}

#teaser-video h3 {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-family: Georgia,Garamond,Times,"Times New Roman",serif;
	color: #000000;
	background:transparent;
	padding-bottom: 3px;
	padding-top: 5px;
	padding-left: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #727377;
	border-top: 1px solid #727377;
}

#teaser-video {
	float: right;
	width: 150px;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 20px;
	text-align: left;
	line-height: 16px;
	border-left: 0px solid #EAEAEA;
}

#teaser-news h3 {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-family: Georgia,Garamond,Times,"Times New Roman",serif;
	color: #000000;
	background:transparent;
	padding-bottom: 3px;
	padding-top: 5px;
	padding-left: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #727377;
	border-top: 1px solid #727377;
}

#teaser-news {
	float: right;
	width: 150px;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 20px;
	text-align: left;
	line-height: 16px;
	border-left: 0px solid #EAEAEA;
}

#teaser-events h3 {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-family: Georgia,Garamond,Times,"Times New Roman",serif;
	color: #000000;
	background:transparent;
	padding-bottom: 3px;
	padding-top: 5px;
	padding-left: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #727377;
	border-top: 1px solid #727377;
}

#teaser-events {
	float: right;
	width: 150px;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 20px;
	text-align: left;
	line-height: 16px;
	border-left: 0px solid #EAEAEA;
}

#teaser-subscribe h3 {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-family: Georgia,Garamond,Times,"Times New Roman",serif;
	color: #000000;
	background:transparent;
	padding-bottom: 3px;
	padding-top: 5px;
	padding-left: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #727377;
	border-top: 1px solid #727377;
}

#teaser-subscribe {
	float: right;
	width: 150px;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 20px;
	text-align: left;
	line-height: 16px;
	border-left: 0px solid #EAEAEA;
}

#rightcol a.teaser-link {
	color: #000000;
}

#rightcol ul {
    list-style-type: none;
	margin-top: 8px;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 0;
	font-size: 85%;
}

#rightcol li {
    border-bottom: 1px solid #EAEAEA;
    margin-bottom: 5px;
	padding-right: 5px;
}

#rightcol img {
	vertical-align: middle;
	margin-left: 8px;
}

#rightcol p {
   	font-size: 85%;
	margin-left: 5px;
	padding-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 0px;
}

#rightcol table {
   	margin-top: 0px;
	margin-bottom: 0px;
}

#news-feed-icon {
	float: right;
	border:0;
	background: transparent url(images/feed.gif)  right no-repeat;
	text-decoration: none;
}

#event-feed-icon {
	float: right;
	border:0;
	background: transparent url(images/feed.gif)  right no-repeat;
	text-decoration: none;
}

.articlelist-timestamp {
    color: #999999;
    font-size: 85%;
}

/*************************
 End right column teaser.
 *************************/
#ftr {
	clear: both;
	font-size:95%;
	padding:10px;
	margin:0;
	border:0;
}

#footer-address {
	text-align:center;
	padding-top: 0px;
	padding-left: 0px;
	color: #ffffff;
}

#ftr-nav {
	clear: both;
	color: #333333;
	text-align: left;
	font-size:75%;
	padding: 25px 25px 15px 90px;
	margin:0;
	background: transparent url(images/content-bottom.png) bottom left no-repeat;	
}

#ftr-nav  a {

 }

.turboweb-sig {
	font-size:75%;
	padding:3px;
	margin-top:3px;
	margin-bottom: 3px;
	width: 746px;
	text-align: center;
}

.turboweb-sig a {
	color: #111111;
}

.mail-address-table {
	color: #474747;
	font-size:85%;
	width: 500px;
	float: left;
	border: 0px;
	margin-bottom: 8px;
}

.mail-address-table td {
	vertical-align: top;
}

/* Mailform */
#formtable {
	width: 590px;
	height: 460px;
	float: left;
	border:0;
	padding: 0 0 35px 0;
	margin: 15px 0 15px 0;
	background: transparent url(images/mail-table.png) bottom left no-repeat;
}

#formtable table {
	background: none;
	border:0;
}

#formtable td {
	padding: 5px;
}

#formtable td.left {
	width: 35%;
	padding: 5px;
}

#formtable h3 {
	padding: 0;
	margin: 0;
}

.inputbox {
	width: 90%;
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #1690AA;
}

.inputbox-textarea {
	width: 90%;
	padding: 5px;
	height: 200px;
	border: 1px solid #1690AA;
}

#formbutton {
	clear:both;
	width: 100px;
	margin: auto;
	color: #ffffff;
	background: #6B9D3B url(images/nav.png) center top;
	border: 1px solid #415F23;
	cursor: pointer;
	font-size: 95%;
	font-weight: 700;
	padding: 3px;
}

#formbutton:hover {
	color: #333333;
}

/*EOF Mailform*/

.team-member {
	margin: 0 0 0 20px;
}

