/* CSS Document */

* {
	padding: 0;
	margin: 0;
}

body {
	background: #FFF;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #000;
}

a,
a:link,
a:visited {
	color: #000;
	text-decoration: underline;
}

/* *** global styles *** */
.wrapper {
	width: 760px;
	padding: 0 10px;
}
.clear { clear: both; }
a img { border: 0; }

h1 {
	font-size: 18px;
	color: #00bbe4;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 15px;
}

/* *** misc styles *** */
.blueLinkBig, .blueLinkBig:link, .blueLinkBig:visited {
	display: block;
	height: 24px;
	margin-bottom: 4px;
	padding: 0 2px 0 8px;
	text-decoration: none;
	font: bold 15px/24px Arial, Helvetica, sans-serif;
	color: #FFF;
	background: #00bbe4;
}
.normal { font-weight: normal !important; }

/* *** header *** */
#header {
	padding: 10px 0 15px 5px;
	position: relative;
}
	#header h1.logo {
		height: 40px;
		width: 475px;
		float: left;
	}
		#header h1.logo a {
			display: block;
			width: 475px;
			height: 40px;
			text-indent: -9999px;
			outline: none;
		}
		
	/* *** navigation *** */
	#header ul {
		margin-right: 19px;
		margin-top: 22px;
		float: right;
		position: absolute;
		right: 0;
	}
		#header li {
			float: left;
			list-style: none outside;
			font-size: 11px;
		}
			#header li a {
				margin-left: 4px;
				display: inline;
				width: 34px;
				float: left;
				text-decoration: none;
				text-transform: uppercase;
			}
				#header li a:hover {
					color: #00bbe4;
					font-weight: bold;
				}
				
	/* *** page title *** */
	#header h1.title {
		white-space: nowrap !important;
		margin-top: 20px;
		margin-left: 150px;
	}

/* *** page content *** */
#lower {
	background: #00bbe4;
}
	#lower .wrapper {
		border-right: 9px solid #015768;
		padding-bottom: 0;
		background: #FFF;
	}
	.wrapperHeight { min-height: 500px; float: left; }
	* html .wrapperHeight { height: 500px; }
	#lower .clear { background: #FFF; }
	#lower #adSection {
		position: absolute;
		left: 781px;
		top: 107px;
		padding: 20px;
	}
		#adSection p {
			margin-bottom: 15px;
		}
	
	
/* *** mission page *** */
#missionPage {
}
	/* *** left column *** */
	#leftColumn {
		width: 144px;
		float: left;
		margin-right: 10px;
	}
		#leftColumn h3 {
			font-size: 15px;
			height: 24px;
			line-height: 24px;
			color: #FFF;
			padding: 0 8px;
			background: #00bbe4;
		}
		#missionPage ul, #teamPage ul, #sideNav {
			padding: 10px 14px;
			background: #dee7ec;
			border-bottom: 1px solid #b8c9d1;
			margin-bottom: 4px;
		}
			#sideNav li, #teamPage li, #missionPage li {
				font-size: 11px;
				font-weight: bold;
				color: #8f9092;
				list-style: none outside;
				margin-bottom: 4px;
			}
				#sideNav li:hover, #teamPage li:hover, #missionPage li:hover {
					color: #1fc2e5;
				}
				#sideNav li a, #teamPage li a, #missionPage li a {
					font-size: 13px;
					font-weight: normal;
					text-decoration: none;
				}
					#sideNav li a:hover, #teamPage li a:hover, #missionPage li a:hover {
						font-weight: bold;
					}
					
	/* *** center column *** */
	#midColumn {
		width: 299px;
		float: left;
		margin-right: 20px;
	}
		#midColumn p.smallfont {
			font-size: 11px;
			color: #686868;
			margin: 5px 0;
		}
		#quote {
			background: url(/images/missionpage/quote_top.gif) no-repeat top left;
			margin-top: 20px;
		}
			#quote p {
				padding: 0 38px 0 43px;
				color: #02bce5;
				font-weight: bold;
				font-size: 13px;
				line-height: 120%;
				background: url(/images/missionpage/quote_bottom.gif) no-repeat bottom right;
			}
				#quote .normal {
					display: block;
					margin-top: 10px;
				}
					
	/* *** right column *** */
	#rightColumn {
		width: 285px;
		float: left;
	}
		#rightColumn h2 {
			font-size: 30px;
			line-height: 36px;
			margin-top: -4px;
			color: #01bbe4;
			margin-bottom: 10px;
		}
		#rightColumn p {
			margin-bottom: 10px;
			line-height: 140%;
		}
	
