@import url("debug.css");

/* COMMON STYLE
--------------------------------------------------------- */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
	color: #000000;
	font-family: "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
	line-height: 160%;
}

body#bd {
	background: #EFEFEF;
	color: #666666;
	padding: 0;
}

body.contentpane {
	background: #FFFFFF;
	color: #000000;
	font-family: serif;
	font-size: 12pt;
	line-height: 140%;
	margin: 1em 2em;
	width: auto; /* Printable Page */
}

body.fs1 {
	font-size: 9px;
}

body.fs2{
	font-size: 10px;
}

body.fs3{
	font-size: 11px;
}

body.fs4{
	font-size: 12px;
}

body.fs5{
	font-size: 13px;
}

body.fs6{
	font-size: 14px;
}

/* Normal link */
a {
	/*color: #FF760E;*/
	color: #CC3300;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	/*color: #FF760E;*/
	color: #CC3300;
	text-decoration: underline;
}

/* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h2, h3, .nftitle {
	color: #545454;
}

/* Small text */
small, .small, .smalldark, .img_caption, .createdate, .modifydate {
	color: #999999;
	font-size: 90%;
}

/* Heading */
h1 {
	font-size: 175%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 125%;
}

h4 {
	font-size: 100%;
	text-transform: uppercase;
}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 1em 0;
	padding: 0;
}

ul {
	list-style: none;
}

ul li {
	background: url(../images/bullet-list.gif) no-repeat 18px 8px;
	line-height: 180%;
	padding-left: 30px;
}

ol li {
	line-height: 180%;
	margin-left: 35px;
}

th {
	font-weight: bold;
	padding: 5px;
	text-align: left;
}

fieldset {
	border: none;
}

fieldset a {
	font-weight: bold;
}

hr {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #CCCCCC;
	height: 1px;
}

a img {
	border: none;
}

td, div {
	font-size: 100%;
}

address {
	background: url(../images/contact.png) no-repeat bottom right;
	font-style: normal;
}

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 100%;
	padding: 1px;
}

select, textarea, .inputbox {
	background: #FFFFFF;
	color: #666666;
}

.button {
	background: url(../images/grad1.jpg) repeat-x center #EFEFEF;
	border: 1px solid #DDDDDD;
	border-bottom-color: #CCCCCC;
	color: #666666;
	padding: 2px 8px;
}

* html .button, *+html .button {
	padding: 1px 5px !important;
}

.inputbox {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin-bottom: 1px;
	padding: 3px 2px;
}

.inputbox:hover, .inputbox:focus {
	background: #FFFFEA;
	border: 1px solid #999999;
}

/* BONUS TYPOGRAPHY STYLES
--------------------------------------------------------- */
pre, .code {
	background-color: #FFFFEA;
	border-left: 5px solid #666666;
	margin: 5px 0 15px;
	padding: 10px 15px;
}

blockquote {
	padding: 1em 40px 1em 15px;
}

blockquote span.open {
	background: url(../images/so-q.gif) no-repeat left top;
	padding: 3px 0 3px 30px;
}

blockquote span.close {
	background: url(../images/sc-q.gif) no-repeat bottom right;
	padding: 3px 30px 3px 0;
}

/* Blockquote home */
blockquote.home {
	margin: 0 0 5px 0;
	padding: 0;
}

.home span.open {
	background: url(../images/open-q.gif) no-repeat left top;
	padding: 1px 0 2px 15px;
}

.home span.close {
	background: url(../images/close-q.gif) no-repeat right bottom;
	padding: 2px 15px 1px 0;
}

/* Dropcap */
.dropcap {
	color: #FF760E;
	display: block;
	float: left;
	font: 50px/40px Georgia, Times, serif;
	padding: 4px 8px 0 0;
}

/* Tips, Error, Message, Hightlight*/
.error {
	background: url(../images/bullet-error.gif) no-repeat top left;
	color: #CC0000;
	padding-left: 25px;
}

.message {
	background: url(../images/bullet-info.gif) no-repeat top left;
	color: #16A9CD;
	padding-left: 25px;
}

.tips {
	background: url(../images/bullet-tips.gif) no-repeat top left;
	color: #FF760E;
	padding-left: 25px;
}

.highlight {
	background-color: #FFFFEA;
	font-weight: bold;
	padding: 1px 5px;
}

