/* 
Title:		http://www.pdtarchs.com/ screen styles
Author: 	gordon@slickfishstudios.com
*/

html, body, table { 
	height: 100%;
	width: 100%; 
	margin: 0; 
	padding: 0;

	font-size: small;
	font-family: Verdana, Helvetica, sans-serif;
	color: #666;
}
* html body {
	font-size: x-small; /* for IE5/Win */
	f\ont-size: small; /* for other IE versions */
}
body {
	background: #72797b; /* dark background gray */
}

td {vertical-align: middle;}

a:link, a:hover, a:visited, a:active {
	outline: none;
}


.head {
	font-weight: bold;
	font-size: 12px;	
}
.yellow {
	color: #e2d998;	
}
.gray {
	color: #7b8686;	
}
.red {
	color: #c00;	
}
.upper {
	text-transform: uppercase;	
}
#main .format #ornaments .col {
	display: inline; 
	float: left;
}
#main .format #ornaments .col a,
#main .format #ornaments .col a:hover
{
	text-decoration: none;
	border: 0;
	outline: none;
}
.borderit {
	border: 1px solid #666;
}
hr {
	border: 0;	
	height: 1px;
	color: #ccc;
	background: #eee;
}
/* ***************//*************** */
/* ***************WRAPPERS*************** */
/* wrapper etc */
#wrapper { 
	margin: 0 auto;
	padding-top: 15px;
	width: 950px;
	background: url(../images/shadow-main.jpg) no-repeat left top;
}
#wrapper-inner { 
	margin: 0 auto;
	padding: 0;
	width: 900px;
	border: 0;
}
#container {
	width: 900px;
	height: 600px;
}

#banner {
	width: 900px;
	height: 135px;
	background: #9aa3a6; /* medium gray */
}
#banner #logo {
	width: 180px;
	height: 135px;
	float: left;
}
/* *************** POPUP STYLES *************** */
#pop {
	background: #b5bec0;
	padding: 6px 15px 0 10px;
	font-size: 11px;
}
#pop p {
	margin-right: 10px;
}
#pop-scroll {
	background: #b5bec0;
	padding: 0;
	font-size: 11px;
	margin: 0;
}
#pop-scroll .format {
	width: 96%;
	padding: 6px 0 0 0;
	margin: 0 10px 0 10px;
}
/* LOGO BTN */
#banner .logo_btn {
	width: 180px;
	height: 135px;
	text-indent: -10000px;
	overflow: hidden;
	background: url(../images/pdt_logo_btn.jpg) no-repeat left top;
	display: block;
	margin: 0;
	border: none;
}
#banner .logo_btn:hover {
	background: url(../images/pdt_logo_btn.jpg) no-repeat left -135px;
}

/* Banner NAV */
#banner #nav {
	width: 720px;
	height: 135px;
	float: left;
}
ul#navlist {
	margin: 0;
	padding: 0;
}
#navlist li {
	float: left;
	list-style-type: none;
}
#navlist a, #navlist a.current {
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
	display: block;
	margin-top: 100px;
	padding: 5px 30px;
}
#navlist a:hover {
	color:#e2d998;
}
#navlist a.current {
	color: #45605f;
}
#navlist a.current:hover {
	text-decoration: underline;
	color: #45605f;
}
/* end nav */


/* NO FLASH HOMEPAGE */

/*#textBlock {
	width: 655px;
	padding-left: 195px;
	padding-right: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 1em;
	font-weight: normal; 
	color: white;
	line-height: 175%;

	background: #9aa3a6;
}
#textBlock b {
	color: #e2d998;
}*/

#textBlock {
	width: 100%;

	font-size: 1em;
	font-weight: normal; 

	background: #9aa3a6;
}
#textBlock b {
	color: #fff;
	display: block;
	margin: 20px auto 15px auto;
	text-align: center;
}

