/*
	-- -- -- -- -- -- --
	undohtml.css
	Undo browser defaults

	http://tantek.com/log/2004/09.html#d06t2354
	-- -- -- -- -- -- --	
*/

/* -- undo browser HTML defaults -- */
:link, :visited {
	text-decoration: none;
}
ul, ol, li {
	list-style: none;
}
h1, h2, h3, h4, h5, h6, pre, code, p {
	font-size: 1em;
}
ul, ol, dl, li, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input {
	margin: 0;
	padding: 0;
}
a img, :link img, :visited img {
	border: none;
}
address {
	font-style: normal;
}

/* fixes side bar to match height of main content - http://www.csscreator.com/attributes/containedfloat.php */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/*
	-- -- -- -- -- -- --
	Begin custom screen styles
	Last Modified: 02.02.2007	
	-- -- -- -- -- -- --	
*/
.learn_more:link {
	color: #59413a;
	text-decoration: underline;
	font-family: Arial, verdana, sans-serif;
	font-size: 11px;
	text-align: right;
	padding-right: 5px;
}
.learn_more:visited {
	color: #59413a;
	text-decoration: underline;
	font-family: Arial, verdana, sans-serif;
	font-size: 11px;
	text-align: right;
	padding-right: 5px;
}
.learn_more:hover {
	color: #59413a;
	text-decoration: underline;
	font-family: Arial, verdana, sans-serif;
	font-size: 11px;
	text-align: right;
	padding-right: 5px;
}

body {
	margin: 0;
	padding: 5px;
	background-color: #444;
	text-align: center;
}

#container {
	margin: 0 auto;
	width: 901px;
	padding: 0 0 0 3px;
	background-color: #fff;
	text-align: left;
}
.clear {
	clear: both;
	overflow: hidden;
}

#header {
	background: #fff;
	height: 60px;
}
#branding {
	background: transparent url(  "../images/branding.gif" ) 0 0 no-repeat;
	width: 345px;
	height: 60px;
	float: left;
}
#branding a {
	display: block;
	width: 345px;
	height: 60px;
	overflow: hidden;
}
#branding img {
	position: absolute;
	top: -1000px;
}

#utilityNav {
	padding: 10px 5px 0 0;
	color: #59413a;
	float: right;
	display: block;
}
#utilityNav a {
	color: #59413a;
	text-decoration: none;
	overflow: hidden;
}
#utilityNav a:hover {
	text-decoration: underline;
}
#utilityNav input.search {
	width: 100px;
	height: 15px;
	margin-left: 8px;
}
#utilityNav input.btn {
	width: 51px;
	height: 18px;
	position: relative;
	top: 3px;
	left: 0;
}

