html,body{
	height: 100%;
}


body {
	margin: 0px;
	color: #333333;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	height: 100%;
	min-width: 948px;
	background: url(../imgs/bkbd.jpg) repeat-y center;
}

#outer {
	margin: 0 auto;
	text-align: left;
	min-height: 100%;
	height: auto;
	width: 948px;
	background: #FFFFFF url(../imgs/bk-outr.jpg) repeat-y;
}

/* Hack for IE */
* html #outer {
    height: 100%;
}
/* End IE Hack */

.clear{
  clear:both;
  height:1px;
  overflow:hidden;
  line-height:1%;
  font-size:0px;
  margin-bottom:-1px;
}

#lead {
	margin-top: 4px;
	float: left;
	width: 948px;
	text-align: right;
	color: #666666;
	font-size: 11px;
}

#itgr {
	float: left;
	width: 948px;
	height: 63px;
}


#head {
	float: left;
	width: 948px;
	height: 68px;
}

#subhead {
	float: left;
	height: 189px;
	width: 948x;
}

#leftImgs {
	float: left;
	height: 189px;
	width: 223px;
	text-align: right;
}

#ctrImg {
	float: left;
	height: 189px;
	width: 163px;
}

#transr {
	background: url(../imgs/transimg-00.jpg) no-repeat;
	float: left;
	height: 189px;
	width: 531px;
}


* html .clear{
	height:auto;margin-bottom:0
} 

a:link {
	text-decoration: none;
	color: #CC3300;
}

a:visited {
	text-decoration: none;
	color: #CC3300;
}

a:hover {
	color: #993300;
	text-decoration: underline;
}

.back {
	padding: 4px;
	background: #F5F5F5;
	border: 1px solid #BABABA;
}
#postNav {
	float: left;
	height: 300px;
	width: 165px;
	text-align: center;
}

#rightContainer {
	float: left;
	height: auto;
	width: 500px;
}

#rightContainer ul {
	margin: 10px 20px 10px 70px;
	color: #666666;
	font-style: oblique;
}

#rightContainerL {
	float: left;
	height: auto;
	width: 500px;
}

#rightContainerL ul {
	margin: 10px 20px 10px 70px;
	color: #666666;
	font-style: oblique;
}
#footerEnv {
	height: auto;
	width: 948px;
	float: left;
}



#footer {
	width: 560px;
	padding: 4px;
	color: #999999;
	font-size: 10px;
	float: right;
	text-align: center;
}



#footer a:link {
	color: #CC3300;
	text-decoration: none;
}

#footer a:visited {
	color: #CC3300;
	text-decoration: none;
}

#footer a:hover {
	color: #993300;
	text-decoration: underline;
}


h1 {
	margin: 30px 40px 0px 30px;
	padding: 0px;
	font: bold 20px Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #CC3300;
}


h2 {
	margin: 10px 1px 0px 28px;
	font: bold 15px "Trebuchet MS", Verdana, sans-serif;
	background: #666666;
	padding: 2px 2px 2px 12px;
	color: #FFFFFF;
}


h3 {
	color: #333333;
	font-size: 11px;
	font-weight: bold;
	margin: 3px 1px 1px 12px;
}

h4 {
	font: bold 13px "Trebuchet MS", Verdana, sans-serif;
	margin: 14px 0px 8px 20px;
	color: #000000;
}

h5 {
	font: bold 13px "Trebuchet MS", Verdana, sans-serif;
	margin: 10px 0px 2px 15px;
	color: #999999;
}

h6 {
	font: bold 14px "Trebuchet MS", Verdana, sans-serif;
	margin: 3px;
	color: #000000;
}

.imgBorder {
	border: 1px solid #666666;
}

input, select, textarea {
	font: 12px Courier New, Courier, mono;
	color: #003399;
	border: 1px solid #999999;
	padding: 1px;
}





p {
	margin: 15px 10px 8px 40px;
}





/* --- nav left --- */

#navcontainer
{
	width: 223px;
	float: left;
	background: url(../images/layout/hdsub.jpg) no-repeat;
}


ul#navlist
{
	text-align: left;
	list-style: none;
	padding: 0;
	margin: 0px 0px 0px 44px;
	width: 170px;
}

* html ul#navlist
{
	margin-left: 29px;
}

ul#navlist li
{
display: block;
margin: 0;
padding: 0;
}

ul#navlist li a
{
	display: block;
	width: 100%;
	padding: 7px;
	color: #B40C0C;
	text-decoration: none;
	border-top: 1px solid #9E9E9E;
	border-right: 1px solid #D7D7D7;
	border-bottom: 1px solid #D7D7D7;
	border-left: 1px solid #9E9E9E;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#current a
{
	color: #000000;
	border-top: 1px solid #5D5D5D;
	border-right: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
	border-left: 1px solid #5D5D5D;
	background: #A6A6A6;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
	color: #FFFFFF;
	border-top: 1px solid #828282;
	border-right: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
	border-left: 1px solid #828282;
	background: #939393;
}

#rightContainerSm {
	float: left;
	height: 560px;
	width: 500px;
}

#rightContainerSm ul {
	margin: 10px 20px 10px 70px;
	color: #666666;
	font-style: oblique;
}

.insetbox {
	padding: 7px 7px 7px 45px;
	background: #F5F5F5;
	border: 1px solid #BABABA;
}

hr {
	color: #CCCCCC;
	margin-right: 60px;
	margin-left: 60px;
}

.faint {
	font-size: 10px;
	color: #999999;
}

.vid {
	padding: 4px;
	background: #F5F5F5;
	border: 1px solid #CC3300;
	width: 430px;
	text-align: center;
	color: #000000;
	font-size: 12px;
	font-style: oblique;
}

.costNotes {
	background: #F4F4F4;
	padding: 4px;
	border: 1px solid #B40C0C;
	color: #000000;
}
