/* CSS Document */

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	text-align:center;
	background-image: url(../images/black_grad_back_2.jpg);
	background-repeat: repeat-x;  /* repeats only horizontally	*/
	background-position:top;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	/* line-height: 1.166;	*/
	margin: 0px;
	margin-top: 6px;
	padding: 0px;
}

#wrapper {
	width:1025px;  /* mandatory to be centered */
    margin:0 auto;
	/*  text-align:left;   NOT BEING USED */
	background-color:#FFFFFF;
	vertical-align:middle;
}

#wrapper2 {
	width:1015px;  /* mandatory to be centered */
    margin:0 auto;
	/*  text-align:left;   NOT BEING USED */
	padding: 5px 0px 5px 0px; /* padding-top padding-right padding-bottom padding-left */
	background-color:#750F25;
	vertical-align:middle;
}

#masthead{
	margin: 0;
	padding: 0px 0px;
	vertical-align: top;
	background-color:#333333;
	border-bottom: 1px solid #000000;
	width: 1025px;
}

#masthead img{
	vertical-align: middle;
}

#uppernav{
	background-image:url(/images/variety-childrens-lifeline-menu3.jpg);
	background-repeat:no-repeat;
	margin: 0;
	border-bottom: 4px solid #cccccc;
	border-top:1px solid #cccccc;
}

#uppernav ul{
  padding: 0;
  margin: 0;
  list-style: none;
}

#uppernav li {
  font-size:12px;
  padding-top: 7px;
  padding-right: 30px;
  padding-left: 30px;
  float: left;
  position: relative;
}

#uppernav a:link{
	text-decoration: none;
	color:#cccccc;
}

#uppernav a:hover{
	text-decoration:none;
	color:#ffffff;
}

#uppernav a:visited{
	text-decoration:none;
	color:#CCCCCC;
}

#uppernav a:active{
	text-decoration:none;
	color:#CC0000;
}

#content {
	/* background-color:#FFF;  */
	border-bottom: 1px solid #cccccc;
	border-top:0;
	padding: 12px 10px 10px 10px; /*TOP, RIGHT, BOTTOM, LEFT */
	margin-top: 3px;
}

#content2 {
	/* background-color:#FFF;  */
	padding: 0px 12px 0px 2px;
	vertical-align: top;
}

a:link{
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}

a:visited{
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

a:hover{
	color: #cccccc;
	text-decoration: none;
	font-weight: bold;
}

#missions {
	padding: 0px 0px 0px 0px; /*TOP, RIGHT, BOTTOM, LEFT */
}

#board {
	padding: 0px 0px 0px 50px; /*TOP, RIGHT, BOTTOM, LEFT */
}

.aboutlist {
	border: 0px solid #000;
	width: 30em;
	margin-left: 10px;
	font-weight: bold;
	color: #660033;
	white-space: nowrap;
	list-style-position: inside;
	line-height: 2.5em;
}

.aboutlist ul{
	list-style-type: disc;
	margin-left:1px;
	padding-left: 3em;
	text-indent: -1em;
}

.aboutlist a:link{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	text-decoration: none;
	color: #660033;
}

.aboutlist a:visited{
	color: #660033;
	text-decoration: none;
	font-weight: bold;
}

.aboutlist a:hover{
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

.aboutlist a:active{
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}


#siteInfo{
	clear: both;
	/*border: 0px solid #cccccc; */
	font-size: small;
	color: #666666;
	/*  color: #000066; removed for frames */
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	text-align:center;
}

/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

#siteInfo a:link{
	padding: 2px 0px 2px 2px;
	width: auto;
	color: #660000;
	text-decoration: none;
	font-weight: normal;
}

#siteInfo a:visited{
	padding: 2px 0px 2px 2px;
	color: #660000;
	text-decoration: none;
	font-weight: normal;
}

#siteInfo a:hover{
	padding: 2px 0px 2px 2px;
	color: #666666;
	text-decoration: none;
}

#footer {
	height: 45px;
	background-image: url(../images/Lifeline-foot1.jpg);
	background-repeat: no-repeat;
	font-size: x-small;
	color:#FFF;
	padding: 0px 0px 0px 0px;  /*TOP, RIGHT, BOTTOM, LEFT */
	margin-top: 0px;
}

#footercontent {
	float:right;
	padding-right:52px;
}

.pic img.right {
	padding: 3px;
	margin: 0.5em 0 0.5em 15px;
	border: 0px;
	float: right;
	clear: right;
}

.bs {
	line-height: 1.8em;
}

.h1 {
	font-size: large;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
}