@charset "utf-8";
body {
	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 */
	color: #000000;
	background-color: #032b00;
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-size: 90%;
	width: 65em;
	margin: auto;	
}


/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
.oneColElsCtrHdr #container {
	width: auto; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #999;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
}
.oneColElsCtrHdr #container #mainContent div ul li {
	list-style-image: url(images/Chump2.gif);
	list-style-position: inside;
}
.oneColElsCtrHdr #header {
	background-color: #031b00;
	padding-top: 0;
	padding-bottom: 0;
	border: 3px solid #620b0f;
} 
.oneColElsCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.oneColElsCtrHdr #mainContent {
	padding: 0 0px;
	background-color: #daebdb;
	border: medium solid #620b0f;
}
.oneColElsCtrHdr #footer {
	background:#DDDDDD;
	clear: both;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-size: 10px;
	color: #000;
} 
.oneColElsCtrHdr #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 */
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}

#ad1 {
	background-color: #58ab5c;
	text-align: center;
	width: 98%;
	font-size: 36px;
	color: #ca1f00;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	clear: both;
}



#ad2 {
	background-color: #005147;
	text-align: center;
	width: 100%;
	font-size: 18px;
	color: #DAEBDB;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
}
#sidebar {
	float: right;
	width: 30%;
	background-color: #63b167;
	margin-top: 5px;
	
}

h1 {
	color: #032B00;
	text-align: center;
}
h2 {
	color: #530029;
	font-weight: bold;
	text-align: center;
	
}
h3 {
	font-weight: bold;
	text-align: center;
	color: #000;
}
p {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 30px;
}

.oneColElsCtrHdr #container #mainContent #ad1 p {
	color: #feff01;
}

.oneColElsCtrHdr #container #mainContent #ad1 p a:link {
	color: #feff01;
	font-size: 24px;
}

.oneColElsCtrHdr #container #mainContent #ad1 p a:hover {
	color: #feff01;
	font-size: 24px;
}

.oneColElsCtrHdr #container #mainContent #ad1 p a {
	color: #feff01;
	font-size: 24px;
}


.oneColElsCtrHdr #container #mainContent #ad1 p2 {
	color: #feff01;
	font-size: 24px;
}

.oneColElsCtrHdr #container #mainContent #ad2 p {
	line-height: 25px;
}

.oneColElsCtrHdr #container #mainContent #ad2 p a {
	color: #fc9;
	font-style: italic;
	font-size: 22px;
}

.oneColElsCtrHdr #container #mainContent #ad2 p a:link {
	color: #fc9;
	font-style: italic;
	font-size: 22px;
}

.oneColElsCtrHdr #container #mainContent .announce h3 a {
	color: #054800;
}
.oneColElsCtrHdr #container #mainContent .announce .inset h3 {
	padding-top: 5px;
}
.oneColElsCtrHdr #container #mainContent .announce p em u a {
	color: #FF0;
}
.announce {
	background-color: #63B167;
	text-align: left;
	height: auto;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	letter-spacing: 0px;
	line-height: 25px;
}

.announce-ad {
	background-color: #58ab5c;
	text-align: center;
	width: 98%;
	font-size: 36px;
	color: #ca1f00;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	clear: both;
}

.announce-ad p a{
	color: #feff01;
}

.announce p em {
	color: #FF0;
	font-size: 17px;
}


.columnTwo {
	
	padding-left: 15px;
	text-align: center;
	margin: 25px;
}

.copyright		{
	COLOR: #999999;
	font-weight: normal;
	font-size: 12px;
}


/* SETUP PAGES FOR PRINTING */

@media print {
.printhide 	{ display:none;}
.printhelp	{ width:600px; }
}

@media screen{
.printonly { display:none; }
}

.float-image {
	z-index: 1001;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 10px;
}
.inset {
	color: #000;
	background-color: #99CC9D;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding-left: 60px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.inset em {
	font-size: 16px;
	font-style: italic;
	color: #FF3;
}

.middle {
	text-align: center;
}

.p2 {
	color: #00ff00;
	font-size: 24px;
}
	
.pink-it {
	color: #9d004f;
}
.placard {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #63B167;
	text-align: left;
	padding: 10px;
	height: auto;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}

