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

body,p,table,td,tr,ul {   
	font-size: 				small;
	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 {
	line-height:		1.2em;
	font-size:		200%;
}
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:		15px;
}

#header h1{
	padding-top:		20px;
}


/* This is the server side breadcrumb menu */
#breadcrumbs {
	display:		inline;
	width:			500px;
	float:			left;
	margin-left:		30px;
	margin-bottom:		10px;   
	font-weight:		bold;
}


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

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

#utilitymenu a {
	color:				black;
	text-decoration:		none;
	font-weight:			bold;
}

/* 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;
}

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

#articlecontent ul {
	list-style-type:		square;
}

#articlecontent li {
	list-style-position:	inside;
	line-height: 			1.8em;
	padding-bottom:			0px;

}

/* Style for all google ads-using rectangular ad */
div.ad {
	float: 				right;
	margin:				0px 0px 10px 10px;
}

/* Container for our own text ads... */
div.textad {
	width:		336px;
	height:		280px;
}

/* Individual ad in a block - has title, text and URL */
.textad .textblock {
	overflow:	hidden;
	width:		332px;
	padding:	3px 0 3px 2px;
	font-family:	Arial, sans-serif;
	color:		#000000;
	line-height:	14px;
	font-size:	11px;
}

/* Ad title */
.textad .textblock .title a {
        font-weight:	bold;
}

/* Placeholder, shouldn't need styling right now
  .textad .textblock .adtext {
  }
*/

/* Advertiser URL */
.textad .textblock .url {
	font-size:	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;
}

.italics {
  	font-style:			italic;
}

.underline {
	text-decoration:		underline;
}

/* ----------------  Additions for Raymond's new resource guide index pages ----------*/

#zip_search {
	margin-right:		30px;
	display:		inline;
	float:			right;
	text-align:		center;
	font-weight:		bold;
}

#resource_search {
	margin-left:		30px;
	display:		inline;
	float:			left;
}

div.skyscraper {
	float: 				right;
	margin:				0px 0px 10px 10px;
	height:				600px;
}

div.article_thumb {
	padding-top:		5px;
	float:			right;
}

div.article_list {
	width:			530px;
}

div.article_highlighted {

	text-align:		left;
	font-size:		10pt;
	padding:		0px;
	margin:			0.3em 0px 0px 0px;
}

div.article_teasers {
	padding-top:		3px;
	width:			530px;
	text-align:		left;
	font-size:		10pt;

}

div.section_title {
	text-align:		left;
	font-weight:		bold;
	width:			530px;
	background-color:	#99CCCD;
	padding-left:		0.2em;
}


span.tags{
	font-size:		8pt;
}

dt {
        font-weight: bold;
}

dd {
        margin-bottom: 10px;
}
