* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F8F8F8;
	background-color: #808080;
}

h1, h2, h3 {
	margin-bottom: 1.5em;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1em;
}
h4 {
	font-size: 14pt;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #333333;
}
h5 {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #333333;
}


p, ul, ol {
	margin-bottom: 1.5em;
	line-height: 180%;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #FF9900;
}

a:hover {
	text-decoration: none;
	font-weight: bold;
}

strong {
	color: #D7D7D7;
}

img.left {
	float: left;
	margin: 5px 25px 0px 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

img.right {
	float: right;
	margin: 5px 0px 0px 25px;
}

/* Background */

#bg1 {
	background-image: url(images/new-bg-header3.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#bg2 {
	background-image: url(images/new-bg-menu.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#bg3 {
	background-image: url(images/new-bg-filler.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

#bg4 {
	background-image: url(images/new-bg-body.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#bg5 {
	background-image: url(images/new-bg-bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

/* Header */

#header {
	width: 900px;
	height: 145px;
	margin: 0px auto;
	text-transform: lowercase;
	color: #FFFFFF;
	
}

#header h1 {
	float: left;
	margin: 0px;
	font-size: 20px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}

#header h1 sup {
	font-weight: normal;
}

#header h2 {
	float: right;
	margin: 0px;
	font-size: 36px;
	color: #FF9900;
	padding-top: 65px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-transform: capitalize;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Header2 */

#header2 {
	width: 900px;
	height: 88px;
	margin: 0px auto;
}

/* Menu */

#menu {
	float: left;
	width: 900px;
	text-transform: capitalize;
	top: 15px;
	height: 88px;
}

#menu ul {
	margin: 0px;
	list-style: none;
}

#menu li {
	float: left;
}

#menu a {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: none;
	padding-left: 20px;
}

/* Page */

#page {
	width: 846px;
	margin: 0px auto;
	padding: 40px 0px 0px 0px;
}
.newbox {
	width: 846px;
}

/* Content */

#content {
	float: left;
	width: 583px;
}

.post {
}

.post .title {
	height: 51px;
	background-image: url(images/new-bg-left-header.jpg);
	background-repeat: no-repeat;
	width: 585px;
}

.post .title h2 {
	float: left;
	padding: 12px 0px 0px 24px;
	font-size: 24px;
	text-transform: none;
}

.post .title h2 a {
	text-decoration: none;
	color: #FFFFFF;
}

.post .title h2 a:hover {
	color: #FF9900;
}

.post .title p {
	float: right;
	padding: 12px 24px 0px 0px;
	font-size: 15px;
	font-weight: bold;
	color: #343434;
}

.post .entry {
	padding: 30px 23px 0px 23px;
	text-align: left;
}

.post .meta {
	height: 70px;
	clear: left;
	margin: 0px 23px;
	padding: 15px 0px 0px 0px;
	border-top: 1px solid #262626;
}

.post .meta .credit {
	float: left;
}

.post .meta .links {
	float: right;
}

.post .meta .links .more {
	padding-left: 17px;
	background: url(images/img05.gif) no-repeat left center;
}

.post .meta .links .comments {
	padding-left: 19px;
	background: url(images/img04.gif) no-repeat left center;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 238px;
}

#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#sidebar li {
	padding: 0px 23px 20px 23px;
	background-image: url(images/new-bg-right-header.jpg);
	background-repeat: no-repeat;
}

#sidebar li ul {
}

#sidebar li li {
	padding: 8px 0px;
	background: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

#sidebar h2 {
	margin: 0px;
	padding: 16px 0px 30px 0px;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
}

/* Footer */

#footer {
	text-transform: none;
	background-color: #808080;
}

#footer p {
	margin: 0px;
	padding: 20px 0px;
	text-align: center;
	text-transform: none;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
}

#footer a {
	color: #FF9900;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
#content-Closures {
	float: left;
	width: 840px;
}
.closures2   {
	height: 50px;
	background-image: url(images/gray-map-topper.jpg);
	background-repeat: no-repeat;
}
.closures2   h2    {
	float: none;
	font-size: 24px;
	text-transform: none;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 24px;
}
.closures2  h2  a  {
	text-decoration: none;
	color: #FFFFFF;
}
.closures2 h2 a:hover {
	color: #FF9900;
}
#page2 {
	width: 846px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.post .entry2 {
	padding-bottom: 0px;
	padding-left: 0px;
}
#bgTest {
	background-image: url(images/bg08.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#bgTest2 {
	background-image: url(images/bg09.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
img.left-2 {
	float: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	border: 2px solid #FF9900;
}
#sidebar a {
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	color: #FF9900;
	text-transform: none;
}
img.left3 {
	float: left;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 2px solid #FF9900;
	margin-top: 0px;
	margin-right: 0px;
}

/* header hover */



/* zone 1 */
dd#zone1Def{
}
dd#zone1Def a{
	position: absolute;
	width: 1240px;
	height: 158px;
	text-decoration: none;
	background-color: transparent;
	top: 2px;
}
dd#zone1Def a span{ display: none; }
dd#zone1Def a:hover{

}
dd#zone1Def a:hover span{
	display: inline;
	text-indent: 0;
	vertical-align: middle;
	color: #FFFFFF;
	background-color: transparent;
	font-weight: bold;
	position: absolute;
	margin: 0;
	padding: 5px;
	width: 80%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	float: none;
	text-align: center;
 }