hr.homepage  {
	color: #ccc;
	background: #ccc;
	border: 0;
	height: 1px;
	margin: 0 60px;
	padding: 0;
}

#bulletList ul {
	list-style-type: none;
	margin: 0 50px 0 60px;
	padding: 0 0 0 0;

	border-bottom: 1px solid #ccc;
}
#bulletList ul li {
	margin-bottom: 7px;
}
#bulletList ul li a,
#bulletList .heading
{
	padding: 0 0 0 15px;
	background: url(../images/box.gif) no-repeat left center;
	color: #fff;
	text-decoration: none;
}
#bulletList ul li a:hover {
	color: #e2d998;
	text-decoration: none;
	background: url(../images/box_active.gif) no-repeat left center;
	color: #45605f;
	text-decoration: none;
}
#bulletList ul li a.nobullet {
	padding: 0 4px;
	background: #617b80;
}
#bulletList ul li a.nobullet:hover {
	padding: 0 4px;
	background: #fff;
}



#slimList ul {
	list-style-type: none;
	margin: 15px 0 0px 255px;
}
#slimList ul li {
	display: inline;
	float: left;

	padding-right: 15px;
}
#slimList ul li a
{
	padding: 0 0 0 13px;
	background: url(../images/box.gif) no-repeat left 6px;
	color: #fff;
	text-decoration: none;

	height: 20px;
	line-height: 20px;
}
#slimList ul li a:hover {
	color: #e2d998;
	text-decoration: none;
	background: url(../images/box_active.gif) no-repeat left 6px;
	color: #45605f;
	text-decoration: none;
}

/* END NO FLASH HOMEPAGE */

/* HOMEPAGE NO FLASH SLIDESHOW */

div#slideshow {
	width: 900px;	
	height: 350px;
	padding: 10px 0 0 0;
	margin: 0px;
	overflow: scroll; /* Allows the slides to be viewed using scrollbar if Javascript isn't available */ 
	position: relative;

}
	div#slideshow ul#slideshow-nav {
		display: none;
		list-style: none;
		position: absolute;
		width: 900px;
		top: 135px;
		z-index: 15;
	}
		div#slideshow ul#slideshow-nav li#prev {
			float: left;
			margin: 0 0 0 20px;
		}
		div#slideshow ul#slideshow-nav li#next {
			float: right; 
			margin: 0 20px 0 0;
		}
		div#slideshow ul#slideshow-nav li a {
			display: block;
			width: 80px; 
			height: 80px;
			text-indent: -9999px;
		}
			div#slideshow ul#slideshow-nav li#prev a {
				background: url(../images/prev.png);
			}
			div#slideshow ul#slideshow-nav li#next a {
				background: url(../images/next.png);
			}

	div#slideshow ul#slides {
		list-style: none;
	}
		div#slideshow ul#slides li {
			margin: 0;
		}

a {outline: none; }


/* END HOMEPAGE NO FLASH SLIDESHOW */


/* FUNDRAISING NO FLASH SLIDESHOW */

div#fundraising-slideshow {
	width: 400px;	
	height: 400px;
	padding: 0;
	margin: 0 0 3px 15px;
	float: right;
	overflow: scroll; /* Allows the slides to be viewed using scrollbar if Javascript isn't available */ 
	position: relative;
	z-index: 5;

}
	div#fundraising-slideshow ul.fundraising-slideshow-nav {
		display: none;
		list-style: none;
		position: absolute;
		width: 400px;
		top: 160px;
		z-index: 15;
	}
		div#fundraising-slideshow ul.fundraising-slideshow-nav li.prev {
			float: left;
			margin: 0 0 0 20px;
			display: block;
		}
		div#fundraising-slideshow ul.fundraising-slideshow-nav li.next {
			float: right; 
			margin: 0 20px 0 0;
			display: block;
		}
		div#fundraising-slideshow ul.fundraising-slideshow-nav li a {
			display: block;
			width: 80px; 
			height: 80px;
			text-indent: -9999px;

		}
			div#fundraising-slideshow ul.fundraising-slideshow-nav li.prev a {
				background: url(../images/prev.png);
				display: block;
			}
			div#fundraising-slideshow ul.fundraising-slideshow-nav li.next a {
				background: url(../images/next.png);
				display: block;
			}

	div#fundraising-slideshow ul#fundraising-slides {
		list-style: none;
		margin: 0 auto;
		width: 400px;
		background: #a6b1b3;
	}
	div#fundraising-slideshow ul#fundraising-slides li img {
		display: block;
		margin: 0 auto;
	}
		div#fundraising-slideshow ul#fundraising-slides li {
			margin: 0 auto;
			width: 400px;
		}

