@charset "utf-8";
/* CSS Document */

body{
background: #0b4389 url(../images/background.jpg) top center no-repeat fixed;
text-align:center;
margin:0px;
padding:0px;
}


/*--eliminates dashed lines around links on Firefox---*/
a {
  outline: none;
}

/*-----------Page headlines-----------*/
h1{
padding-top:40px;
font:bold 1.225em  Arial, Helvetica, sans-serif;
color: #013468;}

/* sub headlines within page text--*/
h2 {
margin:8px 0 5px 0;
font:bold italic 1.125em Arial, Helvetica, sans-serif;
color:#144a90;
}
/* AHIT logo text style--*/
h4{
margin:37px 0 0 5px; 
font:bold .8em Arial, Helvetica, sans-serif, "Arial Black";
}
/* Form text headline text style--*/
h6 {
padding:4px;
margin:0px;
font:bold .650em Arial, Helvetica, sans-serif;
color:#CC0000;
}

.wrapall{
position:relative;
width:962px;
margin:0 auto;
text-align:left;}

#header{
width:962px;
height:160px;
background: url(../images/header2.jpg) top center no-repeat;
}

.mainwrap{
width:933px;
margin-left:15px;
overflow:hidden;
background-color:#f9f2e4;
background: url(../images/content_BG.jpg) repeat-y;

	}
#leftcolumn{
width:255px;
float:left;
}

#postIT{
background:url(../images/post-it.jpg) no-repeat; 
width:255px;
height:220px;}

#postIT img{
border:none;}
#houseIll{
background-image:url(../images/house-image.jpg);
width:255px;
height:380px;}
#rightcolumn{
width:678px;
float:left;

}

#nav{
background:url(../images/navbar.jpg);
height:57px;}
#upperlinks{
position:relative;
left:260px;
height:21px;
width:400px;
}

	#upperlinks a{
	font: bold 14px "Times New Roman", Times, serif;
	color:#FFFFFF;
	text-decoration:none;
	padding-right:10px;
}
	
	#upperlinks a:hover{
		color:#eddebe;
}

#lowerlinks{position:relative;
left:280px;
height:21px;
width:385px;
}

	#lowerlinks a{
	font: bold 14px "Times New Roman", Times, serif;
	color:#684711;
	text-decoration:none;
	padding-right:7px;}
	
		#lowerlinks a:hover{
		color:#000000;
}

#textholder{
width:625px;
margin-left:10px;
min-height:550px;}
#textholder p{
padding:0 0 20px 18px;}

.pageText {
font:.950em Arial, Helvetica, sans-serif;
}
.pageText a{
color:#072d60;
text-decoration:underline;
}
.pageText a:hover{
color:#0a4085;
text-decoration:none;
}
#footer{
background-image: url(../images/footer.jpg);
margin-left:15px;
height:34px;
width:933px;}

#bottom{
text-align:center;
width:600px;
padding:10px 0 10px 0;}

#bottomlogos{
height:90px;
width:600px;
margin-bottom:10px;
}
#bottomtext{

width:600px;
margin-bottom:15px;}
#bottomLinks{

width:600px;
font:.800em Arial, Helvetica, sans-serif;}

#bottomLinks a{
color:#072d60;
text-decoration:none;
}
#bottomLinks a:hover{
color:#0a4085;
text-decoration:underline;
}

#bbb{
float:left;
height:84px;
width:53px;
}

#energyStar{
float:left;
margin-top:5px;
margin-left:10px;
height:75px;
width:75px;}

#AHITlogo{
margin-left:10px;
margin-top:5px;
width:450px;
height:80px;
float:left;
text-align:center;
}

#glossary{
width:100%;
text-align:center;}

/*---Forms------*/
.ohiForm {
padding:6px;

}

.formText {
font:.775em Arial, Helvetica, sans-serif;
padding:4px;
}


