/* Main */

html {
    height: 100%;
}

body {
    font-family: Helvetica, Arial, sans serif;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    min-height: 100%;
    text-align: center;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th {
    text-align: left;
}

a,
a:link, 
a:visited {
    font-family: Helvetica, Arial, sans serif;
    font-weight: bold;
    text-decoration: none; 
    color: #173276;
}

a:hover {
    color: #ff0000;
}

ol,ul {
    list-style: none;
}

h1, h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: 400;
}

table.blueTableInternal p,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
    margin: 0px;
    padding: 0px;
}

#body_container {
    border: 0;
    margin: 0;
    padding: 0;
    min-height: 100%;
    height: 100%;
    position: relative;
}

div#container {
    width: 969px;
    margin: 0px auto;
    padding: 0;
    padding-bottom: 200px;
    text-align: left;
}

div.clear {
    clear: both;
}

/* Header */

div#header {
  width: 1000px
    margin: 0px auto;
    padding: 0px;
    white-space: nowrap;
}

div#header span.logo img {
    width: 105px;
    height: 120px;
    margin: 10px 0px 0px 15px;
    padding: 0px;
}

div#header span.logotext img {
    position: relative;
    top: -25px;
    left: 15px;
}

div#header span.okanagan img {
    position: relative;
    left: 200px;
}

/* Topnav */

div#topnav {
    background: #08084e url('../images/header.jpg') repeat-x;
    height: 37px;
    width: 100%;
    white-space: nowrap;
}

div#topnav span {
    float: left;
    display: inline;
    margin: 9px 0px 0px 40px;
}

div#topnav img {
    border: none;
    margin-left: 5px;
}

div#topnav ul {
    float: right;
    height: 23px;
    margin: 0px 40px 0px 0px;
    padding: 0px;
}

div#topnav ul li {
    float: left;
    margin: 7px 0px 0px 30px;
    padding: 0px;
}

div#topnav ul li a {
    text-transform: uppercase;
    text-decoration: none;
    color: white;
    font: 10pt sans-serif;
    padding-left: 15px;
}

div#topnav ul li a:hover {
    color: #ccccff;
}

/* Login bar */

div.loginbar {
    border-bottom: #111199 1px solid; 
    padding: 2px;
    font-size: 9pt;
    background-color: #eeeefc;
    text-align: right;
    text-transform: none;
    font-size: 10pt;
}

div.loginbar span#logo {
    float: left;
}

div.loginbar span#logo a {
    font-size: 10pt;
    vertical-align: middle;
    color: #000000;
    margin-left: 5px;
}

div.loginbar span#login {
    float: right;
    vertical-align: middle;
    margin-right: 5px;
}

/* Footer */

div#bottomnav {
    text-align: center;
    display: block;
    height: 30px;
    margin: 0px 0px 5px 0px;
}

div#bottomnav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    font: 9pt arial;
}

div#bottomnav ul li {
    display: inline;
}

div#bottomnav ul li a {
    text-decoration: underline;
    text-transform: uppercase;
    padding: .2em 1em;
    color: #000000;
}

div#footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    text-align: center;
}

div#footer div#copyright {
    background: #08084e url('../images/footer.jpg') repeat-x;
    margin: 0px auto;
    padding: 0;
    width: 100%;
    height: 36px;
    text-align: center;
}

div#footer p {
    color: white;
    font: 12pt sans-serif;
    padding: 8px 0px 0px 0px;
}

.left {
    float: left;
}

.right {
    float: right;
}

/* BEGIN Standard table output */
table.standard {
    border-collapse: collapse;
}

table.standard tr#header {
    /*border-bottom: blue 2px solid;*/
}

table.standard tr#row1 {
    background-color: #eeeeee;
}

table.standard tr#row2 {
    background-color: #dddddd;
}

table.standard th {
    font-size: 10pt;
    font-weight: bold;
    color: black;
    border-bottom: blue 2px solid;
    padding: 0.5em;
}

table.standard td {
    font-size: 10pt;
    padding: 0.5em;
}

table.standard td#content {
    font-size: 10pt;
    padding: 0.5em;
    border-bottom: blue 1px solid;
}

table.standard td#footer {
    font-size: 11pt;
}
/* END Standard table output */

/* BEGIN View table output */
table.view {
    border-collapse: collapse;
}

table.view tr#row1 {
    background-color: #eeeeee;
}

table.view tr#row2 {
    background-color: #dddddd;
}

table.view th {
    font-size: 10pt;
    font-weight: bold;
    color: black;
    padding: 0.5em;
    vertical-align: top;
    border-bottom: blue 1px solid;
}

table.view td {
    font-size: 10pt;
    padding: 0.5em;
    vertical-align: top;
    border-bottom: blue 1px solid;
}

table.view td#footer {
    font-size: 10pt;
}
/* END View table output */

/* Content wrapper */
#internal-wrapper {
    padding: 0;
    margin: 0;
    width: 100%;
    background-color: #ffffff;
    text-align: left;
    position: relative;
    /*float: left;*/
}