a {outline: none; }


/* END FUNDRAISING NO FLASH SLIDESHOW */




/* MAIN CONTAINER */
#main-container {
	width: 900px;
	height: 465px;
	background: #9aa3a6;
}
#main-container #leftCol {
	width: 180px;
	height: 465px;
	float: left;
	background: #9aa3a6; /* medium gray */
}

/* &&&&&&&&&& SUBNAV &&&&&&&&&&&& */
#main-container #leftCol #subnav,
#main-container #leftCol #subnav-scroll
{
	width: 180px;
	height: 400px;
}

#navcontainer { 
	font-size: 10px;
	width: 180px;
	text-align: left;
}
#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#navcontainer li { 
	margin: 0; 
}
#navcontainer a,
#navcontainer a.current-header
{
	display: block;
	padding: 4px 0 4px 5px;
	width: 180px;
	color: #45605f;
	font-weight: bold;
	background-color: #9aa4a7;
	text-decoration: none;
}
#navcontainer a.current-header {
	background: #b5bec0 url(../images/box_top2.jpg) no-repeat top left;
	border-bottom: 1px solid #b2bbbd;
	border-right: 1px solid #b2bbbd;
}		
#navcontainer a:hover,
#navcontainer a.current-header:hover
{
	color: #fff;
	background: #9aa4a7;
	text-decoration: none;
}
#navcontainer a.current-header:hover {
	color: #45605f;
	background: #b5bec0 url(../images/box_top2.jpg) no-repeat top left;
}
#navcontainer ul ul,
#navcontainer ul ul ul
{ 
	padding-bottom: 4px; 
	padding-top: 3px;
	margin-bottom: 1px;
	background: #b5bec0 /*url(images/box_bottom.gif) no-repeat bottom left*/;
}
#navcontainer ul ul ul { 
	color: #fff;
	padding-top: 0px;
}

#navcontainer ul ul li,
#navcontainer ul ul ul li
{ 
	margin: 0; 
}
#navcontainer ul ul li.groupHead,
#navcontainer ul ul li.groupHead a
{ 
	margin: 0; 
	font-weight: bold;
	color: #6c7982;
	text-decoration: none;
	padding: 0px 5px 3px 2px;
}
#navcontainer ul ul li.groupHead a
{ 
	padding: 0px 5px 2px 0px;
	text-decoration: none;
}
#navcontainer ul ul li.groupHead a:hover
{ 
	padding: 0px 5px 2px 0px;
	color: #fff;
	text-decoration: underline;
}
#navcontainer ul ul li.nopad { 
	padding-top: 0px;
}
		
#navcontainer ul ul a,
#navcontainer ul ul ul a
{
	display: block;
	padding: 0px 10px 3px 14px;
	width: 160px;
	color: #fff;
	font-weight: normal;
	background-color: #b5bec0;
	text-decoration: none;
}
#navcontainer ul ul ul a { /* nested */
	color: #e0eaec;
}
		
