@charset "utf-8";
/* CSS Document */

.toUpper {
	text-transform:capitalize;
}

#left-content-wrapper {
	float:left;
	width:691px;
	margin-right:13px;
}

#sub-title {
	padding-top:10px;
	padding-left:10px;
	padding-bottom:10px;
}

#sub-title a:hover {
	text-decoration:underline;
}

#left-content-wrapper {
	width:691px;
}

#left-content-nav {
	width:21%;
	float:left;
}

#left-content-nav ul {
	margin:0;
	padding:0;
}

#left-content-nav ul li {
	padding: 0 0 0 10px;
	list-style:none;
	line-height:20px;
	font-size:12px;
	
}

#left-content-nav ul li a {
	color:#203d8c;
	text-decoration:none;
}

#left-content-nav ul li a:hover {
	color:#203d8c;
	text-decoration:underline;
	font-weight:bold;
}


#left-content {
	width:505px;
	/*padding-right:25px;*/
	padding-left:25px;
	float:right;
}

.locationList ul li h2 {
	padding:0;
}
/*

#right-content {
	width:30%;  -->let the photo, which is always present, determin width
	float:right;
}

#right-inner {
	padding:15px;
	margin:10px 0 10px 10px;
	background-color:#fffde0;
}

*/