@charset "utf-8";
/* CSS Document */

/* Content */

#content {
	width: 870px;
	padding: 15px;
	border-bottom-width: thin;
	border-bottom-style: none;
}

#content p, #content ol, #content ul {
	line-height: 152%;
	list-style: square;
}

a {
	color: #0176BC;
	text-transform:capitalize;
	}

a:hover {
	text-decoration: none;
	color: #0176BC;
}

/* Boxed */

.title {
	border-bottom: 1.5px solid #0176BC;
	text-transform:capitalize;
	color: #0099FF;
	font-size: 16px;
	font-weight:bold;
}

.subtitle {
	font-size:15px;
	font-weight:bold;
	text-transform:capitalize;
	color:#403940;
}

blockquote {
	background:url(../images/openquote.png) top left no-repeat;
	padding-left: 30px;
	font-size: 1.2em;
	margin: 15px;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 1.4em;
}

blockquote span {
	background: url(../images/closedquote.png) right bottom no-repeat;
	display: block;
	padding-right: 30px;
}

/* FOUR LOWER IMAGES */

#fourleft{
	float:left;
	width: 400px;
	padding: 0px;
	border-bottom-width: thin;
	border-bottom-style: none;
}

#fourleftsplit1{
	float:left;
	width:200px;
	padding:0px;
}

#fourleftsplit2{
	float:right;
	width:200px;
	padding:0px;
}

#fourright{
	float:right;
	width: 400px;
	padding: 0px;
	border-bottom-width: thin;
	border-bottom-style: none;
}

#fourrightsplit1{
	float:right;
	width:200px;
	padding:0px;
}

#fourrightsplit2{
	float:right;
	width:200px;
	padding:0px;
}


/* Sitemap */ 

#sitemap {
	text-transform:capitalize;
	padding:20px;
	font-size:11px;
	font-style:oblique;
	font-weight:bold;
}
