/* commented backslash hack v2 \*/ 
html, body{height:100%;} 
/* end hack */ 
html>body #siteWrapper
{
	height: auto;
} /*for mozilla as IE treats height as min-height anyway*/

body {
	margin: 0;
	padding: 0;
	}
	
html {
	overflow: -moz-scrollbars-vertical;
	}

body {
	background: #fff;
	height:100% !important;
	background: #F2F1ED top left repeat-x url(../images/site_bg.jpg);
	}

#siteWrapper {
	position:relative;
	width: 860px;
	min-height: 100% !important;
	margin: 0 auto;
	padding: 0;
	z-index:1;
	height: 100% !important;
	}
	
* html #siteWrapper {
	height:100% !important;
	}
	
	table#mastHead {
		position: relative;
		height: 94px;
		width: 860px;
		}	
		
	#blockHdr {
		position:relative;
		top: 28px;
		clear: both;
		display: block;
		background: transparent bottom left no-repeat url(../images/hdr/block_hdr_bg.jpg);
		width: 856px;
		height: 247px;
		}	
		
		#blockHdr img.leftside {
			position: relative;
			top: 14px;
			left: 18px;
			}
			
		#blockHdr img.rightside {
			position: absolute;
			top: -2px;
			right: 22px;
			}
			
			#blockHdr img.xrightside {
				position: absolute;
				top: -2px;
				right: 0;
				}
				
			#blockHdr img.yrightside {
				position: absolute;
				top: -2px;
				right: 4px;
				}


/********* TABLE STYLING**************/

	.over {
		background: #FFF !important;
		}
		
	.alt {
		background: #F9F9F7;
		}

#list {
	width: 816px;
	float: left;
	margin-top: 2em !important;
	}
	
 #list h3 {
	font-weight: bold !important;
	color: #636261;
	font-size: 10px;
	padding: 5px 0 0 7px !important;
	width: 807px;
	height: 18px;
	border: 1px solid #CDC6B1 !important;
	position: relative;
	margin-bottom: 2px !important;
	margin-top: 1px !important;
	cursor: pointer;
	}
	
	#list h3 span.more {
		float: right;
		position: relative;
		margin-top: -5px;
		}
	
  .copy {
	width: 816px;
	position: relative;
	background: #F9F9F7 !important;
	}
	
	.Wrapper {
		width: 816px;
		position: relative;
		background: #F9F9F7 !important;
		}
	.inner {
		padding: 7px;
		border: 1px solid #CDC6B1 !important;
		width: 800px;
		display: block;
		position: relative;
		}

		.inner ul{
			margin-left: 20px !important;
			}
			
/********* WRAPPER STYLING**************/
				
table#ContentWrapper {
	position: relative;
	left: 3px;
	top: 28px;
	clear: both !important;
	display: block;
	width: 852px;
	zbackground: none !important;
	}
	
	table#ContentWrapper td.wide {
		zbackground: transparent top left repeat-x url(../images/content_bg.jpg);
		padding-bottom: 30px;
		}
		
		* html table#ContentWrapper td.wide {
			zwidth: 820px !important;
		}
	
	table#ContentWrapper td#leftCol {
		width: 194px;
		background: transparent top left no-repeat url(../images/leftcol_bg.jpg);
		padding: 18px 15px;
		background-color: none;
		} 
		
		table#ContentWrapper td#leftCol img.hand {
			margin-top: 10px;
			}
	
	img.hdr {
		margin-bottom: 7px;
		margin-top: 20px;
		}
			
	table#ContentWrapper td#rightCol {
		background: transparent !important;
		padding: 18px 0 0 18px;
		}
		
		td#rightCol p {
			padding-right: 18px;
			}
		
		table#intro {
			margin-top: 0em;
			}
			
			.green {
				color: #327359;
				}

			.gold {
				color: #c3832a;
				}
			
			table#intro td h3, table#intro td p {
				padding: 0 10px 0 6px;
				}
			
			table#intro td.border {
				border-right: 1px solid #C2C1BE;
				}
				
			.frame {
				width: 193px;
				height: 165px;
				display: block;
				background: transparent top left no-repeat url(../images/pic_frame.jpg);
				margin: 0 auto;
				}
				
				.frame img {
					padding: 14px;
					}
					
				div.frame a.more {
					position: relative;
					top: -1px;
					left: 63px;
					}
					
					* html div.frame a.more {
						top: -4px !important;
						}
						
			table.gallery {
				margin-top: 10px;
				width: 100%;
				}
				
				table.gallery td {
					width: 164px;
					}
			
				table.gallery td.border {	
					border-right: 1px solid #C2C1BE;
				}
						
			.smallframe {
				width: 153px;
				height: 165px;
				display: block;
				background: transparent top left no-repeat url(../images/small_frame.gif);
				margin: 0 auto;
				}
				
				.smallframe img {
					padding: 14px;
					}
					
				div.smallframe span.name {
					position: relative;
					top: -3px;
					left: 22px;
					color: #763912;
					font-size: 10px;
					}
					
					* html div.smallframe span.name { {
						top: -6px !important;
						}
				


	
	
/*************GENERIC STYLING******************/
.margT {
	margin-top:10px !important;
	}
	
.margR {
	margin-right:10px !important;
	}
	
.margL {
	margin-left:16px !important;
	}
	
.margB {
	margin-bottom:10px;
	}
	
.padB {
	padding-bottom:3px;
	}
	
.padR {
	padding-right: 10px;
	}
	
td.padL {
	padding-left: 10px !important;
	}

.floatR {
	float: right;
	}
	
.floatL {
	float:left;
	}	