ul li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: 15px;
	
}
.just {
	text-align: center;
}
.pcenter {
	text-align: center;
}

.testiment {
	background-color: #babf7b;
	width: 90%;
	margin: auto;
	font-family: Verdana, Geneva, sans-serif;
}
.ornament {
    background: url("images/ornament.gif") no-repeat scroll center 0 transparent;
    margin: -10px auto 10px;
}
.stronglink {
	color: #DF0000;
	font-weight:bold
}
.phone {
	color: #000;
	background-color: #6CF;
}

.advertwhite {
	background-image:url(images/whiteBkg.gif);
	background-repeat:no-repeat;
	line-height:14px;
}

.advertwhite h1 {
	text-align:center;
	font-size:18px;
	margin-top: 0px;
	margin-left:3px;
	
}

.advertwhite h2 {
	text-align:center;
	font-size:14px;
	margin-top:0px;
	color:#000
}

.advertwhite p {
	text-align:left;
	font-size: 12px;
	margin-left:3px;
}

.advertteal {
	background-image:url(images/tealBkg.gif);
	background-repeat:no-repeat;
	line-height:14px;
}

.advertteal h1 {
	text-align:center;
	font-size:18px;
	margin-top: 0px;
	margin-left:25px;
	margin-RIGHT:25px;
	
}

.advertteal h2 {
	text-align:center;
	font-size:14px;
	margin-top:0px;
	color:#000
}

.advertteal p {
	text-align:left;
	font-size: 12px;
	margin-left:4px;
}

.advertgreen {
	background-image:url(images/greenBkg.gif);
	background-repeat:no-repeat;
	line-height:14px;
	
}

.advertgreen h1 {
	text-align:center;
	font-size:18px;
	margin-top: 0px;
	
	
}

.advertgreen h2 {
	text-align:center;
	font-size:14px;
	margin-top:0px;
	color:#000
}

.advertgreen p {
	text-align:left;
	font-size: 12px;
	margin-left:4px;
}

.advertlrgdrk {
	background-image:url(images/lrgtanBkg.gif) ;
	background-repeat:no-repeat;
	line-height:14px;
	margin-top:10px
	
	
}

.advertlrgdrk h1 {
	text-align:center;
	font-size:18px;
	margin-top: 0px;
	
	
}

.advertlrgdrk h2 {
	text-align:center;
	font-size:14px;
	margin-top:0px;
	color:#000
	
}

.advertlrgdrk p {
	text-align:left;
	font-size: 12px;
	
	margin-left:4px;
}

.squarelrgdrk {
	background-color:#630;
	color:#fff;
	line-height:14px;
	margin-top:10px
	
	
}

.squarelrgdrk h1 {
	text-align:center;
	font-size:18px;
	color:#fff;
	margin-top: 0px;
	
	
}

.squarelrgdrk h2 {
	text-align:center;
	font-size:14px;
	color:#fff;
	margin-top:0px;
	
	
}

.squarelrgdrk p {
	text-align:left;
	font-size: 12px;
	color:#fff;
	margin-left:4px;
	
}

/* ad imaged gallery settings */

ul.image_gallery{
margin: 8px 0px 22px 0px;
width:100%;
}

.image_gallery li {
display: inline;
list-style: none;
width: 300px;
height: 250px;
float: left;
margin: 0px 4px 8px 4px;
text-align: center;
border:solid #233c50 3px;}

.image_gallery li a img{
border:none;
}
	
/* self clearing floats for all browsers except ie6 & ie7 */
.image_gallery:after, #content:after, #sidebar:after{ 
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden; 
}	
.countdown {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #F00;
}
#coupon {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	line-height: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #000;
	text-decoration: none;
}

/* pic and description divs */
.floatleft { 
	float:left;
	width:45%;
	margin-top:10px;
	margin-right:0px;
		
	}
.floatleft img {
	margin-left:30px;	
}
.descript {
	float:left;
	width:45%;
	margin-top:20px;
	/*border-color:yellow;
	border-style:inset;*/
}

.descript h2 {
	text-decoration:underline;
}

.descript h2, p {
	text-align:left;
	padding-left:5px;
	font-weight: bold;
}
.clear {	
	clear:both
}

/* end pic and description divs */

