/* General settings. */
html { margin: 0px; padding: 0px; }

body
{
	color: #000;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	padding-right: .5em;
	margin: 0px;

}
div.clear{ clear:both;}


a:link { color: #CB4335; }
a:visited { color: #7B241C;}
a:active { color:#CB4335;}
a:hover { text-decoration: underline;}

acronym { cursor: help; }

p { 
	margin-top: 0px;
	padding-left: 15px;
	padding-right: 20px;
}

p.first { 
	padding-top: 20px;
}

#banner
{
	background-color: black;
	clear: both;
}

.skiplink {
	display: none
}

div.clear { clear: both;position:relative; }
	
.clear {
	clear: both;position:relative;
	}
.hide {
	display: none;
}

/* Top of the Page information for the future 
switched to height: em for text resizing

***  ***
*/
#jlabheader {
	/* Top Right Bottom Left */
	padding: 3px 3px 3px 20px;
	background-color: white;
	color: #fff;
	font-weight: bold;
	font-size: smaller;
	vertical-align: middle;
	height: 2.0em;
}

#jlabheader a {
	color: #fff;
	text-decoration: underline;
}
	
#header {
	background-color:white;
}

/* ***  *** */
h1 {
	background-color: white;
	padding-left: 10px;
	padding-top: 5px;
	color: #990000;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom:0px;
	margin-top:0px;
}

h2 {
	border-bottom: #E0E0E0 2px solid;
	color: #656565;
	font-size: 1em;
	padding-left: 10px;
	font-weight: bold;
}

h3 {
	color: #656565;
	font-size: 1em;
	padding-left: 10px;
	font-weight: bold;
}

/* Have to put background-color on everything for left column look
need this if nav length < content */
/*
***  ***
*/
#content {
	background-color: #E0E0E0;
}


/* Makes border around main body. Color:  border */
#main_body {
	background-color: #ffffff;
	color: #000000;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-left: 210px;
	/* for IE bug when table 100% */
	height:1%;
}

#main_body p, p#main_body { padding-left: 25px; }
#main_body a:link { text-decoration: none;}
#main_body a:hover { text-decoration: underline;}

/* Makes background color of sidebar.
aligned to the left
 */
#sidebar {
	background-color: transparent;
	margin-right: 0px;
	width: 200px;
	float: left;
	height: 100%;
	padding-bottom: 20px;
}

#sidebar p {
	font-size: smaller;
	padding-top: 10px;
}

#sidebar a { text-decoration: none;
             color: black;
           }
#sidebar a:hover { text-decoration: underline;}

/* Tabs along the top */
ul#main_navigation,
#main_navigation ul {
	list-style:none;
	display: inline;
	white-space: nowrap;
	margin: 0; 
	padding: 0; 
	clear: both;
	position:relative;
}


/* 
************************** 
***  *** borders
***  *** tab
************************** 
*/
li#main_navigation,
#main_navigation li {
        display: inline;
        background-color: #454545;
        border-bottom: #E0E0E0 1px solid;
        border-right: #E0E0E0 1px solid;
        border-top: #E0E0E0 1px solid;
        font-weight: bold;
        color: white;
        clear: both;
        font-size: smaller;
        margin: 0;
        padding: 2px 20px 2px 20px;
}
	
li#main_navigation a,
#main_navigation li a {
        color: white;
        clear: both;
        text-decoration: none;
}
#main_navigation li a:hover {
        text-decoration: underline;
}
	
/* Top navigation selected 'button'.  */
.main_navigation_current {
        background-color: #454545;
        clear: both;
        position:relative;
        text-align:right;
        height:2px;
}

/* ***  *** */
li#main_navigation_current,
#main_navigation_current li {
        display: inline;
        background-color: #E0E0E0;
        border-bottom: #3B656A 1px solid;
        border-right: #E0E0E0 1px solid;
        border-top: #E0E0E0 1px solid;
        font-size: smaller;
        font-weight: bold;
        color: black;
        clear: both;
        margin: 0;
        padding: 2px 20px 2px 20px;
}

li#main_navigation_current a,
#main_navigation_current li a {
	color: black;
        clear: both;
	text-decoration: none;
}
	
/* side navigation styles */
/* ***  *** */
.nav_heading {
        background-color: #3B656A;
        color: white;
        clear: both;
        padding-left: 20px;
        border-bottom: #000 1px solid;
        margin-bottom: 0px;
        margin-top:0px;
        font-size: smaller;
        padding-top: 3px;
        padding-bottom: 3px;
}

.nav_heading a {
        color: white;
        clear: both;
	}

/* text in the left navigation */
.nav_sub {
        padding-left: 2.3em;
	padding-top: 0.5em;
	font-size: 0.8em;
	padding-bottom: 1em;
	margin: 0px;
	list-style-type: disc;
}

.nav_sub li {
	padding-bottom: .4em;
}

/* 
***  ***
*/
.pullquote {
	width: 250px;
	float: right;
	background-color: #E0E0E0;
	margin-top: 0px;
	color: black;
	margin-left: 15px;
	margin-bottom: 20px;
	font-weight: normal;
	font-size: smaller;
}

div.row span.left {}

#footer {
	background-color: #454545;
	color: white;
        clear: both;
	position: relative;
	padding: 5px 20px 0px 20px;
	height: 3.5em;
	font-size: smaller;
}
#ffooter {
	background-color: #3B656A;
	color: white;
    clear: both;
	padding: 5px 20px 0px 20px;
	font-size: smaller;
}
#footer a { 
        color: white;
        clear: both;
        text-decoration: underline;
}
#ffooter a { 
        color: white;
        clear: both;
        text-decoration: underline;
}
.left {
	text-align: left;
	float: left;
	}

.left a { color: white; }

.lefth {
	text-align: left;
	float: left;
	color:white;
	height:85px;
	width:445px;
	}

	
.right {
	text-align: right;
	float: right;
	margin: 0px;
	}
	
	
/* For the search form  */
.right form {
	margin: 0px;
	padding: 10px 10px 0px 0px;
	font-size: 11px;
	vertical-align: middle;
	}
	
.right form input {
	font-size: 11px;
	vertical-align: middle;
	}
	
.right form select {
	font-size: 11px;
	vertical-align: middle;
	}
	

.padit li {padding-bottom:8px;}