#navcontainer ul ul a:hover,
navcontainer ul ul ul a:hover
{
	color: #45605f;
	background-color: #b5bec0;
	background-image: none;
	text-decoration: none;
}
/* subcurrent header */
#navcontainer ul ul a.subcurrent,
#navcontainer ul ul ul a.currently
{
	display: block;
	padding: 0px 10px 3px 10px;
	width: 160px;
	color: #45605f;
	font-weight: bold;
	background-color: #b5bec0;
	text-decoration: none;
}
#navcontainer ul ul a.subcurrent {
	padding-left: 14px;
}
#navcontainer ul ul ul a.currently {
	color: #45605f;
	font-weight: normal;
	text-decoration: none;
}

#navcontainer ul ul a.subcurrent:hover,
#navcontainer ul ul ul a.subcurrent:hover
{
	color: #45605f;
	background-color: #b5bec0;
	background-image: none;
	text-decoration: underline;
	font-weight: bold;
}
#navcontainer ul ul ul a.subcurrent:hover {
	font-weight: normal;
}

/* end list */


/* ***************************** FLYOUT MENU *********************************** */
* {padding:0; margin:0}
#navcontainer .dropdown,
#main .format .projects .dropdown
{
	display: block;
	position: relative;
}
#navcontainer .dropdown dt {
	width: 180px;
	border: none;
	padding: 0;
	font-weight: normal;
	cursor: pointer;
	background: none;
}
#main .format .projects .dropdown dt
{
	width: 100px;
	border: none;
	padding: 0;
	font-weight: normal;
	cursor: pointer;
	background: none;
	color: #45605F;
}
#main .format .projects .dropdown dt:hover
{
	text-decoration: underline;
	color: #45605F;
}
/* this is the title/header NOT CURRENT */
#navcontainer .dropdown .upperdd { 
	display: block;
	padding: 3px 0 3px 10px;
	width: 170px;
	color: #fff;
	font-weight: normal;
	background-color: #b5bec0;
	text-decoration: none;
}
#main .format .projects .dropdown .upperdd { 
	display: block;
	padding: 2px 0;
	width: 100px;
	font-weight: normal;
	background-color: #b5bec0;
	text-decoration: none;
}
#navcontainer .dropdown .currently { /* this is the title/header CURRENT */
	display: block;
	padding: 3px 0 3px 10px;
	width: 170px;
	color: #45605f;
	font-weight: bold;
	background-color: #b5bec0;
	text-decoration: none;
}
#navcontainer .dropdown dt:hover {
	color: #45605f;
	background-color: #b5bec0;
	background-image: none;
	text-decoration: underline;
	font-weight: bold;
}
#main .format .projects .dropdown dt:hover {
	background-color: #b5bec0;
	background-image: none;
	text-decoration: underline;
	font-weight: normal;
}


#navcontainer .dropdown dd {
	position: absolute;
	top: 0;
	overflow: hidden;
	width: 180px;
	display: none;
	background: #b5bec0;
	opacity: 0;
}
#main .format .projects .dropdown dd {
	position: absolute;
	top: 0;
	overflow: hidden;
	width: 270px;
	display: none;
	background: #b5bec0;
	opacity: 0;
}
#navcontainer .dropdown ul {
	width: 178px;
	border: 1px solid #9ca8ab;
	background: #c5d2d5;
	list-style: none;
}
#main .format .projects .dropdown ul {
	width: 270px;
	border: 1px solid #9ca8ab;
	background: #c5d2d5;
	list-style: none;
}
#navcontainer .dropdown li,
#main .format .projects .dropdown li
{
	display:inline
}
#navcontainer .dropdown a,
#navcontainer .dropdown a:active,
#navcontainer .dropdown a:visited {
	display: block;
	padding: 5px;
	margin: 0;
	color: #45605f;
	text-decoration:none;
	background: #c5d2d5;
	width: 168px;
}
#main .format .projects .dropdown a,
#main .format .projects .dropdown a:active,
#main .format .projects .dropdown a:visited
{
	display: block;
	padding: 5px;
	margin: 0;
	color: #45605f;
	text-decoration:none;
	background: #c5d2d5;
	width: 260px;
}
#main .format .projects .dropdown li .dud {
	display: block;
	padding: 5px;
	color: #7a8f8e;
}
#navcontainer .dropdown a:hover,
#navcontainer .dropdown a.currently2,
#main .format .projects .dropdown a:hover
{
	background: #d9e1e4;
	color: #000;
}
#navcontainer .dropdown a.currently2
{
	font-weight: normal;
}
#navcontainer .dropdown a.currently2:hover
{
	background: #e4eaed;
}
#navcontainer .dropdown .underline,
#main .format .projects .dropdown .underline
{
	border-bottom: 1px solid #b9d6dc
}














