html, body {
	background-color: #fff;
	font-size: 0.9em;
	color: #444444;
	margin: 0 auto;
	padding: 0 auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6, ul, p, form {
	margin: 0;
	padding: 0;
	text-align: left;
	color: #333333;
}

hr {
	background-color: #006699;
}
ul {
	list-style-type: none;
	text-align: left;
}
table {
	margin-bottom: 20px;
}


#container {
        display: table; /* must put this in for FireFox. */
	width: 770px;
        margin: auto; /* for IE6 and Firefox centering */
	text-align: left;
        height: 40px; /* Have to put SOMETHING in here for the height for both browser. DO NOT put in a percentage, must be a pixel value */
}
#masthead {
	position: relative;
	height: 80px;
	z-index: 5000;
	background-color: #FFFFFF;
}
#masthead h1 a {
	display: block;
	text-indent: -5000px;
	line-height: normal;
	font-size: 8px;
	text-decoration: none;
    background-image: url(../images/logos/IR-mast-275.gif);
    background-repeat: no-repeat;
	width: 275px;
	height: 117px;
	position: relative;
	right: 0px;
	top: 10px;
	z-index: 5000;
}
#masthead h2 a {
	display: block;
	text-indent: -5000px;
	line-height: 0;
	font-size: 0px;
	text-decoration: none;
	background-repeat: no-repeat;
	width: 490px;
	height: 25px;
	position: absolute;
	left: 275px;
	top: 30px;
	z-index: 5000;
	background-image: url(../images/masthead_slogon.gif);
	background-color: #afafaf;
}

/*top right nav stuff----------------------------------------*/

div.secondarynav {
	position: absolute;
	right: 10px;
	top: 12px;
        font-family: Arial, Verdana, sans-serif;
        font-size: .7em;
        color: #666666;
	z-index: 5000;
}
div.secondarynav a {
        color: #666666;
        text-decoration: none;
}
div.secondarynav a:hover {
        text-decoration: underline;
}

div#top_content {
        background-image: url(../images/top_content.gif);
        background-repeat: no-repeat;
        width: 774px;
        height: 5px;
        display: block;
        margin: 0 auto;
        padding: 0 auto;
        font-size: 0em;
        line-height: 0em;
        text-decoration: none;
        vertical-align: bottom;
}
div#bottom_content {
        background-image: url(../images/bottom_content.gif);
        background-repeat: no-repeat;
        width: 774px;
        height: 6px;
        display: block;
        clear: both;
}



/* Footer Area ----------------------------------------*/

#footer {
	position: relative;
	clear: both;
	width: 760px;
	text-align: left;
}
#footer td {
        font-family: Arial, Helvetica, sans-serif;
        font-size: .7em;
        line-height: 1.3em;
        color: #666666;
        padding-top: 1px;
        padding-bottom: 5px;
}
#footer a {
        color: #666666;
        text-decoration: none;
}
#footer a:hover {
        color: #666665;
        text-decoration: underline;
}
.pagewrapper {
	background-position: center top;
	width: 760px;
	text-align: center;
	vertical-align: top;
}
td {
	vertical-align: top;
}
#getquote {
	float: right;
	margin: 10px;
}
