/* This is the whole page */


A {text-decoration:none}


body {
	width: 900px;
	margin: 10px auto;
	background-color: #fff;
	color: #000;
	border: 1px solid gray;
	line-height: 150%;
	
}
/* this is the big logo. */
#header {
 width: 100%;
 height: 250px;
 padding: 0em;
 background-color: #a2de1a;
 color: #F3FF8C;
 border-bottom: 1px solid gray;
 background-image: url(images/NewTop6.jpg);
 background-repeat: no-repeat;
}

/* these boxes are for special anouncements*/
#longbox
{
width: 172px;
height: 250px;
background-repeat: no-repeat;
background-color: transparent;
background-image: url(images/store2.gif);
border: thin solid silver;
border: 1px;
margin-top: 5px;
padding-top: 5px;
}

/*the announcment Boxes*/

#announce
{
      width: 100%;
      height: 225px;
}


#box
{
	width: 250px;
	text-align: center;
	border:3px dashed #dd0;
	background-color: #F8F8F8;
	padding: 15px;
	float: left;
	height: auto;
}

.xmasbox
{
	width: 350px;
	text-align: center;
	color: white;
	background-color: #a2de1a;
	padding: 15px;
	height: auto;
}

.box
{
      width: 150px;
      height: auto;
      color: purple;
      text-align: center;
      padding: 15px;
      background-color: #dd0;
      text-align: center;
      float: right;
}
/*End of announce set*/

#bottom
{
       width: 100%;
       
}



.boxB
{
width: 70%;
text-align: center;
border:1px black;
background-color: #dd0;
background-image: url();
font-family: Arial, Helvetica, Sans-Serif;
font-weight: normal;
color:white;
padding: 1em;
margin: auto;

}


/* this is the horizontal menu bar */
div#navcontainer
{
background-color: #a2de1a;
border-top: solid 1px #fff;
border-bottom: solid 1px #fff;
}
div#navcontainer ul
{
font-family: Arial, Helvetica, sans-serif;
font-weight:lighter;
color: white;
text-align: center;
margin: 0;
padding-bottom: 5px;
padding-top: 5px;
}
div#navcontainer ul li
{
display: inline;
margin-left: -4px;
}
div#navcontainer ul li a
{
padding: 5px 10px 5px 10px;
color: white;
text-decoration: none;
border-right: 1px solid #fff;
}
div#navcontainer ul li a:hover
{
background-color: #ecec32;
color: white;
}
#active a { border-left: 1px solid #fff;
}
/* this is the end of the horzontal menu bar code (long for such a small thing) */


/*this is the new list on the right*/


/* this is the Ad with Us */
div.block {
	background-color: #F8F8F8;
	border: 1px solid #ddd;
	padding: .5em;
	text-align: center;
	color: #999;
	margin-top: 10px;
}	

/* Cleveroot */
div.ad{
	
		
}

/* this is the Google Ads */
#col1
{
background-color: #fff;
float: left;
width: 130px;
padding: 1em;

}

#col2
{
background-color: #fff;
float:left;
width: 490px;
padding: 20px;
border-left: 1px solid gray;
}

#col3
{
float: right;
width: 172px;
background-color: #fff;
padding: 5px;
text-align:center;
text-decoration: none;
font-family: Times New Roman, Times, Serif;
}


/* Opt-In */
#Email{

	background-color: #F8F8F8;
	border: 1px solid #ddd;
	padding: .25em;
	text-align: left;
	color: #775;
	margin-top: 10px;
	width:165px;
}

#Col3Box
{
width:160;
height:200;
border:2px solid gray;

}


#blockquote
{	

	padding-left: 30px; 
	margin:0 30px;
	color:#000; 
	font-size:12pt; 
	font-weight:normal;
	text-align:justify;
}

blockquote2
{	

	color:#000; 
	font-size:12pt; 
	font-weight: normal;
	text-align:justify;
}


#footer
{
font-family: Arial, Helvetica, sans-serif;
text-align: center;
height:110px;
clear:both;
color: #fff;
background-color: #a2de1a;
border-top: 1px solid gray;
}
