
/* --------------------------------------------------------------------------------------------
-	Green Up Inc. Styles 
--------------------------------------------------------------------------------------------- */

/* import CSS reset style sheet to get rid of most browser defaults... */

@import url(CSS-Reset.css);

/* define default styling for text 

	NOTE: This rule should NEVER contain properties which affect the box model - since this would 
		   be applied to every element on the page (with really nasty results).
*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	text-transform: none;
	color: #000107;
	text-decoration: none;
	background-color: #a4caa3;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body * {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	text-transform: none;
	color: #000107;
	text-decoration: none;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}



.price {
	line-height: 28px;
}	

body strong {
	font-weight: bold;
	}

/* give paragraphs more spacing */
p, ul {
	color: #000107;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
	margin-top: 6px;
	margin-bottom: .5em;
}	
/* for unordered lists, set a display style */


ol.abc, ol.abc li {
	list-style:lower-alpha;
	list-style-position: outside;
	margin: 0 1.5em;	
	/*list-style-image: url(../images/icon-list-blue-dot.jpg);
	list-style-position:inside;*/
}

ol.num, ol.num li {
	list-style: decimal;
	list-style-position: outside;
	margin: 0 1.5em;
	/*list-style-image: url(../images/icon-list-blue-dot.jpg);
	list-style-position:inside;*/
}

ol, ol li {
	list-style: decimal;
	list-style-position: outside;
	margin: 0 1.5em;
	/*list-style-image: url(../images/icon-list-blue-dot.jpg);
	list-style-position:inside;*/
}

ul, ul li {
	list-style-type: disc;
	list-style-position: outside;
	margin: 0 1.5em;	
	/*list-style-image: url(../images/icon-list-blue-dot.jpg);
	list-style-position:inside;*/
}


ul.circle, ul.circle li {
	list-style-type: circle;
	list-style-position: outside;
	margin: 0 1.5em;	
	/*list-style-image: url(../images/icon-list-blue-dot.jpg);
	list-style-position:inside;*/
}

/* define overides for ALL anchors */
a, a:visited { 
	text-decoration:underline;
	color: #253D0A;
}
/* hover color overide...for most of website   */
a:hover {
	text-decoration:underline;
	color: #477713;
}

/* override for h1 color/size...  */
h1 {
	color: #253D0A;  /*#265282;*/
	font-size: 22px;
	line-height: 24px;
	font-weight:normal;
	margin-top: 6px;
	margin-bottom: 6px;
	font-family:"Times New Roman", Times, serif;
}

/* override for h2 color/size...  */
h2 {
	color: #253D0A; /*#6D88A2;*/
	font-size: 18px;
	line-height: 20px;
	font-weight:normal;
	margin-top: 14px;
	margin-bottom: 12px;
	font-family:"Times New Roman", Times, serif;
}

/* override for h3 color...  */
h3 {
	color: #253D0A; /*   #5f7189;   #365BB3   color:#006699;*/
	font-size: 16px;
	line-height: 18px;	
	font-weight:normal;
	margin-top: 6px;
	font-family:"Times New Roman", Times, serif;	
}

/* definitions of classes */ 

.bottomtext {
	color: #304E0C;  /* #265282; #FEF4D3; */
	font-size: 10px;
	line-height: 12px;
	font-weight:bold;
	text-decoration:none;
}

/* normal color overide...for bottomtext class children   */
.bottomtext a {
	text-decoration:underline;
	color: #FFFFCC;
}

/* hover color overide...for bottomtext class children   */
.bottomtext a:hover {
	text-decoration:underline;
	color: #FFFFFF;
}

.indexcontent {
 	padding:10px 50px 0px 40px;
 	font:normal 12px arial;
}

.interiorcontent {
	padding:5px 50px 0px 28px;
	font:normal 12px arial;
}

.sidebarcontent {
	padding:6px;
}


/*.cfdebug { display: none; }*/
