/* onlinemedsource css Document */

body {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #000000;
	margin: 0px;
	background-position: 200px 0px;
	background-repeat: repeat;
	background-color: #FFFFFF;
} 

#Header {/*this is the main logo area*/
	background-repeat: repeat-x;
	background-image: url(images/vine.jpg);
	background-color: #FFFFFF;
	position: absolute;
	width: 807px;
}
.slogantext {/*this is slogan properties in the header area*/
	font-family: "Century Gothic";
	font-size: 12px;
	padding-left: 5px;
	padding-right: 10px;
	margin-right: 5px;
	margin-left: 30px;
	font-weight: bold;
	color: #003366;
	margin-top: 50px;
	font-style: normal;
}

#Flash {/*this is the Flash area*/
	margin-left: 20px;
	margin-right: 50px;
	background-color: #FFFFFF;
	padding-left: 10px;
	width: 392px;
	position: absolute;
	left: 393px;
	top: 224px;
	font-family: "Century Gothic";
	font-size: 12px;
	background-image: url(images/boxleft.gif);
	background-repeat: no-repeat;
}

#Center {/*this is the navigation with main content area*/
	background-repeat: no-repeat;
	color: #000000;/*to insure readability*/
	margin-left: 40px;
	margin-right: 50px;
	font-family : Century Gothic;
	font-size: 12px;
	padding-right: 10px;
	width: 350px;
	border: 0.1px solid #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;   /*to insure that NN4.xx renders the background-color of the content area*/
	position: absolute;
	left: 700px;
	top: 286px;
	height: 401px;
	background-image: url(images/boxleft.gif);
	background-repeat: repeat-y;
}
.rcontent {
	position: absolute;
}

#Center p {/*this is to set the paragraphs of the main content area*/

}
html>body #Center {
	margin-left: 162px;
	margin-right:162px;
	margin-top: 20px;
}
#greencontent {/*this is the right side content area*/
	position: absolute;
	width: 261px;
	top: 5px;
	float: none;
	background-image: url(images/greenfriendly2.gif);
	background-repeat: no-repeat;
	font-family: "Century Gothic";
	left: 825px;
}
#Sidecontent {/*this is the left side content area*/
	position: absolute;
	width: 401px;
	top: 224px;
	float: none;
	background-repeat: no-repeat;
	font-family: "Century Gothic";
	left: 4px;
	background-image: url(images/watering.jpg);
}
#Sidecontent p {
	font-family: "Century Gothic";
	font-size: 12px;
	font-weight: normal;
	color: #090F0F;
	padding-top: 5px;
	padding-left: 5px;
	margin-left: 20px;
	margin-right: 10px;
}

#Bottomcontent {/*this is the bottom content area with the 3 images*/
	position: absolute;
	width: 488px;
	top: 161px;
	left: 409px;
	height: 139px;
	background-color: #FFFFFF;
}
#Bottomcontent p {/*this is the bottom content font style*/
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003366;
}

.maintext {/*this is for the default text*/
	font-family: "Century Gothic";
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 5px;
	margin-left: 10px;
}
.boxleft {/*this is a default for a box area*/
	background-image: url(images/boxleft.gif);
	background-repeat: no-repeat;
	background-position: 5px;
}