#main-container #leftCol #info {
	width: 180px;
	height: 65px;
	overflow: hidden;
}

#main-container #main,
#main-container #main.who
{
	width: 720px;
	height: 465px;
	float: left;
	background: #b5bec0; /* main lighter gray */
	overflow: auto;
	padding: 0;
	margin: 0;
	border: 0;
}

#main-container .who {
	background: #b5bec0 url(/images/pdt-staff2009.jpg) no-repeat left bottom;
}
#main-container .who .light-bkg {
	background: url(../images/spek.png);
	padding: 4px;
	line-height: normal;
	color: #454545;
	font-size: .9em;
}
#main-container .who .light-bkg .header2 {
	color: #8d833b;
}
#main-container .noedge {
	overflow: hidden;
}
#main-container #main .format,
#main-container #main .format table
{
	padding: 6px 10px 0 10px;
	line-height: normal;
	font-size: 11px;
}


#main-container #main .format ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#main-container #main .format ul li {
	line-height: 150%;
	list-style-type: none;
	margin-top: 5px;
	padding-left: 20px;
	background: url(../images/pdt_bullet.gif) no-repeat 0 0px;
}
#main-container #main .format ul li img {
	border: 1px solid #666666;
}

/* ANCHORS */
#main-container #main a,
#pop a,
#pop-scroll a 
{ 
	color: #45605F;
	font-weight: bold; 
	text-decoration: none;
}
#main-container #main a:hover,
#pop a:hover,
#pop-scroll a:hover
{ 
	color: #eee; 
	text-decoration: underline; 
}
#main-container #main a#square, 
#main-container #main a.square, 
ul#list-style li a {
	padding: 0 0 0 12px;
	color: #45605f;
	font-weight: bold;
	text-decoration: none;
	background: url(../images/box.gif) no-repeat center left;
}
#pop ul#list-style li a {
	font-weight: normal;
}
#main-container #main a#square:hover, 
#main-container #main a.square:hover,
ul#list-style li a:hover
{
	color: #e2d998;
	text-decoration: none;
	background: url(../images/box_on.gif) no-repeat center left;
}
#main ul#list-style li a:hover {
	text-decoration: underline;
}
#pop ul#list-style li a:hover {
	color: #45605f;
	text-decoration: underline;
}
#main-container #main ul#list-style {
	list-style-type: none;
	background: none;
}
#main-container #main ul#list-style li {
	padding: 5px 0;
	list-style-type: none;
	background: none;
}


/* INDIVIDUAL STYLES */
.header {
	color: #666;
	font-weight: bold;
}
.copyright {
	font-size: 9px;
	color: #929c9e;
}
.flash-right {
	float: right;
	margin: 0 0 0 5px;
	padding: 0;
	border: none;
	width: 400px;
}
.name {
	color: #333;
	font-weight: bold;
}
img.left_side {
	margin: 0 10px 2px 0;
	float: left;
}
img.left_side2 {
	float: left;
	margin: 0 10px 0 0px;
}
img.right_side {
	margin: 0 0 3px 7px;
	float: right;
}
img.right_side2 {
	margin: 0 0 2px 10px;
	float: right;
}
.darker {
	color: #45605f;
	font-weight: bold;
}


