/* /////////////////////////////////////////////
       Z - I N D E X  

	#utilityLinks 110;
	#logoWrapper  100;
	#leftColumn  10;
	#rightColumn 11;

*/



#subRightColumn {
	x-background-color: blue;
	float: right;
	width: 170px;
	min-height: 200px;
	padding-top: 20px;
	font-size: 0.9em;
}


	#subRightColumn .photos img {
		background-color: #fff1da;
		border: 1px solid #ffad1d;
		padding: 3px;
		display: block;
		margin-bottom: 10px;
	}

#subLeftColumn {
	x-background-color: pink;
	float: left;
	width: 490px;
	padding-top: 20px;
}

#subLeftColumnFull {
	x-background-color: pink;
	float: left;
	width: 660px;
	padding-top: 20px;
}



.dataTable {
    background-color: #AAA;
}

.dataTable td {
    background-color: #F7F7F7;
}







/* /////////////////////////////////////////////
       N E W S   
////////////////////////////////////////////// */


.news_listing {
    background-image: url(/images/bg_listing_star.gif);
    background-repeat: no-repeat;
}

.news_title {
    padding: 0px 0px 0px 35px;
    font-weight: normal;
    font-size: 1.2em;
}
.news_blurb {
    padding: 0px 0px 15px 35px;
    margin: 0px 0px 15px 0px;
    border-bottom: 1px dotted #E7E7E7;
}

.news_title p, .news_blurb p {
    display: inline;
    margin: 0;
    padding: 0;
}











/* /////////////////////////////////////////////
       H O M E P A G E   
////////////////////////////////////////////// */



.boxBorder {
	border: 1px solid #ffad1d;
	padding: 5px;
}
.boxStuff {
	background-color: #fff1da;
	padding: 8px;
}


#hero {
	width: 690px;
	height: 290px;
	position: relative;
	top: -13px;
	left: 0px;
     z-index: 0;
}








/* /////////////////////////////////////////////
       G A L L E R Y   
////////////////////////////////////////////// */


.breadcrumb {
    float: right;
}


#thumbTable {
    margin: 10px 0px 0px 0px;
}

#thumbTable td.thumbs {
    text-align: center;
    width: 165px;
}

#thumbTable td.thumbs img {
    background-color: #fff1da;
    border: 1px solid #ffad1d;
    padding: 3px;
    display: block;
    margin-bottom: 3px;
}

#thumbTable td.thumbs div.title {
    font-size: 0.9em;
    text-align: center;
    width: 165px;
}











