@charset "utf-8";
/* CSS Document */
body  {
	margin: 0; 
	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: #362f22;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #004250;
}
p {
	font-size: 12px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-top: 10px;
}
h1 {
	font-size: 24px;
	color: #00aad2;
	letter-spacing: 0em;
	font-family: "Times New Roman", Times, serif;
	margin-bottom: -0.3em;
	font-weight: normal;
}
h2 {
	font-size: 20px;
	color: #00aad2;
	line-height: 22px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 13px;
	font-weight: bold;
}
h4 {
	font-size: 11px;
	line-height: 16px;
	letter-spacing: -0.02em;
}
h5 {
	font-size: 11px;
	font-weight: normal;
	line-height: 13px;
}
IMG {
	border: 0px;
}

#container {
	width: 875px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	overflow: visible;
	clear: both;
} 
#header {
	background: #ffffff;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 65px;
	padding: 0;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 5px;
} 
.headerLogo {
	font-size: 12px;
	font-weight: bold;
	float: left;
}
.headerNav {
	font-size: 12px;
	margin-right: 10px;
	float: right;
	padding-top: 10px;
}
.headerNav a:link, .headerNav a:visited {
	color: #848974;
	text-decoration: none;
}

.headerNav a:hover, .headerNav a:active {
	color: #848974;
	text-decoration: underline;
}
#TopMenu {
	padding: 0;
	margin-right: 10px;
	margin-left: 10px;
	height: 21px;
	background: #8A847A;
} 
#Content {
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #004250;
	margin-right: 10px;
	margin-left: 10px;
	background-position: top;
	padding-bottom: 5px;
	width: 855px;
	margin-bottom: 5px;
	padding-top: 5px;
}

#footer {
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 7px;
	font-size: 10px;
	color: #D4D4D4;
	letter-spacing: 1px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; 
}
#leftColumnIndex {
	width: 175px;
	float: left;
	height: 100%;
}

#leftColumn {
	width: 175px;
	float: left;
	height: auto;
}
#rightColumnIndex {
	float: left;
	width: 670px;
	margin-left: 5px;
}

#rightColumn {
	float: left;
	width: 670px;
	border: 1px solid #004250;
	margin-left: 5px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	margin-left: 15px;
	margin-right: 15px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.padding10px {
	margin: 10px;
}
.padding20px {
	margin: 20px;
}

#menuh
	{
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	white-space:nowrap;
	margin:0;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	}
	
#menuh a, #menuh a:visited	/* menu at rest */
	{
	color: white;
	background-color: #8a847a;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: white;
	background-color: #362f22;
	}	

#menuh ul
	{
	list-style:none;
	float:left;
	margin: 0;
	padding: 0;
	width: 122px;
	}

#menuh li
	{
	position:relative;
    min-height: 1px; 	/* for IE7 */
    vertical-align: bottom; /* for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin-top: -1em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -1em;
	width: 140px;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{
	display:block;
}
/* End CSS Drop Down Menu */


#footer a:link, #footer a:visited {
	color: #D4D4D4;
	text-decoration: none;
} 

#footer a:hover, #footer a:active {
	color: #84897A;
	text-decoration: none;
} 


.LeftNavTop {
	background-color: #004250;
	padding-top: 7px;
	padding-bottom: 7px;
	background-position: left;
	color: #D4D4D4;
	text-align: left;
}
.LeftNavTop ul{
	list-style-type: none;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	list-style-position: outside;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
}

.LeftNavTopHeader {
	font-size: 12px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	color: #d4d4d4;
	border-bottom-color: #8f8f8f;
	margin-bottom: 5px;
	margin-top: 10px;
	font-weight: bold;
	text-transform: uppercase;
	margin-right: 0px;
	margin-left: 0px;
	list-style-position: outside;
	line-height: 15px;
}
.LeftNavTop-Menu {
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	color: #848974;
	border-bottom-color: #8f8f8f;
	display: block;
	margin-top: 5px;
	padding-left: 5px;
}
.LeftNavTop-Menu-sub {
	font-size: 11px;
	color: #848974;
	display: block;
	margin-left: 13px;
	margin-right: 10px;
	line-height: 18px;
}
.LeftNavTop-Menu-Selected {
	margin-top: 2px;
	margin-bottom: 2px;
	color: #004250;
	background-color: #E8EFF0;
	font-size: 12px;
	padding-left: 5px;
	display: block;
}
.LeftNavTop-Menu-sub-Selected {
	font-size: 11px;
	color: #FFFFFF;
	padding-left: 5px;
	line-height: 18px;
}
.LeftNavTop a:link, .LeftNavTop a:visited {
	color: #d4d4d4;
	text-decoration: none;
}

