/* This is the default CSS for Beanstalk Express's welcome page - child-nutrition.org */

/* Body and Main Container*/
body {
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	background-image: url(../images/bg/main-bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

#container {
	text-align: left;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}

/* Main HTML tags */

h1 {
	font-family: "Comic Sans MS";
	font-size: 28px;
	color: #5f669b;
	text-transform: uppercase;
	line-height: 32px;
	padding-left: 10px;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 5px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.darker {
	color: #a3b5c3;
	font-size: 18px;
	font-family: "Comic Sans MS";
}

A:link, A:visited
{
	text-decoration: none;
	color:#6f4294;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

A:hover, A:active
{
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ac98c5;
	font-size: 12px;
}

/* Header - includes Main Title and Logo */
/* Left Header */

#header	{
	width:960px;
	margin:0;
}

#leftheader {
	float: left;
	width: 608px;
	height: 192px;
	margin: 0px;
	background-image: url(../images/bg/leftheaderbg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 30px;
}

#leftheader p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #4c723c;
	padding-left: 10px;
}


/* Right Header - LOGO */

#rightheader {
	float: left;
	width: 352px;
	height: 222px;
	margin: 0px;
	background-image: url(../images/bg/BeanLogo.jpg);
}

/* Top Navigation Section */
#mainnav	{
	float: left;
	margin:0px;
	padding:0px;
	height: 50px;
	width: 960px;
}

/* End of Top Navigation Container */

/* Start of the Main Content Container */
/* Main Content Container */

#maincontent {
	float: left;
	width: 960px;
	margin: 0px;
}

/* boxLEFT */
#boxLEFT {
	float: left;
	width: 314px;
	margin: 0px;
	background-image: url(../images/bg/boxleft.jpg);
	height: 328px;
}

#boxLEFT p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-left: 25px;
	margin: 0px;
}

#boxLEFT A:link, #boxLEFT A:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c2754e;
	margin: 0px;
	text-decoration: none;
}

#boxLEFT A:hover, #boxLEFT A:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4c723c;
	margin: 0px;
	text-decoration: underline;
}

/* boxMIDDLE*/
#boxMIDDLE {
	float: left;
	width: 325px;
	margin: 0px;
	background-image: url(../images/bg/boxmiddle.jpg);
	height: 328px;
	text-align: right;
	list-style-type: none;
}

#boxMIDDLE p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	color: #000000;
	margin: 0px;
	padding-left: 35px;
	padding-right: 35px;
}

ul#vertMIDDLE{
	list-style-type:none;
	font-style: normal;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: right;
	padding-right: 35px;
}


ul#vertMIDDLE li{
	display: inline;
	margin: 0px;
}

ul#vertMIDDLE A:link, ul#vertMIDDLE A:visited{
	display:block;
	color: #5f669b;
	margin: 0px;
	text-decoration: none;
}

ul#vertMIDDLE A:hover, ul#vertMIDDLE A:active{
	color: #4c723c;
	margin: 0px;
	text-decoration: underline;
}


/* boxRIGHT */
#boxRIGHT {
	float: left;
	width: 320px;
	margin: 0px;
	background-image: url(../images/bg/boxright_new.jpg);
	height: 328px;
}

#boxRIGHT p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding-left: 35px;
}

#boxRIGHT img {
	margin: 15px 0 5px 13px;
}

ul#vertRIGHT{
	list-style-type:none;
	font-style: normal;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	padding-left: 35px;
}

ul#vertRIGHT li{
	display: inline;
	margin: 0px;
}

ul#vertRIGHT A:link, ul#vertRIGHT A:visited{
	display:block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c2754e;
	margin: 0px;
	text-decoration: none;
}

ul#vertRIGHT A:hover, ul#vertRIGHT A:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4c723c;
	margin: 0px;
	text-decoration: underline;
}


/* Actual Content Section */
#content {
	float: left;
	width: 930px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 30px;
	padding-left: 15px;
	background-image: url(../images/bg/contentbg.jpg);
	background-position: bottom right;
	height: auto;
	font-size: 12px;
	line-height: 1.3;
	background-repeat: no-repeat;
}

#content h1 {
	font-family: "Comic Sans MS";
	font-size: 28px;
	color: #2A7532;
}

#content h2 {
	font-family: "Comic Sans MS";
	font-size: 20px;
	color: #5D669F;
	margin-bottom:0;
	padding-bottom:0;
}

#content p {
	margin-top:5px;
	text-indent:15px;
}

/* End of the Main Content Container */

/*Main Footer - image and links*/
#footer {
	border-top: solid 2px #660099;
	height: 120px;
	width: 960px;
	clear: left;
	background-position: center top;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 10px;
	background-repeat: no-repeat;
	color: #000000;
}

#footer A:link, #footer A:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color:#6f4294;
}

#footer A:hover, #footer A:active{
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ac98c5;
}

#adsense	{
	float: right;
	margin: 20px;
}
