@charset "utf-8";
/* CSS Document */


/* BODY 
------------------------------------*/
body {
	margin: 0; /* 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 */
	color: #FFF;
	background-attachment: fixed;
	list-style-type: square;
	list-style-position: outside;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}
.oneColLiqCtrHdr #container {
	width: 56.2em;
	margin: 0 auto;
	border: 0;
	text-align: left;
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}
.oneColLiqCtrHdr #header {
	padding: 0;
	background-color: #179c40;
}
.oneColLiqCtrHdr #header h1 {
	margin: 0;
	padding: 0;
}
#headerbar {
	background-color: #234137;
	height: 100px;
	width: 100%;
	background-image: url(http://www.treesnc.org/includes/images/TNC-logo-header.png);
	background-repeat: no-repeat;
	background-position: center;
}
.oneColLiqCtrHdr #mainContent {
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	position:relative;
}
.oneColLiqCtrHdr #footer {
	padding: 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#234137;
	width: 56.2;
	bottom: 0px;
	position: relative;
    font-size: 0.7em;
	color:#179c40;
} 
.socialmediafooter {
	width: 56.2;
	position: relative;
	width: 56.2em;
	margin: 0 auto;
	border: 0;
	text-align: left;
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 20px;
}
.socialmediafooter #left {
	float:left;
	padding:5px;
}
.socialmediafooter #right {
	float:right;
	padding:5px;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #179c40;
}



/* HEADINGS
----------------------------------------------- */
h1 {
	font-size: x-large;
	font-weight: bold;
	color: #234137;
	margin-top: 0px;
	margin-bottom: 0px;
}

h2 {
	font-size: x-large;
	font-weight: bold;
	color: #234137;
	margin-top: 0px;
}
h3 {
	font-size: x-large;
	font-weight: bold;
	color: #234137;
	margin-top: 0px;
}
h4 {
	font-size: x-large;
	font-weight: bold;
	color: #FFF;
	margin-top: 0px;
}
h5 {
	font-size: large;
	font-weight: bold;
	color: #234137;
	margin-top: 0px;
	margin-bottom: 0px;
}

h6  {
  	margin:1.5em 0 .5em;
 	font-size:77%;
 	color:#999999;
 	font-weight: normal;
 	text-transform: uppercase;
 	letter-spacing: .2em;
}

h7  {
	font-size:inherit;
	font-weight: bold;
	color: #179c40;
	margin-top: 0px;
	margin-bottom: 0px;
	text-transform: uppercase;
}



/* LIST STYLES 
------------------------------------*/
.nobullet { 
	padding: 0px; 
	margin: 0px;
	list-style:none;
}
.nobullet li{
	list-style:none;
	margin-bottom:20px;
}


.nobulletshort { 
	padding: 0px; 
	margin: 0px;
	list-style:none;
}
.nobulletshort li{
	list-style:none;
	margin-bottom:5px;
} 



/* FONT VARIATIONS
------------------------------------*/
.smaller {
	font-size:75%;
	color: #CCC;
}

.smallerdarker {
	font-size:75%;
	color: #666;
}

.smallblackinset {
	font-size:75%;
	color: #000;
	margin: 50px;
}
.smalltype {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: 179c40;
}

.smallfrontpage  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: 179c40;
	width:65%;
	margin:0 auto;
}


/* LINK STYLES
------------------------------------*/
a:link {
	color: #234137;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #234137;
}
a:hover {
	text-decoration: underline;
	color: #234137;
}
a:active {
	text-decoration: none;
	color: #179c40;
}

a.gray:link {
	color: #CCCCCC;
	text-decoration: none;
}
a.gray:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a.gray:hover {
	text-decoration: none;
	color: #179c40;
}
a.gray:active {
	text-decoration: none;
	color: #CCCCCC;
}

a.rlc:link {
	color: #CCCCCC;
	text-decoration: none;
}
a.rlc:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a.rlc:hover {
	text-decoration:none;
	color: #CCCCCC;
	border-bottom:1px dotted #CCC;
}
a.rlc:active {
	text-decoration: none;
	color: #CCCCCC;
}



/* BOXES
------------------------------------*/
.newsbox {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	background-color: #FFF;
	width: 75%;
	border: 10px solid #666;
	margin: 20px auto 20px;
	padding: 10px;
	text-align: left;
}

.graybox {
	background-color: #EEEEEE;
	width: 90%;
	margin: 20px auto 20px;
	padding: 10px;
}

.grayboxborder {
	background-color: #EEEEEE;
	width: 90%;
	border: 10px solid #666;
	margin: 20px auto 20px;
	padding: 10px;
}
.whiteboxborder {
	background-color: #FFF;
	width: 90%;
	border: 10px solid #666;
	margin: 20px auto 20px;
	padding: 10px;
}

.greenboxborder {
	background-color: #234137;
	width: 80%;
	border: 10px solid #CCCCCC;
	margin: 20px auto 20px;
	padding: 10px;
}

.whitebox {
	background-color: #FFFFFF;
	width: 75%;
	border: none;
	margin: 20px auto 20px;
	text-align: center;
}
.columnleft {
	background-color:transparent;
	width: 48%;
	border: none;
	float: left;
	padding: 0px;
}
.columnright {
	background-color:transparent;
	width: 48%;
	border: none;
	margin: 0px;
	float: right;
	padding: 0;
}
.whiteboxfullsize {
	background-color: #FFFFFF;
	width: 100%;
	border: none;
	margin: 20px auto 20px;
	padding: 10px;
}

.img-shadow {
  padding:6px;
  background-color:#fff;
  border:1px solid #eeeeee;
  -moz-box-shadow: 3px 3px 4px #cccccc; /* Firefox */
  -webkit-box-shadow: 3px 3px 4px #cccccc; /* Safari/Chrome */
  box-shadow: 3px 3px 4px #ccc; /* Opera and other CSS3 supporting browsers */
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cccccc')";/* IE 8 */
  progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cccccc');/* IE 5.5 - 7 */ 
}

.post img.noshadow {
padding: 6px;
background-color: white;
border: 0px solid #fff;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
-ms-filter: none;
progid: none;
}

.fltrt {
	float: right;
	margin-left: 8px;
}

.fltlft {
	float: left;
	margin-right: 8px;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#ISA {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000;
	width: 50%;
}

.javanewsbox {
	top:0;
	left:0;
	margin: 0;
	overflow: hidden;
}

.whiteboxindex {
	position:absolute;
	bottom:0;
}