/* *** subpage *** */
#cityPage {
	padding: 0 10px !important;
	border-right: 9px solid #015768;
}
	#cityPage #columnFour {
		height: 319px;
		width: 144px;
		float: right;
		background: #132531;
	}
		#cityPage #columnFour h3 {
			font-size: 15px;
			height: 24px;
			line-height: 24px;
			color: #FFF;
			padding: 0 8px;
			background: #00bbe4;
		}
		.sideBlock {
			padding: 7px;
			padding-bottom: 0;
			border-bottom: 1px solid #b8c9d1;
			color: #FFF;
		}
			.sideBlock p {
				font-size: 11px;
				line-height: 140%;
				margin-bottom: 7px;
			}
			.sideBlock a, .sideBlock a:link, .sideBlock a:visited { color: #FFF; text-decoration: none; }
			.sideBlock a:hover { text-decoration: underline; }
			
	.mainCityBlock {
		height: 319px;
		width: 606px;
	}
		.cityBlockSquare {
			height: 142px;
			width: 124px;
			padding: 10px;
			border-right: 10px solid #FFF;
			border-bottom: 10px solid #FFF;
			float: left;
			color: #FFF;
			font-size: 13px;
		}
			.cityBlockSquare h3 {
				margin-bottom: 7px;
			}
			.cityBlockSquare ul {
				margin-bottom: 5px;
			}
			.cityBlockSquare li {
				list-style: none outside;
				font-size: 11px;
				font-weight: bold;
			}
				.cityBlockSquare a, .cityBlockSquare a:link, .cityBlockSquare a:visited {
					font-size: 13px;
					text-decoration: none;
					color: #FFF;
				}
				.cityBlockSquare a:hover { font-weight: bold; color: #02bce5; }
				
				.cityBlockSquare a {
					*position: relative;
				}
				
			#cityBlockSquare_4, #cityBlockSquare_8 { border-right: 0; }
			#cityBlockSquare_5, #cityBlockSquare_6, #cityBlockSquare_7, #cityBlockSquare_8 { border-bottom: 0; height: 127px; }
		
		.cityBlockSquare_lighter { background: url(/images/semitrans_lighter.png) repeat center center; }
		#cityBlockSquare_7, #cityBlockSquare_8 {
			background: url(/images/semitrans.png) repeat center center;
		}
		#cityBlockSquare_8 li {
			margin-bottom: 3px;
		}
		
		
/* *** footer *** */
#footer {
}
	.border {
		height: 10px;
		width: 605px;
		position: relative;
		left: 160px;
		margin-bottom: 10px;
		border-bottom: 1px dotted #999;
	}
	#copyright {
		font-size: 11px;
		padding-left: 9px;
		margin-bottom: 20px;
	}
		#copyright a { text-decoration: none; }
		#copyright a:hover { text-decoration: underline; }
	#footerAbout {
		height: 34px;
		padding-bottom: 11px;
		margin-bottom: 5px;
		background: url(/images/footer_bg.gif) no-repeat bottom left;
	}
		#footerAbout h3 {
			height: 34px;
			width: 133px;
			margin-right: 9px;
			float: left;
			background: url(/images/footer_logo.gif) no-repeat center left;
			text-indent: -9999px;
		}
			#footerAbout h3 a  {
				display: block;
				height: 34px;
			}
	#footerLower {
		padding-left: 9px;
	}
	
