/* CSS styles for the general site typography / fonts */
.incidentalLeft {
	float:left;
	clear:left;
	margin:0 15px 15px 0;
}

.incidentalRight {
	float:right;
	clear:right;
	margin:0 0 15px 15px;
}

body {
	font-size:1em;
	font-family:arial;
}

h1,h2,h3,h4,h5,h6 {
	padding:0;
	margin:0 0 15px 0;
	color:#266047;
	font-weight:normal;
}

h1 {
	font-size:1.9em;
	font-weight:normal;
	margin-bottom:27px;
}

h2 {
	font-size:1.25em;
}

h3 {
	font-size:1em;
}

h4 {
	font-size:1em;
	margin-bottom:5px;
}

h5 {
	font-size:1.25em;
	margin-bottom:5px;
}

h6 {
	font-size:1.5em;
	margin-bottom:5px;
}

p, span.p {
	font-size:0.8em;
	line-height:1.6em;
	color:#266047;
}

a, input {
	outline:none;
}

ul li, ol li {
	font-size:0.8em;
}

dl {
	margin:0;
	padding:0;
	font-size:0.8em;
}

dl dt {
	font-weight:bold;
	margin-bottom:5px;
	font-size:1.1em;
}

dl dd {
	margin-bottom:20px;
}

.box.width182 .boxContent p {
	color:white;
	font-size:0.7em;
}

.box.width182 .boxContent a {
	color:#ffc200;
	text-decoration:underline;
}

.box.width182 .top {
	font-size:1.1em;
	text-transform:uppercase;
	text-align:center;
	color:#266047;
	line-height:40px;
}

#wrapper .masthead .phone {
	font-size:1.4em;
	color:#8c8c8c;
}

#wrapper .masthead .topMenu {
	color:#8c8c8c;
	font-size:0.9em;
}

#wrapper .masthead .topMenu a {
	color:#8c8c8c;
	text-decoration:none;
}

#wrapper .masthead .topMenu a:hover {
	color:#266047;
}

#wrapper .menu ul li {
	color:white;
	font-size:0.9em;
}

#wrapper .menu ul li ul li ul li {
	font-size:1em;
}

#wrapper .menu ul li a {
	color:white;
	text-decoration:none;
}

#wrapper .menu ul li.selected a, #wrapper .menu ul li.selected a:hover, #wrapper .menu ul li a:hover {
	color:#ffb400;
}

#wrapper .menu ul li.selected ul li a {
	color:#266047;
}

#wrapper .menu ul li ul li a {
	color:#266047;
}

#wrapper .masthead .topMenu ul li.selected {
	font-weight:bold;
}

#wrapper .content a {
	color:#aeb178;
}

/*********************** Flickr Photo Gallery */
.galleryList .gallery span.caption {
	font-size:0.7em;
	text-align:center;
}

/************************ News Results */
.newsResult h1 {
	font-size:1.1em;
	font-weight:bold;
	margin:0 0 5px 0;
}

.newsResult h2 {
	font-weight:bold;
	font-size:0.9em;
	color:#bababa;
	margin:0;
}

/************************ Pagination */
.pagination {
	font-size:0.8em;
	margin-bottom:10px;
}