/* Overall Layout Formatting
----------------------------------------------- */
BODY {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande",'trebuchet ms','gill sans',helvetica, arial,san-serif;
	background: #FFF;	
	color: #917669;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 750px;
	}

#date {
	position: absolute;
	top: 85px;
	left: 30px;
	font-size: 65%;
	color: #fff;
	}


/* Sitewide Typography
----------------------------------------------- */
H1, H2, H3,H4, H5, H6, H7, H8, H9, P, LABEL, breadcrumb {
	color: #301F0B;
	font-weight: normal;
	margin-top: 0;
	}
H1 {
	color: #000;
	margin-bottom: 9px;
	font-size: 140%;

	}
H2 {
	margin-bottom: 4px;
	font-size: 110%;
	font-weight: bold;
	}
H3 {
	margin-bottom: 4px;
	font-size: 95%;
	font-weight: bold;
	}
H4 {
	margin-bottom: 4px;
	font-size: 80%;
	font-weight: bold;
	}
H5 {
	margin-top: 6px;
	margin-bottom: 10px;
	font-size: 120%;

	}
H6 {
	margin-bottom: 4px;
	font-size: 70%;
	font-weight: bold;
	}

UL, LI, DL, P {
	color: #917669;
	}

P {
	line-height: 1.5em;
	font-size: 70%;
	}


UL {
	list-style: none;
	margin: 0.5em 0 1em 0;
	padding: 0 0 0 0px;
	line-height: 0;
	}	
	
LI {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	font-size: 70%;
	line-height: 1.4em;	}
	
	}
DL {
	padding: 0;
	margin: 0;
	}


DT	{
	margin-bottom: 4px;
	font-size: 95%;
	font-weight: bold;
	color: #301F0B;
	}
	
DL DT {
	font-size: 80%;
	}
DL DD {
	padding: 0;
	margin: 0 0 2em 0;
	line-height: 1.5em;
	font-size: 70%;
	}


A 			{ color: #5E81A6; text-decoration: none; }
A:LINK		{ color: #5E81A6; }
A:VISITED	{ color: #5E81A6; }
A:HOVER		{ color: #333; }
A:ACTIVE	{ color: #5E81A6; }


/* Header 
----------------------------------------------- */
#masthead {
	border-bottom: 1px solid #FFF;
	background: #301F0B url(../images/BuildingBanner.jpg) no-repeat;
	width: 750px;
	height: 108px;
	}

/*  Header for Picks popup
----------------------------------------------- */
#pickhead {
	border-bottom: 1px solid #fff;
	background: #301F0B url(../images/PicksBanner.jpg) no-repeat;
	width:750;
	height:108;
	}
	
/* Primary Navigation 
----------------------------------------------- */
#priNav {
	position: absolute;
	top: 107px;
	height: 28px;
	width: 750px;
	background: #301F0B;
	vertical-align: middle;
	}
	
#priNav UL {
	list-style: none;
	margin-left: 30px;
	vertical-align: middle;
	}	
	
#priNav LI {
	display: inline;
	color: #FFC;
	margin: 0px 20px 0px 0px;
	}
	
#priNav A {
	color: #917669;
	}
	
#priNav A:HOVER {
	color: #FFC;
	}
	
#priNav A.Active {
	color: #69F;
	}


/* Secondary Navigation 
----------------------------------------------- */	
	
#secNav {
	position: absolute;
	top: 180px;
	width: 175px;	
	}
	
#secNav UL {
	list-style: none;
	line-height: 150%;
	margin-left: 12px;
	}
	
#secNav LI {
	background: url(../images/arrow_trans.gif) no-repeat 0 11px;
	padding: 10px 0px 10px 18px;
	}
	
#secNav A {
	color: #5E81A6;
	text-decoration: none;
	}
	
#secNav A:HOVER {
	color: #333;
	}
	
#secNav A.Active {
	color: #C66313;
	}



/* Page Structure Formatting
----------------------------------------------- */

#Content {
	position: absolute;
	top: 149px;
	width: 568px;
	margin-left: 185px;
	left: -1px;
	}

#ContentMain {
	width: 375px;

	}
#sidebar	{
	position: absolute;
	top: 0px;
	margin-left: 380px;
	padding-left: 15px;
	width: 150px;
	float: left;
	border-left: 1px solid #CCC;
}
#sidebar img{
	margin-bottom: 10px;
	margin-top: 2px;
	}
#ContentHome {
	position: absolute;
	margin-right: 15px;
	margin-left: 15px;
	top: 152px;
	width: 765px;
	}
	
#HomeCol1	{
	margin-left: 10px;
	float: left;	
	width: 32%;
}
	
#HomeCol2	{
	width: 32%;
	float: left;
}

#HomeCol3	{
	width: 31%;
	float: left;
}

#ContentHome  LI{
	background: url(../images/arrow_trans.gif) no-repeat 0 6px;
	padding: 5px 0px 5px 18px;
	}



.homeBox {
	width: 85%;
	height: 100%;
	text-align: left;
	padding: 3px 6px 3px 10px;
	border: 1px solid #CCC;
	background: #fff;	
	margin-bottom: 15px;
	}
.homeBox label {
	line-height: 1.4em;
	font-size: 70%;
	font-weight: bold;
	color: #301F0B;
	}
	

.homeBoxTint {
	width: 85%;
	height: 100%;
	text-align: left;
	padding: 3px 6px 3px 10px;
	border: 1px solid #CCC;
	background: #EBEBEB;	
	margin-bottom: 15px;
	}
.homeBoxTint label {
	line-height: 1.4em;
	font-size: 70%;
	font-weight: bold;
	color: #301F0B;
	}
	
.poochBox {
	width: 85%;
	height: 100%;
	text-align: left;
	padding: 3px 6px 3px 10px;
	border: 1px solid #CCC;
	background: #EBEBEB;
	margin-bottom: 10px;
	}

.poochBox img {
	float: right;
	padding: 8px 4px 10px 0px;
	}

.poochBox ul {
	clear: both;
	}

.volunteerBox {
	width: 85%;
	height: 100%;
	text-align: left;
	padding: 3px 6px 3px 10px;
	border: 1px solid #CCC;
	background: #ffffff;
	margin-bottom: 10px;
	}


.anchorText ol{
	margin: 0px 0px 10px 30px;
	padding: 0px;
	}
.anchorText li{
	font-size: 100%;
	line-height: 1.4em;
	margin-bottom: 10px;
	}

.anchorText  p{
	font-size: 100%;
	line-height: 1.4em;
	}
.anchorText  h6{
	margin-bottom: 0px;
	font-size: 100%;
	font-weight: bold;
	}



	
/*  Footer Formatting and Typography
----------------------------------------------- */
#footer {
	width: 375px;

	margin: 60px 0px 20px 0px;
	border-top: 1px solid #666;
	background: #fff;	
	}
#footer P {
	color:#917669;
	font-size: 70%;
	padding-top: 5px;

	}
	
#footerHome {
	width: 700px;
	clear: both;
	margin: 30px 0px 20px 10px;
	text-align: left;
	border-top: 1px solid #ccc;
	background: #fff;	
	}

	
