/* Main Layout */

html {
height: 100%;
}

body {
background: #EEE;
height:100%;
font-family: 'Arial', 'Helvetica', sans-serif;
}

#container {
width: 960px;
padding: 0 00px;
margin: 0 auto;
background: #FFF;
border-left: 2px solid #036;
border-right: 2px solid #036;
min-height:100%;
position:relative;
}

#menu {
position: absolute;
top: 200px;
left: 40px;
width: 180px;
}

#content {
padding-bottom: 160px;
}

#footer {
   position: absolute;
   bottom:0px;
   width:860px;
   /* Height of the footer */
   height:160px;
}

/* header and logo */

#header {
height: 140px;
}

#header h1 {
margin-left: 35px;
}

#header h1 a {
display: block;
width: 440px;
height: 140px;
background: url('/images/main/ia_logo.jpg') no-repeat left -40px;
}

#header h1 a span {
display: none;
}

#header p.phone_contact, #header p.tagline {
margin-top: 0;
font-size: 18px;
font-weight: bold;
color: #036;
position: absolute;
top: 45px;
right: 50px;
text-align: right;
}

#header p.tagline {
top: 95px;
font-style: italic;
font-size: 14px;
}

/* Content */

#content {
font-size: 12px;
}

#content h2, #content h3 {
color: #036;
font-size: 16px;
margin-bottom: 24px;
}

#main_image {
height: 345px;
background: url('/images/main/banners/banner_register_1.jpg') no-repeat left top;
}

#main_image a {
height: 345px;
display: block;
}

#main_image span {
display: none;
}

/* Access, Register, Login */

#access {
background: url('/images/main/access_bar.gif') no-repeat left top;
height: 120px;
margin: 10px 0;
}

#access b {
color: #F93;
font-size: 14px;
}

#access a {
text-decoration: none;
}

#access a:hover, #access a:hover b  {
color: #69C;
}

#access p#register, #access div#login, #access p#incentive {
margin: 0 10px;
margin-top: 15px;
width: 260px;
height: 80px;
float: left;
}

#access div#login p {
margin: 0;
}

#access p#register {
margin-left: 60px;
height: 50px;
padding-top: 30px;
width: 200px;
}

#access div#login p {
width: 240px;
}

#access p#incentive {
width: 340px;
}

#register, #login p {
padding-right: 20px;
border-right: 1px solid #FFF;
}

#access p#incentive a {
color: #FFF;
text-decoration: none;
} 

/* Login */
#login label {
color: #FFF;
clear: left;
width: 90px;
float: left;
text-align: right;
margin-right: 5px;
}

#login input {
font-size: 10px;
height: 11px;
width: 130px;
}

#login input[value="LOGIN"] {
width: 60px;
height: 15px;
border: 1px solid;
margin-top: 5px;
margin-left: 172px;
}

#access p.login {
position: relative;
}

#access p.login span.forgot {
display: block;
position: absolute;
bottom: 0px;
left: 0px;
font-size: 10px;
}

#access p.login span.forgot a {
color: #999;
text-decoration: underline;
}

#access p.login span.forgot a:hover {
color: #69C;
text-decoration: none;
}

#main {
position: relative;
margin-right: 400px;
margin-left: 40px;
margin-top: 20px;
padding-top: 30px;
border-right: 1px solid #036;
padding-right: 40px;
padding-bottom: 80px;
}

a.more, a span.more {
color: #F93;
font-weight: bold;
text-decoration: none;
}

a.more:hover, a:hover span.more {
color: #69C;
}

#testimonials {
width: 310px;
float: right;
margin-right: 40px;
margin-top: 40px;
}

#testimonials p.agent {
text-align: right;
}


#agent_access {
width: 350px;
float: right;
margin-right: 20px;
margin-top: 40px;
}

#agent_access img {
width: 120px;
}

#agent_access p.buttons a {
display: block;
width: 100px;
height: 30px;
padding-top: 15px;
text-align: center;
background: url('/images/main/buttons/button_s.jpg') center center no-repeat;
color: #FFF;
text-decoration: none;
font-weight: bold;
font-size: 10px;
float: left
}


#agent_access p.buttons{ 
margin-left: 20px;
overflow: hidden;
}

#agent_access a {
color: #036;
}

#agent_access a:hover {
color: #69C;
}


/* Footer */

#footer {
width: 100%;
}

#footer p {
margin-top: 0;
padding-left: 40px;
padding-right: 40px;
}

#footer p.navfooter {
margin-left: -10px;
}

#footer p.navfooter a {
margin: 0 10px; 
}

#footer p.navfooter, #footer p.navfooter a {
font-weight: bold;
font-size: 11px;
color: #036;
text-decoration: none;
margin-top: 35px;
}

#footer p.navfooter a:hover {
color: #69C;
}

#footer p.copyright {
position: absolute;
top: 35px;
right: 0px;
font-weight: bold;
font-size: 11px;
color: #036;
}

#footer p.seo {
margin-top: 40px;
font-size: 10px;
color: #036;
text-align: justify;
}