/* Note Style */
p.stickynote {
	background: url(../images/sticky-bg.gif) no-repeat 10px 10px #FFFFEA;
	border: 1px solid #DDDDDD;
	padding: 10px 20px 20px 60px;
}

p.download {
	background: url(../images/download-bg.gif) no-repeat 10px 10px #FFFFEA;
	border: 1px solid #DDDDDD;
	padding: 10px 20px 20px 60px;
}

.blocknumber {
	clear: both;
	padding: 5px 15px 10px;
	position: relative;
}

/* Check list */
ul.checklist {
	list-style: none;
}

ul.checklist li {
	background: url(../images/checklist-bg.gif) no-repeat 5px 5px;
	margin-left: 10px;
	padding: 0 0 2px 20px;
}

/* Star list */
ul.stars {
	list-style: none;
}

ul.stars li {
	background: url(../images/star-bg.gif) no-repeat 4px 3px;
	margin-left: 10px;
	padding: 0px 0 2px 20px;
}

/* Arrow list */
ul.arrow {
	list-style: none;
}

ul.arrow li {
	background: url(../images/list-arrow.gif) no-repeat 4px 6px;
	margin-left: 10px;
	padding: 0px 0 2px 20px;
}

/* Smallnumber */
ol.smallnumber {
	list-style: none;
	margin: 0;
	padding: 0;
}

ol.smallnumber li {
	line-height: 150%;
	margin: 10px 0 10px 20px;
	padding: 3px 0 5px 40px;
}

ol.smallnumber li.number-1 {
	background: url(../images/n-1.gif) no-repeat left top;
}

ol.smallnumber li.number-2 {
	background: url(../images/n-2.gif) no-repeat left top;
}

ol.smallnumber li.number-3 {
	background: url(../images/n-3.gif) no-repeat left top;
}

ol.smallnumber li.number-4 {
	background: url(../images/n-4.gif) no-repeat left top;
}

ol.smallnumber li.number-5 {
	background: url(../images/n-5.gif) no-repeat left top;
}

ol.smallnumber li.number-6 {
	background: url(../images/n-6.gif) no-repeat left top;
}

ol.smallnumber li.number-7 {
	background: url(../images/n-7.gif) no-repeat left top;
}

ol.smallnumber li.number-8 {
	background: url(../images/n-8.gif) no-repeat left top;
}

ol.smallnumber li.number-9 {
	background: url(../images/n-9.gif) no-repeat left top;
}

/* Bignumber */
.bignumber {
	background: url(../images/ol-bg.gif) no-repeat top left;
	color: #FFFFFF;
	display: block;
	float: left;
	font: bold 20px/normal Arial, sans-serif;
	margin-right: 8px;
	padding: 7px 7px 5px 7px;
}

/* Talking box. Thinking box. */
div.bubble1, div.bubble2, div.bubble3, div.bubble4 {
	margin: 15px 0;
}

div.bubble1 span.author,
div.bubble2 span.author,
div.bubble3 span.author,
div.bubble4 span.author {
	background: url(../images/author.gif) no-repeat center left;
	font-weight: bold;
	margin-left: 15px;
	padding-left: 15px;
}

div.bubble1 div {
	background: url(../images/bub1-br.gif) no-repeat bottom right;
	margin: 0;
	width: 100%;
}

div.bubble1 div div {
	background: url(../images/bub1-bl.gif) no-repeat bottom left;
}

div.bubble1 div div div {
	background: url(../images/bub1-tr.gif) no-repeat top right;
}

div.bubble1 div div div div {
	background: url(../images/bub1-tl.gif) no-repeat top left;
}

div.bubble1 div div div div div {
	margin: 0;
	padding: 15px 15px 30px 15px;
	width: auto;
}

div.bubble2 div {
	background: url(../images/bub2-br.gif) no-repeat bottom right;
	margin: 0;
	width: 100%;
}

div.bubble2 div div {
	background: url(../images/bub2-bl.gif) no-repeat bottom left;
}

div.bubble2 div div div {
	background: url(../images/bub2-tr.gif) no-repeat top right;
}

div.bubble2 div div div div {
	background: url(../images/bub2-tl.gif) no-repeat top left;
}

div.bubble2 div div div div div {
	margin: 0;
	padding: 15px 15px 35px 15px;
	width: auto;
}