/* HEADERS */
.header1, h1 {
	color: #45605f;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 0px;
	line-height: 150%;
	text-indent: 0;
	padding: 0;
	margin: 0;
}

.header2, h2 {
	color: #e2d998;
	font-weight: bold;
	font-size: 12px;
	padding: 0 0 5px 0;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0;
}
.header3, h3 {
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	padding: 0;
	margin: 0;
}
.header4, h4 {
	color: #5f7877;
	font-weight: bold;
	font-size: 12px;
	padding: 0;
	margin: 0;
}
.header5, h5 {
	color: #e2d998;
	font-weight: normal;
	font-size: 12px;
	padding: 0;
	margin: 0;
}
.header6, h6 {
	color: #e2d998;
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

.copyright, .small {
	font-size: 9px;
	color: #6a777b;
}
.map {
	float: right;
	text-align: center;
	color: #fff; 
}
.map img {
	display: block;
	border: 0;
	margin-bottom: 3px;
	margin-left: 10px;
}

.left_side {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	font-size: 11px;
	color: #6a777b;
}
.left_side img {
	display: block;
	border: none;
	padding: 0 0 2px 0;
}
/* *************** seasonal ornaments *************** */


#ornament_main {
	background: #B5BEC0;
	width: 620px;
	height: 465px;
	overflow: auto;
	margin: 0;
	padding: 0;
}
#ornament_main .format {
	margin-left: 10px;
	margin-top: 6px;
	margin-right: 15px;
	margin-bottom: 0px;

	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #565656;
	border: 0px;
	line-height: 150%;
}
#ornament_main .header1 {
	color: #45605F;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 0px;
	line-height: 150%;
	text-indent: 0;
}

#ornament_main .header2 {
	color: #E2D998;
	font-weight: bold;
	font-size: 12px;
	padding: 0 0 5px 0;
	letter-spacing: 1px;
	text-transform: uppercase;
}


/* LIST PROJECT LINKS */
#main-container #main ul.projects {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#main-container #main ul.projects li {
	margin: 0;
	padding: 1px 0;
	background: none;
}
#main-container #main ul.projects li a {
	color: #45605f;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	line-height: normal;
}
#main-container #main ul.projects li a:hover {
	color: #45605f;
	text-decoration: underline;
}



/* *************** links, info footers *************** */
#links {
	width: 900px;
	height: 20px;
	line-height: 20px;
	font-size: 10px; 
	color: #97a2a6;
	background: #7f878a;
	padding: 0;
	margin: 0;
	text-align: center;
	overflow: hidden;
}
#links a {
	text-decoration: none;
	color: #bac2c5;
}
#links a:hover {
	text-decoration: none;
	color: #fff;
}
#links a.current {
	color: #ececec; 
	text-decoration: none;
}
#links a.current:hover {
	color: #fff;
	text-decoration: none;
}
/* ***************//*************** */

#main-container #leftCol #info ul {
	margin: 0 0 0 20px;
	padding: 25px 0 0 0;
	list-style-type: none;
	font-weight: bold;
	font-size: 11px;
}

#main-container #leftCol #info ul li {
	padding: 0;
	margin: 0;
}

#main-container #leftCol #info ul li a, #main-container #leftCol #info ul li a.contact, #main-container #leftCol #info ul li a.current {
	color: #fff;
	text-decoration: none;
	height: 1.5em;
	line-height: 1.5em;
}

#main-container #leftCol #info ul li a:hover, #main-container #leftCol #info ul li a.contact:hover, #main-container #leftCol #info ul li a.current:hover {
	color: #45605f;
}
/* contact */

#main-container #leftCol #info ul li a.contact {
	padding: 0 0 0 15px;
	background: url(../images/box.gif) no-repeat left center;
}
#main-container #leftCol #info ul li a.contact:hover {
	color: #e2d998;
	text-decoration: none;
	background: url(../images/box_active.gif) no-repeat left center;
}

