body {
	background-color: #000;
	background-image: url(../images/body_bk.png);
	background-repeat: repeat;
}

#wrapper {
	width: 922px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#header {
	color: #333;
	width: 900px;
	float: left;
	padding: 10px;
	height: 150px;
	position: relative;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	background: url(../images/header_c_bk.png) repeat-x;
}

#navigation {
	float: left;
	width: 900px;
	color: #333;
	position: relative;
	background-color: #FFF;
	margin-top: 2px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-color: #666;
	height: 30px;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-bottom: 5px;
}

#leftcolumn {
	color: #333;
	padding: 10px;
	width: 197px;
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	position: relative;
}

#content {
	float: left;
	color: #333;
	padding: 10px;
	width: 458px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #FFF;
}

#rightcolumn {
	color: #333;
	padding: 10px;
	width: 197px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	position: relative;
}

#footer {
	width: 900px;
	clear: both;
	color: #333;
	border: 1px solid #333;
	padding: 10px;
	height: 70px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #2b79ef;
	background-image: url(../images/footer_bk.png);
	background-repeat: repeat-x;
}

#wrapper #container {
	width: 922px;
	float: left;
	margin-bottom: 5px;
	background: #2B79EF url(../images/container_bk.png) repeat-y;
}

#wrapper #navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: inline;
}

#wrapper #navigation ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
	float: left;
}

#wrapper #navigation ul li a {
	width: 110px;
	display: block;
	text-align: center;
	padding: 5px;
	margin-right: 5px;
	background-color: #FFF;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(../images/a_bk.png);
	background-repeat: no-repeat;
	color: #FFF;
}

#wrapper #navigation ul li a:hover {
	background-image: url(../images/a_hover_bk.png);
	background-repeat: no-repeat;
	color: #0F0;
}


#wrapper #header #innerHeader1 {
	color: #007D5F;
	float: left;
	width: 456px;
	position: absolute;
	left: 245px;
	top: 7px;
	height: 68px;
	font: 24px Georgia, "Times New Roman", Times, serif;
}

#wrapper #header #innerHeader1 h1 {
	float: left;
	width: 600px;
	padding-top: 0px;
	padding-bottom: 5px;
	color: #EFB450;
	padding-left: 20px;
	margin-top: 25px;
	font: italic bold 32px Georgia, "Times New Roman", Times, serif;
}



#wrapper #container #leftcolumn h1 {
	color: #FFFFFF;
	text-align: center;
	font: normal 16px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin: 20px 6px 10px 15px;
}
#wrapper #footer h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	color: #FFF;
}
#wrapper #container #content p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	line-height: 15px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#wrapper #container #rightcolumn h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	color: #0B754E;
	font-style: italic;
	margin-bottom: 5px;
	margin-left: 5px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
}
#wrapper #container #content h1 {
	color: #00F;
	margin-bottom: 5px;
	font: 22px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding: 5px 0px 0px;
	margin-top: 0px;
}

#wrapper #container #content h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 20px;
	color: #00F;
	margin-bottom: 5px;
}

#wrapper #container #content h3 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	color: #0000A4;
	margin-bottom: 5px;
}


.leftFloatPic {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
#wrapper #container #content p img {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

#contactInfo{
	float: left;
	color: #333;
	padding: 10px;
	width: 458px;
	display: inline;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}

/* ------------  Resource Page ---------------- */

#wrapper #container #content #leftcolumn1 { /* Parent Wrapper for inside boxes */
	display: inline; /* IE Hack */
	width: 237px;
	float: left;
	min-height: 170px;
	padding: 4px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

* html #leftcolumn1 {height:170px} /* IE Min-Height Hack */ 

#wrapper #container #content #leftcolumn2 { /* Parent Wrapper for inside boxes */
	display: inline; /* IE Hack */
	width: 320px;
	float: left;
	min-height: 170px;
	padding: 4px;
	margin: 0 0px 0px;
}

* html #leftcolumn2 {height:170px} /* IE Min-Height Hack */

#wrapper #container #content #rightcolumn1 { /* Parent Wrapper for inside boxes */
	margin: 0px;
	display: inline; /* IE Hack */
	padding: 4px;
	width: 237px;
	float: left;
	min-height: 170px;
}

* html #rightcolumn1 {height:170px;
border-left: 1px #66ff00 solid;} /* IE Min-Height Hack */

