@charset "utf-8";

body {
	color: #000000;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #b5ed51;
	background-image:url(index1_files/bg.jpg);
	margin: 0 auto; /* 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 */
	font-size: 10pt;
	line-height:14pt;
}
a   {color: #0000FF; 
        font-weight:bold; 
	  text-decoration:underline; 
	  font-size:10pt; 
}
a:link {color: #0000FF; 
        font-weight:bold; 
	  text-decoration:underline; 
	  font-size:10pt; 
}
a:visited {color: #0000FF;	
}
a:hover {color: #009ed1;
}
a img	{border: 0px;
}

.oneColFixCtrHdr #header {
	width: 940px;
	margin: 0 auto;
	margin-top: 0px;
	background: none; 
}	
.oneColFixCtrHdr #container {
	width: 920px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 10px solid #5553df;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 10px 10px 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	margin: 0 385px 0 0;
}
#mainContent img	{
	margin: 5px;
}
.oneColFixCtrHdr #sidebar {
    width: 360px; 
	padding: 0 0px; 
	background: #FFFFFF;
	float:right;
	margin-left: 0;
}
.oneColFixCtrHdr #sidebar2 {
    width: 280px; 
	padding: 0 0px; 
	background: #FFFFFF;
	margin-left: 0;
}
#sidebar_subcontainer	{
	width: 200px;
	margin: 25px 0px 25px 0px;
	text-align: center;
	border: solid 2px #A6C4C4;
	padding: 5px;
	font-weight:bold;
}
#love_subcontainer	{
	width: 600px;
	margin: 10px 15px 25px 15px;
	text-align: center;
	border: solid 2px #A6C4C4;
	padding: 2px;
	font-weight:bold;
}
#lovearchive_subcontainer	{
	width: 250px;
	height:55px;
	margin: 10px 15px 25px 15px;
	text-align: center;
	border: solid 2px #A6C4C4;
	padding: 2px;
	font-weight:bold;
}
#container_1	{
	width: 550px;
	background-color: #FFFFFF;
	padding: 10px;
	margin: 10px;
	text-align: center;	}

#container_1 li	{
	list-style: circle;
	text-align:left;
	margin-left:25px;	}

#container_1 p	{
	text-align: left;	}

#container_1 img	{
	margin: 5px;
}

#landing_subcontainer 	{
	width: 155px;
	text-align: center;
	border: solid 2px #A6C4C4;
	padding: 2px;
	font-weight:bold;
}
#genius_subcontainer 	{
	width: 330px;
	text-align: center;
	border: solid 2px #A6C4C4;
	padding: 2px;
	font-weight:bold;
	margin: 10px 5px 0px 5px;
}	

.farm-list li{
	list-style-image:url(index1_files/star.jpg);
	margin: 5px 0px 0px 5px;
}
#genius_subcontnr	{
	display:block; 
	float: left; 
	width:167px; 
	margin: 0px;
	clear: left;
	padding:5px;
	text-align: center;
}

	
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: none;
	margin: 0 auto;
	clear: both;
}
.oneColFixCtrHdr #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 */
}
#mental-table td	{
	border:solid 1px #ff9900
}
.clrboth	{clear:both;
}
.fltright	{float:right
}
.fltleft	{float:left;
}
.bold	{font-weight: bold
}

.pageheader {font-family: Verdana; 
			 font-size: 14pt; 
			 color: #FF9933; 
			 text-decoration:underline;
			 font-weight:bolder; 
			 line-height:100%;
			 margin-left:0 0 10px 0;
}
.title		 {font-size: 12pt;
			 font-family: Verdana;
			 color: #FF9933; 
			 margin-top: 10px 0 10px 0;
}
.sidebarfont {color: #FF9933; 
		      font-size: 10pt; 
			  font-weight:bold; 
}
.subheader    {color: #009ed1;
              font-size: 12pt;
              font-weight:bold;
			 
}
.contactfooter {color: #FF00CC;
				font-size: 10pt;
               font-weight:bold;
}
.drawingfont   {color: #FF00CC; 
				font-size: 14pt; 
				font-family: Cooper; 
}
.time_saver_img   {float:left; 
					margin: 0 8px 0 0; 
}

.time_saver_text   {text-align:center; 
					color: #FF0000; 
					font-size:10px; 
					display:block; 
					margin:5px;
}
.time_saver_text1   {text-align:center; 
					display:block; 
					margin:5px;
}
.time_saver_container { 
						margin-bottom: 50px; 
						clear: left;
						width:450px;
}
.loveitleft_container { 
						width:400px; 
						padding: 5px;
						margin: 20px 0px 0px 30px;
						border:#FF9900 1px solid;
}
.loveitright_container { 
						width:400px; 
						padding: 5px;
						margin: 20px 5px 0px 0px;
						border:#FF9900 1px solid;
}
.bsimage			{border: 6px double #545565;
					margin: 0 auto; 
}
.bsfooter          {position:relative; 
					top:5px; 
					width:490px;
					font-size:10pt; 
					font-family:Verdana, Arial, Helvetica, sans-serif; 
					font-weight:bold; 
					color: #669999; 
					text-align:center; 
}