#main-container #leftCol #info ul li a.current {
	padding: 0 0 0 15px;
	color: #45605f;
	background: url(../images/box_on.gif) no-repeat left center;
}
#main-container #leftCol #info ul li a.current:hover {
	color: #e2d998;
	text-decoration: none;
	background: url(../images/box_active.gif) no-repeat left center;
}
/* ***************//*************** */
/* NO FLASH SLIDES */
#main .slideshow {
	width: 400px;
	height: 465px;
	border: 0;
}
#main .slideshow img {


	border: 0;
}



/*============================================================
SOCIAL MEDIA BOX
============================================================*/
#social-media-box {
	width: 25px;
	margin: 0 auto;
	height: 20px;

	display: inline; 
	float: right;
}
#social-media-box a.social-media {
	width: 20px;
	height: 20px;
	overflow: hidden;
	display: inline;
	float: left;
	display: inline;
	margin: -3px 5px 0 0;
	border: 0;
}
#social-media-box a.social-media:hover {
	border: none;
}
#social-media-box .facebook {
	background: url(../images/facebook.png) no-repeat left top;
}
#social-media-box .facebook:hover {
	background: url(../images/facebook.png) no-repeat left -20px;
	border: none;
}
#social-media-box .twitter {
	background: url(../images/twitter.gif) no-repeat left top;
}
#social-media-box .twitter:hover {
	background: url(../images/twitter.gif) no-repeat left -20px;
	border: none;
}
#social-media-box .linkedin {
	background: url(../images/linkedin.png) no-repeat left top;
}
#social-media-box .linkedin:hover {
	background: url(../images/linkedin.png) no-repeat left -20px;
	border: none;
}

#social-media-box .tumblr {
	background: url(../images/tumblr.gif) no-repeat left top;
}
#social-media-box .tumblr:hover {
	background: url(../images/tumblr.gif) no-repeat left -20px;
	border: none;
}
#social-media-box .rss {
	background: url(../images/rss.gif) no-repeat left top;
}
#social-media-box .rss:hover {
	background: url(../images/rss.gif) no-repeat left -20px;
	border: none;
}
#social-media-box .packawhallop {
	background: url(../images/packawhallop.gif) no-repeat left top;
}
#social-media-box .packawhallop:hover {
	background: url(../images/packawhallop.gif) no-repeat left -20px;
	border: none;
}

#social-media-box span {
	display: none;
	text-indent: -10000px;
}
/* ***************//*************** */


/* ***************//*************** */
#footer { 
	width: 950px;
	height: 3em; 
	line-height: 3em;
	clear: both;
	font-size: 10px;
	color: #8b9194;
	border: 0;
	margin: 0;
	padding: 10px 0 0 0;
	background: url(../images/shadow-footer.jpg) no-repeat left top;
}
#footleft { 
	margin: 0;
	padding: 0;
	width: 37%;
	float: left;
}
#footleft p {
	margin: 0;
	padding-top: 0px;
	padding-left: 25px;
	line-height: normal;
}

#footmiddle { 
	float: left;
	margin: 0;
	padding: 0;
	width: 25%;
	display: inline;
	text-align: center;
}
#footmiddle p {
	margin: 0;
	padding-top: 0px;
	line-height: normal;
}
#footright { 
	margin: 0;
	padding: 0;
	width: 38%;
	float: right;
	text-align: right;
}
#footright #box, #footright p {
	margin: 0;
	padding-top: 0px;
	padding-right: 25px;

	line-height: normal;

	float: right; 
	display: inline;
}
#footer a {
	border-bottom: none;
	color: #8b9194;
	text-decoration: none;
	outline: none;
}
#footer a:hover {
	border-bottom: 1px dotted #eaeaea;
	color: #eaeaea;
	text-decoration: none;
}




