/*	Heartland Human Services	*/
/*	By Mick Bockstruck			*/
/*	January 2008				*/
/*	© CWI Communications		*/
@charset "utf-8";

body {
	background-color: #00a4e4;
	background-image: url(/images/common/bkgd_gradient.gif);
	background-repeat:repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account 
	for differing browser defaults */
	padding: 10px 0 30px 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to 
	the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and 
	avoids a horizontal scroll bar */
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	padding:0;
} 

/* Secondary Nav styles -- links above main Nav menu */
.secondary_nav {
	margin:0 0 7px 0px;
	padding:0;
	font: normal 11px/13px Arial;
	text-align: right;
}
.secondary_nav li {
	display:inline;
	color: white;
}
.secondary_nav li a, .secondary_nav li a:visited {
	color: white;
	text-decoration: none;
	padding: 0px 10px;
	margin:0;
}
.secondary_nav li a:hover {
	color: white;
	text-decoration: underline;
}

/* Begin Header Nav styles */
.twoColFixLtHdr #header {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that 
	appear beneath it. If an image is used in the #header instead of text, you may want to remove 
	the padding. */
	margin: 0px;
	height: 35px;
} 

.left_nav_corner {
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	width: 10px;
	float: left;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.solidblockmenu {
	margin: 0;
	padding: 0;
	font: bold 11px/13px Arial;
	border: 1px solid #365867;
	border-width: 1px 0 1px 0;
	background: transparent url(/images/common/blockdefault.gif) repeat-x;
	float:left;
	text-align: center;
	width:760px;
}
.solidblockmenu li {
	display: inline;
	margin: 0;
	padding: 0;
}
.solidblockmenu li a, .solidblockmenu li a:visited {
	float: left;
	color: white;
	padding: 10px 13px 10px 13px;
	margin: 0;
	text-decoration: none;
	border-left: 1px solid #4c4c4c;
	border-right: 1px solid #C0C0C0;
	text-align: center;
	background: transparent url(/images/common/blockdefault.gif) repeat-x;
}
.solidblockmenu li a:hover {
	color: white;
	background: transparent url(/images/common/blockactive.gif) repeat-x;
	border-left: 1px solid #006699;
	border-right: 1px solid #66ccff;
}
#solidblockmenu_current a, #solidblockmenu_current a:visited {
	color: white;
	background: transparent url(/images/common/blockactive.gif) repeat-x;
	border-left: 1px solid #006699;
	border-right: 1px solid #66ccff;
}

/*--[if IE]*/
.iepara { /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that 
follows*/
	padding-top: 1em;
}
/*--[endif]*/


.twoColFixLtHdr #content_wrapper {
	padding: 15px 0px 0px;
	background-color: #ffffff;
	margin: 0px;
	border-right: 1px solid #365867;
	border-left: 1px solid #365867;
}