.LeftNavTop a:hover, .LeftNavTop a:active {
	color: #848974;
	text-decoration: none;
}
.LeftNavTop-Menu-Selected a:link, .LeftNavTop-Menu-Selected a:visited {
	color: #004250;
	text-decoration: none;
}

.LeftNavTop-Menu-Selected a:hover, .LeftNavTop-Menu-Selected a:active {
	color: #848974;
	text-decoration: none;
}

.LeftNavBtm {
	padding-top: 5px;
	padding-bottom: 5px;
	background-position: left;
	text-align: left;
	width: 175px;
	background-color: #d1e0e4;
	margin-top: 5px;
	font-size: 12px;
	line-height: 13px;
	text-decoration: none;
}
.LeftNavBtm ul{
	list-style-type: none;
	list-style-position: outside;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	display: block;
}
.LeftNavBtm li{
	list-style-type: none;
	display: block;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-color: #8a847a;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 7px;
	margin-left: 5px;
	text-decoration: none;
}

.LeftNavBtm a:link, .LeftNavBtm a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.LeftNavBtm a:hover, .LeftNavBtm a:active {
	color: #d4d4d4;
	text-decoration: none;
}

 /* Index Styles */
#indexTop {
	height: 275px;
	margin: 0px;
	padding: 0px;
}
#indexBtm {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.indexLeftNav {
	background-color: #004250;
	background-position: left;
	color: #D4D4D4;
	text-align: left;
	height: 268px;
	padding-top: 7px;
}
.indexLeftNav ul{
	list-style-type: none;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	list-style-position: outside;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
}
.indexLeftNav-Header {
	font-size: 12px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	color: #d4d4d4;
	border-bottom-color: #8f8f8f;
	margin-bottom: 5px;
	margin-top: 10px;
	font-weight: bold;
	text-transform: uppercase;
	margin-right: 0px;
	margin-left: 0px;
	list-style-position: outside;
	line-height: 15px;
}
.indexLeftNav-Menu {
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	color: #848974;
	border-bottom-color: #8f8f8f;
	margin-bottom: 5px;
	display: block;
}
.indexLeftNav a:link, .indexLeftNav a:visited {
	color: #d4d4d4;
	text-decoration: none;
}
.indexLeftNav a:hover, .indexLeftNav a:active {
	color: #848974;
	text-decoration: none;
}
.indexLeftBtm {
	padding-bottom: 10px;
	background-position: left;
	text-align: left;
	padding-left: 7px;
	border-right-color: #333333;
	border-right-width: 1px;
	border-right-style: solid;
	font-size: 10px;
	padding-top: 5px;
	background-color: #FFFFFF;
	margin-top: 5px;
}
.indexText {
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 7px;
}
.indexText h1{
	font-size: 12px;
	font-weight: bolder;
	text-transform: uppercase;
	line-height: 13px;
	margin-bottom: 7px;
	color: #004250;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 3px;
	letter-spacing: -0.02em;
}

.indexText h2{
	font-size: 11px;
	line-height: 13px;
	color: #362f22;
	letter-spacing: -0.03em;
	margin-top: 0px;
	margin-bottom: 0px;
}
.indexText a:link, .indexText a:visited {
	color: #362f22;
	text-decoration: none;
}
.indexText a:hover, .indexText a:active {
	color: #16130E;
	text-decoration: underline;
}


 /* Detail Link styles */
 
