/* Reset Browser Defaults */

html, body, button, div, span, applet, object, iframe, h1, h2, h3, h4,
h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form,
label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{       margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit;
font-style: inherit; font-size: 100%; font-family: inherit;
vertical-align: baseline; }
ol, ul { list-style: none; }
table { border-spacing: 0; border-collapse: collapse;right  }
/*caption, th, td { text-align: left; font-weight: normal; }*/


p, td	{ 
	font-family: verdana; 
	font-size: 10px; 
	line-height: 14px; 
	margin-top: 12px; 
	margin-bottom: 12px;
}

h3 { 
	font-family: verdana; 
	font-size: 11px; 
	line-height: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 12px; 
}

ul {
	font-family: verdana; 
	font-size: 10px; 
	line-height: 14px; 
	margin: 12px; 
	list-style: square;
}
#bigBox {
		height:550px;
		left:50%;		
		top:50%;
		margin-left:-350px;
		margin-top:-275px;
		position:absolute;
		width:700px;
		/*background-color: #EEE;*/
}
 
#headerBox {  
 		height:50px;
		width:700px;
		/*background-color: #DDD;*/
}


#contentBox {  
 		height:500px;
		width:698px;
		background-color: #FFF;
		border-style: solid;
		border-width: 1px;
		border-color: #DDD;
}
#footerBox {  
 		height:50px;
		width:700px;
		background-color: #FFF;
}

#navBox {  
 		height:23px;
		width:698px;
		/*height:25px;*/
}

.footAddress	{
		 font-family:verdana;
		 font-size: 9px;
		 line-height: 11px;
		 margin-top: 3px;
		 color: #BBB;
}

a, a:hover, a:visited  { 
	 	 color: #393;
		 text-decoration: none;
}

.contentInner { 
	border-top: 1px solid #ddd;
	width:698px;
}

.mainNav { 
	color: #393; 
	font-size: 11px; 
	line-height: 11px;
	background-color: transparent; 
	margin:5px 0px 5px 0px;
	padding:6px;
}

td.mainNav:hover {
	background-color: #eee;
}

.subNav { 
	color: #000; 
	font-size: 10px; 
	font-weight: bold;
	line-height: 11px;
	background-color: #eee; 
	margin:5px 0px 5px 0px;
	padding:6px;
}

td.subNav:hover {
	background-color: #ddd;
	}
	
	
.leftBox {
	/*background-color: #ddd;*/
	width: 208px;
	height: 430px;	
	float: left;
	padding: 10px;
}

.rightBox {
	/*background-color: #eee;*/
	width: 449px;
	height: 430px;	
	float: right;
	padding: 10px;
}

.rightBoxScroll {
	/*background-color: #eee;*/
	width: 449px;
	height: 430px;	
	float: right;
	padding: 10px;
	overflow-y: scroll;
}
.pictureBox {
	background-color: #eee;
	width: 385px;
	height: 250px;	
	float: left;
}

.thumbBox {
	/*background-color: #eee;*/
	width: 48px;
	height: 250px;	
	float: right;
}

.descBox {
	/*background-color: #eee;*/
	width: 449px;
	height: 175px;	
	float: left;
	margin-top: 10px;
}

.descBoxScroll {
	/*background-color: #eee;*/
	width: 449px;
	height: 175px;	
	float: left;
	margin-top: 10px;
	overflow-y: scroll;
}

.thumby {
		margin-bottom: 10px;
}

.scrollText { position: static; width: 460px; height: 430px;  clip: rect(auto auto auto auto); }
#directionsLayer { padding: 10px; border-top-color: #ddd; border-top-width: 1px; }

