inde@charset "UTF-8";
/* CSS Document */

/* Website Designed and Developed by Evosillate Design Studio http://www.evoscilaltedesignstudio.com */
/* This is the global CSS document for the main Integral Yoga web presence */
/* These rules do not apply to the e-commerce website */

/* Main Rules and Container Div */

body  {
	font: Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 5px;
	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 */
}
h1 {
	color: #f7941d;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold; 
	font-size: 16px;
	font-variant: small-caps;
	margin: 0;
	overflow:hidden;
}
h2 {
	color: #f7941d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-variant: small-caps;
	margin: 0;
	overflow:hidden;
}
h3 {
	color:#990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-variant: small-caps;
	margin: 0;
	overflow:hidden;
}

p {
	color: #006600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#container { 
	width: 950px;  
	background: #FFF; 
	text-align: left;
	border-bottom: 0px;
	border-top: 0px;
	margin:0 auto;
	text-align: center;
}  

/* Header Div contains main banner as well as main navigation bar */

#header {
	height: 40px;
}
#header a:link {
	text-decoration: none;
	color: #006600;
}
#header a:visited {
	text-decoration: none;
	color: #006600;
}
#header a:hover {
	text-decoration: none;
	color:#990000;
}
#header a:active {
	text-decoration: none;
	color: #006600;
}

/* Inner Wrapper and sidebar includes secondary navigation menu */

#innerwrapper {
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0;
	text-align: left;
}
#sidebar1 {
	float: left; 
	width: 132px;
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 5px; /* top and bottom padding create visual space within this div  */
	margin: 0px;
}

/* Main Content Div does not include secondary navigation Div when the navigatoin is present */

#mainContent { 
	margin: 0px 20px 5px 10em; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	padding: 10px
} 
#mainContent a:link {
	text-decoration: none;
	color: #060;
}
#mainContent a:visited {
	text-decoration: none;
	color: #060;
}
#mainContent a:hover {
	text-decoration: underline;
	color:#060;
}
#mainContent a:active {
	text-decoration: none;
	color: #060;
}

/* Footer Div present on all pages */

#footer { 
	color: #006600;
	background:#FFFFFF;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin-top: -10px;
	} 

/* Various Float Commands may be applied to objects */
	
.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;
}
.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:20px;
	font-size: 1px;
	line-height: 0px;
}

/* Rules for layout of index.html */

ul.MainNav {
	list-style-type:none;
	padding-left:0;
	margin-left:0;
	text-decoration: none;
	color: #006600;
}
ul.MainNav li {
	display:inline;
	padding: 0px 35px;
	color:#006600;
}

#IYNF {
width:47%;
margin: 0;
}
#IYNA {
width:52%;
margin: 0;
}
.Hidden {
	color: #FFFFFF;
}
#IYNFS {
	width: 400px;
}

#IYNFM {
	width: 300px;
	margin: 5px;
	float: right;
	text-align:left;
	margin-top: 20px;
}
#mainContent ul {
	list-style-image: url(OY.gif);
	color: #006600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.cjp {
	float:left;
	margin: 15px;
}
.error {
	color:#990000;
}

#LocalProduce {
	float:left;
 	width: 400px;
 	margin: 10px;
	border-top: none;
	text-align: left;
}
#LocalProduce a:link {
	text-decoration: none;
	color: #060;
}
#LocalProduce a:visited {
	text-decoration: none;
	color: #060;
}
#Local Produce a:hover {
	text-decoration: underline;
	color:#060;
}
#Local Produce a:active {
	text-decoration: none;
	color: #060;
}

#slideshow {
	float: right;
	height: 300px;
	width: 350px;
	margin-bottom:50px;
	}
#slideshow a:link {
	text-decoration: none;
	color: #060;
}
#slideshow a:visited {
	text-decoration: none;
	color: #060;
}
#slideshow a:hover {
	text-decoration: underline;
	color:#060;
}
#slideshow a:active {
	text-decoration: none;
	color: #060;
}

#AdViewer {
	float: right;
	width: 300px;
}
#AdViewer a:link {
	text-decoration: none;
	color: #060;
	font-size:24px;
}
#AdViewer a:visited {
	text-decoration: none;
	color: #060;
}
#AdViewer a:hover {
	text-decoration: underline;
	color:#060;
}
#AdViewer a:active {
	text-decoration: none;
	color: #060;
}

#ConstantContact {
	margin-top: 20px;
	margin-bottom:20px;
	float: right;
	width: 300px;
}

#IndexText {
	float: right;
	width: 300px;
}
#IndexText a:link {
	text-decoration: none;
	color: #006600;
}
#IndexText a:visited {
	text-decoration: none;
	color: #060;
}
#IndexText a:hover {
	text-decoration: underline;
	color:#060;
}
#IndexText a:active {
		text-decoration: none;
	color: #060;
}


#ManuFlyer {
	margin-bottom:10px;
	float:left;

}

