html {
    padding: 0;
    font-family: "Arial";
    font-size: 100%;
    color: #444444;
    background-color: #1784d6; 
}

body {
    margin: 0;
    padding: 0;
    font-size: 0.9em;
    line-height: 1.5em;
}

.errors{
	list-style:none;
	color:#F00;
	font-size:18px;
}

#page-container {
    padding: 1px 0 0;
    background: url(/images/body-tile.gif) repeat-x top center #FFF;
    padding-bottom: 40px;
}

#page-wrap {
    width: 980px;
    margin: 0 auto;
}

#header {
    background: url(/images/header-tile.png) no-repeat center -1px;
    height: 207px;
}

#logo {
    width: 980px;
    margin: 0 auto;
    padding: 1px 0 0;
}

#logo a {
    width: 238px;
    display: block;
    margin: 25px 32px 0 auto;
}

#nav {
    background: url(/images/nav-tile.gif) repeat-x bottom left #218fe1;
    margin-top: 20px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 0 10px;
    text-transform: uppercase;
    font-size: 0.9em;
    font-family: "Trebuchet MS";
}

#nav ul {
    margin: 0;
    padding: 0;
}

#nav li {
    list-style: none;
    display: block;
    float: left;
    padding: 0;
    margin: 0;
}

#nav li.active a {
    background-color: #196dab;
}

#nav a {
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    padding: 10px 10px;
}

#nav a:hover {
    /*background-color: #196dab;*/
    text-decoration: underline;
}

#menu {
    background: url(/images/sub-nav-tile.gif) repeat-x bottom left #23a0fe;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    padding: 0 5px;
    margin: 0 5px;
    text-transform: uppercase;
    font-size: 0.9em;
    font-family: "Trebuchet MS";    
}

#menu ul {
    margin: 0;
    padding: 0;
}

#menu li {
    list-style: none;
    display: block;
    float: left;
    padding: 0;
    margin: 0;
}

#menu a {
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    padding: 10px;
}

#menu a:hover {
    background-color: #1b7dc7;   
}

#footer {
    background-color: #218fe1; 
    border-top: 3px solid #DDD;
    padding: 20px 0;
    margin-bottom: 20px;
}

#footer p {
    width: 940px;
    margin: 0 auto;
    color: #dde6ee;
}

#footer a {
    color: #dde6ee;
    text-decoration: none;
    border-bottom: 1px dotted #dde6ee;
}

#footer a:hover {
    color: #FFFFFF;    
}

div.clear-both {
    clear: both;    
}
 
h1 {
    font-family: "Trebuchet MS";
    color: #0077d0;
    font-weight: bold;
    padding: 20px 0 10px;
    letter-spacing: -1px;
    font-size: 2em;
    margin: 0;
}

h1 span {
    color: #30a6fe;
    display: block;
    font-size: 0.8em;
}

h2 {
    margin: 0;
    padding: 20px 0 10px;
    /*border-bottom: 1px solid #DDD;*/
    font-weight: bold;
    color: #0077d0;
}

h3 {
    color: #dc6600;
    font-weight: bold;
    font-size: 0.9em;
    padding: 20px 0 5px;
    margin: 0;
    border-bottom: 1px dotted #DDDDDD;
}



td {
    font-size: 0.9em;
    line-height: 1.5em;
}


a {
    text-decoration: none;
    color: #0077d0;
}

a:visited {
    color: #30a6fe;    
}

a:hover, a:active {
    text-decoration: underline;    
}

div.main-column {
    margin-right: 280px;
    padding: 0;
}

div.aside {
    float: right;
    width: 260px;
    margin: 20px 0 0;
}

div.box {
    border: 3px solid #DDDDDD;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 0px 17px;
    background-color: #FFFFFF;   
}

div.box-wrap {
    background-color: #b1b1b1;
    padding-bottom: 1px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-bottom: 20px;
}

div.box-blue {
    border: 3px solid #1784d6;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 0px 17px;
    background-color: #208ee0;
    color: #FFF;
}

form {
    padding-bottom: 20px;
}

form.push-down {
    margin-top: 20px;    
}

button {
    border: 3px solid #bf793c;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    text-align: left;
    padding: 6px 10px;
    font-family: "Trebuchet MS";
    color: #FFFFFF;
    text-transform: uppercase;
    margin-top: 10px;
    font-weight: bold;
    font-size: 1.2em;
    background: url(/images/button-tile.gif) repeat-x top left #ff8115;
    cursor: pointer;
    -moz-box-shadow: 0px 2px 1px #e4e4e4;
    text-shadow: -1px -1px 1px #c88951;
}

