/* ================================
    Default styles FOR DotNetNuke
   ================================
*/   
#dnn_sidebarpane {
width:200px;
margin-left:-15px;
}

.ControlPanel, .PagingTable {
    width: 100%;
    height: 64px;
    background-color: #FFFFFF;
    BORDER-RIGHT: #003366 1px solid; 
    BORDER-TOP: #003366 1px solid; 
    BORDER-LEFT: #003366 1px solid; 
    BORDER-BOTTOM: #003366 1px solid; 
}

.SkinObject {
    font-weight: bold;
    font-size: 8.5pt;
    color: #003366;
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    none;
    color:#003366;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#003366;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#003366;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#003366;
}



/* styles used by Data Grids */
.DataGrid_AlternatingItem
{
    background-color:White;
    color: Red;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}
.DataGrid_Container
{
	background-color: Transparent;
}
.DataGrid_Footer
{
    background-color:White;
}
.DataGrid_Header
{
    background-color:Transparent;
    color: Black;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}
.DataGrid_Item
{
    background-color:Transparent;
    color: Black;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}
.DataGrid_SelectedItem
{
    background-color: Silver;
    color: Blue;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}

/* styles used by TreeMenu Skin Object */
.TreeMenu_Node 
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

.TreeMenu_NodeSelected
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
	background-color: #dcdcdc; 
}

A.TreeMenu_Node:link, A.TreeMenu_NodeSelected:link {
    text-decoration:    none;
    color: #003366;
}

A.TreeMenu_Node:visited, A.TreeMenu_NodeSelected:visited  {
    text-decoration:    none;
    color: #003366;
}

A.TreeMenu_Node:active, A.TreeMenu_NodeSelected:active   {
    text-decoration:    none;
    color: #003366;
}

A.TreeMenu_Node:hover, A.TreeMenu_NodeSelected:hover    {
    text-decoration:    none;
    color: #ff0000;
}

/* styles used in the FileManager */
.FileManager
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	height:400px;
}
.FileManager_ToolBar
{
	border-bottom: black 1px solid;
	height:25px;
}
.FileManager_Explorer
{
	height:100%;
	border: dimgray 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
}

.FileManager_FileList 
{
	height:100%;
	border: dimgray 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
	overflow: auto;
}

.FileManager_MessageBox 
{
	text-align: center;
	vertical-align: middle;
	background-color: White;
	padding: 25px 25px 25px 25px;
}

.FileManager_Header
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #E7E7FF;
    background-color: #9EBFF6;
    border-bottom: dimgray 1px solid;
    height: 25px;
}

.FileManager_Pager
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    background-color: #EEEEEE;
    border-top: dimgray 1px solid;
    height: 25px;
}

.FileManager_StatusBar
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    background-color: #dedfde;
    height: 25px;
	margin: 2px 2px 2px 2px;
}

.FileManager_Item
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: Black;
    background-color: #F8F8F8;
    border-top: black 1px dashed;
    border-bottom: black 1px dashed;
}

.FileManager_AltItem
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: Black;
    background-color: #EEEEEE;
    border-style: none;
}
.FileManager_SelItem
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: White;
    background-color: #99ffff;
    border-style: none;
}

.FileManagerTreeNode 
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

.FileManagerTreeNodeSelected 
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
	background-color: #dcdcdc; 
}

A.FileManagerTreeNode:link, A.FileManagerTreeNodeSelected:link {
    text-decoration:    none;
    color: #003366;
}

A.FileManagerTreeNode:visited, A.FileManagerTreeNodeSelected:visited  {
    text-decoration:    none;
    color: #003366;
}

A.FileManagerTreeNode:active, A.FileManagerTreeNodeSelected:active   {
    text-decoration:    none;
    color: #003366;
}

A.FileManagerTreeNode:hover, A.FileManagerTreeNodeSelected:hover    {
    text-decoration:    none;
    color: #ff0000;
}

