TD.titleshade2 {
	filter : shadow(color=gray, strength=4, Direction=135);
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size : 16pt; width : 100%; vertical-align : middle; text-align : left; color: 000063; HEIGHT: 35px; padding : 0; 
}
td {
	font: 11px tahoma, verdana, arial, sans-serif; line-height: 150%; 
}

input {
	font-family: arial; 
	font-size: 9pt;
}
select {
	font-family: arial; 
	font-size: 9pt;
}
textarea {
	font-family: arial; 
	font-size: 9pt;
}
#title {
	font-size: 25pt; 
	text-variant: small caps;
}
#search {
	font-size: 9pt;
}
.Picframe {
	border : thin solid 4A4DAD; 
	color : blue;
} 
.pagesnavbkg { 
	background: #fff; 
	border: 1px solid #9BA2A7;
}
.pagesnavtxt { 
	font: 11px tahoma, verdana, arial, sans-serif; 
	color: #fff; 
	padding: 3px; 
}
.pagesnav_left { 
	background: #6A757C; 
	font: 11px tahoma, verdana, arial, sans-serif; 
	color: #fff; 
	padding-left: 3px; 
	padding-right: 3px; 
}
.pagesnav_1 { 
	background: #A9B4C3; 
	font: 11px tahoma, verdana, arial, sans-serif; 
	color: #fff; 
	padding: 4px; 
	border: 1px solid #434A4E; 
}
.pagesnav_2 { 
	background: #EAEDEF; 
	font: bold 11px tahoma, verdana, arial, sans-serif; 
	color: #fff; 
	cursor: pointer; 
	padding: 2px; 
}
.pagesnavrow1 { 
	background: #434A4E; 
}
.pagesnavrow2 { 
	background: #C5CFD5; 
}
.pagesnav_mouseover { 
	background: #BFC4C8; 
	cursor: pointer; 
	padding: 2px; 
}
.pagesnav_mouseout { 
	background: #EAEDEF; 
	cursor: pointer; 
	padding: 2px; 
}
.pagesnavtopnav { 
	font: 11px tahoma, verdana, arial, sans-serif; 
	color: #fff; 
	cursor: pointer; 
}
a.pagesnavlinks:link { 
	color: #000; 
	text-decoration: none; 
	background: none; 
	display: block; 
	padding-left: 3px; 
	padding-right: 3px; 
}
a.pagesnavlinks:visited { 
	color: #000; 
	text-decoration: none; 
	background: none; 
	display: block; 
	padding-left: 3px; 
	padding-right: 3px; 
}
a.pagesnavlinks:active { 
	color: #000; 
	text-decoration: none; 
	background: none; 
	display: block; 
	padding-left: 3px; 
	padding-right: 3px; 
}
a.pagesnavlinks:hover { 
	color: #000; 
	text-decoration: none; 
	background: none; 
	display: block; 
	padding-left: 3px; 
	padding-right: 3px; 
}