/* Wiki Categories */
#internal-categories-wiki {
    background-color: #ffffff;
    margin: 0;
    padding: 4px;
    width: 20%;
    float: left;
}

/* Content Sub-menu (left side) */
#internal-menu-left {
    background-color: #ffffff;
    margin: 0;
    padding: 4px;
    width: 13%;
    float: left;
}

#internal-menu-left ul{
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #ffffff;
}

#internal-menu-left a {
    text-decoration: none;
    padding: 0.5em;
    margin: 0;
    /*color: #385c98;*/
    color: #ffffff;
    font: bold 10pt Helvetica;
    white-space: nowrap;
    display: block;
}

#internal-menu-left a:hover {
    /*text-decoration: none;
    color: #ffffff;
    background-color: #385c98;*/
    border: 1px solid #448dae; 
    background: #79c9ec url(/images/ui-bg_glass_75_79c9ec_1x400.png) 50% 50% repeat-x; 
    font-weight: normal; 
    color: #026890; 
    outline: none;
}

/* Content Sub-menu (top) */
#internal-menu-top {
    border-bottom: #000000 1px solid;
    border-left: #000000 1px solid;
    border-right: #000000 1px solid;
    padding: 0;
    background: #0078ae url(/images/ui-bg_glass_45_0078ae_1x400.png) 50% 50% repeat-x;
    text-align: center;
    text-transform: none;
    font-size: 10pt;
    height: 30px;
}

#internal-menu-top ul {
    float: left;
    margin: 0;
    padding: 0;
    height: 30px;
}

#internal-menu-top ul li {
    float: left;
    margin: 0;
    padding: 0;
    height: 30px;
    width: 107px;
}

#internal-menu-top a {
    text-decoration: none;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    color: #ffffff;
    font: bold 10pt Helvetica;
    white-space: nowrap;
    display: block;
    line-height: 30px;
}

#internal-menu-top a:hover {
    background: #79c9ec url(/images/ui-bg_glass_75_79c9ec_1x400.png) 50% 50% repeat-x;
    font: bold 10pt Helvetica;
    color: #026890;
    margin: 0;
    padding: 0;
    line-height: 30px;
}

#internal-menu-top-selected {
    text-decoration: none;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #6eac2c url(/images/ui-bg_gloss-wave_50_6eac2c_500x100.png) 50% 50% repeat-x;
    font: bold 10pt Helvetica;
    color: #026890;
    white-space: nowrap;
    display: block;
    line-height: 30px;
}

/* Page content */
#internal-content {
    font-size: 10pt;
    float: left;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 5px 20px 0 0; /*top, right, bottom, left*/
    *padding: 10px 20px 5px 20px;
}

#internal-content hr {
    margin-bottom: 20px;
}

#internal-content p {
    font-family: Helvetica, Arial, sans serif;
    font-size: 11pt;
    text-align: justify;
    padding-bottom: 15px;
}

#internal-content ol, #internal-content ul {
    list-style: square inside;
    padding-bottom: 5px;
}

#internal-content h1 {
    font-family: Helvetica, Arial, sans serif;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 1.5em;
    padding-top: 1em;
    border-bottom: 1px solid blue;
}

#internal-content h2 {
    font-family: Helvetica, Arial, sans serif;
    font-size: 14pt;
    font-weight: bold;
}

#internal-content h2.title {
    font-family: Helvetica, Arial, sans serif;
    font-size: 12pt;
    font-weight: bold;
    margin-bottom: 0.5em;
}

#internal-content h3 {
    font-family: Helvetica, Arial, sans serif;
    font-size: 11pt;
    font-weight: bold;
}

#internal-content h3 {
    font-family: Helvetica, Arial, sans serif;
    font-size: 11pt;
    font-weight: bold;
}

#internal-content h4 {
    font-family: Helvetica, Arial, sans serif;
    font-size: 11pt;
    font-weight: bold;
}

#internal-content td {
    font-family: Helvetica, Arial, sans serif;
    font-size: 11pt;
    padding: 5px 0 5px 0;
}

#internal-content li {
    padding: 2px 0 2px 0;
    list-style-image: url(/images/bullet.gif);
    font-family: Helvetica, Arial, sans serif;
    font-size: 11pt;
}

#internal-content-right {
    position: relative;
    float: left;
    width: 78%;
}

#internal-content .prod_footer {
    font-size: 9pt; 
    font-style: italic;
}

#internal-banners {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    float: center;
}

#internal-banners img {
    padding: 0;
    width: 24%;
}

#status-msg {
    font-weight: bold;
    color: blue;
    background-color: #BBEEFF;
    border: blue 1px solid;
    padding: 1em;
    width: 100%;
}

/* Invoice HTML content*/
#invoice-content {
    float: left;
    font-family: Helvetica, Arial, sans serif;
    font-size: 10pt;
    text-align: left;
    width: 95%;
    padding: 5px 20px 0 20px; /*top, right, bottom, left*/
    *padding: 10px 20px 5px 20px;
}