/* styles used in the Wizard Framework */
.Wizard
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	height:400px;
	width:650px;
}
.WizardButton
{
	border-right: dimgray 1px solid;
	padding-right: 2px;
	border-top: dimgray 1px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	border-left: dimgray 1px solid;
	padding-top: 2px;
	border-bottom: dimgray 1px solid;
	background-color: gainsboro;
}
.WizardHeader
{
	background: #ffffcc;
	border-bottom: black 1px solid;
	height:40px;
}
.WizardFooter
{
	border-top: black 1px solid;
	background: #ccffcc;
	height: 25px;
	text-align: right;
}
.WizardBody
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	height: 325px;
}
.WizardHelp
{
	padding-right: 5px;
	padding-left: 5px;
	font-size: 9pt;
	padding-bottom: 5px;
	border-left: black 1px solid;
	width: 180px;
	padding-top: 5px;
	background-color: #ccffff;
}
.WizardHelpText
{
	overflow: auto;
	font-size: 8pt;
	width: 180px;
	color: black;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	height: 300px;
}
.WizardText
{
	font-size: 9pt;
	color: black;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
}


/* text style used for help text rendered by modules */
.Help
{
  border-right: black 1px solid;
  padding-right: 2px;
  border-top: black 1px solid;
  padding-left: 2px;
  font-weight: normal;
  font-size: 11px;
  padding-bottom: 2px;
  border-left: black 1px solid;
  color: black;
  padding-top: 2px;
  border-bottom: black 1px solid;
  font-family: Tahoma, Arial, Helvetica;
  background-color: #ffff99;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #ff0000;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	background: #dddddd;
	color: #000000;
	font-family: Verdana, sans-serif;
}

    


HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}

/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;

	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
/* style for module titles */
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #333333;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal,.NormalDisabled
{
 font-family: "Trebuchet MS", Arial, sans-serif;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
    color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{

    font-weight: bold
}

/* text style used for error messages */
.NormalRed
{
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}
/*Container style*/
.dropdown select {
  font-size: 10px;
  font-family: Arial, sans-serif;

}
/* CSS Document 
Authored by:SJ
For: Potter League
Date: 7/07
*/


html, body, div, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset,a {/*Sets up a series of default settings, and how other selectors can inherit them. This reduces the size of your CSS file and decreases any style maintenance*/
 margin: 0;
   padding: 0;
   border: 0;
}	
body {
     background-color: #4E6F18;
	 text-align: center;
	 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	 margin-bottom: 25px;
}
h2.blog {
  font-size: 17px;
    color: #336A43;
padding-bottom: 0;
margin-bottom: 0;

}
#containerouter {/*holds website in center*/
     margin-left: auto;
	 margin-right: auto;
    width: 836px;
	text-align: left;
}
/*top navigation*/
#topnav {
    padding: 8px 5px 5px 0px;
    color: #FFFFFF;
	font-size: .75em;
	text-align: right;
}
#topnav a,#topnav a:link,#topnav a:visited {
    color: #FFFFFF;
	text-decoration: none;
}
#topnav a:hover {
    text-decoration: underline;
}
#container {/*holds mast and 3 columns*/
    width: 825px;
	background-color: #FFFFFF;
	padding: 6px;
}
/*mast styles*/
#mast {
    background-image: url(/Portals/0/images/mast_bkgd.jpg);
	width: 825px;
	height: 136px;

}
#mastleft {
    float: left;
	width: 170px;
    padding: 8px 0px 0px 8px;
}
#mastright{
	float: right;
	width: 145px;
	padding: 14px 12px 0px 0px;

}
/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/

/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/
#mainav {

	height: 34px;
	background-image: url(/Portals/0/images/mainav_bkgd.jpg);
	margin-bottom: 5px;
}
/* Horizontal Menu */
#HouseMenuNav { /* menu wrapper div */
position: relative;
	width: 818px;
	padding: 0px;
	margin: 0px;
	padding-left: 18px;
	list-style-type: none;
	z-index: 9999;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 2px;
	margin-bottom: 4px;

}