div.bubble3 div {
	background: url(../images/bub3-br.gif) no-repeat bottom right;
	margin: 0;
	width: 100%;
}

div.bubble3 div div {
	background: url(../images/bub3-bl.gif) no-repeat bottom left;
}

div.bubble3 div div div {
	background: url(../images/bub3-tr.gif) no-repeat top right;
}

div.bubble3 div div div div {
	background: url(../images/bub3-tl.gif) no-repeat top left;
}

div.bubble3 div div div div div {
	margin: 0;
	padding: 15px 15px 50px 15px;
	width: auto;
}

div.bubble4 div {
	background: url(../images/bub4-br.gif) no-repeat bottom right;
	margin: 0;
	width: 100%;
}

div.bubble4 div div {
	background: url(../images/bub4-bl.gif) no-repeat bottom left;
}

div.bubble4 div div div {
	background: url(../images/bub4-tr.gif) no-repeat top right;
}

div.bubble4 div div div div {
	background: url(../images/bub4-tl.gif) no-repeat top left;
}

div.bubble4 div div div div div {
	margin: 0;
	padding: 15px 15px 55px 15px;
	width: auto;
}

/* Legend */
.legend-title {
	background-color: #FFFFFF;
	display: block;
	float: left;
	font-size: 100%;
	font-weight: bold;
	left: 7px;
	margin: 0;
	padding: 0 3px;
	position: absolute;
	top: -12px;
}

.legend {
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	margin: 20px 0;
	padding: 0 10px;
	position: relative;
}

/* JOOMLA STYLE
--------------------------------------------------------- */
table.blog {
}

.article_seperator {
	/*background: url(../images/sep.gif) no-repeat center right;
	display: block;
	height: 30px;
	*/
	display: block;
	height: 10px;
}

#col1 .article_seperator, #col2 .article_seperator {
	display: none;
}

table.contentpane {
	border: none;
	width: 100%;
}

table.contentpaneopen {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

table.contenttoc {
	margin: 0 0 10px 10px;
	padding: 0;
	width: 35%;
}

table.contenttoc a {
}

table.contenttoc td {
	background: url(../images/arrow.png) no-repeat 10px 9px;
	padding: 3px 5px 3px 22px;
}

table.contenttoc th {
	background: url(../images/grad1.jpg) repeat-x bottom #EFEFEF;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #F3F3F3;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #F3F3F3;
	font-weight: bold;
	padding: 5px;
	text-indent: 5px;
}

table.poll {
	border-collapse: collapse;
	padding: 0;
	width: 100%;
}

table.pollstableborder {
	border: none;
	padding: 0;
	text-align: left;
	width: 100%;
}

table.pollstableborder .sectiontableheader {
	padding: 8px 5px !important;
}

table.pollstableborder img {
	vertical-align: baseline;
}

table.pollstableborder td {
	border-collapse: collapse;
	border-spacing: 0;
	padding: 2px!important;
}

table.pollstableborder tr.sectiontableentry1 td {
	background: #F3F3F3;
	border: none;
}

table.pollstableborder tr.sectiontableentry2 td {
	border: none;
}

table.searchintro {
	padding: 10px 0;
	width: 100%;
}

table.searchintro td {
	padding: 5px!important;
}

table.adminform {
	width: 400px!important; /*Control the Frontend Editor area width*/
}

.adminform .inputbox {
}

.blog_more {
	margin: 10px 0;
}

.blog_more strong {
	display: block;
	font-size: 155%;
	line-height: 30px;
	margin: 0 0 5px;
}

.blog_more ul {
	margin: 0;
	padding: 0;
}

.blog_more ul li {
	background: url(../images/arrow.png) no-repeat 12px 8px;
	margin: 0;
	padding: 0 0 0 24px;
}

td.buttonheading {
	padding: 0 0 0 8px!important;
	text-align: center;
}

.category {
	font-weight: bold;
}

.clr {
	clear: both;
}

.componentheading {
	background: url(../images/dot.gif) repeat-x bottom;
	color: #545454;
	font-size: 250%;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 0 0 15px 0;
}

.contentdescription {
	padding-bottom: 30px;
}

table.blog .contentheading {
	font-size: 165%;
	padding-bottom:15px;
	/*font-size: 130%;*/
	/*border-bottom:1px solid #DDDDDD;*/
	background:transparent url(../images/sep.gif) no-repeat scroll right bottom;
}

.contentheading {
	font-size: 200%;
	font-weight: bold;
	padding: 5px 0;
}

a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
	color: #545454;
	text-decoration: none;
}
/*
a.readon {
	background: url(../images/readon.png) no-repeat top;
	color: #666666;
	display: block;
	float: left;
	font-size: 10px;
	height: 20px;
	line-height: normal;
	line-height: 20px;
	text-decoration: none;
	text-indent: 30px;
	width: 101px;
	margin-top:10px;
}

a.readon:hover, a.readon:active, a.readon:focus {
	background: url(../images/readon.png) no-repeat bottom;
	color: #666666;
	text-decoration: none;
}
*/
a.readon {
	clear:both;
	display:block;
	float:left;
	font-size:90%;
	font-weight:bold;
	height:19px;
	line-height:18px;
	margin-top:12px;
	text-align:center;
	width:75px;
}
a.readon {
	background: url(../images/readon-blue.png) no-repeat scroll 0pt;
	color:#FFFFFF;
}
a.readon:hover, a.readon:active, a.readon:focus {
	color: #f5f5f5;
	text-decoration: underline;
}

