/*Main stylesheet */

/*reset everything to 0*/
	/* {margin:0;padding:0};*/
/***********************************************/
/* HTML tag styles */
/***********************************************/ 

body, div#pgcontent{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 1.166;	
	margin: 2px;
	width: 995px;
	font-size: 12px;
	background-color: #EEEFE1;
}

input, textarea, select {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

a{
	font-size: 12px;
	color: blue;
	text-decoration: underline;
}

a:link{
	font-size: 12px;
	color: blue;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
}

a:visited{
	font-size: 12px;
	color: purple;
	text-decoration: underline;
}

.whitetext9px {
	font-size: 9px;
	color: #FFFFFF;
}
.blacktext9px {
	font-size: 9px;
	color: #000000;
}

ul{
	 list-style-type: square;
}

ul ul{
	 list-style-type: disc;
	 margin-left: 15px;
}

ul ul ul{
	 list-style-type: circle;
	 margin-left: 15px;
}
td {
	font-size: 12px;
}
.redtextbold12px {
	font-size: 12px;
	font-weight: bold;
	color: #CC0033;
}
.graytext10px {
	font-size: 10px;
	color: #999999;
}
.graytext10px a{
	font-size: 10px;
	color: #999999;
}
.graytext10px a:visited{
	font-size: 10px;
	color: #999999;
}

/***********************************************/
/* Layout Divs */
/***********************************************/

/* Page header and top navigation */
div#pageheader{
	position: absolute;
	top: 2px;
	left: 2px;
	height: 88px;
	width: 995px;
	background-color: #DDACBA;   
}

span#headername{
	position: absolute; 
	left: 500px; 
	top: 15px; 
	height: 45px; 
	width: 337px;
 	color: #636173;
	font-size: 16pt;
	font-family: "Monotype Corsiva";
	font-weight: bold;
	line-height: 100%;
}

img#cherryblossom {
	position: absolute;
	width: 73px;
	height: 66px;
}

img#ggphoto {
	position: absolute;
	left: 73px;
	width: 100px;
	height: 66px;
}

img#cbhut {
	position: absolute;
	left: 173px;
	width: 100px;
	height: 66px;
}

img#paintedladies {
	position: absolute;
	left: 273px;
	width: 100px;
	height: 66px;
}

img#cbhut2 {
	position: absolute;
	left: 373px;
	width: 100px;
	height: 66px;
}

div#topnavbar{
	position: absolute;
	top: 66px;
	left: 2px;
	height: 20px;
	width: 995px;
	background-color: #999999;   
}

/* start styles for top navigation */
span.hsnavlinks {
	float: right;
	height: 12px;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;    
}
span.hsnavlinks a:link, span.hsnavlinks a:visited {
	color: #FFFFFF;   
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}
span.hsnavlinks a:hover {
	color: #FFFFFF;   
	text-decoration: underline;
	font-weight: bold;
	font-size: 11px;
}
/* end styles for top navigation */

/*********** LEFT HAND COLUMN STYLES ***********/
div#leftnavbar {
	position: absolute; 
	left: 2px;
	top: 86px;
	width: 150px;
	height: 770px;
	background-color: #DDACBA;
}
#navcontainer { 
	position: relative;
	top: 0px;
}
#navcontainer ul {
	width: 150px;
	margin: 0;
	padding: 0;
	font-family: arial, Helvetica, sans-serif;
}

#navcontainer li { 
	margin: 0 0 1px 0;
	text-align: center;
}

#navcontainer a {
	display: block;
	padding: 5px 5px;
	width: 140px;
	color: #FFFFFF;
	background-color: #DDACBA;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
#navcontainer a:hover {
	display: block;
	color: #000000;
	background-color: #999999;
	text-decoration: none;
}

#navcontainer ul ul {
 margin: 1px 0 0px 0;
}

#navcontainer ul ul li {
	margin: 0 0 1px 0;
	width: 150px;
}
#navcontainer ul ul a {
	display: block;
	padding: 5px 5px 5px 5px;
	width: 140px;
	color: #FFFFFF;
	background-color: #DDACBA;
	text-decoration: none;
}
#navcontainer ul ul a:hover {
	display: block;
	color: #FFFFFF;
	background-color: #999999;
	text-decoration: none;
}
li.section {						/*used for Featured Sites */
	font-weight: bold; 
	padding: 5px;
	background-color: #999999; 
	color: #FFFFFF;
	font-size: 14px;
}
/*end left navigation styles for all other pages */

/************** MIDDLE COLUMN STYLES ***************/
div.middlecontent {
	position: relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	min-width: 100px;
	margin: 10px 0px 50px 180px; /*t,r,b,l*/
	z-index: 2; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
}
/*** Start first row***/
div.middlecontent div.row1 {
	width: 610px;
}	
/**  box 1 styles **/
div.middlecontent div.row1 div.box1 {
	float: left;
	width: 468px;   /*Use this width when box 4 is present */
	padding: 100px 2px 2px 2px;
	font-family: Arial, Helvetica, sans-serif;
}
.box1 p {
	font-size: 12px;
	line-height: 150%;
}

.box1 #headers {
	background-color: #DDACBA; 
}

.box1 #headers p {
	font-family: "Monotype Corsiva";
	font-size: 24px;
 	color: white;
 	font-weight: bold;
 		line-height: 80%;
  	height:50px;
  	width:640px;
}

div.middlecontent div.row1  div.box1 ul {
	margin: 0px 0px 0px 17px;		
}

div.middlecontent div.row1 div.box1 ul li {
	font-size: 12px;
	line-height: 150%;
	padding-bottom: 2px;
	color: #993366;
}

div.middlecontent div.row1 div.box1 ul ul {
	list-style-type: none;
}