#wrapper #container #content #leftcolumn1 ul, #leftcolumn2 ul, #rightcolumn1 ul, #rightcolumn2 ul{
	margin-left: 10px;
	margin-top: 20px;
	color: #0F3
}


#wrapper #container #content #leftcolumn1 li, #leftcolumn2 li, #rightcolumn1 li, #rightcolumn2 li{
	padding-top: 10px;
	padding-left: 0px;
	color: #F00;
}

#wrapper #container #content #leftcolumn1 a, #leftcolumn2 a, #rightcolumn1 a, #rightcolumn2 a{
	color: #00F;
	font-weight: bold;
	text-decoration: none;
}

#wrapper #container #content #leftcolumn1 a:hover, #leftcolumn2 a:hover, #rightcolumn1 a:hover, #rightcolumn2 a:hover{
	color: #F00;
	font-weight: bold;
	text-decoration: none;
}


#wrapper #container #content .hrRule {
	float: left;
	width: 400px;
	padding-top: 2px;
	padding-left: 2px;
}
#wrapper #container #content .hrRule hr {
	color: #00F;
}
#wrapper #header #innerHeader2 {
	float: left;
	width: 514px;
	padding-top: 5px;
	padding-bottom: 5px;
	position: absolute;
	left: 254px;
	top: 55px;
	height: 40px;
	color: #FFF;
	font: 14px "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#wrapper #header #innerHeader2 h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}
.ohead {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 44px;
	color: #FFF;
}
#wrapper #container #leftcolumn .starDek {
	margin: 0px;
	float: left;
	height: 179px;
	width: 178px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#wrapper #container #leftcolumn .textDiv p {
	color: #FFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: left;
	font: 12px/17px "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

#wrapper #container #leftcolumn .textDiv {
	float: left;
	width: 159px;
	margin-top: 5px;
	font: 12px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin-bottom: 5px;
	background: url(../backgrounds/industrial.png) no-repeat;
	margin-left: 23px;
	padding-top: 2px;
	padding-right: 4px;
	height: 174px;
	position: relative;
}
#wrapper #container #rightcolumn .Pediatric {
	float: left;
	width: 185px;
	padding-right: 5px;
	padding-left: 5px;
	background-image: url(../images/Pediatric_logo.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 70px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

#wrapper #container #rightcolumn .askJoe {
	float: left;
	width: 185px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 160px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	text-align: center;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	background: url(../images/ask_joe.png) no-repeat center top;
}

#wrapper #container #rightcolumn .commercial {
	float: left;
	width: 185px;
	padding-right: 5px;
	padding-left: 5px;
	margin: 30px 0px 10px;
	padding-bottom: 5px;
	text-align: center;
	background: url(../backgrounds/commercial.png) no-repeat center top;
	position: relative;
	height: 145px;
	font: italic bold 16px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #000;
}



#wrapper #container #rightcolumn .commercial a {
	text-align: center;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
}

.donate {
	font-family: "Comic Sans MS", cursive;
	font-size: 18px;
	color: #F37C00;
	margin: 0px;
	padding: 0px;
}
#wrapper #container #rightcolumn .Pediatric h1 {
	font-family: "Comic Sans MS", cursive;
	font-size: 18px;
	color: #CE6C00;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#wrapper #container #rightcolumn .Pediatric p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #000;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
#wrapper #container #rightcolumn .Pediatric p a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

#wrapper #container #rightcolumn .Pediatric p a:hover {
	color: #00F;
	
}
#wrapper #header .sinceDiv {
	margin: 0px;
	float: left;
	width: 364px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	position: absolute;
	left: 300px;
	top: 100px;
	color: #EFB450;
}
#wrapper #header .sinceDiv h3 {
	color: #EFB450;
	margin: 0px;
	padding: 0px;
	letter-spacing: 4px;
	font: italic 20px "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

#wrapper #container #rightcolumn .askJoe h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	color: #000;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#wrapper #container #rightcolumn .askJoe h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-style: normal;
	color: #00F;
}

#wrapper #container #rightcolumn .askJoe a {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	color: #000;
}

#wrapper #container #rightcolumn .askJoe a:hover {
	color: #00F;
}
#wrapper #container #content p {
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0px;
	line-height: 18px;
}

#wrapper #header .facebook {
	height: 25px;
	width: 59px;
	position: absolute;
	left: 778px;
	top: 140px;
}

