/* Revised 2009-07-22 to fix IE6 flash positioning bug */

td {vertical-align: top; padding: 10px}

#leftwrap {
display: inline;
}

#quote {
position: absolute;
top: 577px
}

#nav3 {
	position: absolute;
	/* top: 105px; */
	top: 88px;
	left: 0;
	
	height: 96px;
	margin-left: -34px;
	width: 1000px;
}

.toggle .hidden {
display: none;
}

.toggle .hover {
cursor: pointer;
}

html {
background: #9abdd6 url('../images/htmlbg.gif') left top repeat-x;
}

body {
	font-size: 120%;
padding-top: 31px;
width: 932px;
margin: 0 auto;
position: relative;
font-family: arial, sans-serif;
}

a {color: #0f75bc;}

#header {
	position: relative;
	height: 202px;
}

#header a img {
padding-bottom: 2px;
}

#logo {
	position: relative;
	top: -15px;
	left: 0;
}

#header form a img {
padding-bottom: 0;
}

#header form {
position: absolute;
right: 0;
top: 3px;
width: 227px;
height: 78px;
}

#header form label {display: none}

#login {
background: transparent url('../images/login.jpg') left top no-repeat;
border-width: 0;
width: 181px;
height: 20px;
padding-top: 10px;
padding-left: 10px;
position: absolute;
right: 0;
top: 0;
font-size: .7em;
color: #231f20;
}

#pass {
background: transparent url('../images/password.jpg') left top no-repeat;
border-width: 0;
width: 181px;
height: 20px;
padding-top: 10px;
padding-left: 10px;
position: absolute;
right: 0;
top: 40px;
font-size: .7em;
color: #231f20;
}

#submit {
background-color: transparent;
border-width: 0;
position: absolute;
right: 2px;
bottom: 10px;
width: 18px;
height: 20px;
cursor: pointer;
}

#signin {
position: absolute;
top: 0;
left: 0;
}

#forgot {
position: absolute;
top: 40px;
left: 0;
}

#mainflash {
margin-top: 10px;
height: 364px;
width: 100%;
}

#content2 {
position: relative;
margin-top: 10px;
background: transparent url('../images/bluemid2.gif') left top repeat-y;
padding: 16px 16px 16px 350px;
height: 650px;
}

html > #content2 {
height: auto;
min-height: 650px;
}

#content2 p {
margin: 1em 0;
color: #231f20;
font-size: .7em;
}

#content2 dt {
margin-top: 1em;
color: #231f20;
font-size: .7em;
}

#content2 dd {
margin-bottom: 1em;
color: #231f20;
font-size: .7em;
}

#content2 h2 {
color: #58585a;
font-size: 1.5em;
margin: 20px 0 10px 0;
font-weight: bold;
}

#content2 h2 span {
color: #818285;
font-weight: normal;
}

#content2 ul {
list-style-type: disc;
padding-left: 2em;
font-size: .7em;
margin: 20px 0 10px 0;
}

#content2 ul ul {
font-size: 1em;
}

#content2 h3 {
color: #0f75bc;
font-weight: bold;
font-size: .7em;
margin: 20px 0 10px 0;
text-transform: uppercase;
}

/* #content2 #leftside { */
#content2 #leftside {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9998;
}
#content2 > div > #leftside {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9998;
	
	display: block;
}

object {
position: relative;
z-index: 9999;
}


#content {
background: transparent url('../images/bluemid.jpg') left top repeat-y;

}

#content p {
margin: 1em 0;
}