table.contentpaneopen td, table.contentpane td {
}

table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}

.createdate {
}

.modifydate {
	height: 15px;
}

.moduletable {
	padding: 0;
}


img {
	margin: 0;
	padding: 0;
}

img.caption {
	margin-top: 5px;
}

.img_caption.left {
	float:left;
	margin-right:1em;
}
.img_caption.right {
	float:right;
	margin-left:1em;
}
.img_caption.left p {
	clear:left;
	text-align:center;
}
.img_caption.right p {
	clear:right;
	text-align:center;
}

.pagenav,
.pagenav_prev,
.pagenav_next,
.pagenavbar {
	padding: 0 2px;
}

a.pagenav,
.pagenav_prev a,
.pagenav_next a,
.pagenavbar a {
	background: url(../images/grad1.jpg) repeat-x center #EFEFEF;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #F3F3F3;
	border-right: 1px solid #F3F3F3;
	border-top: 1px solid #F3F3F3;
	color: #666666;
	padding: 3px 6px;
	text-decoration: none;
}

a.pagenav:hover, a.pagenav:active,
.pagenav_prev a:hover, .pagenav_prev a:active,
.pagenav_next a:hover, .pagenav_next a:active,
.pagenavbar a:hover, .pagenavbar a:active {
	background: #999999;
	color: #FFFFFF;
	padding: 3px 6px;
	text-decoration: none;
}

.pagenavbar {
	background: url(../images/pages.gif) no-repeat center left;
	padding-left: 14px;
}

.pagenavcounter {
	background: url(../images/pages.gif) no-repeat 0 11px;
	padding: 8px 14px 0 14px;
}

.sectiontableheader {
	background: url(../images/grad1.jpg) repeat-x bottom #EFEFEF;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #F3F3F3;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #F3F3F3;
	font-weight: bold;
	padding: 5px;
}

tr.sectiontableentry1 td {
	background: url(../images/dot.gif) repeat-x bottom;
	padding: 7px 5px;
}

tr.sectiontableentry2 td {
	background: url(../images/dot.gif) repeat-x bottom;
	padding: 7px 5px;
}

tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td {
	background: url(../images/dot.gif) repeat-x bottom #FFFFEA;
}

.smalldark {
	text-align: left;
}

div.syndicate div {
	text-align: center;
}

.pollstableborder tr.sectiontableentry1 td,
.pollstableborder tr.sectiontableentry2 td {
	background: none;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#wrapper1 {
	clear: both;
	margin: 0 auto;
	width: 980px;
}

.narrow #wrapper1 {
	width: 770px;
}

#wrapper2 {
	background: url(../images/shadow-left.gif) repeat-y top left;
	padding-left: 15px;
}

#wrapper3 {
	background: url(../images/shadow-right.gif) repeat-y top right;
	padding-right: 15px;
}

#wrapper4 {
	background: #FFFFFF;
	/*padding: 0 20px 10px;*/
	padding:0px 20px 20px 20px;
}

/* PRIMARY COLUMN
--------------------------------------------------------- */
#content {
	background: url(../images/content-center.gif) repeat-y;
	float: right;
	width: 60%;
}

