﻿#searchBar {	
	width: 363px;
	margin: 0px 0px 0px 407px;
}

/* regular content */
#content {
	width: 590px;
}

* html #content {height: 690px;}
*>#content {min-height: 690px;}

#content #child {
	padding: 20px 25px 220px 25px;
	margin: 0px;	
}

/* splashes */
.splash {	
	background-position: bottom; 
	background-repeat: no-repeat;
}

.splash_01 {	
	background-image: url(../../images/splash_01.jpg);
}

.splash_02 {	
	background-image: url(../../images/splash_02.jpg);
}

.splash_03 {	
	background-image: url(../../images/splash_03.jpg);
}

.splash_04 {	
	background-image: url(../../images/splash_04.jpg);
}


/* webkit */
#webkit {
	width:590px;	
	font-family: Arial, san serif;
	font-size: 11px;
	color: #333;
}

* html #webkit {height: 550px;}
*>#webkit {min-height: 550px;} 

#webkit p {margin: 0px;}

#webkit a:link, #webkit a:active, #webkit a:visited {font-family: Arial, sans-serif; font-size:11px; font-weight:bold; color:#202781; text-decoration:underline;}
#webkit a:hover { font-family: Arial, sans-serif; font-size:11px; font-weight:bold; color:#d5281a; text-decoration:underline;}

#webkit #child {
	padding: 20px 24px 40px 24px;
	margin: 0px;
}


/* map */
#map {
	width:590px;
}

* html #map {height: 550px;}
*>#map {min-height: 550px;}

#map #child {
	padding: 20px 20px 40px 20px;
	margin: 0px;
}

#map_embed {margin: 30px 0px 0px 0px;}


/* */
#pageLinks {
	margin: 25px 0px 0px 0px;
}

#contentPanel {
	margin: 15px 0px 0px 0px;
}