/**THIS FILE IS LRCPSTYLE.CSS **/
/**NOTE: Font sizing in this style sheet taken from work by Owen Briggs**/

/*NOTE:  The banner image is added to the BODY tag in h_pak1.css*/
html {
	height:100%;
}



body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 76%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	height:100%;

}



p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 140%;
	font-size: 1.1em; 
	color: #000000;
	margin-top: 0.9em;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: ;
	font-size: 2.4em;
	text-align: center;
	padding: .5em 0em .5em 0em;
	margin: 0em 0em 0em 0em;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	background-color: ;
	padding: .3em;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	margin: 0em;
	line-height: normal;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	color: ;
	text-align: center;
	line-height: normal;
	margin-top: 0px
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: ;
	text-align: left;
	line-height: normal;
	margin-top: 0px;
	color: #000000;
}

a[href $='.pdf'] {
 padding-right: 18px;
 background: transparent url(pdficon_small.gif) no-repeat center right;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003300;
}

a { outline: none; }


a:link {
	text-decoration: underline;
	color: #000066;
	font-weight: normal;
}

a:visited {
	text-decoration: underline;
	color: #000066;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
	color: #FF0000;
	font-weight: normal;
}

a:active {
	text-decoration: underline;
	color: #FF0000;
}

li {
	margin: 0px 0px 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #000000;
	list-style-type: none;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}




/*************************************************/
/**BEGIN - Main DIV Items**/
/*************************************************/
#main {
	margin-top: 178px;
	margin-left: 220px;  /*started at 220 before June 24, 2007*/
	padding-left: 10px;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	padding-right: 25px;
	margin-right: 194px; /*started at 40 before June 24, 2007*/
	border-top: none;
	border-right: none;
	border-bottom: none;
	min-height: 100%;
	/*text-indent: 1.5em;*/
	/*border-left: 1px dotted #666666;*/
}

/**The following item is unique to Index.shtml and inserts the Potomac Pennant as a background image.**/


#mainIndex {
	margin-top: 184px;
	margin-left: 280px;
	padding-left: 30px;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	padding-right: 25px;
	margin-right: 40px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: 1px dotted #666666;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(Potomac_Banner.jpg);
}

#mainCherryBlossoms {
	margin-top: 178px;
	margin-left: 220px;  /*started at 220 before June 24, 2007*/
	padding-left: 10px;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	padding-right: 25px;
	margin-right: 194px; /*started at 40 before June 24, 2007*/
	border-top: none;
	border-right: none;
	border-bottom: none;
	background-image: url(cb_bg_5_feb_2_2010.jpg);
	background-repeat: no-repeat;
}


/*************************************************/
/**END - Main DIV Items**/
/*************************************************/




/*************************************************/
/**BEGIN - Sidebar Items**/
/*************************************************/
#sidebar {
	position: absolute;  /*NOTE:  The rounded corner function determines the size of that box*/
	width: 210px;
	left: 0px;
	top: 178px;
	visibility: visible;
	padding-left: 10px;
	height: auto;
	font-size: 1.2em;
	border: none;
	min-height: 100%;
}
#sidebar a:link {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#sidebar a:visited {
	color: #2F4F4F;
	text-decoration: none;
	font-weight: bold;
}
#sidebar a:hover {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
.sidebar {
	margin-right: 10px;
	margin-left: 15px;
	padding: 0px;
	color: #000000;
	font-size: 0.9em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	list-style-type: none;
}
p.sidebar {
	margin-top: 0px;
	margin-right: 1em;
	margin-bottom: 0.7em;
	margin-left: 1em;
}
/*************************************************/
/**END - Sidebar Items**/
/*************************************************/




/*************************************************/
/**BEGIN - Footer Items**/
/*************************************************/
#footer {
	width: 100%;
	text-align: center;
	z-index: 100;
	visibility: visible;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	clear: none;
	padding: 0px 0px 50px;
	margin: 30px 0px 0px 0px;
	position: relative;
	float: NONE; /*was NONE before June 24, 2007*/
	clear: NONE;  /**was "both" before July 20*/
	color: #003300;
}
#footer a:link {
	color: #000000;
	text-decoration: none;
}
#footer a:visited {
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	font-weight: normal;
	color: #FF0000;
}
#footer a:active {
	color: #FF0000;
}
/*************************************************/
/**END - Footer Items**/
/*************************************************/




/*************************************************/
/**BEGIN - Header Items**/
/*************************************************/
#updated {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	height: 25px;
	width: 60px;
	position: absolute;
	right: 15px;
	top: 110px;
	z-index: 300;
	visibility: visible;
	text-align: center;
}
#searchLRCP {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	height: 25px;
	width: 210px;
	position: absolute;
	right: 15px;
	top: 150px;
	z-index: 300;
	visibility: visible;
	text-align: center;
}