/* ******************** [Site STyles] **************** */
.cleared {
	clear: both;
}
html body {
	text-align: center;
	background: url('/images/bk-body-bkg.gif');
	font-family: tahoma, arial, sans-serif;
}
#container {
	width: 770px;
	text-align: center;
	margin: 0 auto;
}
#doccontent {
	border: 1px solid #949494;
	background: #FF7729;
}
.header {
	width: 768px;
	height: 160px;
	text-align: right;
}
.header p {
   width: 768px;
	position: absolute;
	top: 0px;
	text-align: right;	
	z-index: 9999;
}
.header a {
	background: #45514D;
	padding: 4px;
	color: #fff;
	font-size: 8pt;
	text-decoration: none;
}
.header a:hover {
	background: #72B3C4;
	text-decoration: none;
}
#doccontent .navigation {
	background: #191B2A;
	height: 31px;
}
#doccontent .navigation ul {
	margin: 0px;
	list-style: none;
	padding-top: 2px;
}
#doccontent .navigation ul li {
	color: #fff;
	position: relative;
	float: left;
	padding: 3px 10px 3px 10px;
	z-index: 1;
}
#doccontent .navigation ul li a {
	color: #fff;
	font-variant: small-caps;
	text-decoration: none;
	padding: 3px;
	font-weight: bold;
	font-size: 10pt;
}
#doccontent .navigation ul li a:hover {
	background: #96c8d5;
	color: #474747;
}
#doccontent .navigation ul li:hover ul,
#doccontent .navigation ul li:hover ul, #content .navigation ul li.over ul {
	display: block;
	float: none;
	z-index: 2;
}
#doccontent .navigation ul li ul {
	position: absolute;
	left: 10px;
	top: 1.6em;
	display: none;
	margin: 0;
	padding: 0px;
	text-align: left;
	background: #73B4C4;
	width: 160px;
	float: none;
	padding-bottom: 5px;
	font-size: 10pt;
	z-index: 100;
	overlow: auto;
}
#doccontent .navigation ul li ul li a {
	font-size: 9pt;
	z-index: 1000;
	overflow: auto;
}
/* Fix IE. Hide from IE Mac \*/
* html #doccontent .navigation ul li { float: left; }
* html #doccontent .navigation ul li a { height: 1%; }
/* End */

#doccontent .left {
	position: relative;
	float: left;
	width: 190px;
	text-align: left;
	margin-left: 10px !important;
	margin-left: 8px;
	font-size: 9pt;
	color: #494949;
/margin-top: 10px;
/margin-right: 3px;
}
#doccontent .left h1 {
	color: #45514D;
	font-size: 12pt;
	font-variant: small-caps;
	border-bottom: 1px dotted gray;
	cursor: pointer;
}
#doccontent .left h1 strong {
	color: #000;
}
#doccontent .left a {
	color: #000;
	font-weight: bold;
}
#doccontent .left .featured {
	text-align: center;
}
#doccontent .left .featured img {
	border: 2px solid #20558a;
	margin-bottom: 3px;
}

#doccontent .left .blockbox {
	position: relative;
	text-align: left;
	color: #000;
	background: #F3F3DB;
	width: 180px;
	margin-top: 10px;
	margin-bottom: 2px;
	padding: 0px; 
	overflow: auto;
	overflow-x: hidden;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-radius: 5px;	
	text-decoration: none;
}


#doccontent .left a {
	text-decoration: none;
}

#doccontent .left .blocktitle {
	color: #4696AB;
	width: 180px;
	padding: 3px;
	padding-left: 2px;
	text-decoration: none;
	font-weight: bold;
	font-size: 12pt;	
	text-align:center;
}

#doccontent .left .blocktitle img {
	text-decoration: none;
	align:center;
}

#doccontent .left .blocktext {
	text-align:left;	
	padding: 5px;
}

#doccontent .left .blockbox ul {
    margin: 0px;
    margin-left: 0px;
    padding: 0px;
    list-style: none;
    color: #000;
}

#doccontent .left .blockbox  li {
    position: relative;
    float: left;
    font-size: 10px;
    height: 25px;
	list-style-type: circle;
	margin-left: 5px;
}

#doccontent .left .blockbox  li a {
    text-decoration: none;
    color: #000;
    font-size: 12px;
    font-weight: bold;
	display: block;
	border-bottom: none;
}

#doccontent .left .blockbox  li a:hover {
    text-decoration: none;
    border-bottom: none;
	display: block;
	color:#172973;
}


#doccontent .center {
	position: relative;
	float: left;
	width: 500px;