#content div.innerpad {
	clear: both;
	display: block;
	margin: 0;
	padding: 0 0 0 10px;
}

/* SECONDARY COLUMNS
--------------------------------------------------------- */
#agent-spotlight {	
	/*
	float: left;
	overflow: hidden;
	width: 40%;
	margin-bottom:15px;
	*/
}

* html #agent-spotlight  {
	margin-bottom: 5px !important;
}

*+html #agent-spotlight  {
	margin-bottom: 5px !important;
}

#agent-spotlight div.module{
	margin-top:10px;
}

#agent-spotlight div.module h3{
	margin-bottom:5px;
}

#agent-spotlight div.module div div div {
	padding-left:10px;
	padding-bottom:0px;
}

#agent-spotlight div.module h3 span {
	background:transparent url(../images/h3_icon.png) no-repeat scroll left center;
	padding-left:20px;
}

#colwrap {
	/*background: url(../images/col-center.gif) repeat-y center top;*/
	float: left;
	overflow: hidden;
	width: 40%;	
}

#colwrap-top {
	background: url(../images/col-top.gif) no-repeat top;
	padding-top: 0px;
}

#colwrap-bot {
	background: url(../images/col-bot.gif) no-repeat bottom;
	padding-bottom: 10px;
}

.narrow #colwrap {
	background: url(../images/col-center-n.gif) repeat-y center top;
}

.narrow #colwrap-top {
	background: url(../images/col-top-n.gif) no-repeat top;
}

.narrow #colwrap-bot {
	background: url(../images/col-bot-n.gif) no-repeat bottom;
}

#colwrap-bot div.innerpad {
	background: url(../images/vline.gif) repeat-y center;
	display: block;
	overflow: hidden;
}

#masscol {
	background: url(../images/mc-bg.gif) no-repeat #FF760E;
	color: #FFFFFF;
	display: block;
	float: left;
	height: 130px;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
	width: 40%;
}

* html #masscol {
	margin-bottom: 8px !important;
}

*+html #masscol {
	margin-bottom: 10px !important;
}

#masscol div.moduletable {
	left: 20px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 15px;
	width: 90%;
}

.narrow #masscol {
	background: url(../images/mc-bg-n.gif) no-repeat #FF760E;
}

#masscol h3 {
	display: none;
}

#masscol a, #masscol a:hover, #masscol a:active, #masscol a:focus {
	color: #FFFFFF;
	text-decoration: underline;
}

#masscol .nftitle {
	font-size: 150%;
	font-weight: bold;
	padding-top: 5px;
}

#masscol .nftitle a,
#masscol .nftitle a:hover,
#masscol .nftitle a:active,
#masscol .nftitle a:focus {
	text-decoration: none;
}

#masscol ul {
	margin: 1em 0;
	padding: 0;
}

#masscol ul li {
	background: url(../images/bullet-list2.gif) no-repeat 2px 8px;
	padding-left: 13px;
}

#col1 {
	float: left;
	overflow: hidden;
	width: 50%;
}

#col1 div.moduletable {
	/*padding:10px 10px 10px 15px;*/
	padding:0px 10px 10px 0px;
}

#col1 div.innerpad{
	padding: 15px;
}

#col2 {
	float: right;
	overflow: hidden;
	width: 49.9%;
}

#col2 div.moduletable {
	padding:10px 10px 10px 8px;
}

#col2 div.innerpad{
	padding: 15px;
}

#col1 table, #col2 table {
	border-collapse: collapse;
	border-spacing: 0;
}

#col1 ul, #col2 ul {
	margin: 0;
	padding: 0;
}

#col1 ul li, #col2 ul li {
	background: url(../images/bullet-list.gif) no-repeat 2px 8px;
	padding-left: 13px;
}

#masscol .article_seperator {
	display: none;
}

/* COLLAPSIBLE LAYOUT
--------------------------------------------------------- */
#containerwrap, #containerwrap-cm, #containerwrap-c, #containerwrap-f {
	padding: 0;
}

#container {
	padding: 0px;	
}

/* full */
#containerwrap-f #content {
	float: none;
	width: 100%;
}

#containerwrap-f #content div.innerpad{
	padding-left:0px !important;
}

/* content + col + mass */
#containerwrap-cm {
}

