@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #FFF;
	margin: 30px 0px;
	line-height: normal;
}
a {
	font-size: 12px;
	color: #0066a4;
	text-decoration: none;
}
a:visited {
	color: #0066a4;
}
a:hover {
	color: #f37421; 
	text-decoration: none;
	font-size: 12px;
}
a:active {
	color: #000;
}
 #master-container{
 top:0px;
 margin-top:-20px;
 }
h1 {
	font-size: 16px;
	font-weight: normal;
	color: #78a22f;
	margin: 0 0 15px 0;
}
h1 a,
h1 a:hover,
h1 a:visited {
	font-size: 16px;
	font-weight: normal;
	color: #78a22f;
	text-decoration: none;
}

h2 {
	font-size: 16px;
	font-weight: normal;
	color: #0066a4;
	margin: 0 0 15px 0;
}
h3 {
	font-size: 14px;
	color: #000;
}

hr {
	margin: 20px 0px;
	height: 1px;
	border: none;
	border-top: 1px solid #CCC;
}
a img {
	border: none;
}

p {
	color: #000;
	margin: 12px 0;
	line-height: normal;
}

/* Overwriting old CSS file */

#master-container,
#header {
	width: 893px;
}

#header-logo {
	width: auto;
	height: auto;
}
#header-logo a {
	display: block;
	background: url(/homefiles/images/logo.gif) no-repeat;
	width: 161px;
	height: 74px;
	text-indent: -9999px;
	float: left;
}

#nav-primary {
	float: right;
	width: auto;
	margin: 48px 0 0 0;
	padding: 0;
}
#nav-primary a:hover {
	font-size: 11px;
}

#whiteout{
	width:900px;
	height:120px;
	position:absolute;
	top:700px;
	background-color:white;
	z-index:900;
}

/* IDs */

#container {
	width: 893px;
	margin: auto;
}

#banner {
	margin: 10px 0;
}
#banner .left {
	background: url(/homefiles/images/banner_left_bg.jpg) no-repeat;
	width: 292px;
	height: 185px;
	padding: 20px;
	float: left;
	cursor: pointer;
}
#banner .left .top,
#banner .left .bottom {
	background: url(/homefiles/images/banner_arrow.png) no-repeat top right;
}
#banner .left .top:hover,
#banner .left .bottom:hover {
	background: url(/homefiles/images/banner_arrow_over.png) no-repeat top right;
}
#banner .left .top {
	height: 100px;
	padding: 5px 0;
}
#banner .left h1 {
	color: #FFF;
	font-size: 17px;
	margin: 8px 0 15px 0;
}
#banner .left p {
	color: #dce7ca;
	line-height: 130%;
	padding: 0 0 10px 0;
	margin: 0 35px 0 0;
}
#banner .right {
	float: right;
} 

#main .featured {
	background: url(/homefiles/images/featured_bg.gif) no-repeat right bottom #f1f1f1;
	padding: 10px;
}
#main .featured h3 {
	text-align: right;
	font-size: 12px;
	font-weight: normal;
	margin: 0 10px 0 0;
	float: left;
	width: 79px;
	height: 80px;
	padding: 0 10px 0 0;
	border-right: 1px solid #000;
}
.issues  {
	text-align: right;
	font-size: 12px;
	float: left;
	border-right: 1px solid #000;
	width: 79px;
	height: 74px;
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
	line-height:100%;
}
#main .featured h2 {
	margin: 0 0 5px 0;
}
#main .featured p {
	margin: 0;
}
#main .featured .threeCols div {
	border: 0;
	height: 85px;
	width: 242px;
	padding-top: 5px;
	cursor: pointer;
}
#main .featured .threeCols div.first {
	width: 299px;
}
#main .featured .threeCols div img {
	float: left;
	padding: 0 10px 0 0;
}

#content {
	padding: 10px 0;
}

#footer {
	clear: both;
	font-size: 12px;
	color: #464545;
	background: #f1f1f1;
	padding: 20px 20px 14px 20px;
}
#footer a {
	font-size: 12px;
	text-decoration: none;
}
#footer a:hover {
	font-size: 12px;
	text-decoration: underline;
}
#footer2 {
	clear: both;
	font-size: 10px;
	color: #464545;
	height: 20px;
	background-color: #c6c8ca;
	width:100%;
	padding-top:14px;
	padding-left:18px;
}
#footer2 a{
	font-size: 10px;
	color: #464545;
	text-decoration: none;
}


/* Classes */

.threeCols div {
	width: 247px;
	height: 140px;
	border-left: 1px solid #CCC;
	float: left;
	padding: 15px;
}
.threeCols div.first {
	width: 305px;
}
.threeCols div.last {
	border-right: 1px solid #CCC;
}
.threeCols div h1 {
	margin: 0;
	padding: 0px 0 2px 0;
}
.threeCols div h1.newsletter {
	padding: 15px 0 0 0;
}
.threeCols div.first {
	line-height: 150%;
}

.green,
a.green.
a:visited.green {
	color: #78a22f;
}

.small,
a.small {
	font-size: 11px;
}

.clear {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0px;
	margin: 0px;
	padding: 0px;
}

#header:after,
#banner:after,
.threeCols:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