button:hover {
    border: 3px solid #c15700;   
}

div.box button,
div.box-blue button {
    width: 100%;
}

div.box-blue button {
    -moz-box-shadow: 0px 2px 1px #1d82cd;    
}

div.three-column,
div.three-column-first {
    width: 200px;
    float: left;
    margin-left: 40px;
}

div.three-column-first {
    margin-left: 0;    
}

form label {
    display: block;
    font-size: 0.8em;
    font-weight: bold;
    padding-bottom: 10px;
    clear: left;
}

div.double-column-form label {
    clear: none;
}



div.cart {
    float: right;
    width: 260px;
    margin-top: 10px;
}

div.cart h2 {
    padding: 10px 0;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;  
}



input.radio {
    display: block;
    width: 16px;
    float: left;
    padding: 0;
    margin: 1px 10px 0 0;
}

select {
    width: auto;    
}

div.quote {
    background: url(/images/quote.gif) no-repeat top center;
    margin-top: 10px;
    padding-top: 1px;
    margin-bottom: 20px;
}

div.quote p {
    padding-bottom: 20px;
    margin: 10px 20px;
    border-bottom: 1px dotted #DDDDDD;
}

div.quote span {
    display: block;
    margin: 10px 0 0;
    font-weight: bold;
}

div.quote span.author {
    font-weight: normal;
    font-style: italic;
}

div.quote div.three-column-container p {
    border: none;    
}

div.three-column-container {
    background: url(/images/three-col-tile.gif) repeat-y top center;
}

div.defs p {
    margin: 0;    
}

div.center-focus {
    text-align: center;
    margin-top: 20px;
    color: #0077d0;
    font-weight: normal;
    font-size: 1.2em;
}

ul, ol {
    font-size: 0.8em;
    line-height: 1.5em;
    padding: 0 0 0 16px;
}

li {
    
}

ul ul, ol ul {
    font-size: 1em;    
}

a img {
    border: none;    
}

.sidebar-item {
    display: block;
    margin: 0 auto 20px;
}

div.section,
div.section-focus,
div.section-borderless,
div.section-focus-all-borders {
    padding: 1px 20px 10px;
    /*background: url(/images/section-bg.png) 0 1px no-repeat;*/
}

div.section {
    border-top: 3px solid #DDD;
}

div.section-focus {
    border-top: 3px solid #DDD;
    border-bottom: 3px solid #DDD;
    background: url(/images/section-tile.gif) top left repeat;
    border-left: 1px dotted #DDD;
    border-right: 1px dotted #DDD;
}

div.definition {
    clear: left;    
}

div.definition h3 {
    float: left;
    margin: 0 0 10px;
    padding-top: 2px;
    width: 140px;
}

div.definition p {
    margin-left: 160px;
}

div.reward {
    clear: left;    
}

div.reward div.image {
    float: left;
    margin: 0;
    padding-top: 10px;
    width: 160px;    
}

div.reward p,
div.reward h3 {
    margin-left: 180px;
}

div.double-column {
    margin: 20px 0;
    padding-bottom: 20px;
    background: url(/images/column-tile.gif) 350px 0 repeat-y;
}

div.double-column-form {
    margin: 20px 0;
    padding-bottom: 20px;
    float: left;
}

div.left-column {
    padding: 0 20px;
    width: 300px;
    float: left;
}

div.right-column {
    padding: 0 20px;
    margin-left: 360px;
}

div.signupList {
    position: relative;
    overflow: hidden;
    margin: 0 0 10px;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
}

div.signupList table {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0.8em;
}

div.signupList table td {
    padding: 2px 0 2px;    
}

img.magnify {
    display: block;
    width: 100%;
    cursor: pointer;
}

div.magnify {
    position: relative;
    display: none;
}

div.magnify img.magnify {
    width: auto;
    border: 3px solid #DDD;
    position: absolute;
    top: 0;
    z-index: 1;
}

#secure {
    text-align: center;
    padding-top: 20px;
}

p.error {
    color: #cc0000;
    font-weight: bold;
    font-size: 1.1em;
}

span.required {
    font-weight: bold;
    color: #b90000;
}

span.check-biz-name {
    display: block;
    position: relative;
}

span.check-biz-name span {
    display: none;
    position: absolute;
    top: 0;
    left: 227px;
    padding: 2px 0 2px 22px;
    font-weight: normal;
    background: url(/images/checking.gif) no-repeat center left;
}

span.check-biz-name span.available {
    background-image: url(/images/tick.png);
    color: #007900;
}

span.check-biz-name span.not-available {
    background-image: url(/images/cross.png);
    color: #df0000;
}