/**
* Created on : May 18, 2009, 3:50:43 PM
* Author     : Ward Morris
*
* 796046
* 5B4D3E
* 4F3317
* BC9F81
* BCA790
*/

root { 
    display: block;
}

html {
    height: 100%;
}

body {
    text-align: center;
    font-size: 12px;
    color: #F6EEDB;
    margin: 0px;
    font-family: sans-serif;
    height: 100%;
    background-image: url('../images/bg.jpg');
    background-repeat: repeat;
    background-color: transparent;
}

a, a:visited {
    text-decoration: underline;
    color: #999999;
}

a:hover, a:active {
    text-decoration: none;
    color: #F6EEDB;
}

h1 {
    font-size: 18px;
    color: #5E6152;
}

h2 {
    font-size: 16px;
    display: block;
    color: #5681AA;
    border-bottom: solid 1px #CCCCCC;
    padding: 2px;
    width: auto;
}

h3 {
    font-size: 16px;
    display: block;
    color: #4F1F17;
    padding: 2px;
}

li {
    list-style: none;
}

img {
    border: none;
}

#framework {
    width: 1000px;
    position: relative;
    margin-top: 45px;
    margin-bottom: 45px;
    margin-right: auto;
    margin-left: auto;
    border: solid 1px #885C37;
    background-image: url('../images/transparentbg.png');
    background-repeat: repeat;
    text-align: left;
    /*background-color: rgba(91,77,62,.9);*/
}

#header {
    width: auto;
    margin: 15px;
    margin-bottom: 60px;
    height: 80px;
}

#menu li { float: left; }

#menu a {
    position: absolute;
    text-indent: -90000px;
    height: 42px;
    display: block;
}

#menu .m1 {
    background: url('../images/gallery.gif') no-repeat 0px 0px;
    margin-left: 40px;
    width: 150px;
    top: 10px;
}

#menu .m2 {
    background: url('../images/events.gif') no-repeat 0px 0px;
    margin-left: -40px;
    width: 150px;
    top: 70px;
}

#menu .m3 {
    background: url('../images/menu.gif') no-repeat 0px 0px;
    margin-left: 120px;
    width: 150px;
    top: 80px;
}

#menu .m4 {
    background: url('../images/contact.gif') no-repeat 0px 0px;
    margin-left: 670px;
    width: 140px;
    top: 25px;
}

#menu .m5 {
    background: url('../images/comments.gif') no-repeat 0px 0px;
    margin-left: 600px;
    width: 140px;
    top: 80px;
}

#menu .m6 {
    background: url('../images/cowboy.png') no-repeat 0px 0px;
    margin-left: 830px;
    width: 250px;
    height: 175px;
    top: -20px;
}

#menu .logo {
    background: url('../images/logo.png') no-repeat 0px 0px;
    text-indent: -90000px;
    margin-left: 250px;
    font-size: 10px;
    overflow: hidden;
    display: block;
    width: 350px;
    height: 150px;
}


#footer {
    width: auto;
    margin: 15px;
    color: #AAAAAA;
}

#footer li { float: rigth; }

#footer a {
    position: absolute;
    text-indent: -90000px;
    height: 90px;
    display: block;
}

#footer .m1 {
    background: url('../images/brand.png') no-repeat 0px 0px;
    margin-left: 740px;
    width: 200px;
    height: 200px;
    bottom: 10px;
}

#logo {
    margin: 0px auto 0px auto;
    width: 350px;
    height: 80px;
}

.message {
    width: auto;
    height: auto;
    float: left;
    padding-top: 20px;
    padding-left: 50px;
}

#main {
    position:relative;
    text-align: left;
    vertical-align: top;
    overflow: hidden;
    margin: 10px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */


#content {
    width: 79%;
    height: 100%;
    float: left;
    display:inline;
    position: relative;
    padding-bottom: 10000px;
    margin-bottom: -10000px;
}

#right_component {
    width:20%;
    height:100%;
    float:right;
    position:relative;
    padding-bottom: 10000px;
    margin-bottom: -10000px;
}

