/*
If you want this size in pixels (px)	Declare this percent (%)
10	                                    77
11	                                    85
12	                                    93 
13	                                    100
14	                                    108 
15	                                    116 
16	                                    123.1 
17	                                    131 
18	                                    138.5 
19	                                    146.5 
20	                                    153.9 
21	                                    161.6 
22	                                    167
23	                                    174
24	                                    182
25	                                    189
26	                                    197
*/

html {
    background-color: #FFFFFF;
}

body {
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
    color: #5C6870;
}

h1, h2, h3, h4 {
	font-weight: bold;
}
h1 { font-size: 189%; letter-spacing: -2px; }
h2 { font-size: 174%; letter-spacing: -2px;}
h3 { font-size: 153.9%; letter-spacing: -0.5px; padding-top: 5px; }
h4 { font-size: 116%; }

a:link, a:visited { 
	text-decoration: none;
    color: #5C6870;
}
a:hover { 
	text-decoration: underline;
    color: #5C6870;
}

form {
	font-size: 85%;
}

label {
    float:left;
    clear:both;
    width:100px;
    height:15px;
    margin: 8px 0 0 0;
	font-weight: bold;
}
input, textarea {
	margin: 5px 0;
	padding: 2px 2px;
	font: 11px 'Lucida Grande', Verdana, Helvetica, Sans-Serif;
}
select {
    margin: 5px 0;
    padding: 7px 5px;
	font: 11px 'Lucida Grande', Verdana, Helvetica, Sans-Serif;
}

.submit {
    margin-left: 100px;
}

.rule {
    width: 100%;
    height: 2px;
    background-color: #161617;
}

p {
    margin: 0 0 15px 0;
}

#wrapper {
    margin: 0 auto 0 auto;
    width: 1050px;
    text-align: left;
}

#content {
    position: relative;
    margin: 15px 0 15px 0;
    min-height:538px;
    height:auto !important;
    height:538px;
}

#mask {
    position: relative;
    margin: 0;
    width: 1050px;
    height: 538px;
    overflow: hidden;
}

#pages {
    width: 5250px; /* Max pages = 5 */
}

.page {
    position: relative;
    float: left;
    width: 1050px;
    height: 538px; 
}

#header {
    margin: 15px 0 15px 0;
}

#logo {
}

.loader {
    position: absolute;
    z-index: -100;
    top: 240px;
    left: 500px;
    height: 24px;
    font-size: 72%
}

.loader img {
    vertical-align: middle;
}

#card {
    position: relative;
    z-index: 10;
    float:left;
    margin: -80px 0 0 -30px;
}

#noscript {
    margin: 25px 0 50px 0;
    font-size: 100%;
    font-weight: bold;
    min-height:500px;
    height:auto !important;
    height:500;
}

#noscript p {
    width: 300px;
}

#banner {
}

#footer-left {
    text-transform: uppercase;
    font-size: 100%;
    font-weight: bold;
    float: left;
}

#footer-right {
    text-transform: uppercase;
    font-size: 77%;
    font-weight: bold;
    float: right;
    text-align: right;
}
#footer-right img {margin-bottom: 5px;}

#next {
    position: absolute;
    display: none;
}

.bubble {
    position: absolute;
    display: none;
}
