@charset "UTF-8";
img, object, embed, video {
	max-width: 100%;
}

/*
	Fluid Grid Properties
	---------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:		12;
	dw-gutter-percentage:	20;
*/

/* Mobile Layout: 480px and below. */
.gridContainer {
	width: 100%;
	margin:auto;
	padding-left:0;
	padding-right:0;
}

.BannerBgr {
	width:100%;
	height:110px;
	margin-top:0;
	margin-left:0;
	background-color:#FFFFFF;
}
.Banner {
	width:300px;
	height:110px;
	background:url(../images/BannerTxtS.png);
	background-repeat:no-repeat;
	background-size: 300px 110px;
}

#NavBar {
	clear: both;
	float: left;
	width:100%;
	min-width:740px;
	height:41px;
	margin-top:0;
	display: block;
   background:url(../menu/images/main-bg.png) repeat-x;
}
#main-wrap {
	clear: both;
	display: block;
	position: absolute;
	top:150px;
	left:0;
	width:100%;
}
.mainBkgr {
	width:100%;
	background-color:#D5DED5;
	border-bottom:4px solid #6F6F6F;
}
.main {
	margin-top:5px;
	padding-left:7px;
	padding-right:10px;
	padding-top:5px;
	font-size:16px;
}
.imageTop {
	width:300px;
	height:165px;
	border:1px solid #333;
	background-repeat:no-repeat;
	background-size:300px 165px;
}
.imageL446 {
	width:300px;
	height:165px;
	border:1px solid #333;
	background-image:url(../pics/post446_1_1.jpg);
	background-repeat:no-repeat;
	background-size:300px auto;
}
.imageL447 {
	width:300px;
	height:219px;
	border:1px solid #333;
	background-image:url(../pics/post447_1_1.jpg);
	background-repeat:no-repeat;
	background-size:300px 219px;
}
.imageL448 {
	width:300px;
	height:111px;
	border:1px solid #333;
	background-image:url(../pics/post448_1_1.jpg);
	background-repeat:no-repeat;
	background-size:300px 111px;
}
.imageRight {
	width:300px;
	height:230px;
	border:1px solid #333;
	background-size: 310px 230px;
	background-repeat:no-repeat;
}
.textleft {
	margin-top:15px;
}
.text446 {
	margin-top:15px;
}
.text447 {
	margin-top:15px;
}
.text448 {
	margin-top:15px;
}
.textFull {
	margin-top:15px;
}
.sideRight, .sideWide, .sideCont {
	padding-top:15px;
}
.sideRight h3, .sideCont h3 {
	margin-top:15px;
	font-size:20px;
	line-height:28px;
	margin-bottom:10px;
	font-family:acme;
}
.sideRight h4, .sideCont h4 {
	font-size:15px;
}
.main h1 {
	font-size:19px;
	line-height:28px;
	margin-bottom:10px;
	font-family:acme;
}
.main h2 {
	font-size:19px;
	line-height:28px;
	margin-bottom:10px;
	font-family:acme;
}
.main h2 a, .main h2 a:visited {
	color:#3A5190;
	font-size:14px;
	text-decoration:none;
	white-space:nowrap;
	font-family: Verdana, Geneva, sans-serif;
}
.main h2 a:hover, .main h2 a:active, .main h2 a:focus {
	font-style: italic;
	color:#20008D;
	text-decoration:underline;
}
.main p a, .main p a:visited {
	color:#3A5190;
	font-size:16px;
	text-decoration:none;
}
.main p a:hover, .main p a:active, .main p a:focus {
	font-style: italic;
	color:#20008D;
	text-decoration:underline;
}
.main ul {
	margin: 0; 
	padding: 0; 
	list-style-type: none;
	padding-bottom:15px;
}
.main ul li {
	background: transparent url(../images/bullets.png) 0 3px no-repeat;
	margin: 5px 0 0 2px; 
	padding: 0 0 0 30px;
}
#credits {
	width:99%;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	padding-top:3px;
	padding-bottom:25px;
	color:#002D62;
	font-size:12px;
}
.creditTxt {
	padding-left:7px;
}
#credits a, #credits a:visited {
	color:#363636;
	font-size:13px;
	text-decoration:none;
}
#credits a:hover, #credits a:active, #credits a:focus {
	font-style: italic;
	color:#002D62;
	text-decoration:underline;
}
.comments {
	width:293px;
}

.page-wrap {
	clear: both;
	display: block;
	position: absolute;
	top:0;
	left:0;
	width:100%;
}
.highlight {
	color:#000066;
	font-style:oblique;
	font-family:acme;
	font-size:larger
}
.ph_hide {
	visibility:hidden;
	height:0;
}

