@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #455650;
}
.twoColFixLtHdr #container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #465751;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	background-image: url(images/saraswatiheader2.jpg);
	height: 190px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	border: thin solid #FFFFFF;
	margin: 0px;
} 
.heading {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #3E4464;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 217px;
	background-color: #749259;
	border: thin solid #58774B;
	/*height: 720px;*/
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

.twoColFixLtHdr #mainContent {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #B0CC78;
	border: thin solid #FFFFFF;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}
.subheading {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #8DA336;
}
.bullets {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	list-style-position: outside;
	list-style-type: disc;
	font-weight: 300;
}
.sidebartext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.maintextdark {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
.important {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #56754A;
	font-weight: bold;
	font-style: italic;
}
.subheading2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #58774B;
}
.maintextwhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}
.border {
	border: thin solid #FFFFFF;
}
.headingother {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #3E4464;
}

div.tabBox {
	background-color: #FFFFFF;
}

div.tabArea {
	font-size: 80%;
	font-weight: bold;
	color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	background-color: #FFFFFF;
}

a.tab {
	background-color: #99CC33;
	border-bottom-width: 0px;
	-moz-border-radius: .75em .75em 0em 0em;
	border-radius-topleft: .75em;
	border-radius-topright: .75em;
	padding: 2px 1em 2px 1em;
	position: relative;
	text-decoration: none;
	top: 3px;
	z-index: 100;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #99CC00;
	border-right-color: #99CC00;
	border-bottom-color: #99CC00;
	border-left-color: #99CC00;
}

a.tab, a.tab:visited {
	color: #333333;
}

a.tab:hover {
	background-color: #B4CF79;
	color: #666666;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

a.tab.activeTab, a.tab.activeTab:hover, a.tab.activeTab:visited {
	background-color: #FFFFFF;
	border-color: #FFFFFF;
	color: #666666;
}

a.tab.activeTab {
	padding-bottom: 4px;
	top: 1px;
	z-index: 102;
}

div.tabMain {
	background-color: #FFFFFF;
	border: 2px solid #99CC00;
	-moz-border-radius: 0em .5em .5em 0em;
	border-radius-topright: .5em;
	border-radius-bottomright: .5em;
	padding: 0.5em;
	position: relative;
	z-index: 101;
	margin-right: .5em;
}

div.tabIframeWrapper {
	width: 620px;
	height: 800px;
	background-color: #FFFFFF;
}

iframe.tabContent {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	border-color: #FFFFFF;
	width: 620px;
	height: 800px;
}
.maintextmore {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #666666;
	font-style: normal;
	padding-left: 10px;
}
.headingothersmall {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #3E4464;
}
.maintextgreen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #B34F73;
}
.maintextother {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7C995D;
	font-weight: bold;
}
.headingotherCopy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 35px;
	color: #4F771F;
	text-align: left;
	font-weight: normal;
}
.headingCopy {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #3E4464;
}
.largeheading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 35px;
	color: #7E973B;
	text-align: center;
	font-weight: normal;
}
.grandopening {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 55px;
	color: #3D466F;
	text-align: center;
	font-weight: normal;
}
.maintextsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
#uppermiddlecontent_div {
	padding: 0px;
	background-image: url(images/onepixelgray.gif);
	background-position: 0 16px;
	background-repeat: repeat-x;
}

.linktextsmall	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	background-color: #FFF;
	color: #338333;
	text-decoration: none;

}
.linktextlarge	{
	font-size: 12px;
	font-style: normal;
	font-weight: 600;

}
	
a.giftcardemail:link {color:#338333; text-decoration: none;	margin: 0 0 0 80px; }   /* unvisited link */
a.giftcardemail:visited {color:#338333; text-decoration: none; margin: 0 0 0 80px; }  						/* visited link */
a.giftcardemail:hover {color: #338333; font-size: 120%; text-decoration: none; margin: 0 0 0 80px; }  /* mouse over link */
a.giftcardemail:active {color:#338333; text-decoration: none; margin: 0 0 0 80px; } /* active link */
a.mailinglistemail:link {color:#338333;	text-decoration: none; 	margin: 0 0 0 110px; }      /* unvisited link */
a.mailinglistemail:visited {color:#338333; text-decoration: none; margin: 0 0 0 110px; } /* visited link */
a.mailinglistemail:hover {color: #338333; font-size: 120%; text-decoration: none; margin: 0 0 0 110px; }  /* mouse over link */
a.mailinglistemail:active {color:#338333; text-decoration: none; margin: 0 0 0 110px; } /* active link */

a.becomemember:link {color:#338333;	text-decoration: none; 	margin: 0 0 0 220px; }      /* unvisited link */
a.becomemember:visited {color:#338333; text-decoration: none; margin: 0 0 0 220px; } /* visited link */
a.becomemember:hover {color: #338333; font-size: 120%; text-decoration: none; margin: 0 0 0 220px; }  /* mouse over link */
a.becomemember:active {color:#338333; text-decoration: none; margin: 0 0 0 220px; } /* active link */

a.memberemail:link {color:#338333;	text-decoration: none; 	margin: 0 0 0 50px; }      /* unvisited link */
a.memberemail:visited {color:#338333; text-decoration: none; margin: 0 0 0 50px; } /* visited link */
a.memberemail:hover {color: #338333; font-size: 120%; text-decoration: none; margin: 0 0 0 50px; }  /* mouse over link */
a.memberemail:active {color:#338333; text-decoration: none; margin: 0 0 0 50px; } /* active link */

.imgmainhousefloatleft	{
	float: left;
	margin: 0 0 0 5px;
	border: 1px solid #999;
}
.imgxmasfloatleft	{
	float: left;
	margin: 0 10px 10px 10px;
}