#HouseMenuNav ul { /* all lists */
	float: left;
	padding: 0;
	margin: 0;
	list-style-type: none;
	z-index: 9999;
}

#HouseMenuNav a { /* all links, inside of list items */
display: block;
	width: 142px;
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	/* end hack */
  color: #FFFFFF;
   text-decoration: none;
  padding-left: 8px;
  padding-right: 8px;
    font-size: .70em;
  font-weight: bold;
  	text-transform: uppercase;
}

#HouseMenuNav li { /* all list items */
	/* position: relative; */
	display: inline;
	list-style-type: none;
	line-height: 18px;
	float: left;
	margin: 0;
  	  background: url(/Portals/0/images/mainav_line.jpg) no-repeat 0 55%;
	width: 142px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	
	/* end hack */
	
  padding: 7px 0 4px 0;

}
#HouseMenuNav li li {
	background: none;
	font-size: .8em;

	padding: 0;
}

#HouseMenuNav li a:hover {
  color: #efefef;
	text-decoration: none;
}
#HouseMenuNav li li a:hover {
   text-decoration: underline;
   color: #FFFFFF;
}
#HouseMenuNav li ul { /* second-level lists */
   position: absolute;
	width: 162px; /* width of submenu, must be set so third-level list can get shifted over properly */
	left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	background-color: #336741;
	margin: 0 0 0 0;
	line-height: 14px;
	z-index: 7777;
	padding-bottom: 5px;
}

#HouseMenuNav li ul ul { /* third-and-above-level lists */
	/* position: absolute; */
	margin: -19px 0 0 162px;
	white-space: nowrap;
	z-index: 8888;
}
#HouseMenuNav li:hover {
  background-position: 0 0;
  background: none;}


#HouseMenuNav li:hover ul ul, 
#HouseMenuNav li:hover ul ul ul, 
#HouseMenuNav li.sfhover ul ul, 
#HouseMenuNav li.sfhover ul ul ul {
	left: -9999px;
}

#HouseMenuNav li:hover ul, 
#HouseMenuNav li li:hover ul, 
#HouseMenuNav li li li:hover ul, 
#HouseMenuNav li.sfhover ul, 
#HouseMenuNav li li.sfhover ul, 
#HouseMenuNav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#HouseMenuNav li li,
#HouseMenuNav li li li,
#HouseMenuNav li li li li { /* all items under the top level */
	position: relative;
	list-style-type: none;

	width: 160px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	/* end hack */
}
#HouseMenuNav li li a { /* all item links under the top level */
	width: 160px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 150px;
	_width: 162px;
	/* end hack */
	  text-decoration: none;
  padding-left: 10px;
  padding-right: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 130%;
    font-size: .9em;
  font-weight: normal;
  	text-transform: none;
}
#HouseMenuNav li li li a {
   font-size: 1.2em;
}
#HouseMenuNav iframe {
	position: absolute;
	left: -1px;
	top: -1px;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	display: block;

}


/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */
#HouseMenuNavItem a
{ /* all links under the parent item (li) */
		color: #eeeeee;
	background-color: #666;
	text-decoration: none;
}

a#HouseMenuNavLink
{ /* parent link itself */
background-color: transparent; 
	text-decoration: none;
}

a#HouseMenuNavCurrentLink
{ /* current link itself */
color: 	#F3DCAA;
	text-decoration: none;
}

.ArrowPointer
{
	cursor: default;
}
#HouseMenuNav li.noline {
  background: none;
}

ul#HouseMenuNav > li:first-child {
 background: none;
}
li#HouseMenuNavItem140 {
 background: none;
}

/*middle body styles*/
#middlebodytop {
  background: url(/Portals/0/images/content_bkgd_top.jpg);
  width: 625px;
  height: 22px;

}
#middlebody {/*holds background image of middle body section*/
   width: 820px;
   background-image: url(/Portals/0/images/content_bkgd.jpg);
   background-repeat: repeat-y;


}


/*left column - cp*/

