﻿body
{
    /*background:#e0f1ff url('/content/images/background-150.png') repeat-x;*/
    background-position: top;
    background-color: #e0f1ff; /* c5e2ff */
    font-size: .8em;
    font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
    color: #5D5D5D;
}
a:link, a:visited
{
    color: #034af3;
    text-decoration: underline;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}
p, ul
{
    line-height: 1.6em;
}
p 
{
    margin: 0;
    padding: 0 0 .8em 0;
}
ul 
{
    margin: .2em 0 .8em 1.2em;
    padding: 0 0 .2em .8em;
    width: 400px;
}
label
{
    font-size: .9em;
    font-weight: bold;
    margin-bottom: .1em;
    display: block;
}
form div
{
    padding: 0.5em 0;
}
img 
{
    border: 0;
}
div, form
{
    margin-bottom: 0;
    padding-bottom: 0;
}
/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #222;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 0;
    margin-top: 0;
    max-width: 550px;
}

h1
{
    font-size: 2em;
    margin-bottom: 0;
    padding: 0 0 6px 0;
}
h2
{
    padding: 0 0 6px 0;
    font-weight: normal;
}
h3
{
    font-size: 1.2em;
    padding-bottom: 4px;
    font-weight: normal;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}
p.exp
{
    font-style: italic;
    max-width: 400px;
}
p.intro 
{
    font-style: italic;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.headerContent
{
    padding-top: 5px;
}
.header
{
    position: relative;
    margin-top: 5px;
    margin-bottom: 0px;
    padding: 0 0px 0 0;
    /*background-color: #2b8cbf;*/
}
.page, .headerContent 
{
    width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.page 
{
    margin-top: 2em;
}
.headerContent 
{
    padding: .4em 0 0 0;
}
.header, .header a 
{   
    color: #2b8cbf;
    font-weight: bold;
    text-decoration: none;
}
.header a:hover 
{
    text-decoration: underline;
}
.logo a
{
    color: #FFF;
    text-decoration: none;
    font-size: 32px !important;
}
div.error
{
    background-color: #c00;
    border: 1px solid #c99;
    color: #fff;
    font-size: 13px;
    margin-bottom: 20px;
    padding: 5px 10px;
    width: 300px;
    text-align: center;
}
div.success
{
    background-color: #9CCBF4;
    border: 1px solid #EDF4FF;
    color: #fff;
    font-size: 13px;
    margin-bottom: 20px;
    padding: 5px 10px;
    width: 300px;
    text-align: center;
}
.mainContent
{
    padding: 30px 0 15px 0;
    background-color: #FFF;
    margin-bottom: 30px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}
.menu 
{
    margin-left: auto;
    margin-right: auto;
}
ul.menu 
{
    white-space: nowrap;
    width: 670px;
    padding: .5em 0 1.6em 0;
    line-height: 1em;
    margin-left: auto;
    margin-right: auto;
}

ul.menu li
{
    display: inline;
    list-style: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 0 .2em;
}
ul.menu li a
{
    font-weight: bold;
    text-decoration: none !important;
    padding-bottom: .1em;
}

div.pagefooter 
{
    color: #777;
    font-style: italic;
    padding: .6em .2em;
}
.footer
{
    color: #999;
    padding: 5px 0 0 0;
    margin-top: 2em;
    text-align: center;
    line-height: normal;
}

.footer p
{
    padding: 5px 0;
    margin: 0;
    color: #888;
    font-size: .9em;
}
div#content p 
{
    max-width: 450px;
    width: 450px;
}
#contact 
{
    float: right;
    border: solid 2px #E0F1FF;
    width: 170px;
    padding: .6em .6em;
    margin: 6em .5em 0 0;
}
div#contact p
{
    text-align: center;
    width: 160px;
    padding: 0;
    margin: .3em 0;
}
/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}
.clearleft 
{
    clear: left;
}

/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen
{
    /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide
    {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print
{
    .ui-tabs-nav
    {
        display: none;
    }
}

/* Skin */
.ui-tabs-nav, .ui-tabs-panel
{
    font-size: 1em;
}
.ui-tabs-nav
{
    list-style: none;
    margin: 0;
    padding: 0 0 0 3px;
}
.ui-tabs-nav:after
{
    /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li
{
    /*float: left;*/
    margin: 0;
    font-weight: bold;
}
.ui-tabs-nav a, .ui-tabs-nav a span
{
    /*float: left;*/ /* fixes dir=ltr problem and other quirks IE */
}
ul.menu li  a
{
    text-decoration: none; /*white-space: nowrap;  @ IE 6 */
    outline: 0; /* @ Firefox, prevent dotted border after click */
    /*order: solid 1px #5C87B2;*/
    padding: 0;
    margin: 0 .3em;
    color: #5C87B2;
}
.ui-tabs-nav a:link, .ui-tabs-nav a:visited
{
    color: #5C87B2;
}
.ui-tabs-nav .ui-tabs-selected a, ul.menu li a:hover
{
    position: relative;
    z-index: 2;
    /*background-color: #5C87B2;*/
    border-bottom: solid 2px #5C87B2;
    /*color: #fff;*/
}
.ui-tabs-nav a span
{
    padding-top: 1px;
    padding-right: 0;
    height: 20px;
    background-position: 0 0;
}
.ui-tabs-nav .ui-tabs-selected a span
{
    padding-top: 0;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited
{
    /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active, .ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active
{
    /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled
{
    opacity: .4;
    filter: alpha(opacity=40);
}
#top, #bottom 
{
    width: 716px;
    height: 9px;
    background-repeat: no-repeat;
}
#top 
{
    background-image: url('/content/images/top.png');
}
#bottom 
{
    background-image: url('/content/images/bottom.png');
}
#content
{
    padding: 0 10px;
    width: 716px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding-top: 0;
    /*background: #fff;*/ /* declare background color for container to avoid distorted fonts in IE while fading */
	background-image: url('/content/images/mid.png');
	background-repeat: repeat-y;
}
.tabbeditem 
{
    padding: 0 16px;
}
/*.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}*/

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav
{
    /* auto clear @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child + html .ui-tabs-nav
{
    /* auto clear @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}
div.clubsponsor 
{
    margin: 1em 0 1.3em;
}
div.listings 
{
}
div.listing  
{
    margin: 1em 0 2.5em;
}
div.boxes label 
{
    display: inline;
}
div.boxes div 
{
    padding: 0 0;
}
span.warning, p.warning
{
    color: #f00;
    font-style: italic;
}
div.sidebar 
{
    float: right;
    padding: 6px 6px;
    width: 230px;
}
div.sidebar ul 
{
    padding-left: 12px;
    margin-left: 0px;
}
div.sidebar h4 
{
    padding: .4em 0 .2em;
}
div.sidebar p.exp 
{
    width: 220px !important;
}
.feedback
{
    position: absolute;
    top: 190px;
    left: 0px;
    z-index: 100;
}
.feedbackform
{
    padding: 12px;
    width: 280px;
    font-size: 12px;
    background-color: #fff;
    border: solid 2px #2b8cbf;
    border-left-width: 0px;
    z-index: 1000000;
}
.quote 
{
    float: right;
    width: 230px;
    border-top: solid 2px #5C87B2;
    border-bottom: solid 2px #5C87B2;
    margin: 1.2em 1em;
    padding: .3 .3em;
    font-size: 1.2em;
    font-style: italic;
}
div.icons 
{
    width: 500px;
    margin-left: auto;
    margin-right: auto;
}
div.icon 
{
    clear: none;
    display: inline;
    margin: .1em 1.4em;
}
div.wave 
{
    height: 57px;
    width: 207px;
    background-image: url('../content/images/wave.png');
    clear: none;
    float:right;
}