#wrapper #header .twitter {
	height: 24px;
	width: 64px;
	position: absolute;
	left: 699px;
	top: 136px;
}

#wrapper #header  .linkedIn {
	height: 25px;
	width: 58px;
	position: absolute;
	left: 844px;
	top: 140px;
}

#wrapper #header  .tollFree {
	height: 25px;
	width: 153px;
	position: absolute;
	left: 400px;
	top: 143px;
	font: italic bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
}
.find p {
	font: 16px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #00F;
}
#leftcolumn .leftColA {
	float: left;
	height: 144px;
	width: 156px;
	background: url(../backgrounds/property-management.png) right bottom;
	margin-left: 25px;
	margin-bottom: 15px;
}
#leftcolumn .leftColB{
	height: 140px;
	width: 179px;
	background: url(../backgrounds/i_pod.png) no-repeat right top;
	float: left;
	margin-top: 30px;
}

#leftcolumn .leftColC{
	height: 96px;
	width: 129px;
	float: left;
	margin-left: 40px;
	margin-top: 30px;
}

.tubeText {
	height: 30px;
	width: 118px;
	left: 58px;
	top: 545px;
	position: absolute;
	padding-left: 10px;
	
}


.leftColB .tubeText a {
	color: #FFF;
	font: 18px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-decoration: none;
}

.leftColB .tubeText a:hover {
	color: #0F0;
}

.manageText {
	height: 53px;
	width: 170px;
	left: 29px;
	top: 349px;
	position: absolute;
	font: 16px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #FFF;
	text-align: center;
	
}

 .manageText a {
	color: #FFF;
	font: 16px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-decoration: none;
}

 .manageText a:hover {
	color: #0F0;
}
.commercial .textA {
	height: 20px;
	width: 100px;
	position: absolute;
	top: 67px;
	right: 0px;
}

.commercial .textA a {
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;	
}

.commercial .textA a:hover {
	color: #FFFFFF;
}

.commercial .textB {
	height: 27px;
	width: 186px;
	position: absolute;
	top: 100px;
	right: 5px;
	color: #FFF;
	font: bold 15px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#leftcolumn .textDiv h4 {
	font: bold 14px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #0FF;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#leftcolumn .textDiv p a {
	color: #0FF;
	text-decoration: none;
}

#leftcolumn .textDiv p a:hover {
	color: #AEFFFF;
}
#rightcolumn .paintPrices {
	float: left;
	height: 179px;
	width: 185px;
	padding-right: 5px;
	padding-left: 5px;
	background: url(../backgrounds/paint_price.png) no-repeat;
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

#rightcolumn .paintPrices a {
	font: bold 13px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #FFF;
	text-decoration: none;	
	outline: none;
}

#rightcolumn .paintPrices a:hover {
	color: #FF0;
}

.paintPrices .paintPriceTop {
	height: 38px;
	width: 185px;
	color: #FFF;
	font: bold 13px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding-top: 2px;
	text-align: center;
}
.paintPrices .paintPriceBot {
	color: #FFF;
	height: 39px;
	width: 185px;
	margin-top: 99px;
	text-align: center;
	font: bold 14px "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#leftcolumn .textDiv h4 a {
	font: 15px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #FFF;
	text-decoration: none;
	text-align: center;
}

#leftcolumn .textDiv h4 a:hover {
	color: #FF0;
}
#leftcolumn .textDiv .indus {
	height: 30px;
	width: 158px;
	margin-top: 120px;
	font: 16px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #FFF;
	text-align: center;
}
#leftcolumn .textDiv .indus a {
	color: #FFF;
	text-decoration: none;
}
#leftcolumn .textDiv .indus a:hover {
	color: #FF0;
	text-decoration: none;
}
#wrapper #header .green {
	height: 26px;
	width: 194px;
	position: absolute;
	left: 708px;
	top: 42px;
	background: url(../backgrounds/epa.png) no-repeat 95px top;
	padding-top: 60px;
	color: #FFF;
}
#wrapper #footer .footerDivA {
	height: 50px;
	width: 100%;
}
#wrapper #footer .footerDivB {
	width: 100%;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	color: #FFF;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#wrapper #container #content p a {
	text-decoration: none;
	font-weight: bold;
	color: #00F;
	font-style: italic;
}
#wrapper #container #content p a:hover {
	color: #F00;
}