/* Nav */
#mainNav {
	margin: 0;
	padding: 0 0 1px 0;
	width: 898px;
	height: 53px;
	background: transparent url(  "../images/mainNav_bg.gif" ) 0 0 no-repeat;
}
#mainNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1em;
}
#mainNav ul li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: left;
}
#mainNav ul li a {
	display: block;
	overflow: hidden;
}
#mainNav ul li a span {
	position: absolute;
	top: -1000px;
}
/* Regular Nav States */
#mainNav ul li a#imgNavAbout {
	background: transparent url(  "../images/mainNav_about.gif" ) 0 0 no-repeat;
	width: 178px;
	height: 25px;
}
#mainNav ul li a#imgNavInd {
	background: transparent url(  "../images/mainNav_ind.gif" ) 2px 0 no-repeat;
	width: 180px;
	height: 25px;
}
#mainNav ul li a#imgNavSol {
	background: transparent url(  "../images/mainNav_sol.gif" ) 2px 0 no-repeat;
	width: 180px;
	height: 25px;
}
#mainNav ul li a#imgNavTech {
	background: transparent url(  "../images/mainNav_tech.gif" ) 2px 0 no-repeat;
	width: 180px;
	height: 25px;
}
#mainNav ul li a#imgNavCo {
	background: transparent url(  "../images/mainNav_co.gif" ) 2px 0 no-repeat;
	width: 180px;
	height: 25px;
}
/* Rollover Nav States 
#mainNav ul li a#imgNavAbout:hover { background: transparent url(../images/nav-about.gif) 0 -15px no-repeat; }
#mainNav ul li a#imgNavApproach:hover { background: transparent url(../images/nav-industries.gif) 0 -15px no-repeat; }
#mainNav ul li a#imgNavServices:hover { background: transparent url(../images/nav-solutions.gif) 0 -15px no-repeat; }
#mainNav ul li a#imgNavPolicies:hover { background: transparent url(../images/nav-tech.gif) 0 -15px no-repeat; }
#mainNav ul li a#imgNavContact:hover { background: transparent url(../images/nav-company.gif) 0 -15px no-repeat; }
*/
/* Active Nav States */
#mainNav ul li a#imgNavAboutOn {
	background: transparent url(  "../images/mainNav_aboutOn.gif" ) 0 0 no-repeat;
	width: 178px;
	height: 25px;
}
#mainNav ul li a#imgNavIndOn {
	background: transparent url(  "../images/mainNav_indOn.gif" ) 2px 0 no-repeat;
	width: 180px;
	height: 25px;
}
#mainNav ul li a#imgNavSolOn {
	background: transparent url(  "../images/mainNav_solOn.gif" ) 2px 0 no-repeat;
	width: 180px;
	height: 25px;
}
#mainNav ul li a#imgNavTechOn {
	background: transparent url(  "../images/mainNav_techOn.gif" ) 2px 0 no-repeat;
	width: 180px;
	height: 25px;
}
#mainNav ul li a#imgNavCoOn {
	background: transparent url(  "../images/mainNav_coOn.gif" ) 2px 0 no-repeat;
	width: 180px;
	height: 25px;
}
/* Home Styles */
#homeMain {
	overflow: hidden;
}
#homeMainLeft {
	width: 538px;
	height: 360px;
	float: left;
}
#homeMainRight {
	width: 360px;
	height: 360px;
	float: left;
	padding-left: 2px;
}
#homeMainRight input {
	border: 0;
	overflow: hidden;
	margin: 300px 5px 0 5px;
}
#homeMainRight h2 {
	position: absolute;
	top: -1000px;
}

#homeBottom {
	margin: 0;
	padding: 0;
	height: 300px;
	background: #fff url(  "../images/homeBot_bg.gif" ) -2px 0 no-repeat;
	color: #898989;
	overflow: hidden;
}
#homeBottom h3 {
	margin-top: 10px;
	width: 200px;
	height: 16px;
}
#homeBottom h3 span {
	position: absolute;
	text-indent: -1000em;
}
#homeBottom p {
	margin: 0;
	padding: 5px 0 0 0;
	line-height: 1.4em;
}
#homeBottom ul {
	margin: 0;
	padding: 3px 0 0 0;
	line-height: 1.5em;
}
#homeBottom ul li {
	padding-left: 10px;
	background: #fff url(  "../images/list_bullet.gif" ) 1px 50% no-repeat;
}
#homeBottom a {
	color: #666;
	margin-top: 1px;
	margin-bottom: 5px;
	text-decoration: underline;
	/*display: block;*/
	
}
#homeBottom div {
	color: #000;
	display: block;
	margin-top: 1px;
	margin-bottom: 5px;
}

#homeBottom a:hover {
	text-decoration: underline;
}
#homeBottomLeft {
	width: 250px;
	padding: 0 0 0 15px;
	float: left;
}
#promoText1 {
	width: 500px;
	float: left;
}
#homeBottomMiddle {
	width: 270px;
	padding: 0;
	float: left;
}
#homeBottomLeft h3 {
	background: #fff url(  "../images/hdr_sol.gif" ) 0 0 no-repeat;
}
#promoText2 {
	width: 250px;
	float: left;
}
#homeBottomRight {
	width: 215px;
	padding: 0;
	float: left;
}
#homeBottomRight h3 {
	background: #fff url(  "../images/hdr_who.gif" ) 0 0 no-repeat;
}
#homeBottomRight img {
	padding-top: 10px;
}

a.more {
	padding: 0 0 0 15px;
	background: transparent url(  "../images/arw_right.gif" ) center left no-repeat;
}

