td { 
    padding: 0px; 
} 
table { 
    border-collapse: collapse; 
    border-spacing: 0px; 
} 
table, img, div { 
    border: 0px; 
}

img, div { behavior: url(iepngfix.htc) }

.pagebody {
	background-color: #333;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link { color: #FFF; text-decoration: underline; }
a:visited { color: #FFF; text-decoration: underline; }
a:hover   { color: #088; text-decoration: underline; }	
#outer {
	width: 960px;
    margin-top: 0px;
    margin-left: auto;
	margin-right: auto;
	text-align: left;
	vertical-align: top;
	position: relative;
}
	/* Masthead Styles BEGIN */
#masthead-container {
    width: 960px;
    height: 168px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#address-bar {
	width: 960px;
	height: 49px;
	position: absolute;
	top: 168px;
	left: 0px;
}
	/* Masthead Styles END */
	
    /* Main Navigation Styles BEGIN */
#nav-container {
	position: absolute;
	top: 217px;
	left: 0px;
    width: 960px;
	height: 44px;
	}
.nav-but-row-tbl {
	width: 960px;
    }
.nav-but-row-tbl td {
	height: 44px;
	vertical-align: top;
	text-align: left;
	overflow: hidden;
    }
	/* Main Navigation Styles END */
	
	/* Main Content Styles BEGIN */
#main-cont-container {
	position: absolute;
	width: 960px;
	background: url(../graphicsv09/common/pg_tile.jpg) repeat-y;
	vertical-align: top;
	text-align: left;
	top: 261px;
	left: 0px;
	}
#variable-cont-container {
	position: relative;
	width: 860px;
	margin-left: 50px;
    margin-right: 50px;
	margin-top: 10px;
	top: 0px;
	left: 0px;
	min-height: 400px;
	color: #FFF;
    }
* html #variable-cont-container {
	height: 400px; /* Min Height Hack for IE6 */
    }

	/* Main Content Styles END */

	/* Footer Styles BEGIN */
#footer-container {
    width: 960px;
    height: 54px;
	position: relative;
	background: url(../graphicsv09/common/footer_bg.jpg) no-repeat;
}
.footer-content {
	width: 960px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	padding-top: 8px;
	color: #FFF;
}
.footer-content a:link { color: #FFF; text-decoration: none; }
.footer-content a:visited { color: #FFF; text-decoration: none; }
.footer-content a:hover   { color: #000; text-decoration: underline; }
	
	/* Footer Styles END */
	
fieldset {
    border-left: 1px dotted #AFD6FF;
	border-bottom: 1px dotted #AFD6FF;
	border-right: 0px;
	border-top: 0px;
	padding: 0px 10px 10px 10px;
	width: 680px;
	}
legend {
    color: #FFF;
    background: #45695D;
    border: 1px solid #000;
    padding: 2px 6px;
	font-weight: bold;
	font-style: italic;
	}	
.form {
    font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	vertical-align: top;
	text-align: left;
	}
.form input {
    font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #330;
	}
.form select {
    font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #330;
	}
input.contact {
    background-color:#45695D;
    font-family:Verdana;
    font-size:10px;
	color: #FFF;
    border-top-color:#FFF;
    border-right-color:#FFF;
    border-bottom-color:#FFF;
    border-left-color:#FFF;
	border: solid 1px;
    }
	
#google-map {
      width: 552px;
	  height: 560px;
	  border: solid #23561A;
	  border-width: 2px;
	  padding: 2px;
	  }
	  
.red {
    color: #F00;
	}		
.blkb {
     color: #000;
	 font-weight: bold;
	 }		
.ital {
    font-style: italic;
	}
.bold {
    font-weight: bold;
	}
.bolder {
    font-weight: bolder;
	}		
.red-ital {
    color: #F00;
	font-style: italic;
	}
.bold-und {
    font-weight: bold;
	text-decoration: underline;
	}
.red-bold {
    font-weight: bold;
	color: #F00;
	}
.sm-ital {
    font-size: 11px;
    font-style: italic;
	}
