/* CSS Document */

body
{
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; 
}

p
{
text-align:justify;
line-height:115%;
}

a img{border:none;}

li
{
margin-bottom: .3em;
line-height:110%;
}

acronym
{
cursor:help
}

.hidden
{
display:none;
}

/* this is to remove the decoration of links in the navigation plane */
#nav a:link {border: 0px}

	div.picr { /* This is a regular picture floating right */
	float:right;
	/* IE Fix */ display:block;
	width:250px;
	height:auto;
	font-size:12px;
	padding:0;
	clear: right;
	border: 1px solid #cccc99;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
}
	
	/* 5.1.a: Picture_Right Elements */	
		#bdy div.picr *
		{text-align:center; width:246px; height:auto; padding:0px; margin:2px;}
		#bdy div.picr a:link, #bdy div.picr a:visited, #bdy div.picr a:hover, #bdy div.picr a:active {border:none 0; margin:0; display:block; /* IE Fix */width:auto;}

/* This is to create medium sized bordered pictures that float right */
div.polaroidpicr
{
	margin: 2px 0px 3px 25px;
	border:outset 3px #EEEEBB;
	height: auto;
	width: 262px;
	float: right;
	text-align: center;
	background-color:#FFFFFF;
	clear: both;
	padding: 2px;
}
#polaroidpicr a:link {border: 0px}

/* This is for copyright info under pictures */
div.copyright
{
	font-size:9px;
	width:inherit;
	color:#999999
}

/* Google Map iFrame with border*/
div.mapr
{
	float: right;
	width: 355px;
	margin: 2px 0px 3px 25px;
	border:outset 3px #EEEEBB;
	height: auto;
	text-align: center;
	background-color:#FFFFFF;
	clear:both;
	padding: 2px;
}
#mapr a:link {border: 0px}

/* this information is to separate the links in the body from the navigation links, the "#bdy" statement is only here because of antiquated page layout */
#bdy a:link {border-bottom:dotted 1px #666699; text-decoration:none; color:#0000BB}     /* unvisited general link */
#bdy a:visited {border-bottom:dotted 1px #666699; text-decoration:none; color:#666699}  /* visited link */
#bdy a:hover {border-bottom:solid 1.5px #22BBBB; color:#22BBBB}   /* mouse over link */
#bdy a:active {border-bottom:dotted 1px #22BBBB; text-decoration:none; color:#22BBBB}   /* selected link */

/* This is dealing with the top links */
#bdy a.top:link {border-bottom:none; text-decoration:underline; color:#669966}     /* unvisited top link */
#bdy a.top:visited {border-bottom:none; text-decoration:underline; color:#669966}  /* visited top link */
#bdy a.top:hover {border-bottom:none; text-decoration:underline; color:#669966}   /* mouse over top link */
#bdy a.top:active {border-bottom:none; text-decoration:underline; color:#669966}   /* selected top link */ 




/*---------Special Paragraphs (look to eliminate)------------*/
p.disclaimer
{
font-size:9px;
color:#C0C0C0;
}

p.date
{
font-size:12px;
color:#000000;
}
/*----------------Special Header information----------------*/
h2.top
{
margin-bottom:-20px;
}
/* this is for special headers that appear in a line of text, either a <li> or a <p> */
h1.inline, h2.inline, h3.inline, h4.inline, p.inline
{
display:inline;
}

/* this is for special headers that rest directly on top of the paragraphs they head */
h1.sitontop, h2.sitontop, h3.sitontop, h4.sitontop, h5.sitontop
{
margin-bottom:.25em;
padding-bottom:0px;
}

h3.activities
{
	color:#669966;
	text-align:center;
	padding-top:5px;
}

/*--------------Special List Section--------*/


/* for ordered lists with paragraphs of text in them */
ol.steps
{
margin-bottom:1em;
}

ol.steps li, 
{margin-bottom:.75em}

/* for lists using a green checkmark */
ul.checklist
{list-style-image:url(../images/check_icon.gif);
list-style-type:circle;
}

/* for lists using a red x marker */
ul.xlist
{
list-style-image:url(../images/x_icon.gif);
list-style-type:square;
}

/* for the "Featured Programs" list on homepage */
ol.featuredlist, ul.featuredlist
{
list-style-position:outside;
font-weight:bold;
}
ol.featuredlist li, ul.featuredlist li
{
margin-bottom:1.25em;
}
