/*
-------------------------------------------
File: rgstyle.css Style Sheet
Created: 22 May, 2006
Last Modified: 30 May, 2006
Author: Don Bachner, Neighborhood Link, Inc.
www.neighborhoodlink.com
Print-Body and general element styles for Neighborhood
Link Resource Guide.
-------------------------------------------
*/

body,p,table,td,tr,ul {   
  	font-size: 					12pt;
  	font-family: 				Helvetica, Arial, Verdana, sans-serif;
  	font-weight: 				normal;
  	line-height: 				1.5em;
  	color: 						#000000;
  	
}

body {
   background: url(images/politile.gif);
   margin: 5px 5px 5px 5px;
}

/* HTML height for Safari plus Mozilla-based browsers */
html {
   	height: 					100%;
   	margin: 					0;
   	padding: 					0;
}

/* The Above elements are from the default nl.css stylesheet */

body.resourceguide {
   background: #99CCCD;
   margin: 0;
   padding: 0;
   height: 100%;  /* Need this for margin DIVs to be 100% height */
}
	
h1	 {
	font-size: 					200%;
	line-height:					1.2em;
}
h2	 {
	font-size: 					150%;
}
h3	 {
	font-size: 					130%;
}
h4	 {
	font-size: 					120%;
}
h5	 {
	font-size: 					100%;
	}
h6	 {
	font-size: 					90%;
}
	
img  {
	border: 					none;
}
	
#header	{
		width: 					720px;
		height:					100px;
   		margin: 				auto;
   		padding-top: 			10px;
		border-bottom:			1px solid black;
		margin-bottom:			10px;
		text-align:				left ;
		color:					black;
}
	
#header img{
	
		float:					left;
		margin-right:			30px;
}
	
#header h1{
		font-size:				150%;
		padding-top:			20px;
	}
	

/* This is the server side breadcrumb menu */	
#breadcrumbs {
		display:				none;
   		width: 					710px;
   		margin-left: 			25px;
   		margin-bottom:			10px;	
   		font-weight:			bold;
}


/* The Print and Email menu */
#utilitymenu {
		display:				none;
		float:					right;
   		margin-right: 			20px;
   		font-weight:			bold;
}

#utilitymenu img {
		padding-right:			5px;
		padding-left:			10px;
}   	

/* Main Wrapper for Everytihing on in body including header and copyright divs */		
#article {
   		background: 			url(http://www.neighborhoodlink.com/images/rgtile.gif);
   		padding: 				0;
   		width: 					760px;
   		margin: 				auto;
}

#utilitymenu a:link, a:visited {
		color:					black;
		text-decoration:		none;
}


/* Wrapper for the actual article must have the width for fucking ie-ie can't handle it without */
#articlecontent {
		width:					710px;
   		margin-left: 			25px;
   		margin-right:			25px;
   		height: 				100%;
}

/*Don't float the images because some browsers won't print correctly*/	
#articlecontent img {
		float:					none;
		margin-right:			15px;
}
	
#articlecontent ul {
		list-style-type:		square;
}
	
#articlecontent li {
		list-style-position:	inside;
		line-height: 			1.8em;
		padding-bottom:			0px;
	
}

/*Just for printing purposes-not in regular style sheet */
a:link, a:visited {
		color:					#520;
		background:				transparent;
		font-weight:			bold;
		text-decoration:		underline;
}

/*In any CSS2 browser (firefox) will display links with parentheses */
#articlecontent a:link:after, #articlecontent a:visited:after {
   		content: 				" (" attr(href) ") ";
   		font-size: 				90%;
}

/* Style for all google ads-using rectangular ad */	
div.ad {
		display:				none;
  		float: 					right;
  		width:					336px;
  		height:					280px;
		margin:					0px 0px 10px 10px;
}

/*Some old browsers don't support cite, but putting it in style sheet solves problem
and gives it the style we want */
cite {
		font-style:				italic;
		font-weight:			bold;
		background-color:		#99CCCD;
}

blockquote {
		margin: 				0 30px 0 30px;
		padding: 				0;
		font-style:				italic;
		
}

.disclaimer {
		font-style:				italic;
		font-weight:			bold;
}

#copyright {
		text-align:				center;
}

.bold	{
	font-weight:				bold;
}
	