/* Tablet Layout: 550px to 768px (-227) */

@media only screen and (min-width: 550px) {
.gridContainer {
	width:100%;
	margin: auto;
}
.BannerBgr {
	height:176px;
	min-width:740px;
}
.Banner {
	margin-left:auto;
	margin-right:auto;
	width:740px;
	height:176px;
   background:url(../images/BannerTxtP.png);
	background-size: 740px 176px;
}
#main-wrap {
	top:216px;
	min-width:740px;
}
.mainBkgr {
	min-width:740px;
	min-height:300px;
	padding-top:25px;
	padding-bottom:25px;
   background:url(../images/MainBgr.jpg);
	background-size: 100% 100%;
	background-repeat:no-repeat;
	background-color:transparent;
}

div#menu {
	margin-left:auto;
	margin-right:auto;
	width:740px;
}
div#menu ul.menu {
	padding-left:auto;
	padding-right:auto;
}
.main {
	margin-left:auto;
	margin-right:auto;
	margin-top:7px;
	width:740px;
	padding:0;
	font-size:14px;
}
.imageTop {
	clear: both;
	float: left;
	display: block;
	margin-left:7px;
	width:412px;
	height:319px;
	background-size:534px 319px;
}
.imageL446 {
	clear: both;
	float: left;
	display: block;
	margin-left:7px;
	width:305px;
	height:350px;
	background-size:305px 350px;
}
.imageL447 {
	clear: both;
	float: left;
	display: block;
	margin-left:7px;
	width:305px;
	height:405px;
	background-image:url(../pics/post447_3_1.jpg);
	background-size:305px 405px;
}
.imageL448 {
	clear: both;
	float: left;
	display: block;
	margin-left:7px;
	width:412px;
	height:152px;
	background-size:412px 152px;
}
.imageR448 {
	clear: none;
	float: right;
	margin-top:7px;
	margin-bottom:0;
	margin-right:8px;
	width:300px;
	height:230px;
	background-image:url(../pics/post444_2_1.jpg);
	background-size: 310px 230px;
}
.imageR446 {
	clear: none;
	float: right;
	margin-top:8px;
	margin-right:8px;
	width:300px;
	height:168px;
	background-size: 307px 168px;
	border:1px solid #333;
	background-image:url(../pics/post446_2_1.jpg);
	background-repeat:no-repeat;
}
.imageR447 {
	clear: none;
	float: right;
	margin-top:8px;
	margin-right:8px;
	width:300px;
	height:273px;
	border:1px solid #333;
	background-image:url(../pics/post447_2_1.jpg);
	background-repeat:no-repeat;
	background-size: 300px 273px;
}
.imageRight {
	clear: both;
	float: right;
	margin-top:7px;
	margin-bottom:0;
	margin-right:8px;
	width:300px;
	height:230px;
	background-size: 310px 230px;
}
.recycle {
	clear: both;
	float: right;
	margin-top:-260px;
	margin-right:2px;
	width:100px;
	height:230px;
   background:url(../images/recycle.png);
	background-size: 80px 80px;
	background-repeat:no-repeat;
}
.recycle446 {
	clear: both;
	float: right;
	margin-top:-190px;
	margin-right:2px;
	width:100px;
	height:160px;
   background:url(../images/recycle.png);
	background-size: 80px 80px;
	background-repeat:no-repeat;
}
.recycle447 {
	clear: both;
	float: right;
	margin-top:-300px;
	margin-right:2px;
	width:100px;
	height:270px;
   background:url(../images/recycle.png);
	background-size: 80px 80px;
	background-repeat:no-repeat;
}
.recycle448 {
	clear: both;
	float: right;
	margin-top:-265px;
	margin-right:2px;
	width:100px;
	height:270px;
   background:url(../images/recycle.png);
	background-size: 80px 80px;
	background-repeat:no-repeat;
}
.sideRight {
	clear: none;
	float: right;
	display: block;
	margin-right:5px;
	width:300px;
	height:325px;
}
.sideWide {
	clear: none;
	float: right;
	display: block;
	margin-right:5px;
	width:400px;
	padding-top:5px;
	height:320px;
}
.sideCont {
	clear: none;
	float: right;
	display: block;
	margin-top:-171px;
	margin-right:5px;
	width:300px;
	height:332px;
}
.textleft {
	clear: none;
	float: left;
	display: block;
	width:389px;
	height:240px;
	margin-top:-249px;
	margin-left:7px;
	padding-top:10px;
	padding-left:15px;
	padding-right:10px;
	margin-bottom:13px;
	background-color:rgba(163, 183, 162, 0.95);
	border-bottom-left-radius:8px;
}
.text446 {
	clear: both;
	float: left;
	display: block;
	width:389px;
	height:160px;
	margin-top:8px;
	margin-left:7px;
	padding-top:10px;
	padding-left:15px;
	padding-right:10px;
	margin-bottom:13px;
	background-color:rgba(163, 183, 162, 0.95);
	border-bottom-left-radius:8px;
}
.text447 {
	clear: both;
	float: left;
	display: block;
	width:389px;
	height:265px;
	margin-top:8px;
	margin-left:7px;
	padding-top:10px;
	padding-left:15px;
	padding-right:10px;
	background-color:rgba(163, 183, 162, 0.95);
}
.text448 {
	clear: none;
	float: left;
	display: block;
	width:389px;
	height:396px;
	margin-top:8px;
	margin-left:7px;
	padding-top:10px;
	padding-left:15px;
	padding-right:10px;
	margin-bottom:13px;
	background-color:rgba(255, 255, 255, 0.70);
	border-bottom-left-radius:8px;
}
.textFull {
	clear: none;
	float: left;
	display: block;
	width:701px;
	margin-top:8px;
	margin-left:7px;
	padding-top:10px;
	padding-left:15px;
	padding-right:10px;
	margin-bottom:13px;
	background-color:rgba(255, 255, 255, 0.90);
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
}
.main h1 {
	font-size:20px;
}
.main p a, .main p a:visited {
	font-size:14px;
}
.main ul {
	padding-bottom:0;
}
.photo {
	border-top:1px solid #333;
	border-bottom:1px solid #333;
	border-left:1px solid #333;
	border-right:1px solid #333;
}
.comments {
	width:375px;
	height:120px;
}
#credits {
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
	width:734px;
	padding-left:7px;
	padding-top:0;
	padding-bottom:25px;
	font-size:12px;
}
.creditTxt {
	padding-left:0;
}
#credits a, #credits a:visited {
	font-size:13px;
	text-decoration:none;
}
#credits a:hover, #credits a:active, #credits a:focus {
	font-style: italic;
	text-decoration:underline;
}
.ph_only {
	visibility:hidden;
	height:0;
}
.ph_hide {
	visibility:visible;
	height:auto;
}
.ipad_hide {
	visibility:hidden;
	height:0;
}
}

