html,body,div,span,
applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dd,dl,dt,li,ol,ul,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
}
 
table {
	border-collapse: collapse;
	border-spacing: 0;
}
 
ol, ul {
	list-style-image: none;
	list-style-type: none;
}
 
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}
 
a img, :link img, :visited img { border: none; }
a { outline: 0; }

/* clearfix */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display:inline-block; }
* html .clearfix { height: 1px ;}

body, td, th {
	/* Suggested arial font list */
	font-family: arial, helvetica, sans-serif;
}
 
/* Keep superscript tags from breaking line-height */
sup {
	font-size: smaller;
	vertical-align: baseline;
	position: relative;
	bottom: 0.33em;
}
 
/* From simplebits, use the prettiest ampersand possible */
span.amp {
	font-family: "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-style: italic;
	font-size: 110%; 
}
 
body {
	text-align: center;
	background: #fff;
}
 
#frame {
	width: 770px;
	margin: 0 auto;
	text-align: left;
	background: #fff url(/img/frame_background.gif) repeat-y;
}

#topbar {
	height: 47px;
	overflow: hidden;
	position: relative;
	background: #fff;
}

#topbar ul {
	position: absolute;
	top: 24px;
	left: 319px;
}

#topbar ul li {
	float: left;
	display: inline;
	padding: 1px 0 1px 12px;
}

#topbar ul li.div {
	border-right: 1px solid #C9CACC;
	padding-right: 14px;
}

#topbar ul li a {
	text-transform: uppercase;	
	font-size: 9px;
	line-height: 13px;
	color: #7F7F7F;
	display: block;
}

#topbar select {
	font-family: tahoma, arial, sans-serif;
	font-size: 10px;
	width: 192px;
	position: absolute;
	right: 15px;
	bottom: 7px;
}

#header {
	background: url(/img/header_background.gif) no-repeat;
	padding: 65px 0 0 0;
	position: relative;
}

#header h1 { 
	display: none;
	position: absolute;
	width: 100%;
	top: 34px;
	left: 23px;
	height: 20px;
	display: block;

}

#header h1 span {
	display: none;
}

#header ul {
	position: absolute;
	right: 5px;
	top: 14px;
}

#header ul li {
	float: left;
	display: inline;
	padding: 0 9px 0 0;
}		

#header ul li a {
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	text-shadow: 0 0 0 #000;
	color: #A9A9A9;
	text-decoration: none;
	display: block;
	padding: 2px 0 0 31px;
	height: 19px;
}

#header ul li.active a {
	color: #252525;
}

#header ul li.home a      { padding-left: 21px; background: url(/img/header_home.gif) no-repeat; }
#header ul li.contactus a { background: url(/img/header_contactus.gif) no-repeat; }
#header ul li.search a    { background: url(/img/header_search.gif) no-repeat; }
#header ul li.sitemap a   { background: url(/img/header_sitemap.gif) no-repeat; }

#splash {
	margin: 0 12px 10px 11px;
	height: 26px;	
	border-bottom: 8px solid #014333;
	position: relative;
}

#splash ul {
	height: 26px;
	position: absolute;
	top: 0;
	right: 0;
}

#splash ul li {
	float: left;
	display: inline;
	width: 91px;
	height: 26px;
	margin: 0 0 0 3px;
	background: url(/img/tab_off.gif) no-repeat;
	text-align: center;
}

#splash ul li.active {
	background: url(/img/tab_on.gif) no-repeat;
}

#splash ul li a {
	font-size: 9px; /* Supposed to be 8px */
	line-height: 9px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 0 0 #000;
	-moz-opacity: 0.9999;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	height: 16px;
	padding: 10px 0 0 0;
}

#splash ul li.active a {
	color: #333;
}

#splash ul li.two-line a {
	height: 21px;
	padding: 5px 0 0 0;
}

#right {
	float: left;
	display: inline;
	width: 169px;
	margin: 0 0 0 11px;
}

#right #links {
	position: relative;
	background: #EDF2DB;
	margin: 0 0 12px 0;
}

#right #links .wrapper {
	background: url(/img/right_bottom.gif) no-repeat 0 bottom;
}

#right #links h5 {
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 0 0 #000;
	text-transform: uppercase;
	height: 17px;
	padding: 9px 0 0 11px;
	background: url(/img/right_top.gif) no-repeat;
}

#right #links ul {
	padding: 10px 9px 10px 10px;
}

#right #links ul li {
}

#right #links ul li a {
	font-size: 10px;
	line-height: 14px;
	color: #262626;
	font-weight: bold;
	text-shadow: 0 0 0 #000;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	padding: 0 0 0 32px;
}

#right #links ul li#link1 a { background: url(/img/link_1.gif) no-repeat; padding-top: 10px; height: 23px; }
#right #links ul li#link2 a { background: url(/img/link_2.gif) no-repeat; padding-top: 10px; height: 24px; }
#right #links ul li#link3 a { background: url(/img/link_3.gif) no-repeat; padding-top: 12px; height: 26px; margin-bottom: 10px; }
#right #links ul li#link4 a { background: url(/img/link_4.gif) no-repeat; padding-top: 10px; height: 24px; }
#right #links ul li#link5 a { background: url(/img/link_5.gif) no-repeat; padding-top: 8px; height: 24px; }
#right #links ul li#link6 a { background: url(/img/link_7.gif) no-repeat; padding-top: 10px; height: 25px; }
#right #links ul li#link7 a { background: url(/img/link_6.gif) no-repeat; padding-top: 10px; height: 25px; }

