/**
 *
 * $Id: styles.css 2419 2011-08-31 21:31:47Z admin $
 *
 */

/**
 *
 * LAYOUT
 *
 */ 
body {
    background-color: #ddd;
    font-family: Tahoma, Arial, Helvetica, Sans-serif;
    font-size: 90%;        
    text-align: center;
    min-width: 960px;    
}

#wrapper {
    width: 960px;
    text-align: left;    
    margin-left: auto;
    margin-right: auto;
    padding: 12px;
    background-color: #fff;
    box-shadow: 7px 7px 7px #999;
    -moz-box-shadow: 7px 7px 7px #999;
    -webkit-box-shadow: 7px 7px 7px #999;
    -moz-border-radius: 10px;  
    -webkit-border-radius: 10px;  
    border-radius: 10px;  
}
#header {
}
#content {
    float: left;
    clear: both;
    color: #333;
    margin-bottom: 10px;
}
#content p,
#content form,
#content table,
#content ul {
    font-size: 0.9em;
    line-height: 1.5em;
}
#footer {
    clear: both;
    font-size: 70%;
    text-align: left;
    color: #777;
    background-color: transparent;
    padding: 5px 0 5px 0;
    border-top: 1px solid #ececec;
}
#footer_images {
    margin-top: 10px;
    text-align: center;
}
#footer_images img {
    padding-left: 8px;
    vertical-align: middle;   
}
/*
 *
 * Navigation
 *
 */
#nav {
    margin: 0;
    font-size: 100%;
    text-align: left;
    margin: 5px 0 10px 0;
    padding: 2px 0 1px 0;
    border-top: 1px solid #ececec;
    list-style-type: none; 
    background-color: #FFF;
}
#nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#nav li {
    display: inline;
    padding-left: 10px;    
}
#nav a:link,
#nav a:visited,
#nav a:active {
    padding: 2px 0 0 0;
    color: #009;
    background-color: transparent;
    text-decoration:  none;
}
#nav a:hover {
    color: #009;
    background-color: transparent;
    text-decoration: underline;
}
#nav a.current:link ,
#nav a.current:visited,
#nav a.current:active {
    border-top: 3px solid #009;
    color: #009;
    font-weight: bold;    
}

#footer_nav {
    background-color: transparent;
    text-align: center;
    padding-top: 12px;    
}
#footer_nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#footer_nav li {
    display: inline;
    padding-left: 2px;
}
#footer_nav a:link,
#footer_nav a:visited,
#footer_nav a:active {
    color: #009;
    background-color: transparent;
    text-decoration:  none;
}
#footer_nav a:hover {
    color: #009;
    background-color: transparent;
    text-decoration: underline;
}
/*
 *
 * Links/Anchors
 *
 */
a:link,
a:visited,
a:active {
    color: #009;
    background-color: transparent;
    text-decoration:  none;
}
a:hover {
    color: #009;
    background-color: transparent;
    text-decoration: underline;
}
a img {
    border: none; 
}
/*
 *
 * Site Buttons
 *
 */
.buttons {
    float: left;
}    
.buttons a,
.buttons button {
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#eeeeee;
    border:1px solid #dedede;
    border-top:1px solid #ddd;
    border-left:1px solid #ddd;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button {
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img,
.buttons a img {
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* Standard */
button:hover,
.buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}
/* Positive */
button.positive,
.buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}
/* Negative */
.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover,
button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

/*
 *
 * Sundry
 *
 */
h1,h2,h3 {
    color: #009;
}
h1 { font-size: 130%; }
h2 { font-size: 120%; }
h3 { font-size: 110%; }



.lhs {
    text-align: left;
    float: left;
    padding-right: 5px;
}
.rhs {
    text-align: right;
    float: right;
}
.middle {
    vertical-align: middle; 
}
.top {
    vertical-align: text-top; 
}
.TwoForHisHeels {
    font-weight: bold;
    color: #00C;
}

    