/* Desktop Layout: 769px to a max of 1200px */

@media only screen and (min-width: 769px) {
.gridContainer {
	width:100%;
	margin: auto;
}
.BannerBgr {
	min-width:1000px;
}
.Banner {
	width:1000px;
   background:url(../images/BannerTxt.png);
	background-size: 1000px 176px;
}
div#menu {
	width:1000px;
}
#main-wrap {
	min-width:1000px;
}
.mainBkgr {
	min-width:1000px;
}
.main {
	width:1000px;
}
.imageTop {
	width:665px;
	height:397px;
	background-size:665px 397px;
}
.imageL446 {
	width:500px;
	height:297px;
	background-size:500px 574px;
}
.imageL447 {
	width:500px;
	height:365px;
	background-image:url(../pics/post447_1_1.jpg);
	background-size:500px 365px;
}
.imageL448 {
	width:665px;
	height:157px;
	background-size:665px 246px;
}
.imageRight {
	clear: none;
	margin-top:7px;
	width:307px;
}
.imageR446 {
	width:307px;
	height:128px;
}
.imageR447 {
	width:307px;
	height:188px;
	background-image:url(../pics/post447_4_1.jpg);
	background-size: 307px 188px;
}
.imageR448 {
	margin-top:7px;
	width:307px;
}
.recycle446 {
	margin-top:-175px;
	height:145px;
}
.recycle447 {
	margin-top:-220px;
	height:190px;
}
.recycle448 {
	margin-top:-270px;
	height:190px;
}
.sideWide {
	width:465px;
	height:292px;
}
.sideCont {
	margin-top:-171px;
}
.textleft {
	width:642px;
	height:161px;
	margin-top:-171px;
}
.text446 {
	width:642px;
	height:120px;
}
.text447 {
	width:642px;
	height:180px;
}
.text448 {
	width:642px;
	height:396px;
	margin-top:8px;
}
.textFull {
	width:961px;
}
.comments {
	width:630px;
}
#credits {
	width:1000px;
}
.ipad_hide {
	visibility:visible;
	height:auto;
}
}

/* Desktop Layout: 1100px to a max of 1200px */

@media only screen and (min-width: 1100px) {
.Banner {
	margin-left:50px;
}
div#menu {
	margin-left:50px;
}
}
