div
{
    font-family: "Trebuchet MS", Verdana, Helvetica, Arial, Sans-serif;
    font-size: 11px;
    line-height: 17px;    
}

/** 
 *  Header Styles
 */
.headerleft
{
    width: 170px;
}


.headerstrip 
{
    width: 605px;
}

td.headerstrip
{
    height: 93px;
    position: relative;
    background-image: url(../images/NavBarLava.jpg); 
    background-repeat: no-repeat; 
    background-position: top right; 
    border-bottom: 1px solid #676767;
    padding-right: 0px;
    margin-right: 0px;
}

.headerright
{
    background-image: url(../images/redfade.jpg); 
    background-repeat: repeat-x; 
    background-position: top right; 
    border-bottom: 1px solid #676767;
}

img.powerful
{ 
    position: absolute;
    top: 65px;
    right: 7px;
}

div.topmenu
{
    height: 36px;
    width: 600px;
    overflow: hidden;
    text-align: right;
}

.topmenuitem
{
    text-align: right;
    float: right;
}

img.topmenu
{
    margin: 9px 3px 5px 3px;
}


/** 
 *  Content body styles
 */
div.leftMenu
{
    float: left;
    width: 260px;
    padding-left: 25px;
    padding-right: 15px;
}

div.leftContentBlock
{
    padding-left: 22px;
}

div.mainContentBlock
{
    width: 600px;
}

div.mainContentLeftColumn
{
    width: 437px;
    float: left;
    padding-right: 20px;
}

div.mainContentRightColumn
{
    width: 300px;
    padding-left: 20px;
    padding-top: 40px;
    float: right;
}


/*
 *  Team menu
 */ 
div.teamContentBlock
{  
    width: 430px;
    padding-right: 10px;
    border-right: 1px dashed #676767;
}

div.teamMenu
{
    width: 220px;
    padding-left: 20px; 
    margin-top: 10px;
    margin-bottom: 10px;
}

div.teammenuitem
{
    float: left;
    width: 100px;
    height: 100px;
    padding-top: 16px;
}

div.teammenuitem a
{
    font-weight: bold;
    color: #676767;
}

div.teammenuimage
{
    text-align: center;
}

div.teammenulabel
{
    text-align: center;
}

div.teamright
{
    width: 350px;
}
.teamphoto
{
    margin: 10px;
}

div.sitemap
{
    width: 500px;
}


/*
 *  Footer styles
 */ 
div.footer
{
    width: 760px;
    border-top: 1px solid #676767;
    margin: 0 8px 8px 8px;
    padding-bottom: 8px;
    font-size: 8px;
    color: #676767;
    clear: both;
}

div.footer a
{
    font-family: "Trebuchet MS", Verdana, Helvetica, Arial, Sans-serif;
    font-size: 11px;
    color: #676767;
}

div.footerleft, div.footerleft a
{
    font-size: 11px;
    color: #676767;
}

div.footerright
{
    font-size: 9px;
    color: #676767;
}


/*
 *  Home page styles
 */
div.bodywrap
{
    width: 780px;
} 

div.homelefthalf
{
    float: left;
    width: 260px;
    padding-left: 8px;
}

div.homerighthalf
{
    float: left;
    width: 500px;
}
    
div.homememberlogin
{
    width: 250px;
    height: 165px;
    background-color: #EEEEEE;    
}

div.homebottomleft
{

}

div.homebottomright
{
}

div.hometopright
{
}

div.homebottomright
{
    padding-left: 8px;
    padding-top: 4px;
}

div.memberlogintitle
{
    width: 100%;
    border-bottom: 1px solid #C4C4C4;
}

div.memberlogintitle img
{
    margin-top: 8px; 
    margin-left: 13px;
}


/** 
 *  Fancy form styles
 */ 
div.formlabel
{
    color: #676767;
    padding-left: 17px;
    padding-top: 3px
}

div.forminput
{
    padding: 0px 15px 3px 17px;
}

div.forminput input
{    
    height: 24px;
    border-color: #676767;
}

div.contactform
{
    width: 568px;
    background-color: #EEEEEE;
    padding-bottom: 5px;
}

div.contactformhead
{
    background-color: #FF6600;
    padding: 3px 5px;
    color: white;
    font-weight: bold;
    border-bottom: 1px dashed #676767;
}

div.contactformerror
{
    background-color: #FFC9A5;
    padding: 3px 5px;
    color: black;
    border-bottom: 1px dashed #676767;
}

.errorField input, .errorField select, .errorField textarea, .errorField .assocObjDesc
{
    background-color: #FFC9A5;
}

div.contactformleft
{
    float: left;
    width: 192;
    border-right: 1px dashed #676767;
    margin-top: 8px;
    margin-right: 12px;
}

div.contactformright
{
    margin-top: 8px;
}


/*
 *  Link Styles
 */
a:visited
{
    text-decoration: none;
    color: #676767;
}

a:active
{
    text-decoration: none;
    color: #676767;
}

a:link
{
    text-decoration: none;
    color: #676767;
}

a:hover
{
    color: #FF6600;
    text-decoration: underline;
}

/** 
 *  Misc
 */
span.sup
{
    font-size: 70%;
    line-height: 50%;   
    padding-bottom: 30%;
    vertical-align: top;
}

