/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
  font-family: Arial,sans-serif;
  color: #333333;
  line-height: 1.166; 
  margin: 0px;
  padding: 0px;
  background-repeat: repeat-y;
  background-position: left;
  background-image: url(../images/backdrop.gif);
  background-color: #FFCC00;
}

a{
  color: #778800;
  text-decoration: none;
}

a:link{
  color: #778800;
  text-decoration: none;
}

a:visited{
  color: #778800;
  text-decoration: none;
}

a:hover{
  color: #778800;
  text-decoration: underline;
}

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: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 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: square;
}
ul li.about
{
 list-style-type: none;
}



ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

ul li
{
   list-style-type: disc;
}
ul li.stuff

{
  display: inline;
  padding-right: 5px;
}

  
label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
  padding: 10px 0px 0px 0px;
/*  border-bottom: 1px solid #cccccc;*/
  width: 100%;
}

#navBar{
  float: left;
  width: 20%;
  margin: 0px;
  padding: 0px;
 /* background-color: #eeeeee;*/
 /* border-right: 1px solid #cccccc;*/
 /* border-bottom: 1px solid #cccccc;*/
}

#headlines{
  float:right;
  width: 20%;
/*  border-left: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;*/
  padding-right: 10px;
}

#content{
  float: left;
  width: 55%;
}

#content-no3rd{
  float: left;
  width: 75%;

}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
  margin: 0;
  padding: 0 0 0 10px;
  font-size: 250%;
  font-family: "Times Roman",serif,sans-serif;
  
}


/************* #globalNav styles **************/

#globalNav{
padding: 0px 0px 5px 10px;
border-bottom: 1px solid #CCC;
color: #cccccc;
}

#globalNav img{
 display: block;
}

#globalNav a {
  font-size: 90%;
  padding: 0 4px 0 0;
}

/*************** #pageName styles **************/

#pageName{
  margin: 0px;
  padding: 0px 0px 0px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
  font-size: 80%;
  padding: 2px 0px 0 10px;
  background-color: pink;
}


/************** .feature styles ***************/

.feature{
  padding: 10px 10px 10px 10px;
/*  background-color: #778800; */
  color: black;
/*  border: 2px ridge black;*/
  font-size: 135%;
  font-family: "Times Roman",serif,Arial,sans-serif;
}

.feature h3{
  padding: 10px 0px 5px 0px;
  text-align: center;
}

.feature img{
  float: left;
  padding: 0px 0px 0px 0px;
  border: 5px ridge gray;
  margin: 15px 15px 0 0;
}


/************** .story styles *****************/

.story{
  clear: both;
  padding: 0px 0px 0px 10px;
  font-size: 90%;
}

.story p{
  padding: 0px 0px 10px 0px;
}

.story a:link, a:visited,a:hover
{
	color: white;
	}
/************* #siteInfo styles ***************/

#siteInfo{
  clear: both;
 /* border: 1px solid #cccccc;*/
  font-size: 75%;
  color: Black;
  padding-top:10px;
  padding-bottom: 10px;
  margin-top: 25px;
  position: relative;
  bottom: 15px;
  left: 5%;
}

#siteInfo a{
  color: white;
  }
  
#siteInfo a:hover{
  color: black;
  background-color: white;
  text-decoration: underline;
  }
#siteInfo img{
  padding: 4px 4px 4px 10px;
  vertical-align: left;
}


/************* #search styles ***************/

#search{
  padding: 5px 0px 5px 10px;
  border-bottom: 1px solid #cccccc;
  font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
  display: block;
  margin: 0px;
  padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
/* #navBar li {border-bottom: 1px solid #EEE;}*/

/* fix for browsers that don't need the hack */
/* html>body #navBar li {border-bottom: none;}*/


/*********** #sectionLinks styles ***********/

#sectionLinks{
  position: relative;
  margin: 0px;
  padding: 0px;
  border-bottom: 1px solid #cccccc;
  font-size: 90%;
}

#sectionLinks h3{
  padding: 10px 0px 2px 10px;
}

#sectionLinks a {
  display: block;
  border-top: 1px solid #cccccc;
  padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
  background-color: #dddddd; 
/*  background-color: green; */
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
  position: relative;
  margin: 0px;
  padding: 0px 0px 10px 10px;
  font-size: 90%;
  color: black;
}

.relatedLinks h3{
  color: yellow;
  padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
  display: block;
  color: white;
}
.relatedLinks a:hover{
/*  background-color: #dddddd; */
  color: #ffcc00;
/* color: #334d55;*/
}

/************** #advert styles **************/

#advert{
  padding: 30px 0px 10px;
}

#advert img{
  display: block;
}


/************** #headlines styles **************/

#headlines{
  margin: 0px;
  margin-right: 5px;
  padding: 10px 0px 20px 10px;
  font-size: 80%;
}

#headlines p{
  padding: 5px 0px 5px 0px;
  font-weight: bold;
}
 
#Life
{
  color: #778800;
}
#capLetter
{
  font-size: 1.5em;
}

#Works
{
  color: #999900;
}

#philosophy
{
  font-size: 90%;
  font-family: Arial, sans-serif;
  color: white;
  text-position: bottom;
  }
  
.address
{
  width: 100%;
  margin-left: 5px;

  color: #ffcc00;
/*  border: 1px solid #cccccc;*/
}