/* *** subpage 2 *** */
.sideList {
	list-style: none outside;
	margin: 15px 5px;
	margin-right: 0;
}
	.caps {
		text-transform: uppercase;
	}
	.sideList li {
		margin-bottom: 10px;
	}
		.sideList li a, .sideList li a:link, .sideList li a:visited {
			text-decoration: none;
			font-size: 11px !important;
		}
		.sideList li a:hover {
			color: #00bbe4;
			font-weight: bold;
		}

#wideColumn {
	width: 460px;
	margin-left: 10px;
	float: left;
	margin-bottom: 40px;
}
#wideColumn h2 {
	font-size: 18px;
	color: #01bbe4;
	margin-bottom: 15px;
	margin-top: 5px;
}
	.entry {
	}
		.entry p, .entry ul, .entry ol, .entry blockquote {
			margin-bottom: 10px;
			line-height: 140%;
		}
		
/* *** subpage 3 *** */
#subpage_3 {
	padding-right: 0 !important;
	width: 770px;
}
	#sidePagination {
		text-align: center;
		margin-top: 15px;
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom: 1px dotted #999;
		font-size: 11px;
		color: #00bbe4;
	}
		#sidePagination a, #sidePagination a:link, #sidePagination a:visited {
			margin: 0 15px;
			color: #00bbe4;
			text-decoration: none;
			font-weight: bold;
		}
	
	.nobold a:hover {
		font-weight: normal !important;
	}
	.blue { color: #00bbe4; }

#widestColumn {
	width: 616px;
	float: left;
}
	.listingResult {
		width: 144px;
		margin-right: 8px;
		margin-bottom: 8px;
		float: left;
	}
		.listingResult .top {
			height: 144px;
			text-align: center;
			margin-bottom: 7px;
			font-size: 0px;
			background: url(/images/listing_gradient.gif) repeat-x bottom left #FFF;
		}
			.listingResult .top img {
			}
		.listingResult .info {
			height: 144px;
			padding: 5px;
			border: 1px solid #00bbe4;
			font-size: 11px;
		}
			.listingResult a {
				font-weight: bold;
				text-decoration: none;
			}
		
/* *** subpage 4 *** */
#staffList {
	margin: 7px 0px;
}
	#staffList li {
		list-style: none outside;
		margin-bottom: 6px;
		height: 70px;
	}
		#staffList a {
			display: block;
			text-decoration: none;
			height: 70px;
			background: #015768;
		}
		#staffList a:hover { background: #00bbe4; color: #FFF; }
		#staffList img {
			float: left;
		}
		#staffList span {
			float: right;
			display: block;
			padding: 5px 6px;
			height: 60px;
			width: 62px;
			color: #FFF;
		}
/* *** subpage 5 *** */
#subpage_6 #rightColumn h2 {
	font-size: 18px;
	line-height: normal;
}
	#subpage_6 #midColumn p {
		margin-bottom: 10px;
		color: #02bce5;
		font-weight: bold;
		font-size: 13px;
		line-height: 120%;
	}
		#subpage_6 #midColumn a, #subpage_6 #midColumn a:link, #subpage_6 #midColumn a:visited {
			color: #02bce5;
			text-decoration: none;
		}
	#partnershipPhotos {
		margin-bottom: 10px;
	}
	
.address {
	border: 1px solid #00bbe4;
	padding: 10px;
}

#sitemap ul {
    margin: 1.5em;
    list-style-type: none;   
}

/* Miscellaneous styles used for various things */

h2.articleHeadline {
    margin-bottom: 0px;
}

h2.articleHeadline a {
    color: #01BBE4;
    text-decoration: none;
}

h2.articleHeadline a:hover {
    color: #015768;
    text-decoration: underline;
}

p.articleDate {
    margin: 0;
    padding: 0;
    color: #999;
    font-size: 12px;
    font-weight: normal;
}

.listingsPagination {
        width: 616px;
        height: 20px;
        float: left;
}

.listingsPagination p {
        float: left;
        margin-right: 16px;
}

.baselineBorder {
    border-bottom: 1px solid #CCC;
}