.linkBlueSmll {
	font-size: 12px;
	margin-bottom: 10px;
}
.linkBlueSmll a:link, .linkBlueSmll a:visited {
	color: #0080b8;
	text-decoration: none;
}
.linkBlueSmll a:hover, .linkBlueSmll a:active {
	color: #002e91;
	text-decoration: underline;
}
.linkOrangeSmll {
	font-size: 11px;
}
.linkOrangeSmll a:link, .linkOrangeSmll a:visited {
	color: #e38000;
	text-decoration: none;
}
.linkOrangeSmll a:hover, .linkOrangeSmll a:active {
	color: #e38000;
	text-decoration: underline;
}

 /* Content Styles */
#contentTop {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
#contentTopReno {
	height: 203px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}


#contentBtm {
	padding: 0px;
	margin: 0px;
}
#contentBtmVideo {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	z-index: 500;
}

#contentFormatB {
	width: 500px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #bdbcb5;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	position: inherit;
	overflow: visible;
	height: auto;
}
#contentFormatBtextBox {
	margin-right: 15px;
}

#contentFormatB2 {
	margin-left: 520px;
}

#navRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	line-height: normal;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 520px;
	height: 100%;
}

#navRight h1 {
	display: block;
	background-color:#004250;
	font-size: 14px;
	color: #FFFFFF;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 10px;
}


#navRight ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navRight ul li {
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #bdbcb5;

}
#navRight ul li a {
	font-size: 12px;
	text-decoration: none;
	color: #666666;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin: 0px;
	z-index: 1;
	display: inline-block;
	display: block;
}

#navRight ul li a:hover, #navRight ul li a:focus {
	color: #000000;
	background-color: #E8EFF0;
}

#navRight ul li ul li{
	padding: 0px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/bullet5.gif);
	background-repeat: no-repeat;
	background-position: left top;

}
#navRight ul li ul li a {
	font-size: 12px;
	text-decoration: none;
	color: #666666;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
	display: block;
	margin: 0px;
	background-image: url(../images/bullet5.gif);
	background-repeat: no-repeat;
	background-position: left top;

}
#navRight .selected {
	color: #00aad2;
	background-color: #E8EFF0;
	display: block;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 2px;
}
#navRight .selectedSub {
	color: font-size
: 12px;;
	display: block;
	font-size: 12px;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin: 0px;
	background-image: url(../images/bullet5.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #00aad2;
	background-color: #E8EFF0;

}
#navRightReno {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	line-height: normal;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 520px;
	height: 100%;
}

#navRightReno h1 {
	display: block;
	background-color:#C3D181;
	font-size: 14px;
	color: #FFFFFF;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 10px;
}
#navRightReno ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navRightReno ul li {
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #bdbcb5;

}
#navRightReno ul li a {
	font-size: 12px;
	text-decoration: none;
	color: #666666;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin: 0px;
	z-index: 1;
	display: inline-block;
	display: block;
}

#navRightReno ul li a:hover, #navRightReno ul li a:focus {
	color: #000000;
	background-color: #EEF1DA;
}
#navRightReno .selected {
	color: #7d842e;
	background-color: #EEF1DA;
	display: block;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 2px;
}




.registeredmark {
	font-size: 9px;
	vertical-align: top;
}
#tabContent {
	width: 100%;
}
#ProductOverview {
	width: 630px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.story {
	font-size: 14px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #362f22;
	font-weight: normal;
	margin-bottom: 5px;
}
#ProductDetailsTop1 {
	float: left;
	padding-top: 5px;
	padding-left: 25px;
	padding-bottom: 15px;
	width: 300px;
}
#ProductDetailsTop2 {
	margin-left: 360px;
}
#ProductDetailsTop3 {
	background-image: url(../images/contact-001.jpg);
}

.ProductDetailHeader {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #E38000;
}
.ProductDetailStory {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #362f22;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
.productDetailSubHeader{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #e38000;
	margin: 0px;
	padding: 0px;
}
.ProductDetailsBullet {
	list-style-position: outside;
	list-style-image: url(../images/icn5.gif);
	font-size: 12px;
	line-height: 18px;
	vertical-align: middle;
}
.productOverviewSubHeader {
	color: #00aad2;
	font-size: 12px;
	font-weight: bold;
}
.pageHeader-orange {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	color: #e38000;
	word-spacing: -0.04em;
}
.pageHeader-blue {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	color: #00aad2;
}
.pageHeader-blue-26px {
	font-size: 26px;
	color: #00aad2;
	font-family: "Times New Roman", Times, serif;
}



.boxHeaderBlue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #00aad2;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 7px;
	text-transform: uppercase;
}

 /* Round Corner Box */
