/* ####################
WE NEED THIS html STYLE TO ADD A SCROLLBAR TO FIREFOX SO AS TO GET RID OF THE 20 PIXEL SHIFT THAT THEY SO LOVINGLY ADD TO LONG PAGES
############################## */
html {
     overflow: -moz-scrollbars-vertical;
}
	body {
        width:100%;
        text-align:center;
		height: 100%;
		margin: 0;
		padding: 0;
		background-color: #000000;
		color:#dddddd;
	}
    div
        {
        text-align:left;
        }
    #mainJ
        {
        margin:0 auto;
        background-color: #000000;
        width: 800px;		
        }
    p.revlink
        {
        line-height:18px;
        font-family: "Trebuchet MS", arial, sans-serif;
        margin:0 0 10px 0;
        }
	#flashcontent 
        {
		width: 100%;
		height: 480px;		
	    }
	
#topLogo
    {
    float:left;
    background:url(images/signature.gif);
    background-repeat:no-repeat;
    width:220px;
    height:132px;
    }
	#topLogo p
        {
        padding:110px 0 0 25px;
        }
        #topLogo a.empty:link, #topLogo a.empty:visited, #topLogo a.empty:hover
            {
            display:block;
            height:90px;
            }
        * html #topLogo a.empty:link, * html #topLogo a.empty:visited, * html #topLogo a.empty:hover
            {
            display:inline-block;
            }
#bioNav
    {
    text-align:left;
    padding:0px 0 0 25px;
    }
#contactNav
    {
    text-align:right;
    padding:0px 0 0 115px;
    }
#bioPicTOC
    {
    float:left;
    }
.cont
    {
    clear:both;
    }
.bioQuestion
    {
    font-weight:bold;
    font-style:italic;
    }
#bodiesOfWorkHeadBlkHome
    {
    width:150px;
    height:28px;
    background:url(images/bodiesOfWork.gif);
    background-repeat:no-repeat;
    }
    #bodiesOfWorkHeadBlkHome h2
        {
        display:none;
        }
#bodiesOfWorkHeadBlk
    {
    width:150px;
    height:28px;
    background:url(../images/bodiesOfWork.gif);
    background-repeat:no-repeat;
    }
    #bodiesOfWorkHeadBlk h2
        {
        display:none;
        }
/*
semantic styles below
*/
td, li, ul, p
    {
    font-family: "Trebuchet MS", arial, sans-serif;
    font-size: 12px;
    color:#ffffff;
    }
h1
    {
    margin:0 0 5px 5px;
    font-family: "Trebuchet MS", arial, sans-serif;
    font-size: 18px;
    color:#ffffff;
    }
h2
    {
    margin:15px 0 0 0;
    font-family: "Trebuchet MS", arial, sans-serif;
    font-size: 15px;
    font-weight:bold;
    color:#ffffff;
    }
a:link, a:visited
    {
    text-decoration:none;
    line-height:18px;
    font-family: "Trebuchet MS", arial, sans-serif;
    font-size: 12px;
    color:#ffffff;
    }
    a:hover, .grey
        {
        text-decoration:underline;
        color:#999999;
        }
hr
	{
	padding:0 0 0 0;
	border: 0;
	color: #999999;
	background-color: #999999;
	height: 1px;
	margin:0 0px 5px 0px;
	}
/*
generic styles below
*/
    
    
.floatLeft
    {
    float:left;
    }
    

/*#############################################
FORM STYLES BELOW
#############################################*/

.formTxt {
	font-family: Verdana, Helvetica;
	font-size: 10px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;
}

.formTitle {
	font-family: Verdana, Helvetica;
	font-size: 11px;
	font-style: normal;
	line-height: 17px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;
}
input.disabled {
	border: 1px solid #ffffff;
	background-color: #ffffff;
}

input.required, textarea.required, select.required {
	border: 1px solid #ffffff;
}
input, select {
	font-family: Verdana, Helvetica;
	font-size: 11px;
	font-style: normal;
	line-height: 11px;
	font-weight: bold;
	color: #ffffff;
	border: 1px solid #ffffff;
	background-color:#000000 !important;
	width: 150px;
}
textarea
    {
    width:550px;
	font-family: Verdana, Helvetica;
	font-size: 11px;
	font-style: normal;
	line-height: 11px;
	font-weight: bold;
	color: #ffffff;
	border: 1px solid #ffffff;
	background-color:#000000 !important;
    }
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
}

.validation-advice {
	font-family: Verdana, Helvetica;
	font-size: 11px;
	margin: 5px 0;
	padding: 5px;
	background-color: #000000;
	color : #ff3333;
	font-weight: bold;
	width: 200px;
}

fieldset {
	padding: 1em;
	margin-bottom: 0.5em;
	width:450px;
	border:1px solid #00A8E6
}

label {
	font-weight: bold;
}
.form-row {
	clear: both;
	padding: 0.5em;
}

.field-label {

}

.field-widget {

}
.button {
	font-family: Helvetica, Verdana;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #999999;
	text-decoration: none;
	background-color: #000000;
	width:100px;
	}
legend {
	font-family: Verdana, Helvetica;
	font-size: 10px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ff3333;
	text-decoration: none;
}	