div#titles {
	font-size: 20px;
	line-height: 150%;
}

/** box 4 styles **/
div.middlecontent div.row1 div.box4{
	float: right;
	position: absolute; 
	left: 640px;
	top: 60px;
	width: 180px;
	border: 5px solid #cccccc;
	background-color: #DDACBA;
	margin-top: 0px;
	margin-bottom: 3px;
	padding: 2px;
}
div.middlecontent div.row1 div.box4 p {
	font-size: 11px; 
	line-height: 120%;
	padding: 3px;
	margin-top: 0px;
}
div.middlecontent div.row1  div.box4 ul {
	margin: 0px 0px 0px 17px;		
}
div.middlecontent div.row1 div.box4 ul li {
	font-size: 11px;
	line-height: 150%;
	padding-bottom: 2px;
}
/*** start second row ***/
div.middlecontent div.row2 {
	width: 95%;
	margin-top: 10px;
}
/*** start box 2 ***/
div.middlecontent div.row2 div.box2 {
	float: left;
/*	width: 45%;   /*Use this width when box 5 is NOT present*/
	width: 35%;  /*Use this width when box 5 is present */
	border: 1px solid #CCCCCC;
	padding: 2px;
	margin-right: 10px;
}
/*** start box 3 ***/
div.middlecontent div.row2 div.box3 {
	float: left;
/*	width: 45%;   /*Use this width when box 5 is NOT present*/
	width: 35%;  /*Use this width when box 5 is present */
	border: 1px solid #CCCCCC;
	padding: 2px;
	margin-left: 3px;
}

.box2 p, .box3 p {
	font-size: 11px; 
	line-height: 150%;
	padding: 3px;
	margin-top: 0px;
}

p.sectionheadline {
	font-size: 14px;
	font-weight: bold;
	background-color: #E5C3CF ;
	color: #000000;   
	padding: 0px;
	margin-bottom: 0px;
}
h1 {
	font-size: 20px;
	color: #993366;
	font-family:"Bookman Old Style";
}
h2.sectionheadline  {
	display: block;
	font-size: 14px;
	background-color: #E5C3CF ;
	color: #000000;   
	padding: 0px;
	margin-bottom: 0px;
}
h3.headline {
	font-size: 12px;
	padding-left: 2px;
	margin-bottom: 0px;
}
h4.sectionheadline  {
	display: block;
	font-size: 12px;
	background-color: #E5C3CF ;
	color: #FFFFFF;   
    padding: 2px;
	margin-bottom: 0px;
}
/** box 5 styles **/
div.middlecontent div.row1  div.box5{
	float: right;
	position: absolute; 
	left: 640px;
	top: 325px;
	width: 170px;
	border: 5px solid #cccccc;
	background-color: #DDACBA;
	margin-top: 0px;
	margin-bottom: 3px;
	padding: 2px;
}
div.middlecontent div.row1  div.box5 p {
	font-size: 11px; 
	line-height: 150%;
	padding: 3px;
	margin-top: 0px;
}
div.middlecontent div.row1 div.box5 ul {
	margin: 0px 0px 0px 17px;		
}
div.middlecontent div.row1 div.box5 ul li {
	font-size: 11px;
	line-height: 150%;
	padding-bottom: 2px;
}

div.middlecontent div.row1 div.box5 a{
	font-size: 11px;
	color: blue;
	text-decoration: underline;
}

div.middlecontent div.row1 div.box5 a:link{
	font-size: 11px;
	color: blue;
	text-decoration: underline;
}

div.middlecontent div.row1 div.box5 a:hover{
	text-decoration: none;
}

div.middlecontent div.row1 div.box5 a:visited{
	font-size: 11px;
	color: purple;
	text-decoration: underline;
}

/************** STYLES FOR JUMP PAGE AND OTHER PAGES ***************/
div.jumpmiddle {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	min-width:100px;
	margin:80px 0px 0px 0px;
	padding:0px 5px 0px 5px;
	z-index:2; /* This allows the content to overlap the right menu in narrow windows in good browsers. */

}	
div.jumpmiddle div.story {
	position:relative;
	width:840px;
	min-width:100px;
	margin:10px 155px 0px 175px;
	padding: 5px;
	font-size: 12px;
	line-height: 150%;
}
div.jumpmiddle div.content {
	position:relative;
	width:850px;
	min-width:100px;
	margin:10px 45px 0px 175px;
	padding: 5px;
	font-size: 12px;
	line-height: 150%;
}
/********start the styles for the jump right column - set to zero if not needed**********/
div.jumprightcolumn {
	position:absolute;
	width:145px;  /*set to zero is not needed */
	top:110px;
	right:2px;
	background-color:#EEEFE1;
	padding:0px;
	z-index:1;
}

/********start the styles for the breadcrumbs**********/
div.jumpmiddle .breadcrumbs {
	position: relative;
	top: 15px;
	left: 175px;
	padding-left: 5px;
	padding-bottom: 10px;
	font-size: 11px;
}
.breadcrumbs a:active, .breadcrumbs a:link, .breadcrumbs a:visited{
	font-size: 11px;
}
/********end the styles for the breadcrumbs**********/

/********end the styles for the jump right column**********/


/************** STYLES FOR THE FOOTER ***************/
div.footer {
	position: absolute;
	top: 500px;
	z-index: 2;
	color: #999999;
	left: 0px;
	margin-top: 40%;
	width: 800px;
	padding: 5px 5px 5px 5px;
	font-size: xx-small;
}

.footer a{
	color: blue;
	font-size: xx-small;
	text-decoration: none;
}

.footer a:visited{
	font-size: xx-small;
	color: purple;
	text-decoration: none;
}

span#counter{
	float: left;
}