@charset "UTF-8";
h1.home {
	font-size: 40px;
	letter-spacing: 1px;
	margin-top: 15px;
	margin-bottom: 15px;
}
h1.home2 {
	font-size: 35px;
	letter-spacing: 1px;
	margin-top: 15px;
	margin-bottom: 15px;
}
/* CSS Document */

.home img {
	margin-top: 10px;
}
.home h2 {
	color: #BD5251;
	font-size: 20px;
}
.home .quote {
	background-image: url(../images/icon_quote.gif);
	background-repeat: no-repeat;
	padding-left: 40px;
	width: 220px;
}
.quote .quote_user{
	font-style: italic;
}
.quote .source {
	text-transform: uppercase;
}
.quote h3 {
	margin-top: 0px;
	line-height: 20px;
}
#mainContent p  {
	width: 100%;
}
.box3 img {
	margin-right: 10px;
	float: left;
	margin-bottom: 10px;
}
.box3 a {
	font-size: 12px;
	font-weight: bold;
}
.sub .grid_4 {
	width: 272px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.sub .grid_4 img {
	border-top-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
.popup {
	display: block;
	position: relative;
}
.popup .plus {
	height: 30px;
	width: 30px;
	position: absolute;
	top: -10px;
	right: -10px;
	background-image: url(../images/icon_popup.png);
	background-repeat: no-repeat;
}