#content{
float: left;
   width: 560px;
   padding: 10px 35px 35px 30px;
   line-height: 130%;
   color: #666666;
   font-size: .85em;

}

#content h1 {
  margin-bottom:15px;
  color: #336A43;
  font-size: 1.6em;
}
#content h2 {
  font-size: 1.4em;
  margin-bottom: 5px;
  color: #C4AD81;
  margin-bottom: 18px;

}
#content h3 {
  font-size: 1.1em;
  margin-bottom: 5px;

}
#content p {
   padding-bottom: 20px;
}
#content ul, ol {
   padding-left: 25px;
   padding-bottom: 20px;
   list-style-type: square;
}
#content li {
  padding-bottom: 5px;
}
#content a,#content a:link,#content a:visited {
 color: #4F7884;
 text-decoration: underline;
}
#content a:hover {
  text-decoration: underline;
}
.table {
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  padding: 0;
  margin: 0;
}
.table td {
  border-bottom: 1px solid #333333;
  border-left: 1px solid #333333;
  padding: 5px;
  margin: 0;
}
 .imageright {
  margin-left: 12px;
  margin-bottom: 12px;
  float: right;
}
.imageleft {
  margin-right: 12px;
  margin-bottom: 12px;
  float: left;
}
/*right column - cp*/
#subinfo {
    float: left;
	position: relative;
	z-index: 1000;
    width: 160px;
	margin-top: -22px;
	padding-top: 22px;
	margin-left: 6px;
	padding-left: 15px;
	    background: url(/Portals/0/images/subnav_bkgd.jpg) no-repeat;

}
#subnav {
	color: #008BFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 20px;
}


.MenuHdr0 {
   display: none;
}

td.MenuItem0,td.MenuItemMouseOver0 {
    background: url(/Portals/0/images/bullet_subnav.jpg) no-repeat 0 15%;
	list-style-type: none;
	padding-left: 20px;
	font-size: .75em;
}
.MenuItem0 {
	padding-bottom: 4px;
}

.MenuItem0 a,.MenuItem0 a:link,.MenuItem0 a:visited {
   color: #275133;

}

.MenuItemMouseOver0 {
   padding-bottom: 4px;
      color: #48925D;
}
.MenuItemMouseOver0 a,.MenuItemMouseOver0 a:link,.MenuItemMouseOver0 a:visited {
   color: #48925D;
	text-decoration: underline;

}
td.MenuItem1,td.MenuItemMouseOver2 {
    background: url(/Portals/0/images/bullet_subnav.jpg) no-repeat 0 15%;
	padding-left: 20px;
		font-size: .75em;
}
.MenuHdr1 {
     color: #275133;
	 padding-bottom: 8px;
	 font-size: .75em;
}
.MenuHdr1 a,.MenuHdr1 a:link,.MenuHdr1 a:visited {
color: #275133;
   background: url(/Portals/0/images/bullet_subnav.jpg) no-repeat 0 15%;
	list-style-type: none;
	padding-left: 20px;
		padding-bottom: 4px;
}
td.MenuItem1,td.MenuItemMouseOver1 {
    background: url(/Portals/0/images/bullet_subnav.jpg) no-repeat 0 15%;
	list-style-type: none;
	padding-left: 20px;
			font-size: .75em;

}
.MenuItem1 {
	padding-bottom: 4px;
}

.MenuItem1 a,.MenuItem1 a:link,.MenuItem1 a:visited {
   color: #275133;

}

.MenuItemMouseOver1 {
   padding-bottom: 4px;
      color: #48925D;
}
.MenuItemMouseOver1 a,.MenuItemMouseOver1 a:link,.MenuItemMouseOver1 a:visited {
   color: #48925D;
	text-decoration: underline;

}
td.MenuItem2,td.MenuItemMouseOver2 {
    background: none;
	padding-left: 30px;
	padding-bottom: 10px;
	font-size: .75em;


}
.MenuItem2 {


}

.MenuItem2 a,.MenuItem2 a:link,.MenuItem2 a:visited {
   color: #275133;

}

