/*

Orange: #f88043
Dark Green: #8ab51d
Light Green: #e2f59f

*/

@import url('yogurtville/jquery-ui-1.7.2.custom.css');

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*END OF RESET */


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
    line-height: 1.3em;
	color: #fff;
	min-height: 100%;
}

#wrapper { 
	margin: 0 auto;
	width: 1004px;
}

#header {
	width: 984px;
	padding: 10px 10px 2px 10px;
	vertical-align: top;
	background: transparent url(../images/HeathyFunFriendly.png) 90% 0px;
	background-repeat: no-repeat;
	border: 1px transparent solid;	
}

#navigation {
	
}

#content { 
	width: 1004px;
	background: #f88043 url(../images/orange-grad-1004.jpg) top center repeat-y;
	min-height: 450px;
}

#footer {
	display: block;
	padding: 20px 25px 0px 0px;
	color: #cccccc;
	font-size: .8em;
	text-align: right;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
}

.clearboth {
	clear: both;
}

form {
	display: inline;
}

input[type=button] {
	background: #a6cd2d url(../images/bkd-green-btn.png);
	background-repeat: repeat-x;
	color: #fff;
	
}

input[type=button] hover {
	background: #bae031 url(../images/bkd-nav-on.png) center center repeat-x;
}


input, select, textarea {
	margin-bottom: 10px;
}

textarea:focus, input:focus {
	border: 2px solid #900;
}

label.error { 
	float: none;
	display: block;
	color: red; 
	padding: 0;
	margin: 0;
	vertical-align: top; 
	font-size: .8em;
}

p {
	margin-bottom: 15px;
}

#logo {
	position: relative;
	left: 50px;
	width: 30%;
}



#visit-social {
	position: relative;
	float: right;
	top: 2px;
	text-align: right;
	width: 150px;
	height: 22px;
	padding: 2px 10px 0px 0px;
	color: white; /*text color*/
}

#hometext {
	position: relative;
	margin-left: -50px;
	margin-top: 0px;
	width: 300px;
	z-index: 500;
}

.homecontent {
	float:left;
	height: 300px;
	width: 30%;
	padding: 25px 10px 0px 10px;
}

.homecontent img {
	padding: 10px;
	vertical-align: middle;
}

#leftlarge {
	float: left;
	height: 90%;
	width: 730px;
	padding: 25px 10px 0px 20px;
}

#home-right {
	float: left;
	margin-top: -12px;
	border: 8px white solid;
}

#rightsmall {
	float: left;
	height: 90%;
	padding: 55px 5px 0px 5px;
}

.bodywhite {
	color: #fff;
	font-size: 1.2em;
}

.bodybold {
	font-weight: bold;
}

.largebold {
	font-weight: bold;
	font-size: 1.3em;
}

.whitebold {
	color: #fff;
	font-weight: bold;
	font-size: 1.12em;
}

.yellowbold {
	color: #ffff99;
	font-weight: bold;
}

.greenbold {
	color: #7fb20b;
	font-weight: bold;
}

.smallblack {
	color: #333;
}

.smallnotices {
	color: #333;
	font-size: .9em;
	font-style: italic;
}

.bodylist li {
	margin-left: 40px;
	margin-bottom: 5px;
	background-image: url(../images/ListRedDot.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 18px; 
}

.tabs div {
	min-height: 350px !important;
	padding-bottom: 5px;
}

.floatleft {
	float: left;
	padding-right: 25px;
}

.floatright {
	float: right;
}

.center {
	text-align: center;
}

.greenborder {
	border: 9px #8ab51d solid;
}

.greendot {
	margin: 0 0 0 60px;
	background: transparent url(../images/GreenDot.png) center center no-repeat;
	color: #e2f59f;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	height: 61px;
	width: 61px;
}

.greendot a:link, a:visited {
	color: #e2f59f;
	font-weight: bold;
	text-decoration: none;
}

.greendot a:hover {
	color: #f88043;
}

.newLocation {
	text-align: center;
	color: red;
	font-size: 15px;
	font-weight: bold;
	padding: 2px 40px 2px 40px;	
}

ul.textlisting {
	padding-left: 35px;

}

ul.textlisting li {
        text-align: left;
        float: left;
        height: 25px;
        width: 190px;
}

#contactform {
	width: 200px;
	min-height: 355px;
	margin: 0px 10px 0px 0px;
	background-color: #e2f59f;
	color: #336600;
	padding: 10px;
}

.rowdark{
	background-color: #8ab51d;
}

#pageflip {
	position: relative;
	left: 0; top: -4px;
}
#pageflip img {
	width: 50px; height: 52px;
	z-index: 99;
	position: absolute;
	left: -1px; top: 0px;
	-ms-interpolation-mode: bicubic;
}
#pageflip .msg_block {
	width: 50px; height: 50px;
	position: absolute;
	z-index: 600;
	left: -4px; top: 0;
	background: url(../images/NewLocations-Vers1.png) no-repeat left top;
	text-indent: -9999px;
}


!--[if IE 6]>
	#logo { right: 400px; position: relative;}
	* html .tabs div { height:350px; } 
	.clearpng { behavior: url(css/iepngfix.htc); }
<![endif]-->
