html, body {
    height:100%;
    margin:0px;
    padding:0px;
}
html {
    overflow:hidden;
}
body {
    position:relative;
    background:#FFFFFF url(http://www.innovaideasandservices.com/images/background.jpg) top center repeat-x;
    text-align:center;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
}
h1 {
    padding:0;
    margin:0;
    font-family:Arial, Helvetica, sans-serif;
    font-size:32px;
}
p {
    padding:0;
}
img {
    vertical-align:text-bottom;
}
.arrow {
    position:absolute;
    top:-10px;
    right:250px;
}
a {
    color:#CC0000;
}
#bodyTop {
    position:relative;
    background:url(/images/contentTop.png) top center no-repeat;
    width:900px;
    height:12px;
    margin:55px auto 0px;
    z-index:10;
}
#body {
    padding:8px 20px 10px;
    position:relative;
    width:760px;
    margin:0px auto;
    text-align:left;
    z-index:2;
    background:#FFFFFF;
}
#dotsBurst {
    position:absolute;
    z-index:0;
    width:2000px;
    height:2000px;
    top:-800px;
    right:-1600px;
}
div#accordian {
    background:transparent url(/images/crumbs.png) 300px 0 no-repeat;
}
div.form {
    width:100%;
    padding:0 0 0 80px;
    background:transparent url(/images/downArrow.png) 350px 0 no-repeat;
    
}
.form ul {
    list-style:none;
    padding:0;
    margin:0;
}
.form li {
    padding:0;
    margin:0;
    height:35px;
    width:300px;
    line-height:20px;
}
.form label {
    width:95px;
    display:table;
    float:left;
}
.form input {
    float:left;
    clear:right;
}
.report {
    position:absolute;
    right:-100px;
    top:-70px;
}
.contentEnd {
    position:relative;
    margin:0px auto;
    z-index:2;
    width:800px;
    height:30px;
    background: url(/images/contentBg.png) bottom center no-repeat;
    clear:both;
}
.address {
    width:560px;
    height:80px;
    margin:25px auto 0;
    padding:10px 20px;
    background:url(/images/addressBg.png) top center no-repeat;
    vertical-align:middle;
}
.address p {
    margin:9px auto 0px;
    padding:0;
}
.addressBar {
    width:500px;
    margin:0px 2px 0;
    padding:0;
}
.center {
    text-align:center;
}