/* Main: February 5, 2009 MP*/

body {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #000;
	padding: 0;
	margin: 0;
	text-align: center;
	}

#wrapper {
	width: 890px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	text-align: left;
	background: #FFFFFF url(../images/zbgfade.jpg) repeat-y right top;
	padding-top: 20px;
	padding-bottom: 20px;
	}
		
#pagewrap {
	width: 890px;
	text-align: left;
	margin: 0;
	}
	
.jbrown { 
	background: transparent url(../images/zbgbrown.jpg) no-repeat left 45px; 
	}
	
.nopic { background: transparent url(../images/zbgsanspic.jpg) no-repeat right bottom;
 	}

#innerwrap {
	width: 842px;
	text-align: left;
	margin: 0;
	}
	
#header {
	width:872px;
	height: 80px;
	padding: 20px 0 0 0;
	}
	
/* content area=============================================================================== */

#contentarea {
	width:872px;
	background: transparent;
	padding: 48px 0 0 0;
	}
	
#content {
	width: 814px;
	margin: 0;
	font-size: 12px;
	padding: 60px 0 20px 58px;
	color: #000000;
 }	
		
#introbox {
	padding: 28px 0 10px 520px;
	color: #000000;
	margin: 0px;
	width: 320px;
	float: left;
	}
	
#intro {
	color: #000000;
	text-align: left;
	padding: 4px 4px 4px 0;
}

/* image list setup */

#imagelist {
	margin: 0;
	padding: 0;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #CC3300;
	}
	
#imagelist ul {
	margin: 0;
	padding: 0;
	text-align: left;
	list-style: none;
 }

#imagelist li {
	margin: 0;
	padding: 0 18px;
	list-style: none;
	color: #000;
	display: inline;
	width: 162px;
 }
 
#imagelist a {
	color: #000;
	text-decoration: none;
	}

#imagelist a:link, #nav a:visited, #nav a:active {
	color: #000;
	text-decoration: none;
 }

#imagelist a:hover {
	color: #E8252D;
	text-decoration: none;
 }

#sidebarmenu a:link, a:visited, a:active {
	color: #000;
	text-decoration: none;
}

#sidebarmenu a:hover {
	color: #E8252D;
	text-decoration: none;
}

img { border: 0;}

			
/*footer */

#legal {
	width: 813px;
	margin-left: auto;
	margin-right: auto;
	padding: 6px 0 6px 77px;
	text-align: left;
	background: #FFF url(../images/zbglegal.jpg) repeat-y;
	color: #333333;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-top: 3px solid #FFFFFF;
	border-bottom: 1px solid #666666;
	}
	
#legal a {
	color: #000;
	text-decoration: none;
 }

#legal a:link, a:visited, a:active {
	color: #000;
	text-decoration: none;
}

#legal a:hover {
	color: #E8252D;
	text-decoration: underline;
 }

/* ==================================basic typography============================================= */	
h1 {
	font-size: 15px;
	color: #333333; /*darkgray*/
	margin: 14px 0 0 0;
	font-weight: normal;
	line-height: 20px;
	text-align: left;
}

h2 {
	font-size: 15px;
	color: #E3AA28;/*gold*/
	margin: 14px 0 0 0;
	font-weight: normal;
	line-height: 20px;
	text-align: left;
}

p {
	font: normal 12px Arial, Helvetica, sans-serif;
	margin: 0.75em 0 0 0;
	padding: 0;
	line-height: 1.4;
}

blockquote {margin-left: 20px;}

/* ==================================STYLED typography============================================= */		

.redline {border-bottom: 1px solid #E8252D;}
.underline {border-bottom: 1px solid #666666;}
.toplinegold {border-top: 1px solid #E3AA28;}
.graybartextbg {
	background: #EEEDEE;
	text-indent: 4px;
	padding: 3px;
}
.bold {font-weight: bold;}
.quote {font: italic normal 12px Georgia, "Times New Roman", Times, serif;}
.smalltext {font-weight: normal; font-size: 10px;}
.txtblack {color: #000000;}
.txtred {color: #E8252D;}
.txtgold {color: #E3AA28;}


.relatedinfo {
	font-weight: bold;
	color: #CEA308;
	padding: 5px 0 0 0;
	font-size: 11px;
}

.data {
margin: 16px 0 0 0;
padding: 0;
}

.data table { /* table rule */
	border-bottom: 1px solid #E3AA28;
	border-left: 1px solid #E3AA28;
}

.data table td { /* content td rule */
	padding: 4px 4px 4px 4px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #E3AA28;
	border-right: 1px solid #E3AA28;
}

.boxborder { /* gray border for simple tables */ border: 1px solid #CCCCCC; }

.imageleft {float: left; padding-right: 10px;}
.imageright {float: right; padding-left: 10px;}

/* ==========CONTENT typography========== */		
#content table td { /* column2 table and td */
	padding: 4px;
	text-align: left;
	vertical-align: top;
	line-height: 1.3;
}

/* links */		

#content a {
	color: #F2003C;
	text-decoration: none;
}

#content a:link, a:visited, a:active {
	color: #F2003C;
	text-decoration: none;
}

#content a:hover {
	color: #E3AA28;
	text-decoration: underline;
}

/*==========CLEARFIX==========*/	
	
.clearfloats {clear:both;}

.clearfix:after {
content: ".";/* period is last thing before div closes */
display: block;/* inline elements don't respond to clear property */
height:0;/* ensures period is not visible */
clear:both;/* make container clear period */
visibility:hidden;/* ensures period is hidden*/
}

.clearfix {display: inline-table;} /* IE Mac fix */

/* backslash hack hides from IE mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* end backslash hack */