/width: 500px;
	margin-top: 10px;
	background: url('/images/bk-center-bkg.jpg') no-repeat top left #FAFAFA;
	color: #000;
	font-size: 9pt;
	text-align: left;
	padding: 10px;
	line-height: 1.5em;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-radius: 5px;	
	border: 1px solid #CDE8FB;	
}
#doccontent .center h1 {
	color: #4696ab;
	font-size: 16pt;
	font-weight: normal;
	margin-bottom: 0px;
}
#doccontent .center h2 {
	color: #076178;
	margin-top: 0px;
	font-weight: normal;
	font-size: 10pt;
}
#doccontent .center a {
	color: #54a0b3;
	font-weight: bold;
}
#doccontent .right {
	position: relative;
	float: left;
	width: 193px;
	background: url('/images/bk-right-bkg.gif') no-repeat;
	font-size: 8pt;
	text-align: left;
	font-weight: bold;
	padding: 10px;
	padding-top: 55px;
	padding-left: 20px;
	/padding-left: 9px;
	margin-top: 10px;
	color: #fff;
}
#doccontent .right select {
	margin-bottom: 10px;
}
#doccontent .fullpage {
	position: relative;
	margin-top: 10px;
	color: #000;
	font-size: 9pt;
	text-align: center;
	padding: 10px;
	line-height: 1.5em;
	background: #AFAFAF;
}
#doccontent .fullpage h1 {
	color: #597EA3;
	font-size: 16pt;
	font-weight: normal;
	margin-bottom: 0px;
}
#doccontent .fullpage h2 {
	color: #076178;
	margin-top: 0px;
	font-weight: normal;
	font-size: 10pt;
}
#doccontent .fullpage a {
	color: #54a0b3;
	font-weight: bold;
}
.footer {
	background: url('/images/bk-ftr-bkg.gif') no-repeat;
	margin-top: 10px;
	padding: 10px;
	height: 94px;
	font-size: 9pt;
	color: #000;
}
.mlsInput {
	background: url('/images/bk-qsearch-input-bkg.gif') no-repeat #fff center left;
	font-weight: bold; 
	width: 113px !important; 
	width: 110px;  
	padding-left: 15px; 
	margin-top: 0px !important;
}
.or {
	text-align: center; 
	font-weight: bold; 
	margin: 0px; 
	padding: 5px 0px; 
}
.dynamic {
	padding: 20px;
}
.dynamic h1 {
	color: #73B4C4;
	border-bottom: 1px dotted #73B4C4;
}

	.textblock {
		background-color: #000; 
		margin-bottom: 10px; 
		margin-left: 2px;
		width: 98%; 
		-moz-border-radius: 8px; 
		-webkit-border-radius: 8px; 
		border: 1px solid #ABB2E5;
		padding: 0px 5px 5px 5px;
	}
	.textblock span.title {
		font-size: 15px; 
		color: #fff;
		margin-bottom: 10px;
		padding: 3px;
		background: #000;
		width: 97%;
	
	}
	.textblock p { /* body */
		font-size: 13px; 
		letter-spacing: normal; 
		line-height: 150%;
	}
	
.dynamic {
	font:Verdana, Tahoma, Arial 12px;
	color:#000000;
	padding:10px;
	background-color:#EFEFEF;
}
.dynamic a:link{
	font:Verdana, Tahoma, Arial 12px;
	color:#242424;
}
.dynamic a:hover{
	font:Verdana, Tahoma, Arial 12px;
	color:#000000;	
}
.dynamic a:visited{
	font:Verdana, Tahoma, Arial 12px;
	color:#000000;
}	

/* PRODUCT LISTING */
.productListing-data {
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
	}

.productListing-odd {
	background-color: #E8E8E8;
	height: 1.5em;
	vertical-align: top;
	}

.productListing-even {
	background-color: #F0F0F0;
	height: 1.5em;
	vertical-align: top;
	}
#indexProductListCatDescription {
	margin: 0.5em;
	}

.listingDescription {
	text-align: left;
	}

.bubble {
	font-size: 9pt;
	text-align: left;
	padding: 10px;
	line-height: 1.5em;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-radius: 5px;	
	border: 1px solid #CDE8FB;	
}