/* General structural style declarations  */

body {
    font-family:  Helvetica,Tahoma, Arial,Sans-serif ;
	font-size: 11px;
	color: #333333;
	background-color: #E1E1E1;
    text-align: center;
    margin: 0px;
    padding: 0px;
    overflow: auto;
}

#page {
    width: 800px;
    margin: 0px auto;
    padding: 0px;
    display: block;
    text-align: left;
    overflow: visible;
}

#pageHeader {
    width: 760px;
    padding: 20px 19px 5px 19px;
    background-color: #FFFFFF;
    border-left: solid 1px #D0D0D0;
    border-right: solid 1px #D0D0D0;    
}

#pageContent {
    width: 760px;
    padding: 0px 19px 23px 19px;
    background-color: #FFFFFF;
    border-left: solid 1px #D0D0D0;
    border-right: solid 1px #D0D0D0;
}

#pageFooter {
    background-image: url(../images/common/bg.gif);
    background-position: 0px top;
    background-repeat: no-repeat;
    padding-top: 24px;
    width: 800px;
}

/* The Following two declarations are to create more predictable behaviour cross browser */

* {
    margin: 0px;
    padding: 0px;
}

/*
#page * {
    overflow: visible;
} */

#page * div, #page div, #page form {
    float: left;
}

h1 {
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    color: #0054b1;
    padding-bottom: 15px;
}

h2 {
    font-size: 14px;
    line-height: 27px;
    font-weight: bold;
    color: #0054b1;
}

h3 {
    font-size: 14px;
    line-height: 27px;
    font-weight: bold;
    color: #333333;
}

h4 {
    font-size: 12px;
    font-weight: normal;
    color: #333333;
    line-height: 17px;
}

h5 {
    line-height: 11px;
    font-size: 11px;
    font-weight: bold;
    color: #999999;
}

a:link, a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}    

a img {
    border: none;  
}

/* Footer */

#pageFooter span {
    color: #717171;
    position: relative;
    left: 10px;
    line-height: 20px;
}

/* Header */

#pageHeader a {
    float: left;
}

/*Content */

.contentMain {
    width: 760px;
    background-image: url(../images/common/content-bg.gif);
    background-position: 0px top;
    background-repeat: no-repeat;
    background-color: #cbe1f7;
    height: 400px;
}

.copy {
    width: 450px;
    position: absolute;
    padding-left: 20px;
    padding-top: 20px;
}

#page .image {
    float: right;
    position: relative;
    bottom: -2px;
}

.contentBottom {
    width: 760px;
    height :7px;
    overflow: visible;
    background-image: url(../images/common/content-bg-bottom.gif);
    background-position: 0px top;
    background-repeat: no-repeat;
}

#page .proceedBtn {
    float :right;
    position: relative;
    bottom: 9px; 
}

/* Calculator */

#page .iframeWrapper {
    width:600px;
    height: 323px;
    border: solid 1px #D0D0D0;
    float: right;
}

.quickLinksWrapper {
    width: 153px;
}

.quickLinksContent {
    width: 153px;
    background-image: url(../images/common/nav-top.gif);
    background-position: 0px top;
    background-repeat: no-repeat;
    background-color: #cbe1f7;
    height: 317px;
}

.quickLinksContent h2 {
    padding: 8px 0px 0px 21px
}

.quickLinksBottom {
    width: 153px;
    height: 8px;
    overflow: hidden;
    background-image: url(../images/common/nav-bottom.gif);
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

.quickLinksContent ul,
.quickLinksContent ul li {
    list-style-type: none;
    float: left;
    clear: both;
    width: 133px;
}

.quickLinksContent ul {
    border-top: solid 1px #aecff1;
    position: relative;
    left: 10px;
}

.quickLinksContent ul li {
    border-bottom: solid 1px #aecff1;
    line-height: 20px;
}

#page .quickLinksContent ul li a {
    color: #0054B1;
    line-height: 20px;
    padding-left: 11px;
    float: left;
    width: 125px;
    font-weight: bold;
}

.instructions {
    width: 760px;
    padding-top: 10px;
}