.footer, .footer div, .footer div table, .footer div table tr, .footer div table tr td {
    width: 100%;
    height: 100%;
}

.inner_footer {
    width: 100%;
    background-color: #D1D5E0;
}

.copyright {
    width: 100%;
    background-color: #F9F9F9;
    border: solid 1px #E9E9E9;
    padding: 4px;
    position: relative;
    left: 1px;
}

.copyright table {
    margin-left: auto;
    margin-right: auto;
}

.copyright table tr td {
    color: #777777;
    font-size: 10px;
    width: 100%;
    vertical-align: top;
}

.copyright table tr td a {
    color: #666666;
}

.copyright table tr td a:hover {
    text-decoration: underline;
}

/******************************************************************************
* HTML_QuickForm
*****************************************************************************/

table.Form
{
    padding-bottom: 0px;
    background-color: #CCCDCF;
    margin: 0 auto;
}

td.Form
{
    text-align: left;
    margin: 0 auto;
}

form.Form
{
    vertical-align: top;
    margin-top: 0px;
    padding-top: 1px;
}

div.Form
{
    float: left;
    clear: left;
}

radio.Form
{
}

select.Form
{
}

input.textfield {
    background-color: #18374a;
    color: #ffffff;
    border-color: #1c1c1c;
    border-style: inset;
    border-width: 2px;
}

input[type="checkbox"], input[type="radio"]
{
    /*background: url('RadioAndCheckBoxSprite.gif') no-repeat;*/
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

td.FormElementErrorMessage
{
    text-align: left;
    font-weight: bold;
    color: #CC0000;
}

td.FormElement
{
    text-align: left;
}

td.FormLabel
{
    text-align: right;
    font-weight: bold;
}

fieldset.Form
{
    display: box;
    border: 3px solid #18374a;
    background-color: #CCCDCF;
}

legend.Form
{
    font-weight: bold;
    color: #FFFFFF;
    background-color: #18374a;
    border: 2px solid #18374a;
    padding: 5px;
    display: inline;
}

/******************************************************************************
* Image Gallery
*****************************************************************************/

table#GalleryGallery {
    margin-left: auto;
    margin-right: auto;
    border: none;
    width: 100%;
}

table#GalleryGallery tr td {
    vertical-align: top;
}

div.GalleryGallery {
    margin: 10px;
    padding: 10px;
    width: 340px;
    height: 175px;
    background-color: #BCA790;
    border: solid 1px #3E3933;
    color: #000000;
    clear: both;
    overflow: hidden;
}

div.gallery-coverphoto {
    text-align: left;
    float: left;
    margin: 10px;
    border: double #000000;
}

div.gallery-photo {
    width: auto;
    text-align: center;
    display: none;
}

div.gallery-photo img {
    max-width: 140px;
    text-align: left;
    width: expression(this.width > 140 ? 140: true);
}

/******************************************************************************
* Mini Component
*****************************************************************************/

div.Mini {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
}

div.mini-title {
    background-color: #BCA790;
    color: #4F1F17;
    padding: 5px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

div.mini-content {
    border: solid 1px #BCA790;
    padding: 5px;
    line-height: 18px;
}

div.mini-content ul {
    margin-left:5px;
    padding:0; 
    list-style-type: none;
}

div.mini-content ul li {color: #F6EEDB;}

/******************************************************************************
* Basic Table
*****************************************************************************/

table.basic {
    width: auto;
    margin: auto;
}

/******************************************************************************
* Resultset Table
*****************************************************************************/

table.resultset {
    border: solid 1px #000000;
    width: auto;
    margin: auto;
}

table.resultset th {
    background-color: #18374a;
    color: #FFFFFF;
    font-weight: bold;
}

table.resultset td {

}

table.resultset td.even {
    background-color: #FFFFFF;
}

table.resultset td.odd {
    background-color: #C1C1C1;
}

table.resultset td#checkbox {
    text-align: center;
}