#containerwrap-cm #colwrap .innerpad {
	background: none;
}

#containerwrap-cm #col1,
#containerwrap-cm #col2 {
	width: 100%;
}

/* content + col */
#containerwrap-c #content {
	width: 72%;
}

#containerwrap-c #colwrap {
	/*background: url(../images/col-center1.gif) repeat-y center;*/
	width: 28%;	
}

#containerwrap-c #colwrap-top {
	background: url(../images/col-top1.gif) no-repeat top;
}

#containerwrap-c #colwrap-bot {
	background: url(../images/col-bot1.gif) no-repeat bottom;
}

.narrow #containerwrap-c #colwrap {
	background: url(../images/col-center1-n.gif) repeat-y center;
}

.narrow #containerwrap-c #colwrap-top {
	background: url(../images/col-top1-n.gif) no-repeat top;
}

.narrow #containerwrap-c #colwrap-bot {
	background: url(../images/col-bot1-n.gif) no-repeat bottom;
}

#containerwrap-c #colwrap .innerpad {
	background: none;
}

#containerwrap-c #col1,
#containerwrap-c #col2 {
	width: 100%;
}

/* HEADER
--------------------------------------------------------- */
#headerwrap {
	position: relative;
	z-index: 10;
	margin-bottom:5px;	
	padding-bottom:2px;	
	border-bottom:0px solid #CCCCCC;
	/*
	padding-top:2px;
	border-top:1px solid #CCCCCC;
	*/
}

#header {
	background: url(../images/head-bg.gif) top left repeat-x;
	height: 200px;
	position: relative;
	z-index: 111;
}

.narrow #header {
	background: url(../images/head-bg-n.gif) no-repeat 0 60px;
}

h1.logo {
	font-size: 300%;
	height: 70px;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 35px;
	width: 300px;
}

h1.logo a {
	background: url(../images/logo.png) no-repeat;
	display: block;
	float: left;
	height: 70px;
	outline: none;
	text-indent: -5000px;
	text-transform: uppercase;
	width: 300px;
	
	behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
		this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
		this.src = "images/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
		this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
		this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
	);	
}

/* MAIN NAVIGATION
--------------------------------------------------------- */
#mainnav {
	/*bottom: 16px;
	height: 34px;
	left: 260px;
	position: absolute;
	z-index: 10;
	*/
	margin-bottom:10px;	
	background:#ff881c url(../images/menu_bg.gif) top left repeat-x;
	border-top:10px solid #fff;
	position:relative;
		
}

#mainnav a,
#mainnav a:hover,
#mainnav a:active,
#mainnav a:focus {
	outline: none;
}

#mainnav span.separator {
	display: block;
}

/* Default Menu */
a.mainlevel {
	border-bottom: 1px solid #DDDDDD;
	color: #666666;
	display: block;
	height: 29px;
	line-height: 29px;
	text-decoration: none;
	text-indent: 5px;
	width: 99%;
}

a.mainlevel:hover,
a.mainlevel:active,
a.mainlevel:focus {
	background: url(../images/grad1.jpg) top #FFFFFF;
	color: #666666;
	text-decoration: none;
}

a.mainlevel#active_menu {
	background: #DDDDDD;
	color: #666666;
	font-weight: bold;
}

a.sublevel {
	background: url(../images/arrow.png) no-repeat 5px 12px;
	color: #666666;
	display: block;
	padding: 5px 4px 5px 15px;
	text-decoration: none;
}

a.sublevel:hover,
a.sublevel:active,
a.sublevel:focus {
	color: #FF760E;
	text-decoration: underline;
}

#active_menu {
	color: #FF760E;
	font-weight: bold;
}

#pathwaywrap {
	background: url(../images/pw-l.gif) no-repeat left #F3F3F3;
	display: block;
	height: 27px;
	margin: 0 0 5px;
	padding-left: 10px;
}

#pathway {
	background: url(../images/pw-r.gif) no-repeat right #F3F3F3;
	display: block;
	float: left;
	height: 27px;
	line-height: 27px;
	width: 100%;	
}

* html #pathway img{
	padding-top:12px;
}

#pathway img {
	margin: 0 5px 1px;	
}

#pathway div.arrow {
	background: url(../images/arrow.png) no-repeat;
	/*margin: 0 5px 1px;*/
}