/* Interior Styles */
#subHeader h2 {
	font-size: 1.1em;
	color: #59413a;
	padding: 10px 0 20px 2px;
	margin: 15px 0 0 179px;
}
.hdrAbout #subHeader h2 {
	background: #fff url(  "../images/space.gif" ) 0 0 no-repeat;
}
.hdrIndustries #subHeader h2 {
	background: #fff url(  "../images/space.gif" ) 0 0 no-repeat;
}
.hdrSolutions #subHeader h2 {
	background: #fff url(  "../images/space.gif" ) 0 0 no-repeat;
}
.hdrTech #subHeader h2 {
	background: #fff url(  "../images/space.gif" ) 0 0 no-repeat;
}
.hdrCompany #subHeader h2 {
	background: #fff url(  "../images/space.gif" ) 0 0 no-repeat;
}
.hdrPrivacy #subHeader h2 {
	background: #fff url(  "../images/space.gif" ) 0 0 no-repeat;
}
.hdrTermofUse #subHeader h2 {
	background: #fff url(  "../images/space.gif" ) 0 0 no-repeat;
}
.hdrSitemap #subHeader h2 {
	background: #fff url(  "../images/space.gif" ) 0 0 no-repeat;
}


#interior {
	background: transparent url(  "../images/bg-interior.jpg" ) bottom left no-repeat;
	overflow: hidden;
}
#cLeftNav {
	width: 175px;
	float: left;
}
#leftNav {
	margin: 0;
	padding: 1px 0 0 0;
	background: transparent url(  "../images/bg-nav-divider.gif" ) top left no-repeat;
	list-style-type: none;
	font-family: Arial, Verdana, sans-serif;
	font-size: 1.1em;
	color: #666;
}
#leftNav li {
	margin: 0;
	padding: 0;
	background: transparent url(  "../images/bg-nav-divider.gif" ) bottom left no-repeat;
}
#leftNav li ul {
	margin: 0;
	padding: 1px 0 0 0;
	background: transparent url(  "../images/bg-nav-divider.gif" ) top left no-repeat;
}
#leftNav li ul li {
	margin: 0;
	padding: 0;
}
#leftNav a {
	display: block;
	padding: 5px 0 5px 10px;
	margin-left: 5px;
	background: transparent url(  "../images/subNav_arw.gif" ) 0 50% no-repeat;
	color: #666;
	width: 165px;
	text-decoration: none;
	overflow: hidden;
}
#leftNav a:hover {
	text-decoration: underline;
}
#leftNav a.selected {
	font-weight: bold;
	text-decoration: underline;
}

/*#cMain, #cMain2 { float: left; margin: 0; width: 543px; padding: 0 0 15px 0; color: #666; font-family: Arial, Verdana, sans-serif; font-size: 1.1em; line-height: 1.4em; }*/
#cMain, #cMain2 {
	float: left;
	display: inline;
	margin: 0;
	width: 543px;
	padding: 0 0 10px 2px;
	color: #666;
	font-family: Arial, Verdana, sans-serif;
	font-size: 1.1em;
	line-height: 1.4em;
}
* html #cMain, * html #cMain2 {
	width: 543px;
	width: 540px;
}
#cMain ul {
	list-style-type: disc;
	color: #59413a;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#cMain ul li {
	margin: 0;
	padding: 0 0 15px 0;
	list-style-type: disc;
}
#cMain ul li a {
	color: #666;
	background: transparent url(../images/bg-nav-level3-a.gif) 0 40% no-repeat;
	padding-left: 10px;
}
.list {
	margin: 0;
	padding: 0 0 15px 0;
	list-style-type: disc;
}
.hdrAbout #cMain {
	background: #fff url(  "../images/main-img-about.jpg" ) 4px 0 no-repeat;
}
.hdrIndustries #cMain {
	background: #fff url(  "../images/main-img-industries.jpg" ) 4px 0 no-repeat;
}
.hdrSolutions #cMain {
	background: #fff url(  "../images/main-img-solutions.jpg" ) 4px 0 no-repeat;
}
.hdrTech #cMain {
	background: #fff url(  "../images/main-img-technologies.jpg" ) 4px 0 no-repeat;
}
.hdrCompany #cMain {
	background: #fff url(  "../images/main-img-company.jpg" ) 4px 0 no-repeat;
}