.MenuItemMouseOver2{
   padding-bottom: 8px;
}
.MenuItemMouseOver2 a,.MenuItemMouseOver2 a:link,.MenuItemMouseOver2 a:visited {
 color: #48925D;

}

#sidebar {
    color:#666666;
	line-height: 150%;
	font-size: .8em;
	  margin-top: 35px;
}
#sidebar h2 {
  color: #77B8E2;
  font-size: 1.2em;
  margin-top: 12px;

}
img.sidebarborder {
  padding: 3px;
  border: 1px solid #76B8E2;
}
#middlebodybottom {
    background: url(/Portals/0/images/content_bkgd_bottom.jpg);
  width: 625px;
  height: 26px;
}
/*homepage styles*/
#middlebodyhometop {   
 background: url(/Portals/0/images/home_content_bkgd_top.jpg) no-repeat;
}
#middlebodyhome {
  padding-top: 45px;
}
#middlebodyhome a,#middlebodyhome a:link,#middlebodyhome a:visited {
  color: #275133;
}
#contenthome {
  width: 543px;
  float: left;
  background: url(/Portals/0/images/home_content_bkgd.jpg);
}
#contenthome a,#conetenhome a:link,#contenthome a:visited {
  text-decoration: underline;
}
#contenthome h1 {
  margin-top: -35px;
  margin-bottom: 9px;
  text-align: right;
  padding-right: 25px;
  position: relative;
  z-index: 1000;
}
#homeadoption {

}
#adoptionline{
 background: #CDE4F3;
 height: 7px;
 width: 100%;

}
#homeadoption1 {

float: left;
width: 180px;
padding-right: 2px;

color: #333333;


}
#homeadoption2 {

float: left;
width: 180px;
}
#homeadoption3 {

float: left;
width: 180px;
}
#homenews {
  padding: 15px 15px 15px 18px;
    font-size: .8em;
  color: #666666;
}
#homenews h2 {
 margin-bottom: 15px;
  
}
#homenews p {
  margin-bottom: 10px;
}
.greyheader {
  color: #333333;
  font-weight: bold;
  font-size: 13px;}
#subinfohome {
  width: 270px;
  float: left;
  margin-top: -45px;
  margin-left: 6px;
  color: #666666;
  font-size: .8em;
}
.linepadding {
  padding-left: 20px;
}
.blueheader {
  color: #336A43;
  font-weight: bold;
}
.greenheader {
  color: #336A43;
  font-weight: bold;
}
.greenheader a,.greenheader a:link,.greenheader a:visited {
    color: #336A43!important;
	display: block;
	margin-bottom: 4px;
  
}
#lostpet {
margin: 10px 0 10px 20px;
}
#lostpet a,#lostpet a:link,#lostpet a:visited {
  text-decoration: none;
}
#lostcat,#lostdog,#lostbunny {
  float: left;
  width: 75px;
  font-size: .9em;
  line-height: 110%;
  margin-bottom: 15px;

}
#homesidebar {
  margin: 15px 0 15px 20px;
}
/*footer styles*/
#footer {
	background: url(/Portals/0/images/footer_bkgd.jpg);
	padding: 10px 0 5px 20px;
}
#footerinfo {
	color: #000000;
	font-size: .75em;
    width: 500px;
	line-height: 250%;
	float: left;
}

#footerlogos {
    float: left;
	padding: 5px 4px 4px 4px;
	width: 135px;
	margin-left: 100px;
	
}
#offices {
   color: #FFFFFF;
   font-size: .75em;
   margin-top: 8px;
   text-align: right;
}
#offices a,#offices a:link,#offices a:visited {
   color: #FFFFFF;
   text-decoration: underline;
}
#loginlinks {
   color: #FFFFFF;
}
/*clears floats with no presentational markup*/
.clearfix:after {
    content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
   display: inline-table;
}
/*Hides from IE Mac \*/

.clearfix {
    display: block;
	height: 1%;
}
/*End Hack \*/
