/* 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 url('/images/main/bckgrd_sub.gif') no-repeat center 150px;
border-left: 2px solid #036;
border-right: 2px solid #036;
min-height:100%;
position:relative;
}

#menu {
position: absolute;
top: 180px;
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;
margin-left: 230px;
}

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

#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 {
margin: 0 10px;
margin-top: 15px;
width: 260px;
height: 80px;
float: left;
}

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

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

#access p#login {
width: 240px;
border: 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-left: 40px;
margin-top: 20px;
padding-top: 30px;
padding-right: 40px;
padding-bottom: 40px;
line-height: 1.5em;
}

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

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

/* Lists inside the main section */

#main h4 {
color: #036;
font-size: 14px;
margin: 1.5em 0;
}

#main ul {
margin 1em 0;
padding-left: 3em;
list-style-type: disc;
}

#main ul li {margin-bottom: .5em;
}

#main ul a {
color: #036;
}

#main ul a:hover {
color: #69C;
}

#banner_ads {
background: green;
position: absolute;
top: 360px;
left: 32px;
}

#banner_ads * {
margin: 0;
}

/* News */

#news_extras {
float: right;
width: 160px;
padding-left: 20px;
margin-left: 20px;
margin-bottom: 20px;
border-left: 1px dotted #369;
}

#news {
margin-bottom: 120px;
}

hr.storydiv {
color: #999;
border: 1px dotted #999;
}


/* 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;
}

#footer p.navfooter a.active {
color: #CCC;
}
