/*  STYLESHEET for Janet Krahling */

body, td{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #868669;
	letter-spacing: 0.05em;
	line-height: 170%;
}


/*this makes transparent png work on ie6*/
img {
	behavior:	url("../common/png_behavior.htc");
}

/* for scrolling area*/
.scroll_container{
	overflow: hidden;
	border: 1px solid #aca8a9;
	background-color: #f7f3e6;
	width: 500px;
	height: 80px;
}
.scrolling{
	position: relative;
	left: 0px;
	top: 0px;
	width: auto; 
	height: auto; 
}


table.picturetabs{
	margin-bottom: 5px;
	margin-top: 5px;
}
table.picturetabs td{
	font-family: arial, helvetica, verdana, sans-serif;
	font-weight: bold;
}
table.picturetabs td.active{
	background: #d1c28c;
	color: #fff;
}
table.picturetabs td.plain{
	background: #f7f3e6;
	color: #897d6a;
	cursor: pointer;
	border-bottom: 1px solid #695d4a;
}


ul.scroll{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

ul.scroll li{
	padding-left: 45px;
	line-height: 1.5em;
	background-image: url(images/scroll_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-bottom: 20px;
}

ul.fleur{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

ul.fleur li{
	padding-left: 25px;
	font-size: 11px;
	letter-spacing: 0;
	background-image: url(images/fleur_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-bottom: 5px;
}

p.subtitle{
	font-family: georgia, 'times new roman', serif;
	font-size: 13px;
	font-weight: bold;
	color: #9193c9
}

p.firstperson{
	font-family: 'times new roman';
	font-size: 16px;
	margin: 8px 35px 8px 25px;;
	text-align: justify;
	font-style: italic;
}



/*css container styling*/
td.container_top_lt{
	border-top: 1px solid #c4b13d;
	border-left: 1px solid #c4b13d;
	background: #fff;
}
td.container_top_mid{
	border-top: 1px solid #c4b13d;
	border-right: 1px solid #c4b13d;
	background: #fff;
}
td.container_left_mid{
	border-left: 1px solid #c4b13d;
	border-bottom: 1px solid #c4b13d;
	background: #fff;
}
/*the content goes here*/
td.container_mid_mid{
	border-right: 1px solid #c4b13d;
	border-bottom: 1px solid #c4b13d;
	background: #fff;
	padding: 1px 10px 10px 1px;
}

table.leftside{
	
}
table.leftside td{
	padding: 4px;
}


td.content_white{
	padding: 12px 18px 20px 40px;
	background: #fff;
}

td.content_grey{
	padding: 12px 18px 20px 40px;
	background: #f6f6f6;
}



/*Subnavigation -- transparency*/


#bg {
	width: 220px;
	height: 161px;
}
	
/* This is the transparent box */
#transbox {
	width: 220px;
	height: 161px;
	background-color: #fff;
	filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;
}
	
/* This is the container which set text to solid color.
position: relative used for IE */	
#transbox div {
	font-weight: bold;
	color: #000;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
	padding: 4px;
	position: relative;
}

div.subnav img{
	padding: 2px 0;
}




.hide{
	display: none;
}

.show{
	display: block;
}



img.dropcap{
	position: relative;
	top: -8px;
	margin: 0px 4px -20px -22px;
}

p.stretch{
	line-height: 26px;
	font-size: 14px;
}



table.listings_index{
	background: #fff;
	border: 1px solid #868669;
	padding: 0px;
}

table.listings_index td{
	padding: 4px;
	font-size: 11px;
}







a:link, a:visited{
	color: #5053ad;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}