#cMain {
	padding-top: 151px;
}
#cMain h1 {
	margin: 0;
	padding: 0 0 20px 0;
	font-size: 1.8em;
	font-family: "Trebuchet MS" , Arial, Verdana, sans-serif;
}
#cMain h2 {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 1.2em;
	font-family: "Trebuchet MS" , Arial, Verdana, sans-serif;
}
#cMain p {
	margin: 0;
	padding: 0 0 5px 0;
	line-height: 1.4em;
	color: black;
	width: 525px;
	text-align: justify;
}
#cMain p.intro {
	margin: 0;
	padding: 15px 5px 10px 0;
	line-height: 1.5em;
	font-size: 14px;
}
/*#cMain ul { margin: 0; padding: 0 0 15px 0; list-style-image:}
#cMain ul li { margin: 0; padding: 0 0 5px 0;}
#cMain ul li a { color: #666; background: transparent url("../images/bg-nav-level3-a.gif") 0 40% no-repeat; padding-left: 10px; }*/
#cMain div.industryMod {
	width: 537px;
	background: transparent url(  "../images/bg-nav-divider.gif" ) top left repeat-x;
	position: relative;
	margin: 5px 0;
	padding-top: 5px;
}
#cMain div.industryMod p {
	position: absolute;
	left: 180px;
	top: 20px;
	width: 345px;
}
#cMain div.industryMod h3 {
	color: #59413a;
	padding-left: 180px;
	height: 85px;
	font-family: "Trebuchet MS" , Arial, Verdana, sans-serif;
}
#cMain div.industryMod a.more {
	position: absolute;
	left: 460px;
	top: 70px;
	color: #59413a;
	text-decoration: underline;
}
#cMain div.transportation h3 {
	background: transparent url(  "../images/industries-transportation.jpg" ) 0 1px no-repeat;
}
#cMain div.healthcare h3 {
	background: transparent url(  "../images/industries-healthcare.jpg" ) 0 1px no-repeat;
}
#cMain div.government h3 {
	background: transparent url(  "../images/industries-government.jpg" ) 0 1px no-repeat;
}
#cMain div.facilities h3 {
	background: transparent url(  "../images/industries-facilities.jpg" ) 0 1px no-repeat;
}
#cMain div.manufacturing h3 {
	background: transparent url(  "../images/industries-manufacturing.jpg" ) 0 1px no-repeat;
}
#cMain div.utilities h3 {
	background: transparent url(  "../images/industries-utilities.jpg" ) 0 1px no-repeat;
}
#cMain div.general h3 {
	background: transparent url(  "../images/industries-general.jpg" ) 0 1px no-repeat;
}

#cMain div.AboutUsMod {
	width: 537px;
	background: transparent url(  "../images/bg-nav-divider.gif" ) top left repeat-x;
	position: relative;
	margin: 5px 0;
	padding-top: 5px;
}
#cMain div.AboutUsMod p {
	position: absolute;
	left: 180px;
	top: 20px;
	width: 345px;
}
#cMain div.AboutUsMod h3 {
	color: #59413a;
	padding-left: 180px;
	height: 85px;
	font-family: "Trebuchet MS" , Arial, Verdana, sans-serif;
}
#cMain div.AboutUsMod a.more {
	position: absolute;
	left: 460px;
	top: 70px;
	color: #59413a;
	text-decoration: underline;
}
#cMain div.How h3 {
	background: transparent url(  "../images/industries-transportation.jpg" ) 0 1px no-repeat;
}
#cMain div.Features h3 {
	background: transparent url(  "../images/industries-healthcare.jpg" ) 0 1px no-repeat;
}
#cMain div.Deployment h3 {
	background: transparent url(  "../images/industries-government.jpg" ) 0 1px no-repeat;
}

#cMain div.SolutionsMod {
	width: 537px;
	background: transparent url(  "../images/bg-nav-divider.gif" ) top left repeat-x;
	position: relative;
	margin: 5px 0;
	padding-top: 5px;
}
#cMain div.SolutionsMod p {
	position: absolute;
	left: 180px;
	top: 20px;
	width: 345px;
}
#cMain div.SolutionsMod h3 {
	color: #59413a;
	padding-left: 180px;
	height: 85px;
	font-family: "Trebuchet MS" , Arial, Verdana, sans-serif;
}
#cMain div.SolutionsMod a.more {
	position: absolute;
	left: 460px;
	top: 70px;
	color: #59413a;
	text-decoration: underline;
}
#cMain div.Far139 h3 {
	background: transparent url(  "../images/solutions-far.jpg" ) 0 1px no-repeat;
}
#cMain div.Osha h3 {
	background: transparent url(  "../images/solutions-OSHA.jpg" ) 0 1px no-repeat;
}
#cMain div.Jcaho h3 {
	background: transparent url(  "../images/solutions-JCAHO.jpg" ) 0 1px no-repeat;
}
#cMain div.Help h3 {
	background: transparent url(  "../images/solutions-custom.jpg" ) 0 1px no-repeat;
}