/*************************************************/
/**END - Header Items**/
/*************************************************/


/*************************************************/
/**BEGIN - Litter listings**/
/*************************************************/
.litter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	color: #000000;
	list-style-type: none;
	display: block;
	text-decoration: none;
}
ul.litter li {
	margin: 5px 5px 5px 0px;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1.2em;
}
.litter h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	text-align: left;
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
	line-height: normal;
}
/*************************************************/
/**END - Litter listings**/
/*************************************************/



/*************************************************/
/**BEGIN - Old News - October 5, 2007**/
/*************************************************/
#oldNews {
	padding: 10px;
	margin-bottom:15px;
	margin-top:15px;
	border: 2px solid #CCCC99;
}
#oldNews h3 {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
	line-height: normal;
	margin-top: 0px
}
#oldNews p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
/**This div surrounds the oldNews thumbnail link**/
#oldNewsThumbLink {
	float: left;
	padding-right: 15px;
  	}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-table;}
	/*backslash hack hides from IE mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/*end blackslash hack*/


/*************************************************/
/**END - Old News - October 5, 2007**/
/*************************************************/

.blacktext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}


.calendar {
	font-weight: bold;
	color: #000000;
	list-style-type: none;
}
.clubs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #000000;
	text-align: left;
}
.georgepics {
	padding: 0px;
	margin: 20px;
}
.loweralpha {
	list-style-type: lower-alpha;
	font-weight: normal;
	font-variant: normal;
}
.smallfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%; 
	text-align: left;
}
.loweralpha li {
	list-style-type: lower-alpha;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}
#nav_header {
	white-space: normal;
}

.bullet {
	list-style-type: disc;
	font-size: 1em;
	line-height: 1em;
}
ul.bullet li {
	list-style-type: upper-alpha;
	margin: 0px 0px 10px;
	line-height: 1em;
	font-size: 1em;
}
.normaltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium; 
}
.addresslist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small; 
}
.addresslist li {
	line-height: 1em;
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%; 
}
ul.calendar li {
	font-weight: bold;
	text-decoration: underline;
}
ul.calendar ul li {
	text-decoration: none;
	padding: 0px;
	margin-top: .4em;
	margin-left: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
}
.cathywatersletterfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium; 
	line-height: normal;
}
.graphicElement {
	text-align: center;
	position: relative;
	padding-top: 15px;
	padding-bottom: 5px;
}
.invisiblePostDate {
	color: #FFFFFF;
}
#bottom_of_page {
	position: relative;
	bottom: 50px;
	border: solid #FF0000;
}
.lizpics {
	margin: 0px;
	padding: 10px;
}
hr {
	color: #999999;
}


.block {
	display: block;
}

#hidden {
	display: none;
}
#mainEntryForm {
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	top: 184px;
}
/**#mainEntryForm {SAVE SAVE SAVE
	margin-top: 184px;
	margin-left: 30px;
	padding-left: 0px;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	padding-right: 0px;
	margin-right: 10px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}**/
ul {
	margin-left: 0px;
}
#centeredInvitation {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}
.indent {
	color: #990000;
	padding: 0px 3em;
	font-weight: bold;
}
.foldericon {
	list-style-position: outside;
	list-style-image: url(doc11-shorter.gif);
	height: 20px;
	font-weight: bold;
	vertical-align: text-top;
}
.documenticon {
	list-style-image: url(doc01-25x25.gif);
	line-height: normal;
	height: 15px;
}
.projecticon {
	font-weight: bold;
	list-style-image: url(book03.gif);
	text-decoration: underline;
}
blockquote {
	margin-top: -10px;
	margin-bottom: -10px;
}
.eukanuba {
	color: #FFFFFF;
	background-color: #FF66FF;
}
h5 {
	line-height: 1.7em;
}
/*************************************************/
/**BEGIN - Listmenu items - see Document Storage Page**/
/*************************************************/
.treemenu {
	margin : 0px 20px;
	padding : 10px;
	list-style : none;	
	background-color : #EEE;
	border : 1px solid #000;
	width : 400px;
}

.treemenu ul {
	list-style : none;
	margin : 0px 10px;
	padding : 0px 10px;
}

.treemenu li {
	display : inline;
}

.treemenu a {
	display : block;
	padding-left : 12px;
	text-decoration : none;

}

.treemenu .treeopen {
	background-image : url('open.gif');
	background-repeat : no-repeat;
	background-position : left;
}		

.treemenu .treeclosed {
	background-image : url('closed.gif');
	background-repeat : no-repeat;
	background-position : left;
}
.specialtyButtons {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 25px;
	font-weight: bold;
	font-variant: small-caps;
	color: #FF0000;
	display: block;
	font-size: medium;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	text-align: center;
}
.floatLeft {
	float: left;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;	
}
.floatRight {
	float: right;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#david {
	text-align: left;
}


