* {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
}

body {
    margin: 0px;
    background-color: #0b2b5e;
    background-image: url(/img/body-bg.jpg);
    background-repeat: repeat-x;
}

h1, h2, h3, h4, h5, p {
    margin: 0px;
    padding: 0px;
}

ul, li {
    margin-top: 0px;
    margin-bottom: 0px;
}

table {
    margin: 0px;
    border-collapse: collapse;
    padding: 0px;
}

tr, th, td {
    margin: 0px;
    padding: 0px;
}

img {
    border: 0px none #FFFFFF;
}

form, input, select, textarea {
    margin: 0px;
    padding: 0px;
}

a {
    color: #124db5;
    text-decoration: underline;
}

a:hover {
    color: #7bbf36;
}

.wrapper {
    margin: auto;
    width: 760px;
}

#whiteBox {
    float: left;
    width: 740px;
    background-color: #FFFFFF;
    padding-left: 10px;
    padding-right: 10px;
}

#topLine, #bottomLine {
    float: left;
    width: 100%;
    height: 5px;
    background-color: #cadcea;
}

#logo {
    float: left;
    width: 740px;
    height: 71px;
    padding-top: 29px;
    padding-left: 10px;
}

#main {
    float: left;
    width: 250px;
    padding-top: 350px;
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 50px;
    font-size: 12px;
    color: #333333;
}
/* ---------------------------------------------------------------------
 Special text for the homepage that creates enough padding for
 layered homepage content
 ------------------------------------------------------------------------ */
#homeText {
	width: 90px;
    padding-left: 400px;
    padding-right: 45px;
    font-size: 90px;
    font-weight: bold;
	color: #FFFFFF;
}
/* ---------------------------------------------------------------------
 Footer
 ------------------------------------------------------------------------ */
#footer {
    float: left;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    width: 740px;
}

#footer-left {
    float: left;
    width: 650px;
}

#footer-right {
    float: left;
    width: 280px;
}

#footer ul {
    float: left;
    margin: 0px;
    padding: 0px;
    padding-bottom: 0px;
}

#footer-left ul {
    width: 100%;
}

#footer ul.row2 {
    padding-bottom: 20px;
}

#footer li {
    float: left;
    display: inline;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    font-size: 11px;
    color: #4593d5;
}

#footer li.divider {
    background-image: url(/img/footer-divider-bg.gif);
    background-repeat: repeat-y;
    padding-left: 21px;
}

#footer a {
    float: left;
    color: #FFFFFF;
    text-decoration: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #6ecaef;
}

#footer a:hover {
    color: #6ecaef;
}

#footer .serverText {
    color: #0b2b5e;
}

#floating-homePuffs {
    position: absolute;
    z-index: 125;
    top: 330px;
    margin-left: 20px;
    width: 740px;
}

#floating-homePuffs .standard {
    float: left;
    width: 325px;
    background-color: #FFFFFF;
    background-image: url(/img/global-landing/gl-columngradient.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
    padding: 15px;
}

#floating-homePuffs .standard h4 {
    font-size: 12px;
    font-weight: bold;
    color: #1c3697;
    padding-bottom: 2px;
}

#floating-homePuffs .standard p {
    padding-top: 0px;
    padding-bottom:10px;
    font-size: 12px;
    color: #5e6871;
}

#floating-homePuffs .standard a {
    text-decoration: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #124db5;
}

#floating-homePuffs .standard .image a {
    border-bottom-width: 0px;
    border-bottom-style: none;
}

#floating-homePuffs .standard a:hover {
    border-bottom-color: #7bbf36;
}

#floating-homePuffs .standard ul {
    font-size: 12px;
    color: #5e6871;
    padding:0px;
	margin:0px;
    list-style:none;
}

#floating-homePuffs .standard ul li {
    list-style:none;
    padding:0px;
    margin:0px;
    padding-bottom: 4px;
	padding-left:10px;
    background-image: url('/img/global-landing/bullet.gif');
	background-repeat: no-repeat;
    background-position: 0px 4px;
}

#floating-homePuffs .standard .country {
    color: #1c3697;
    float: left;
    font-size: 12px;
    width: 150px;
}

#floating-homePuffs .standard .country img {
    float: left;
}

#floating-homePuffs .standard .country div {
    background: url('/img/global-landing/chevron.gif') center left no-repeat;
	float: left;
    line-height: 32px;
    padding-left: 16px;
    width: 100px;
}

#floating-homePuffs .spacer10 {
    float: left;
    width: 10px;
    height: 10px;
}

#layered-showcase {
    position: absolute;
    z-index: 1;
    top: 110px;
    background-color: #FFFFFF;
    border: 5px solid #c7deee;
    margin-left: 10px;
	width: 730px;
	height: 280px;
}
