/*  Chesapeake Homes Site Map Style Sheet last modified  4/3/2007 8:58  */
/* See ch_basic style sheet for site-wide styles  */
/* See ch_ nav style sheet for top nav styles and side button styles */
/* See ch_newhomes style sheet for specifics within newhomes site section*/

/* * * * * * * * * * * * site map link actions * * * * * * * * * * * */
	
div.list a {
	text-decoration: none;
	color: #003399;  }  /*dark blue color same as ordinary page*/
	
div.list a:visited {
	text-decoration: none;
	color: #3A6281; 	}  /*one step lighter than active link*/	
	
div.list a:hover, div.list a:active {
	text-decoration: underline;
	color: #003399;  } /*hover remains blue*/	
	
div.blueheader a, div.blueheader a:visited {
	text-decoration: none;
	color: #000000;
	font-size:130%;  }  /* black gives ample contrast on blue*/	
	
div.blueheader a:hover, div.blueheader a:active {
	text-decoration: underline;
	color: #000000;
	font-size:130%;  }  /* black gives ample contrast on blue*/	
	
/***** Other page elements ******/	
div.blueheader {
	background-image:url(images/global/bg_bluecorner.gif);
	background-position:top;
	background-repeat:no-repeat;
	padding: 5px 9px 3px 15px;
	font-size:80%;  }   /* med blue header with rounded corner, used on Contents page */
	
div.greenheader {
	background-image:url(images/global/bg_greencorner.gif);
	background-position:top;
	background-repeat:no-repeat;
	padding:5px 9px 3px 15px;
	font-size:100%;
	color:#FFFFFF;  }   /* green header with rounded corner, SF, used on Contents page */

div.orangeheader {
	background-image:url(images/global/bg_orangecorner.gif);
	background-position:top;
	background-repeat:no-repeat;
	padding:5px 9px 3px 15px;
	font-size:100%;
	color:#FFFFFF;  }   /* orange header with rounded corner, TH, used on Contents page */

div.goldheader {
	background-image:url(images/global/bg_goldcorner.gif);
	background-position:top;
	background-repeat:no-repeat;
	padding:5px 9px 3px 15px;
	font-size:100%;
	color:#FFFFFF;  }   /* gold header with rounded corner, AA, used on Contents page */
	
div.now-future {
	padding-bottom:6px;
	color:#882222;
	font-size:100%;
	font-weight:bold;	}   /* text for Now Selling and Future Communities, used on Contents page */
	
	
div.list {
	line-height: 1.5em;
	font-size:80%;
	padding: 6px 9px 9px 15px;
	margin: 0 0 9px 0;
	background-color: #EAE4CF;  }	/* Contents page list of links with buff bg color */
	 
.sizeincrease{
	font-size: 130%; } 	/* Larger font size for main links of Contents page */
	
.indent {
	margin-left: 24px; } 	/* Left indent for links list on Contents page */ 	
 
.indent-less {
	margin-left: 12px; } 	/* Less of a left indent, such as neighborhood links on Contents page  */
 