#pathway a {
}

/* MODULE
--------------------------------------------------------- */
div.moduletable h3,
div.moduletable-hilite h3 {
	/*	
	color: #CC3300;	
	font-size: 110%;
	line-height: normal;
	margin: 0 0 8px;
	padding: 0;
	*/
	
	color: #5a5d5e;
	background: url(../images/h3-bg.gif) top left no-repeat;	
	font-size:125%;
	line-height:30px;
	/*margin:0pt 0px 10px -5px;*/
	
	margin:0px 0px 5px 0px;
	padding:0pt 10px;
	width:250px;
}

div.moduletable h3 span,
div.moduletable-hilite h3 span {	
	
}

div.moduletable {
	padding: 10px 20px;
}

div.module h3 {
	/*
	border-bottom: 1px solid #DDDDDD;
	font-family: "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	margin: 0 -20px 10px;
	padding: 5px 20px;
	white-space: nowrap;
	*/
	
	
}

div.moduletable-hilite {
	background: url(../images/grad2.jpg) repeat-x top #EFEFEF;
	border: 1px solid #DDDDDD;
	border-bottom: 2px solid #CCCCCC;
	margin: 10px;
	padding: 10px 10px 15px;
}

div.moduletable-hilite h3 {
	color: #666666;
}

div.moduletable-hilite h3 span {
	background-image: url(../images/h3-bg2.gif);
}

div.module h3 span {
	background: none;
}

div.module {
	background: url(../images/box-br.gif) no-repeat bottom right;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

div.module div {
	background: url(../images/box-bl.gif) no-repeat bottom left;
	padding: 0;
}

div.module div div {
	background: url(../images/box-tr.gif) no-repeat top right;
	padding: 0;
}

div.module div div div {
	background: url(../images/box-tl.gif) no-repeat top left;
	padding: 0 20px 15px;
}

div.module div div div div {
	background: none;
	float: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

/* SPOTLIGHT
--------------------------------------------------------- */
/* Spotlight Box Style */
.ja-box-left, .ja-box-leftcol, .ja-box-center, .ja-box-right {
	float: left;
	overflow: hidden;
}

.ja-box-full {
	float: none;
	overflow: hidden;
}

.ja-box-left div.moduletable {
	padding: 0 10px 0 0;
}

.ja-box-right div.moduletable {
	padding: 0 0 0 10px;
}

.ja-box-left div.module {
	margin: 0 0 0 20px;
}

.ja-box-right div.module {
	margin: 0 0 0 20px;
}

/* Top Spotlight */
#ja-topsl {
}

#ja-topsl ul {
	margin: 0;
	padding: 0;
}

#ja-topsl li {
	background: url(../images/arrow.png) no-repeat 2px 10px;
	margin: 0;
	padding-left: 12px;
}

#ja-topsl div.moduletable {
	margin-bottom: 20px;
}

/* Bottom Spotlight */
#ja-botsl {
	clear: both;
	padding: 30px 0 0;
}

/* Common Style for Spotlight */
#ja-botsl ul {
	margin: 0 0 0 2px;
	padding: 0;
}

#ja-botsl li {
	background: url(../images/arrow.png) no-repeat 0 8px;
	margin: 0;
	padding-left: 12px;
}

#ja-topsl td, #ja-botsl td {
	padding: 0;
}

#ja-topsl .article_seperator, #ja-botsl .article_seperator {
	display: none;
}

#ja-topsl table, #ja-botsl table {
	border-collapse: collapse;
	border-spacing: 0;
}

#ja-botsl a, #ja-botsl a:focus, #ja-botsl a:active, #ja-botsl a:focus {
	color: #666666;
}

/* FOOTER
--------------------------------------------------------- */
#footerwrap {
	clear: both;
	font-size: 92%;
	margin-top: 10px;
}

#footer {
	background: #F3F3F3;
	border-top: 1px solid #CCCCCC;
	clear: both;
	padding: 8px 0;
	position: relative;
}

#footer small {
	color: #999999;
	display: block;
	float: left;
	font-style: normal;
	line-height: normal;
	padding: 4px 0 0 10px;
}

small.copyright {
	position: absolute;
	right: 10px;
	padding: 0px 0 0 10px !important;
}

#footer a {
	text-decoration: none;
}

