
body, td, tr, div{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
}

a{
	color:#0074BD;
}
a:HOVER{
	text-decoration:none;
}

H1{font-size:20px;}
H2{font-size:18px;font-weight:normal;color:#0074BD;}
H3{}
H4{}
H5{}
H6{}

#logo{
	width:910px;
	margin:0px auto;
}

#container{
	width:905px;
	margin:0px auto;
	padding-left:5px;
	background-image:url(Images/background.png);
	background-position:top left;
	background-repeat:repeat-y;
}

#contentholder{
	float:right;
	width:700px;
}

#content{
	padding:10px;	
}

#photo_gallery img{
	border:0px;
	padding:5px;
	margin:20px 0px 0px 10px;
	background-color:#ccc;
}
#photo_gallery img:HOVER{
	background-color:#0074BD;
}

#menu{
	float:left;
	width:180px;
	padding:10px;
}

#menu a{
	display:block;
	padding:5px;
	text-decoration:none;
	font-weight:bold;
	border-bottom:1px solid #CCC;
}
#menu a:hover{
	color:#FFF;
	background-color: #0074BD;
}

#locations{
	font-size:11px;
	padding:15px 5px 5px 5px;
}

#footer{
	padding:10px;
	text-align:center;
	clear:both;
}


/* use a semi-transparent image for the overlay */ 
#overlay { 
    background-image:url(images/transparent.png); 
    color:#efefef; 
    height:450px; 
} 
 
/* container for external content. uses vertical scrollbar, if needed */ 
.contentWrap { 
    height:441px; 
    overflow-y:auto; 
}

/* the overlayed element */
.apple_overlay {
	
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
	background-image:url(images/white.png);
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:640px;		
	
	/* some padding to layout nested elements nicely  */
	padding:35px;

	/* a little styling */	
	font-size:11px;
}

/* default close button positioned on upper right corner */
.apple_overlay div.close {
	background-image:url(images/close.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}



.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