/* Left Column Styles */
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 230px; /* the actual width of this div, in standards-compliant browsers, or standards 
	mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 20px 15px;
	margin:0px;
	background-color: #ffffff;
	font-size: 0px;
	line-height: 0px;
}

#announcements {
	background-color: #a3a3a5;
	margin-top: 20px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#announcements h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	background-image: url(/images/common/announcement_bkgd_gradient.gif);
	background-repeat: repeat-y;
	font-size: 16px;
	line-height: 120%;
	padding: 2px 5px 3px;
	margin: 0px;
}
#announcements table {
	margin: 10px 0px 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: none;
	line-height: 120%;
}
#announcements td {
	margin:0;
	padding:5px;
	vertical-align: top;
}
#announcements a {
	color:#ffffff;
	text-decoration: none;
}
#announcements a:visited {
	color: #D6D6D6;
	text-decoration: none;
}
#announcements a:hover {
	color:#D6D6D6;
	text-decoration: underline;
}
.announcement_date {
	font-size: 46px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #7E7E7E;
	line-height: 21px;
	text-align: right;
}

#also_visit {
	padding: 30px 30px 0px;
	text-align: left;
}
#also_visit h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #00a4e4;
	font-size: 12px;
	line-height: 120%;
	padding: 0 0 5px;
	margin: 0;
}
#also_visit table {
	margin: 0px;
	padding: 0px;
	border: 1px solid #A3A3A5;
}
#also_visit td {
	text-align:center;
	width:33%;
}
#also_visit a, #also_visit a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 120%;
	color:#00a4e4;
	text-decoration: none;
}
#also_visit td a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 120%;
	color:#A3A3A5;
	text-decoration: none;
}

/* Interior Left Column Nav styels */
#interior_nav {
	background-color: #a3a3a5;
	margin: 20px 0 0 0;
	padding: 0px;
}
#interior_nav h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	background-image: url(/images/common/announcement_bkgd_gradient.gif);
	background-repeat: repeat-y;
	font-size: 16px;
	line-height: 120%;
	padding: 2px 5px 3px;
	margin: 0px;
}
#interior_nav ul {
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0px;
}
#interior_nav ul li {
	margin:2px 0 0 0;
}
#interior_nav a, #interior_nav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
	display: block;
	color: #ffffff;
	text-decoration: none;
	width:205px;
	padding: 3px 10px;
	background-color: #878787;
	border-left: 5px solid #878787;
}
#interior_nav a:hover {
	border-left: 5px solid #00a4e4;
	width:205px;
	color: #D6D6D6;
}
#interior_nav_current a, #interior_nav_current a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
	display: block;
	color: #D6D6D6;
	text-decoration: none;
	width:205px;
	padding: 3px 10px;
	background-color: #878787;
	border-left: 5px solid #00a4e4;
}

/* Main Content Styles */
.twoColFixLtHdr #mainContent {
	background-color: #ffffff;
	text-align: center;
	margin-left: 270px;
	padding-bottom: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#home_photos{
	width:480px;
	height:300px;
}
#copy_content {
	padding: 0px 30px;
	text-align: left;
	margin: 0px;
}
#copy_content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	line-height:120%;
	color:#00a4e4;
	margin:0;
	padding:0;
	font-style: normal;
}
#copy_content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:120%;
	color:#00a4e4;
	margin:20px 0 0 0;
	padding:0;
	font-style: bold;
}
#copy_content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:125%;
	margin:15px 0 0 0;
	padding:0;
}
#copy_content table {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:125%;
	margin:0;
	padding:0;
}
#copy_content ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:125%;
	margin:15px 0 0 0;
	padding:0;
}
#copy_content ul li{
	margin:5px 0 0 25px;
	padding:0;
}
#copy_content ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:125%;
	margin:15px 0 0 0;
	padding:0;
}
#copy_content ol li{
	margin:5px 0 0 25px;
	padding:0;
}
#copy_content a {
	color:#00a4e4;
	text-decoration:none;
}
#copy_content a:visited {
	color: #006699;
	text-decoration:none;
}
#copy_content a:hover {
	color:#006699;
	text-decoration:underline;
}
#p_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:125%;
	margin:15px 0 0 0;
	padding:0;
}

/* Footer Styles */
.twoColFixLtHdr #footer {
	padding: 20px 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 0px;
	background-image: url(../images/common/bottom_corners.gif);
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
	margin: 10px 0px 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
	line-height: 120%;
}
.twoColFixLtHdr #footer a, .twoColFixLtHdr #footer a:visited {
	color:#ffffff;
	text-decoration: underline;
}
.twoColFixLtHdr #footer a:hover {
	color:#365867;
	text-decoration: underline;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element 
must precede the element it should be next to on the page. */
	float: right;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final 
element before the close of a container that should fully contain a float */
	clear:both;
	font-size: 0;
	line-height: 0;
	margin:0px;
	padding: 0px;
}
.image {
	margin:0px;
	padding:0px;
	line-height:0;
	font-size:0;
}