#footer a:hover, #footer a:active, #footer a:focus {
	text-decoration: underline;
}

#footer ul {
	background: url(../images/vline.gif) no-repeat center right;
	float: left;
	line-height: normal;
	margin: 4px 0 5px 10px;
	padding: 0;
}

#footer li {
	background: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#footer li a {
	background: url(../images/vline.gif) no-repeat center left;
	display: inline;
	line-height: normal;
	padding: 0 10px;
}

/* Search */
#search {
	background: url(../images/seach-bg.gif) no-repeat;
	display: block;
	height: 22px;
	position: absolute;
	right: 0;
	top: 20px;
	width: 166px;
}

/*Language */
#language {	
	display: block;
	height: 22px;
	position: absolute;
	right: 5px;
	top: 5px;
	width: 120px;	
	z-index: 10;	
	text-align:right;
	color:#FFFFFF;
}

*html #language {
	right: 25px !important;
	top: 15px !important;
}

#search .inputbox {
	border: none;
	color: #666666;
	font-size: 11px;
	margin: 3px 0 0 5px;
	padding: 0;
	width: 135px;
}

#search .inputbox:hover, #search .inputbox:focus {
	background: #FFFFFF;
	border: none;
}

/* USER TOOLS
--------------------------------------------------------- */
#usertools {
	left: 0px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 15px;
}

#usertools ul {
	display: inline;
	line-height: normal;
	margin: 0 10px 0 0;
	padding: 0;
}

.narrow #usertools ul {
	margin: 0 5px 0 0;
}

#usertools ul li {
	background: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#usertools img {
	margin: 0;
	padding: 0;
}

/* MISCELLANOUS
----------------------------------------------------------- */
ul.accessibility {
	position: absolute;
	top: -100%;
}

div.innerdiv {
	border-bottom: 1px solid #DDDDDD;
	margin: 5px 0;
	overflow: hidden;
	padding: 0 0 10px 0;
}

#ja-banner {
	clear: both;
	display: block;
	margin: 10px 0 0;
	text-align: center;
}

div.back_button a,
div.back_button a:hover,
div.back_button a:active {
	text-decoration: none;
}

#mod_login_password, #mod_login_username {
	width: 90%;
}

#mod_login_remember {
	background: none;
	border: none;
}

.quick-menu {
	padding: 15px;
	margin: 0;
	width: 222px;
	background: url(../images/bg_quick-menu.jpg) top left no-repeat;
	
}
.quick-menu a,
.quick-menu a:link,
.quick-menu a:active,
.quick-menu a:visited {	
	color: #3F89C3 !important;
	font-weight:bold;
}
.quick-menu ul {
	padding:0px;
	margin:0px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
.quick-menu ul li{
	background:none !important;
	padding:0px !important;
}
.quick-menu ul li a{	
	margin: 0;
	padding: 0 0 0 15px;
	background: url(../images/quick-menu.gif) no-repeat left top #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;	
	display: block;
	height: 25px;
	line-height: 25px;	
}
.quick-menu li a:hover {		
	color:#EF7B00 !important;
	background: url(../images/quick-menu.gif) no-repeat left bottom #FFFFFF;
	background-color: #FFFFFF;
	text-decoration:none;
}

.quick-menu li a.active,
.quick-menu li a.active:hover,
.quick-menu li a.active:visited,
.quick-menu li a.active:active {
	color: #db3f04 !important;
	background: url(../images/quick-menu-active.gif) no-repeat left top #FFFFFF;
	font-weight: bold;	
}


/* Clearfix */
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	display: block;
	width: 100%;
}

* html .clearfix {
	height: 1%;
}

/* Firefox Scrollbar Hack - Do not remove */
html {
	height: 100% !important;
	height: auto;
	margin-bottom: 1px;
}


/*new added css 26-3-09----*/

.dog_title{
	font-family:Tahoma;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	color:#3f89c3;
}
.details{
	font-family:Tahoma;
	font-size:11px;
	text-align:justify;
}



.foto_link{
	font-family:Tahoma; 
	font-size:11px; 
	font-weight:bold; 
	color:#FFFFFF;
	text-decoration:none;
}
.foto_link:hover{
	font-family:Tahoma; 
	font-size:11px; 
	font-weight:bold; 
	color:#FFFFFF;
	text-decoration:underline;
}