#invoice-content p {
    font-family: Helvetica, Arial, sans serif;
    font-size: 10pt;
    text-align: justify; 
}

#invoice-content h1 {
    font-family: Helvetica, Arial, sans serif;
    font-size: 14pt;
    font-weight: bold;
    margin-bottom: 0.25em;
}

#invoice-content h2 {
    font-family: Helvetica, Arial, sans serif;
    font-size: 12pt;
    font-weight: bold;
    padding: 0;
    margin: 0;
    margin-bottom: 1em;
}

#invoice-content h3 {
    font-family: Helvetica, Arial, sans serif;
    font-size: 10pt;
    font-weight: bold;
    padding: 0;
    margin: 0;
}

#invoice-content h4 {
    font-family: Helvetica, Arial, sans serif;
    font-size: 10pt;
    font-weight: normal;
    border-top: 1px dotted black;
    padding: 0;
    margin: 0;
}

#invoice-content h5 {
    font-family: Helvetica, Arial, sans serif;
    font-size: 10pt;
    font-weight: normal;
    border-top: 2px solid black;
    padding: 0;
    margin: 0;
}

#invoice-content th {
    font-family: Helvetica, Arial, sans serif;
    font-size: 10pt;
    font-weight: bold;
    text-align: left; 
    padding: 5px 0 5px 0;
}

#invoice-content td {
    font-family: Helvetica, Arial, sans serif;
    font-size: 10pt;
    text-align: left;
    padding: 5px 0 5px 0; 
}

#invoice-content li {
    padding: 2px 0 2px 0;
    list-style-image: url(/images/bullet.gif);
    font-family: Helvetica, Arial, sans serif;
    font-size: 10pt;
}

/* Splash screen (landing page) */
.slideshow {
    position: relative;
    z-index: -1;
    margin-left: -20px;
    margin-bottom: 10px;
}

.overlay {
    position: absolute;
    left: -15px;
    top: 15px;
    z-index: 0;
}

div#splash {
    position: relative;
    top: -8px;
}

div#banner {
    margin-left: 7px;
    white-space: nowrap;
}

div#banner img {
    border: none;
}

span#catch {
    position: relative;
    left: 445px;
    top: -110px;
    color: #6b5e5a;
    font-family: Cambria,Georgia,Myriad Pro,Arial,Helvetica;
    font-size: 0.9em;
    font-weight: normal;
    font-style: italic;
}

span#catch b {
    color: #333377;
}

span#cities {
    position: relative;
    top: -35px;
    left: 20px;
    color: #333355;
    font: 0.8em sans-serif;
    word-spacing: 1em;
}

span#cities b {
    color: #333388;
}

span#cities h6 {
    display: inline;
    word-spacing: 0.1em;
}

span#cities2 {
    position: relative;
    top: 12px;
    left: -200px;
    color: #333355;
    font: 0.8em sans-serif;
}

span#cities2 b {
    color: #333388;
}

span#cities2 h6 {
    display: inline;
    margin: 0px 10px;
    white-space: nowrap;
}

div#partners {
    margin-left: -4px;
    white-space: nowrap;
}

span#dim {
    color: #6a6a6a;
}

/** Signup Form **/
div#signup_form a { text-decoration: underline; color: #26bcd7 }

div#signup_form a:hover { text-decoration: none }

div#signup_form h1 {margin: 0px 0px 0px 0px; font-size: 24px; color: #ef2c92 }

div#signup_form h2 {margin: 0px 0px 14px 0px; font-size: 24px; color: #ef2c92 }

div#signup_form h3 {
        margin: 0px 0px 10px 0px;
        color: #26bcd7;
        font-size: 18px;
        margin-left: 75px;
        padding: 0px 0px 3px 0px;
        border-bottom: 1px solid #1ba6c7;
}

div#signup_form img.img_step { position: absolute; top: 0px; left: 6px }

div#signup_form div.element {
        margin-bottom: 10px;
}                            

div#signup_form label {
        display: block;
}                                                               

div#signup_form label.no_bg {
        margin: 0px;         
        background: none;    
}                            

div#signup_form form input[type="text"] {
        width: 274px;                    
        border: 1px solid #cfcfcf;
}                                        

div#signup_form form input[type="text"],div#signup_form form input,div#signup_form form select {
        border: 2px solid #1ba6f7;
        padding: 2px;                                                
}                                                                    

div#signup_form form div.submit {
        text-align: center;      
}

div#signup_form .display_block {
        display: block;         
        width: 100%;            
}                               

div#signup_form div.user_postal_code input#user_postal_code,div#signup_form div.employer_postalcode input#employer_postalcode { 
        width: 145px;                                                                                                        
}                                                                                                                            

div#signup_form div.phone_number input {
        width: 50px;
}

div#signup_form div.left {
		float: left;
		margin: 0px 20px 30px 20px;
}
.section {
	clear: both;
}