.t {
	width: 575px;
	background-image: url(../images/dot.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
.t2 {
	width: 430px;
	background-image: url(../images/dot.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
.t3 {
	width: 250px;
}


.b {
	background-image: url(../images/dot.gif);
	background-repeat: repeat-x;
	background-position: 0 100%;
}
.l {
	background-image: url(../images/dot.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
}
.r {
	background-image: url(../images/dot.gif);
	background-repeat: repeat-y;
	background-position: 100% 0;
}
.bl {
	background-image: url(../images/bl.gif);
	background-repeat: no-repeat;
	background-position: 0 100%;
}
.br {
	background-image: url(../images/br.gif);
	background-repeat: no-repeat;
	background-position: 100% 100%;
}
.tl {
	background-image: url(../images/tl.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.tr {
	padding:10px;
	background-image: url(../images/tr.gif);
	background-repeat: no-repeat;
	background-position: 100% 0;
} 

/* NC & Reno */

#NCRenoContentTop {
	height: 50px;
	background-image: url(../images/window-reno016.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

.NCRenoTopTitle {
	padding-top: 10px;
	padding-left: 10px;
}
.text-10px {
	font-size: 10px;
}
.textHeader-10pxBld {
	font-size: 11px;
	font-weight: bold;
}
.text-11px {
	font-size: 11px;
	line-height: normal;
}
.text-P12px {
	font-size: 12px;
	margin: 0px;
}
.text-P12pxBold {
	font-size: 12px;
	font-weight: bold;
}
.txt-18px {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}


.txt-serif-italic-14 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
}
.txt-serif-italic-16 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	margin: 0px;
	padding: 0px;
	color: #e38000;
	line-height: 18px;
}

.indent {
	text-indent: 20px;
}



.HeaderOrange {
	font-size: 16px;
	color: #e38000;
}
.HeaderOrange-14px {
	font-size: 14px;
	color: #e38000;
}

.HeaderBlue {
	font-size: 16px;
	color: #00aad2;
}
.valuesParagraph {
	margin-left: 35px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 35px;

}
.breadcrumb {
	font-size: 10px;
	word-spacing: 0.09em;
	color: #362f22;
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 15px;
}
.breadcrumb a:link, .breadcrumb a:visited {
	color: #362f22;
	text-decoration: none;
}
.breadcrumb a:hover, .breadcrumb a:active {
	color: #316AC5;
	text-decoration: underline;
}

.HRMenuBox {
	width: 210px;
	border: 1px solid #00aad2;
	float: left;
	margin-left: 0px;
	margin-right: 10px;
	background-image: url(../images/HRcorner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 10px;
	z-index: 1;
}
.HRMenuBoxParagraph {
	margin: 0px;
	line-height: 16px;
}
.HRcheck {
	list-style-position: outside;
	list-style-image: url(../images/bullet4.gif);
	font-size: 12px;
	vertical-align: top;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.HRPostingHeader {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #004250;
}
.HRPostinglink {
	font-size: 12px;
	list-style-type: disc;
}
.HRPostinglink a:link, .HRPostinglink a:visited {
	color: #362f22;
	text-decoration: none;
}
.HRPostinglink a:hover, .HRPostinglink a:active {
	text-decoration: underline;
}


.serif-italic-16-brown {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #6B4B36;
	font-weight: bold;
}
.Bullet-blue {
	list-style-position: outside;
	list-style-image: url(../images/icn5.gif);
	font-size: 12px;
}
.Bullet-blue a:link, .Bullet-blue a:visited {
	color: #362f22;
	text-decoration: none;
}
.Bullet-blue a:hover, .Bullet-blue a:active {
	color: #16130E;
	text-decoration: underline;
}
.tableBorder {
	border: 1px solid #0080b8;
	background-image: url(../images/HRcorner.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.RenoHeader {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #7d842e;
}
.pic-border {
	border: 1px solid #666;
	padding: 0px;
	filter: DropShadow(Color=#333, OffX=2px, OffY=2px, Positive=20);
}
