/*****************************************************************/ 
/* Stylesheet for The Silva Group 2010 web site                  */
/*																															 */
/* Colors used                                                   */
/* 	#cccccc	Light Grey outside of page				  								 */
/*	#005440	Dark Green section divs and font color       				 */
/*	#ffffff	Page background	and font color in section divs 			 */
/*																															 */
/*****************************************************************/

/* -- wrapper centers the page and hold a 900 pixel width -------*/
#wrapper {
  text-align: left;
  width: 900px;
  margin-left: auto;
  margin-right: auto; 
	background-color: #ffffff;
	border: 3px solid #005440;
}


/* -- title div styles ----------------------------------------- */
#title {
	height: 120px;
	padding-top: 5px;
	padding-left: 10px;
}

#title img {
	padding-top: 10px;
	padding-right: 10px;
	float: left;
}

/* -- pagename div styles -------------------------------------- */
#pageName{
	height: 30px;
	padding: 10px 0px 0px 20px;
	background-color: #005440;
	color: #ffffff;
}

#pageName h2 {
	color: #ffffff;
}


/* --- navigation div ------------------------------------------ */
#navpane {
	float: left;
}

#navpane p {
	padding-left: 15px;
	padding-top: 10px;
}


#navpane a:link { 
	color:  #005440; 
	text-decoration: none; 
}

#navpane a:active { 
	color:  #005440;
	text-decoration: none;
}

#navpane a:visited { 
	color:  #005440; 
	text-decoration: none; 
}

#navpane a:hover { 
	color: #005440; 
	text-decoration: none;
	font-weight: bold 
}


/* --- member of div ------------------------------------------- */
#member {
	float: left;
	height: 30px;
	background-color: #005440;
	padding-bottom: 10px;
	border-right: 1px solid #005440;
}

#member h2 {
	padding-left: 15px;
	padding-top: 10px;
	color: #ffffff;
}

#member a {
	padding-top: 10px;
}


/* -- content div styles --------------------------------------- */

#content{
	font-family: medium Arial, Helvetica, Verdana, sans-serif;
	float: right;
	width: 66%;
	padding: 15px;
	background-color: #ffffff;
	border-left: 3px solid #005440;
}

#content h2 {
	text-align: center;
}

#topLeftGraphic {
	float: left;
}

#topCenterGraphic {
	float: left;
}


#w_buffer {
		width: 200px;
	/*	background-color: #cccccc;*/
}

/* --siteInfo div styles ----------------------------------------*/

#siteInfo{
	height: 30px;
	padding-top: 15px;
	clear: both;
	/*border: 1px solid #005440;*/
	font-size: 75%;
	background-color: #005440;
	color: #ffffff;

}

#siteInfo a {
		color: #ffffff;
}






/* ------------------------------------------------------------- */

#bottomRightGraphic {
	float: right;
	padding-left: 20px;
}



/* used for <span> to bold the descriptor entry of a paragraph -- */

.lead-in {
	font-weight: bold;
}

/



/* -- attribution div styles ---- lets not forget those who provide content -- */
#attribution {
	padding-top: 10px;
	padding-bottom: 10px;
}

#attribution p{
	text-align: center;
	font: small Arial, Helvetica, Verdana, sans-serif;
}


/* -- styles for About Us page: about.html -- */

#about {
	height: 256px;
	background-image: url(../graphics/green_mountains_rev_751-256.jpg);
	background-repeat: no-repeat;
	margin-left: 10px;
	margin-right: 10px;
		/*border-bottom: 1px solid #c5d6e2;*/
}

#about img {
	padding-top: 10px;
	padding-right: 10px;
	float: left;
}

#about p {
	font-size: x-large;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-weight: bold;
}

#aboutGraphic {
	float: left;
	padding-top: 20px;
	padding-right: 40px;
}

#sitemap {
	position:relative;
	left:180px;
	padding-bottom: 40px;
}

#sitemapTable {
	width: 50%;
	border-spacing:20px 0px;
	font: small Arial, Helvetica, Verdana, sans-serif;	
	
}

.t_header {
		background: #99CCFF; 
}

.t_data {
	padding-left: 10px;
}

/*****************************************************************/
/* HTML tag styles                                               */
/*****************************************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #000000;
	line-height: 1.166;	
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #cccccc;

  text-align: center;
  min-width: 900px;
	
	/*background-image: url(../Graphics/Images/damask.gif);*/
	/*background-image: url(../Graphics/Images/damask1.jpg);*/
	/*background-image: url(../Graphics/Images/damask3.jpg);*/
	/*background-image: url(../Graphics/Images/damask7.jpg);*/
	/*background-image: url(../Graphics/Images/damask8.jpg);*/
	/*	background-image: url(../Graphics/Images/damask9.jpg);*/
	/*	background-image: url(../Graphics/Images/damask10.jpg);*/
	/*background-repeat: repeat;*/
	
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #005440;
	text-decoration: none;
}

a:visited{
	color: #005440;
	text-decoration: none;
}

a:hover{
	color: #005440;
	text-decoration: underline;
	font-weight: bold 
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #005440;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #005440;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: disc;
}

ul ul{
 list-style-type: circle;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}