/* zone 2 */

dd#zone2Def{
}
dd#zone2Def a{
	position: absolute;
	width: 115px;
	height: 51px;
	text-decoration: none;
	left: 516px;
	background-color: transparent;
}
dd#zone2Def a span{ display: none; }
dd#zone2Def a:hover{

}
dd#zone2Def a:hover span{
	display: inline;
	text-indent: 0;
	vertical-align: top;
	color: #FFFFFF;
	background-color: transparent;
	font-weight: bold;
	position: absolute;
	margin: 0;
	padding: 5px;
	width: 80%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: none;
	text-align: center;
 }

/* zone 3 */

dd#zone3Def{
}
dd#zone3Def a{
	position: absolute;
	width: 115px;
	height: 51px;
	text-decoration: none;
	left: 646px;
	background-color: transparent;
}
dd#zone3Def a span{ display: none; }
dd#zone3Def a:hover{

}
dd#zone3Def a:hover span{
	display: inline;
	text-indent: 0;
	vertical-align: top;
	color: #FFFFFF;
	background-color: transparent;
	font-weight: bold;
	position: absolute;
	margin: 0;
	padding: 5px;
	width: 80%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: none;
	text-align: center;
 }

/* zone 4 */

dd#zone4Def{
}
dd#zone4Def a{
	position: absolute;
	width: 115px;
	height: 51px;
	text-decoration: none;
	left: 772px;
	background-color: transparent;
}
dd#zone4Def a span{ display: none; }
dd#zone4Def a:hover{

}
dd#zone4Def a:hover span{
	display: inline;
	text-indent: 0;
	vertical-align: top;
	color: #FFFFFF;
	background-color: transparent;
	font-weight: bold;
	position: absolute;
	margin: 0;
	padding: 5px;
	width: 80%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: none;
	text-align: center;
 }
 
 /* zone 5 */

dd#zone5Def{
}
dd#zone5Def a{
	position: absolute;
	width: 119px;
	height: 56px;
	text-decoration: none;
	left: 385px;
	background-color: transparent;
}
dd#zone5Def a span{ display: none; }
dd#zone5Def a:hover{

}
dd#zone5Def a:hover span{
	display: inline;
	text-indent: 0;
	vertical-align: top;
	color: #FFFFFF;
	background-color: transparent;
	font-weight: bold;
	position: absolute;
	margin: 0;
	padding: 5px;
	width: 80%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: none;
	text-align: center;
 }
 
 /* zone 6 */

dd#zone6Def{
}
dd#zone6Def a{
	position: absolute;
	width: 115px;
	height: 51px;
	text-decoration: none;
	left: 515px;
	background-color: transparent;
}
dd#zone6Def a span{ display: none; }
dd#zone6Def a:hover{

}
dd#zone6Def a:hover span{
	display: inline;
	text-indent: 0;
	vertical-align: top;
	color: #FFFFFF;
	background-color: transparent;
	font-weight: bold;
	position: absolute;
	margin: 0;
	padding: 5px;
	width: 80%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: none;
	text-align: center;
 }
 
  /* zone 7 */

dd#zone7Def{
}
dd#zone7Def a{
	position: absolute;
	width: 115px;
	height: 51px;
	text-decoration: none;
	left: 644px;
	background-color: transparent;
}
dd#zone7Def a span{ display: none; }
dd#zone7Def a:hover{

}
dd#zone7Def a:hover span{
	display: inline;
	text-indent: 0;
	vertical-align: top;
	color: #FFFFFF;
	background-color: transparent;
	font-weight: bold;
	position: absolute;
	margin: 0;
	padding: 5px;
	width: 80%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: none;
	text-align: center;
 }
 
/* zone 8 */

dd#zone8Def{
}
dd#zone8Def a{
	position: absolute;
	width: 115px;
	height: 51px;
	text-decoration: none;
	left: 771px;
	background-color: transparent;
}
dd#zone8Def a span{ display: none; }
dd#zone8Def a:hover{

}
dd#zone8Def a:hover span{
	display: inline;
	text-indent: 0;
	vertical-align: top;
	color: #FFFFFF;
	background-color: transparent;
	font-weight: bold;
	position: absolute;
	margin: 0;
	padding: 5px;
	width: 80%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: none;
	text-align: center;
 }
a.tooltip:hover {background:#ffffff; text-decoration:none;} /*BG color is a must for IE6*/
a.tooltip span {
	display:none;
	padding:2px 3px;
	margin-left:8px;
	width:250px;
	color: #666666;
}
a.tooltip:hover span{display:inline; position:absolute; background:#ffffff; border:1px solid #cccccc; color:#6c6c6c;}
.h8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #F8F8F8;
}
.post .entry4 {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.h9 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #F8F8F8;
}
.post .entryTTMap  {
	padding-top: 30px;
	padding-right: 23px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
}
a.survey:hover {
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF9900;
}
a.survey span {
	color: #FF9900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
a.survey:hover span {
	color:#FF9900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.post .entryTTMapCentered {
	padding-top: 30px;
	padding-right: 23px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}
.post .entryNarrowVert {
	text-align: left;
	padding-bottom: 0px;
	padding-left: 23px;
}
