@charset "utf-8";
/* CSS Document */
* {

	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
}

body {

	text-align:center;

}




.MainContainer {

	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:1004px;
	background-image:url(../images/bg_Main_Bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
}

/**************************
	
	Header

***************************/
.Header {
	width:1004px;
	clear:both;
}

.MiniLinks {

	width:1004px;
	clear:both;
	height:9px;
	text-align:right;
	padding-top:15px;
	font-size:9px;
	color:#9a9a9a;
}

.MiniLinks a {

	margin-left:8px;
	margin-right:8px;
	position:relative;
	top:2px;
}

.MiniLinks a img {

	border:none;	
	height:9px;
}

a.SageLogo {

	display:block;
	margin-left:78px;
	display:block;
	width:108px;
	height:49px;
	float:left;
}

a.SageLogo img {

	display:block;
	border:none;
	width:108px;
	height:49px;

}



.PrimaryLinks {
	width:690px;
	height:28px;
	display:block;
	margin-left:260px;
	clear:left;
}


.PrimaryLinks a {

	display:block;
	float:left;

}

.PrimaryLinks a img {
	display:block;
	border:none;
	height:28px;
}

/**************************
	
	SubHeader

***************************/
div.Subheader {

	text-align:left;
	
	display:block;
	width:1004px;
	height:51px;
	background-image:url(../images/bg_subheader.gif);
}

div.Subheader span {

	vertical-align:bottom;
	color:#675c53;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	display:block;
	float:left;
	/*margin-top:38px;*/
	margin-left:26px;
	position:relative;
	top:38px;
}

* HTML div.Subheader span {

	margin-left:13px;

}

/*************************

	Content Container

**************************/
.ContentTable, .ContentTableTD {

	width:1004px;
	
}


/*************************

	Left Content

**************************/
div.LeftContent {

	width:790px;
	display:block;
	float:left;
	background-image:url(../images/bg_LeftContentMain.gif);
}

div.LeftContent .LeftContentBottom {

	width:790px;
	height:23px;
	position:relative;
	left:-3px;
}

/************************

	Menu Column

*************************/

.MenuColumn
{
	width:220px;
	margin-left:17px;
	float:left;

	display:block;
	background-image:url(../images/bg_MenuColumnMain.gif);
}


* HTML .MenuColumn {

	margin-left:8px;

}

.MenuColumn img {

	display:block;
	
}
.MenuColumn div {

	text-align:left;
	width:175px;
	margin-left:10px;
	display:block;
	padding:20px 13px 20px 12px;
}

.MenuColumn div h2 {

	text-align:left;
	text-transform:uppercase;
	font-size:16px;
	padding-bottom:8px;
}

.GreenFeatures {
	background-color:#c1d69e;
}

.GreenFeatures h2 {
	color:#665450;
	border-bottom:1px solid #339983;

}

.GreenFeatures a.FeatureElement {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#007f64;
	text-align:left;
	text-decoration:none;
	display:block;
	padding-top:6px;
	padding-bottom:6px;
	border-bottom:1px solid #339983;

}

.GreenFeatures a.FeatureElement:hover { 

	/*background-color:#00644f;*/
	text-decoration:underline;

}

.GreenFeatures a.FeatureCloser {
	font-weight:normal;
	font-size:11px;
	text-align:right;
	color:#007f64;
	text-decoration:none;
	display:block;
	padding-top:5px;

}

.GreenFeatures a.FeatureCloser:hover { 
	
	text-decoration:underline;

}

div.PastArticles {
	margin-top:10px;
	background-color:#007F64;

}

div.PastArticles h2 {
	border-bottom:1px solid #a2b281;
	color:#FFFFFF;
	margin-bottom:9px;
}

div.PastArticles a {
	color:#FFFFFF;
	font-weight:bold;
	font-size:11px;
	display:block;
	text-decoration:none;
	margin-bottom:1px;
}

div.PastArticles a:hover {

	text-decoration:underline;

}

/************************

	Articles

*************************/
.ArticlesList, .ArticlesDetail {
	width:512px;
	display:block;
	float:right;
	margin-top:9px;
	margin-right:30px;
	min-height:760px;	/* ensures that the content area is growing the container and not the links to the right. */
	color:#675c53;
	text-align: left;
}

* HTML .ArticlesList, * HTML .ArticlesDetail {

	margin-right:15px;

}

.ArticlesList h1 {
	
	text-transform:uppercase;
	font-size:12px;
	border-bottom:1px solid #e5e5e5;
	padding-bottom:10px;
	color:#675c53;
}


.ArticlesDetail h2 {

	text-transform:uppercase;
	font-size:12px;
	padding-bottom:10px;
	color:#675c53;
}


.ArticlesDetail h3 {
	
	text-transform:uppercase;
	font-size:12px;
	padding-bottom:10px;
	color:#675c53;
	margin-top:25px;

}



.ArticlesDetail h1 {
	
	color:#007f64;
	font-size:20px;
	border-bottom:1px solid #e5e5e5;
	padding-bottom:4px;
}

.ArticlesDetail .HeadLinks {
	margin-bottom:15px;
	color:#a5a09c;
	vertical-align: middle;
	margin-top: 6px;

}

.ArticlesDetail .HeadLinks a {
	font-size:11px;
	color:#007f64;
	margin-left:2px;
	margin-right:4px;
	text-decoration:none;
	vertical-align: middle;
}

.ArticlesDetail .HeadLinks a:hover {

	text-decoration:underline;	

}

.ArticleElement, .ArticleElementWithImage {

	display:block;
	padding-top:20px;
	padding-bottom:18px;
	border-bottom:1px solid #e5e5e5;
}

.ArticleElementWithImage {

	min-height:104px;

}

* HTML .ArticleElementWithImage {

	height:104px;
	
}

.ArticlesList h3, .ArticlesList h3 a {

	font-size:16px;
	color:#007e69;	
	text-decoration:none;

}

h3 a:hover {

	text-decoration:underline;
	
}
.ArticleElement a {
	text-decoration:none;
	color:#007E69;
}
.ArticleElement a:hover {
	text-decoration:underline;
}

.ArticleElement p, .ArticleElementWithImage p {

	font-size:11px;
	color:#675c53;
	line-height:15px;
	margin-bottom:8px;
}

.ArticlesDetail p {

	font-size:11px;
	color:#675c53;
	line-height:15px;
	margin-bottom:12px;
	margin-right:8px;
}
.ArticlesDetailTable {

	font-size:11px;
	color:#675c53;
	line-height:15px;
	margin-bottom:12px;
	margin-right:8px;
}

* HTML .ArticlesDetail p {

	margin-right:0px;

}

.ArticlesDetail ul, .ArticlesDetail ol {

	margin:0px 0 12px 0;
	padding:0px;
	font-size:11px;
	
}

.ArticlesDetail ol {

}

.ArticlesDetail ul li, .ArticlesDetail ol li {

	margin-left:25px;
	margin-bottom:5px;
}

.ArticlesDetail a {

	color:#007f64;
	text-decoration:underline;
}

.ArticlesDetail a:hover {

	text-decoration:underline;
}


.ReadMore {

	display:block;
	font-weight:bold;
	color:#007e69;
	font-size:11px;
	padding-left:18px;
	background-image:url(../images/bg_ReadMoreEmblem.gif);
	background-repeat:no-repeat;
	background-position:left 2px;
	text-decoration:none;
}

.ReadMore:hover { 
	
	text-decoration:underline;

}

.NextArticle {

	display:block;
	color:#007e69;
	font-size:11px;
	text-align:right;
	padding-top:8px;
	padding-bottom:30px;
	border-top:1px solid #e5e5e5;
}

.ArticleImage {

	float:right;
	width:119px;
	height:119px;
	display:block;
	margin-right:0px;
	background-image:url(../images/bg_ArticleImage.gif);
	position:relative; 
	left: 4px;
	top: -4px;

}

.ArticleImage img {

	width:96px;
	height:96px;
	margin-left:13px;
	margin-top:11px;
	display:block;
}

.ArticlesDetailImage {
	
	background-image:url(../images/bg_ArticleFeatureImage.gif);
	width:260px;
	height:146px;
	display:block;
	float:right;
	margin-left:15px;
}

.ArticlesDetailImage img {

	display:block;
	width:231px;
	height:116px;
	margin-top:12px;
	margin-left:15px;
}

a.ArchiveLink {

	font-size:11px;
	color:#007f64;
	float:right;
	text-decoration:none;
	margin-top:10px;m
}

a.ArchiveLink:hover {

	text-decoration:underline;
}


.ArticleTable {

	width:98%;
	font-size:10px;
	color:#675c53;
	margin-bottom:15px;
}

.ArticleTable td, .ArticleTable th {

	padding-left:8px;
	padding-right:8px;

}

.ArticleTable th {

	background-color:#007f64;
	color:white;
	padding-top:6px;
	padding-bottom:6px;
	text-align:center;
	font-size:10px;
	border-right:1px solid #036c56;
	
}

.ArticleTable td {

	padding-bottom:3px;
	padding-top:3px;
	border-bottom:1px solid #ccc;
	text-align:center;
	vertical-align:center;
	border-left:1px dotted #eee;

}
.ArticleTable .First {

	text-align:left;
	border-left:none;
	font-weight:bold;

}

.ArticleTable tr.Last td {

	border-bottom:none;
}

/************************

	Article Detail

*************************/



/************************

	Right Callouts

*************************/
.RightContent {

	display:block;
	float:right;
	width:214px;
	background-image:url(../images/bg_RightColumn.gif);
	background-repeat:repeat-y;
}



.RightContent a img {

	display:block;
	border:none;

}

.RightContent .Callout, .RightContent .CalloutLast {

	display:block;
	width:200px;
	margin-bottom:10px;
	margin-left:7px;
}


.RightContent .CalloutLast {

	margin-bottom:0px;
	
	/*background-image:url(../images/bg_RightColumnBottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;*/
}

.RightContent .ColumnFooter {

	width:214px;
	height:15px;
}

.RightColumnBottom {
	
	display:block;
}

* HTML .RightColumnBottom {

	/*display:inline;*/

}

/************************

	Footer

*************************/
.Footer {

	width:960px;
	padding-left:44px;
	
	height:34px;
	padding-top:22px;
	
	/* Pipe style */
	font-size:9px;
	color:#a5a09c;
	
}

.Footer a {

	font-size:9px;
	color:#007f64;
	margin-left:2px;
	margin-right:4px;
	text-decoration:none;
}

.Footer a:hover {
	
	text-decoration:underline;

}