#cMain div.CompanyMod {
	width: 537px;
	background: transparent url(  "../images/bg-nav-divider.gif" ) top left repeat-x;
	position: relative;
	margin: 5px 0;
	padding-top: 5px;
}
#cMain div.CompanyMod p {
	position: absolute;
	left: 180px;
	top: 20px;
	width: 345px;
}
#cMain div.CompanyMod h3 {
	color: #59413a;
	padding-left: 180px;
	height: 85px;
	font-family: "Trebuchet MS" , Arial, Verdana, sans-serif;
}
#cMain div.CompanyMod a.more {
	position: absolute;
	left: 460px;
	top: 70px;
	color: #59413a;
	text-decoration: underline;
}
#cMain div.AstegicBio h3 {
	background: transparent url(  "../images/industries-transportation.jpg" ) 0 1px no-repeat;
}
#cMain div.Advisory h3 {
	background: transparent url(  "../images/industries-healthcare.jpg" ) 0 1px no-repeat;
}
#cMain div.Partners h3 {
	background: transparent url(  "../images/industries-government.jpg" ) 0 1px no-repeat;
}
#cMain div.Resellers h3 {
	background: transparent url(  "../images/industries-healthcare.jpg" ) 0 1px no-repeat;
}

#cMain2 h3 {
	background: transparent url(  "../images/bg-nav-divider.gif" ) top left repeat-x;
	margin: 0 0 0 5px;
	padding: 15px 0 10px 5px;
	font-size: 1.6em;
	font-family: "Trebuchet MS" , Arial, Verdana, sans-serif;
	color: #59413a;
}
#cMain2 h3a {
	background: transparent url(  "../images/bg-nav-divider.gif" ) top left repeat-x;
	margin: 0 0 0 5px;
	padding: 5px 0 10px 5px;
	font-size: 1.6em;
	font-family: "Trebuchet MS" , Arial, Verdana, sans-serif;
	color: #59413a;
}
#cMain2 h4 {
	margin: 0 0 0 10px;
	padding: 0;
	font-size: 1.1em;
	font-family: "Trebuchet MS" , Arial, Verdana, sans-serif;
	color: #59413a;
}
#cMain2 p {
	margin: 0 0 0 10px;
	padding: 0 10px 5px 0;
	line-height: 1.4em;
	color: #000; /*#59413a;*/
	text-align: justify;
}
/*#cMain p { margin: 0; padding: 0 0 15px 0; line-height: 1.4em; color:#59413a; width: 525px;}
#cMain p.intro { margin: 0; padding: 15px 5px 10px 8px; line-height: 1.5em; font-size: 14px; }
*/
#cMain2 ul {
	list-style-type: disc;
	color: #59413a;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#cMain2 ul li {
	margin: 0;
	padding: 0 0 15px 0;
	list-style-type: disc;
}
#cMain2 ul li a {
	color: #666;
	background: transparent url(  "../images/bg-nav-level3-a.gif" ) 0 40% no-repeat;
	padding-left: 10px;
}

#cPromos {
	width: 178px;
	padding: 0;
	float: left;
	font-family: Arial, Verdana, sans-serif;
	font-size: 1.1em;
	color: #666;
}
#cPromos img {
	border: 0;
	margin: 0;
	padding: 0;
}
#cPromos #promos a {
	color: #666;
	margin: 0;
	padding: 0;
}

#footer {
	margin: 0 auto;
	padding: 28px 0 0 0;
	width: 904px;
	height: 30px;
	text-align: left;
	background: #444 url(  "../images/footer_bg.gif" ) 0 0 no-repeat;
}
#footer p {
	margin: 0;
	padding: 0;
	color: #666;
}
#footer div.copyright {
	float: left;
	padding: 2px 0 0 17px;
}
#footer div.addlogos {
	float: right;
	padding: 5px 0 0 0;
}
#footer div.addlogos img {
	float: left;
}
.homepage_content {
	font-family: Arial, verdana, sans-serif;
	color: #000;
	font-size: 11px;
	font-weight: normal;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	text-align: justify;
}

