@charset "UTF-8";
/* CSS Document */

.container {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
body {
	margin: 0px;
}
.navbar {
	background-image: url(images/navbar.png);
	height: 35px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
}
.divider {
	background-color: #f12315;
	height: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}
.divider-small {
	background-color: #f12315;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 1px;
}
.footer {
	font-size: small;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
}
a {
	color: #f12315;
}
.navbar a {
	color: #ffffff;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
.navbar td {
	background-repeat: repeat-x;
}
h1 {
	text-align: center; 
}
.image-right {
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
}
.margin-0px-top {
	margin-top: 0px;
}
.redbox {
	padding: 5px;
	border: 2px solid #F00;
	width: 250px;
	margin-right: auto;
	margin-left: auto;
	color: #F00;
	margin-bottom: 1em;
	text-align: center;
}
.text-red {
	color: #F00;
}
.global-input {
	width: 200px;
}.red-border {
	border: 1px solid #f12315;
}
.homegrid {
	float: left;
	width: 225px;
	margin-bottom: 20px;
	margin-left: 20px;
	text-align: center;
	font-size: x-large;
	font-weight: bold;
}
.homegrid a:hover {
	color: #f12315;
}
.homegrid a {
	color: #000000;
	text-decoration: none;
}
.homegrid-pic {
	background-image: url(images/homegrid.png);
	padding: 15px;
	height: 139px;
	margin-top: 3px;
	overflow: hidden;
}
.clear-both {
	clear: both;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.header_top  {
	font-size: xx-large;
	font-style: italic;
	font-weight: bold;
}

.margin-20px-right {
	margin-right: 20px;
}
.margin-20px-left  {
	margin-left: 20px;
}

