/*---------------------------------------------------------------------------
HTML Tags
---------------------------------------------------------------------------*/
#home-header{
	width: 845px;
	margin: 0 auto;
}
#survey{
	padding: 5px 0 0 0;
	float: left;
	width: 244px;
}
#logo{
	width: 255px;
	padding: 0 0 22px 53px;
	margin: 0;
	float: left;
}
#latest-posts{
	width: 242px;
	float: right;
	padding: 9px 0 0 0;
}
#latest-posts-frame{
	padding: 38px 12px 14px 15px;
	height: 101px;
	overflow: hidden;
	background-image: url(images/latest-posts-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#content-one-col{
	padding: 2em 4px 1em 1em;
}

#rt-col{
	float: right;
	width: 302px;
	margin: 0 0 0 75px;
}

#highlight{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #000000;
	padding: 0 0 1em 0;
}
#highlight h3{
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	margin: 0;
	padding: .3em 0;
	background-color: #FBB500;
	border-bottom: 1px solid #000000;
	font-family: "Times New Roman", Times, serif;
}
#highlight-logo{
	padding: 2em 0 1em 0;
	text-align: center;
}
#highlight-content{
	padding: 0 2em 0 2em;
}

#pdf-callout{
	font-size: 14px;
	border: 1px solid #000000;
	padding: 1em;
	margin: 10px 0 1em 0;
	background-image: url(images/home-callout-bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#pdf-callout ul{
	margin-bottom: 1em;
}
#pdf-callout li{
	padding-bottom: .5em;
}
#pdf-callout h4{
	font-size: 16px;
	margin: 0;
}
#pdf{
	padding: 1em 0 0 0;
}
#pdf a{
	background-image: url(/images/pdf-icon.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding-left: 20px;
}