.homepage_large {
	font-family: Arial, verdana, sans-serif;
	color: #727272;
	font-size: 12px;
	font-weight: normal;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	text-align: justify;
}


.solutionlist {
	font-family: Arial, verdana, sans-serif;
	color: #727272;
	font-size: 11px;
	font-weight: normal;
	padding-right: 5px;
	text-align: left;
	padding-left: 18px;
	background-image: url(../images/subNav_arw.gif);
	background-repeat: no-repeat;
}

.homepage_heading_brown {
	font-family: Arial, verdana, sans-serif;
	color: #59413a;
	font-size: 13px;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 10px;
	text-transform: uppercase;
}



.homepage_heading_green {
	font-family: Arial, verdana, sans-serif;
	color: #9fa358;
	font-size: 13px;
	font-weight: bold;
	padding-top: 10px;
	text-transform: uppercase;
}

.solution {
	padding-left: 10px;
	background: #fff url(  "../images/list_bullet.gif" ) 1px 50% no-repeat;
	line-height: 1.5em;
	font-family: Arial, verdana, sans-serif;
	color: #727272;
	font-size: 11px;
	font-weight: normal;
}

.footerlink {
	font-size: 1em;
	text-decoration: none;
	color: #666;
}
.footerlink a {
	font-size: 1em;
	text-decoration: none;
	color: #666;
}
.footerlink a:hover {
	font-size: 1em;
	text-decoration: none;
	color: #666;
}

#cMain3 {
	float: left;
	display: inline;
	margin: 0;
	width: 713px;
	padding: 0 0 10px 2px;
	color: #666;
	font-family: Arial, Verdana, sans-serif;
	font-size: 1.1em;
	line-height: 1.4em;
}

#cMain3 h3 {
	background: transparent url(  "../images/bg-nav-divider.gif" ) top left repeat-x;
	margin: 0 0 0 5px;
	padding: 15px 0 10px 5px;
	font-size: 1.6em;
	font-family: "Trebuchet MS" , Arial, Verdana, sans-serif;
	color: #59413a;
}
#cMain3 h4 {
	margin: 0 0 0 10px;
	padding: 0;
	font-size: 1.1em;
	font-family: "Trebuchet MS" , Arial, Verdana, sans-serif;
	color: #59413a;
}
#cMain3 p {
	margin: 0 0 0 10px;
	padding: 0 10px 15px 0;
	line-height: 1.4em;
	color: #59413a;
}

.casestudy {
	border: 1px solid #999999;
	line-height: 1.4em;
	color: #59413a;
	padding-top: 2px;
	padding-left: 2px;
}
.casestudy2 {
	line-height: 1.4em;
	color: #59413a;
	padding-top: 2px;
	padding-left: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
}


.blue_link:link {
	color: blue;
	font-family: Arial, verdana, sans-serif;
	font-size: 11px;
	text-align: right;
	padding-right: 5px;
}
.blue_link:visited {
	color: blue;
	font-family: Arial, verdana, sans-serif;
	font-size: 11px;
	text-align: right;
	padding-right: 5px;
}
.blue_link:hover {
	color: blue;
	font-family: Arial, verdana, sans-serif;
	font-size: 11px;
	text-align: right;
	padding-right: 5px;
}

.learn_more1:link {
	color: #666666;
	text-decoration: underline;
	font-family: Arial, verdana, sans-serif;
	font-size: 11px;
	text-align: right;
	padding-right: 5px;
}
.learn_more1:visited {
	color: #666666;
	text-decoration: underline;
	font-family: Arial, verdana, sans-serif;
	font-size: 11px;
	text-align: right;
	padding-right: 5px;
}
.learn_more1:hover {
	color: #666666;
	text-decoration: underline;
	font-family: Arial, verdana, sans-serif;
	font-size: 11px;
	text-align: right;
	padding-right: 5px;
}
._heading_brown {
	font-family: Arial, verdana, sans-serif;
	color: #59413a;
	font-size: 14px;
	font-weight: bold;
	padding-left: 0px;
	padding-top: 10px;
	text-transform: uppercase;
}