/* CSS Document for 18002getiba.com */

/* RESET
------------------------------------*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

/* BODY STYLES
------------------------------------*/

body {
	background: #d0e3f1 url(images/body-bg.gif) top repeat-x;
	}

/* TYPOGRAPHY
------------------------------------*/

body {
	font:13px/1.5 Helvetica,Arial,'Liberation Sans',FreeSans,sans-serif;
	}
	
a:focus {
	outline:1px dotted invert;
	}

hr {
	border:0 #ccc solid;
	border-top-width:1px;
	clear:both;
	height:0;
	}

h1 {
	font-size:25px;
	}
	
h2 {
	font-size:23px;
	}

h3 {
	font-size:21px;
	}
	
h4 {
	font-size:19px;
	}
	
h5 {
	font-size:17px;
	}
	
h6 { 
	font-size:15px;
	}

ol { 
	list-style:decimal;
	}

ul	{
	list-style:square;
	}
	
li { 
	margin-left:30px;
	}

dl,hr,h1,h2,h3,h5,h6,ol,ul,pre,table,fieldset {
	margin-bottom:20px;
	}

h1.logo {
	margin-top: 20px;
	background: #134776 url(images/iba-logo.gif) center no-repeat;
	width: 243px;
	height: 46px;
	color: #333333;
	}
	
h1.logo span {
	display: none;
	}

h2.headline {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:2.8em;
	font-weight: normal;
	margin-bottom: 0;
	margin-top: 20px;
	}

h3.tagline {
	font-size: .9em;
	font-weight: normal;
	margin-top: -10px;
	font-style:italic;
	color: #CC3300;
	}

#boxes h4 {
	font-size: 1.2em;
	background: url(images/tribox-top.gif) top center no-repeat;
	font-family: Constantia, "Palatino Linotype", Palatino, Georgia, serif;
	font-style: italic;
	padding: 5px;
	}
	
#boxes p {
	margin: 5px;
	}

#boxes {
	margin: 20px auto;
	}
	
.tribox {
	margin-bottom: 20px;
	}

/* BOXES
------------------------------------*/

#header {
	}
	
#content {
	background: #ffffff url(images/content-top.gif) top repeat-x;
	padding-bottom: 40px;
	}
	
#superfooter {
	margin-top: 10px;
	background-color: #bdd8ec;
	margin-bottom: 0;
	}
	
#superfooter p {
	margin: 0;
	padding: 0;
	text-align: right;
	font-size: .8em;
	}
	
#superfooter a:link, #superfooter a:visited {
	color: #000000;
	text-decoration: none;
	}
	
#superfooter a:hover, #superfooter a:focus, #superfooter a:active {
	color: #CC0000;
	text-decoration: underline;
	}
	
#subfooter {
	margin-top: 0;
	background-color: #ffffff;
	}

#main, #main-sub {
	background: url(images/content-bg.gif) bottom right no-repeat;
	}
	
.tribox {
	background: #eaf3f9 url(images/tribox-bg-off.gif) top no-repeat;
	height: 160px;
	font-size: .9em;
	}

.sub-headline {
	border-bottom: 1px dotted #CC0000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:2.8em;
	font-weight: normal;
	margin-bottom: 15px;
	margin-top: 20px;
	}

#main-sub p {margin-bottom: 10px; font-size: .9em;}

#main-sub h3 {
	margin-bottom: 5px;
	color: #666666;
	border-bottom: 1px solid #999999;
	}

.separator {
	background: #ffffff url(images/filler-block.gif) center no-repeat;
	height: 52px;
	width: 220px;
	}
	
.graph {
	margin-bottom: 20px;
	}
	
.graph p {
	font-size: .9em;
	font-style: italic;
	line-height: 1.0em;
	}
	
.graph img {
	float: left;
	padding: 4px;
	}

.graph strong {
	font-size: 1.2em;
	color: #CC0000;
	}
	
.main-nav {
	display: block;
	height: 130px;
	float: left;
	margin-top: 30px;
	}

.main-nav li {
	text-align: center;
	font-size: .9em;
	list-style: none;
	margin: 1px;

	}
	
.main-nav a:link, .main-nav a:visited {
	display: block;
	background: #ffffff url(images/nav-bg.gif) center no-repeat;
	height: 23px;
	width: 101px;
	text-decoration: none;
	padding-top: 5px;
	font-size: .9em;
	color: #333333;
	}
	
.main-nav a:hover, .main-nav a:focus, .main-nav a:active {
	background-image:url(images/nav-bg-over.gif);
	}
	
.topnav {
	margin-top: 35px;
	float: right;
	}

.topnav li {
	display: inline;
	list-style-type: none;
	margin: 0;
	color: #ffffff;
	}
	
.topnav li a:link, .topnav li a:visited {
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	}
	
.topnav li a:hover, .topnav li a:focus, .topnav li a:active {
	text-decoration: underline;
	}

ul.footer-nav {
	margin: 0;
	padding: 0;
	}

.footer-nav li{
	font-size: .8em;
	display: inline;
	list-style-type: none;
	margin: 0;
	padding-bottom: 0;
	}

#addr {
	height: 40px;
	padding: 5px;
	background: #ffffff url(images/addr-ico.gif) 5px 5px no-repeat;
	}
#addr address {
	margin-left: 40px;
	}

#eml {
	height: 40px;
	padding: 5px;
	background: #ffffff url(images/email-ico.gif) 5px 5px no-repeat;
	}
	
#eml a {
	margin-left: 40px;
	}
	
#eml a:link, #eml a:visited {
	color: #333333;
	text-decoration: none;
	}

#eml a:hover, #eml a:focus, #eml a:active {
	text-decoration: underline;
	}
	
#phone {
	height: 40px;
	padding: 5px;
	background: #ffffff url(images/phone-ico.gif) 5px 5px no-repeat;
	}
	
#phone p {
	margin-left: 40px;
	}

.readmore {
	display: block;
	text-align: right;
	margin: 10px 5px 10px auto;
	clear: both;
	color: #CC0000;
	font-style: italic;
	}
	
.tribox img {
	float: left;
	margin-top: 20px;
	padding: 5px;
	}

.tribox:hover {
	background: #d0e3f1 url(images/tribox-bg.gif);
	}

.nobull li {
	list-style-type: none;
	font-size: 0.9em;
	}

.contact {
	margin-bottom: 200px;
	}

li li {
	margin-left: 10px;
	list-style-type: none;
	}

#main strong {
	font-weight: normal;
	font-size: 1em;
	}

/* 
------------------------------------*/
/* 
------------------------------------*/
/* 
------------------------------------*/