#right #links ul li#link4.active a { background-image: url(/img/link_4_on.gif); }
#right #links ul li#link5.active a { background-image: url(/img/link_5_on.gif); }
#right #links ul li#link6.active a { background-image: url(/img/link_7_on.gif); }
#right #links ul li#link7.active a { background-image: url(/img/link_7_on.gif); }


/*
#right .sidebar h6 {
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #fff;
	text-shadow: 2px 2px 2px #000;
	-moz-opacity: 0.9999;
	padding: 11px 20px 0 13px;
}
*/

#right .sidebar {
	background: url("/img/right_promo_top.gif") no-repeat top left;
	margin: 0 0 9px 0;
}

#right .sidebar div {
	padding: 18px 6px 17px 11px;
	background: url("/img/right_promo_bottom.gif") no-repeat bottom left;
}
#right .sidebar h6 {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	margin-bottom: 7px;
}
#right .sidebar p {
	font-size: 10px;
	line-height: 13px;
	font-weight: bold;
	color: #333;
	margin-bottom: 7px;
}
#right .sidebar ul.buttons { 
	font-size: 10px;
	padding-top: 3px;
}	
#right .sidebar ul.buttons li {
	display: block;
	float: left;
	background: url("/img/buttons/grey_left.gif") no-repeat;
	padding: 0 0 0 7px;
	height: 17px;
}
#right .sidebar ul.buttons a:link,
#right .sidebar ul.buttons a:visited 
{ 
	display: block;
	float: left;
	padding: 3px 16px 0 0; 
	height: 14px;
	text-decoration: none;
	background: url("/img/buttons/grey_right_arrow.gif") 100% 0 no-repeat;
	color: #6C6D6F;
	font-weight: bold;
}
#right .sidebar ul.buttons a:hover,
#right .sidebar ul.buttons li:hover a 
{ 
	text-decoration: none;
	background: url("/img/buttons/grey_right_arrow_over.gif") 100% 0 no-repeat; 
	color: #C66B4E;
	font-weight: bold;
}



#footer {
	background: #fff url(../img/footer.gif) no-repeat;
	margin: 0;
	padding: 71px 19px 20px 19px;
	height: 204px;
}

#footer p,
#footer p a {
	font-size: 10px;
	line-height: 15px;
	color: #008166;
}

#footer p.links1 { padding-bottom: 10px; padding-top: 25px;}
								
/*----------------------------------------------------------
** Start footerContainer **
----------------------------------------------------------*/

#footerContainer {
	padding: 20px 0 0 0;
	clear: both;
	}
	
#footerContainer ul {
	background: url("../_images/bkg_footerContainer_ul_feeds.gif") no-repeat top left;
	margin: 0px 0 0px 0; padding: 0;
	list-style: none;
	}
	
#footerContainer li {
	display: inline; 
	margin: 0; padding: 0 0 0 0px;
	font-size: 11px; line-height: 38px;
	color: #303030;
	}
		
#footerContainer li a {
	padding: 10px 0 10px 31px;
	text-decoration: none;
	color: #303030;
	background: url("../_images/icon_footerContainer_li_fpo.gif") no-repeat center left;
	}
	
	/* Footer Nav Icon Library */
	#footerContainer li#ftr-community a 	{ background-image: url("../images/icon_library_footerContainer_community.gif"); }
	#footerContainer li#ftr-rss a 			{ background-image: url("../images/icon_library_footerContainer_rss.gif"); }
	#footerContainer li#ftr-subscribe a 	{ background-image: url("../images/icon_library_footerContainer_subscribe.gif"); }
	#footerContainer li#ftr-print a 		{ background-image: url("../images/icon_library_footerContainer_print.gif"); }
	#footerContainer li#ftr-email a 		{ background-image: url("../images/icon_library_footerContainer_email.gif"); }
	
#footerContainer #ftr-sectionnav {
	padding-bottom: 14px;
	background: url("../_images/bkg_footerContainer_ft-sectionnav_btm.gif") no-repeat bottom left;
	}
	
#footerContainer #ftr-mainnav {
	padding-top: 12px;
	background: url("../_images/bkg_footerContainer_sagelogo.gif") no-repeat bottom right;
	}
	
	#home #footerContainer ul { margin-bottom: 0; }
	#home #footerContainer #ftr-mainnav { padding-top: 10px; }

#footerContainer p {
	font-size: 11px; line-height: 18px;
	padding: 0 0 0 21px; margin: 0;
	}
	
#footerContainer p#copyright {
	float: right;
	padding-right: 63px;
	}
	
#footerContainer p span {
	padding: 0 6px;
	}
	
#footerContainer #ftr-related {
	background: url("../_images/bkg_footerContainer_ft-sectionnav_btm.gif") no-repeat top left;
	margin-top: 12px; padding-top: 14px;
	}
	
#footerContainer #ftr-related ul {
	float: left;
	margin: 0 0 10px 0; 
	padding: 0 0 0 20px;
	background: none;
	}
	
#footerContainer #ftr-related li { 
	display: list-item;
	margin: 0; padding: 0 0 2px 0;
	font-size: 11px; line-height: 14px;
	color: #606060;
	background: none;
	}
		
#footerContainer #ftr-related li a {
	padding: 0;
	text-decoration: underline;
	background: none;
	color: #606060;
	}
	
#footerContainer #ftr-related li a:hover {
	text-decoration: none;
	}
	
/*----------------------------------------------------------
** End footerContainer **
----------------------------------------------------------*/