/** TITLES */

.title {
}

.title h1, .title h2, .title h3
{
    margin: 7px 0px 25px 0px;
    color: #455162;
}


/** BASIC */

html, body {
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-color: #FFF7E1;
}

.text1 {
	padding-left: 15px;
	background: url(images/grad_small_bicolor.gif) no-repeat left top;
}

.text2
{
    padding-left: 10px;
    background: url(images/grad_small_gold.gif) no-repeat left top;
}

a.link3 {
	display: block;
	text-align: right;
	font-weight: bold;
	background: url(images/homepage09.gif) no-repeat 0px 50%;
}

a.link3:hover {
	text-decoration: underline;
}

.thumbs {
	text-align: center;
}

.thumbs ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.thumbs li {
	display: inline;
}

.thumbs img {
	border: 1px solid #DBDBDB;
}

/** container sets page width */

#container
{
    width: 960px;
    margin-right: auto;
    margin-left: auto;
}    

/** MAIN MENU */

#topstuff
{
    background-color: #FFD675;
}    

#mainmenu
{
    margin: 0px auto 0px auto;
    width: 600px;
    top: 3px;
    background-color: #FFD675;
}

#mainmenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#mainmenu ul li {
	display: inline;
}

#mainmenu a
{
    background-position: 50%;
    display: block;
    padding: 0px;
    background: url(images/homepage01.gif) no-repeat 50% 40px;
    text-align: center;
    vertical-align: top;
    visibility: visible;
}

#mainmenu1 { width: 118px; }
#mainmenu2 { width: 118px; }
#mainmenu3 { width: 118px; }
#mainmenu4 { width: 118px; }
#mainmenu5 { width: 118px; }
#mainmenu6 { width: 118px; }

#mainmenu .vbar {
	display: block;
	width: 5px;
	height: 50px;
	background: url(images/homepage02.gif) no-repeat;
}

/** HEADER */

#header
{
    background-position: url(images/njos_banner.jpg);
    height: 125px;
    margin: 0px auto 0px auto;
    background: url(images/njos_banner.jpg);
}

#logo {
}

#slogan {
}

#logo, #slogan { position: absolute; left: -10000px; }

/** PAGETITLE */

#PageTitle
{
    margin-right: auto;
    margin-left: auto;
    padding: 8px 0px 8px 0px;
    font-size: 16pt;
    color: #0F549F;
    text-align: center;
    font-weight: bold;
    background: url(images/horiz_dbl_page_title.gif) no-repeat 0px 0px;
}    

/** PageIntro */

#PageIntro
{
    margin-right: auto;
    margin-left: auto;
}   

/** CONTENT */

#content
{
    margin: 5px auto 0px auto;
}

.content {
}

/** FOOTER */

#footer
{
    background-position: url(images/homepage18.gif) no-repeat;
    height: 60px;
    margin: 9px auto 0px auto;
    padding-top: 5px;
    background: url(images/homepage18.gif) no-repeat;
    background-color: #FFD675;
}

#links
{
    float: left;
    width: 660px;
    padding: 3px 0px 0px 8px;
    font-size: small;
    color: #0F549F;
    font-weight: bold;
}

#links ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#links li {
	display: inline;
}

#links a {
	padding: 0px 10px;
	background: url(images/homepage19.gif) no-repeat left center;
}

#copyright
{
    background-position: left top;
    float: left;
    width: 270px;
    margin: 0px;
    padding: 3px 0px 17px 0px;
    background: url(images/homepage20.gif) no-repeat left top;
    color: #0F549F;
}

/** 3-COLUMN LAYOUT 
three-col draws horizontal line 27px down */

.three-col
{
    background: url(images/horiz_dbl_960.gif) no-repeat 0px 0px;
}

.three-col .colA {
	float: left;
	width: 320px;
}

.three-col .colB {
	float: left;
	width: 320px;
}

.three-col .colC {
	float: left;
	width: 320px;
}

/** 2-COLUMN LAYOUT */

.two-col
{
    background: url(images/horiz_dbl_2_col.gif) no-repeat 0px 0px;
}

.two-col .colA {
	float: left;
	width: 280px;
}

.two-col .colB {
	float: left;
	width: 680px;
}

/** 1-COLUMN LAYOUT */

.one-col {
	padding: 1px 22px 10px 22px;
	background: url(images/subpage2_01.gif) no-repeat 0px 27px;
}


/** SPECIES 3 COLUMN LAYOUT 
three-col draws horizontal line 27px down */

.species
{
    background: url(images/horiz_species_960.gif) no-repeat 0px 0px;
}

.species .colA
{
    margin: auto;
    float: left;
    width: 480px;
    text-align: center;
}

.species .colB {
	float: left;
	width: 310px;
}

.species .colC {
	float: left;
	width: 170px;
}

/** Photo Column Layout */

.thmb-col
{
    float: left;
    width: 155px;
    text-align: center;
}   

/** BOX1 sets margins of column contents */

.box1 {
    margin: 0px 20px 10px 17px
}    

#box1
{
    margin: 0px 20px 10px 17px;
}

#box1 .title {
}

#box1 .content {
}

/** BOX2 */

#box2 {
	margin: 0px 20px 10px 17px;
}

#box2 .title {
}

#box2 .content {
}

/** BOX3 */

#box3 {
	margin: 0px 20px 10px 17px;
}

#box3 .title {
}

#box3 .content {
}

/** BOX4 */

#box4 {
	margin: 0px 20px 10px 17px;
}

#box4 .title {
}

#box4 .content {
}

/** BOX5 */

#box5 {
	margin: 0px 20px 10px 17px;
}

#box5 .title {
}

#box5 .content {
}

/** BOX6 */

#box6 {
	margin: 0px 20px 10px 17px;
}

#box6 .title {
}

#box6 .content {
}

/** Box 7 used in column A of Species Page **/

#box7
{
    margin: 1px 0px 0px 0px;
}

#box7 .title {
}

#box7 .content {
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0F549F;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
}

.text1 {
	font-size: 11px;
	font-weight: bold;
	color: #455162;
}

.text2 {
	font-size: large;
	color: #0F549F;
}

.text3 {
	font-size: 9px;
	color: #B6B6B6;
}

.page_title
{
    padding: 8px 0px 8px 0px;
    font-size: 16pt;
    color: #0F549F;
    text-align: center;
    font-weight: bold;
    font-style: oblique;
}

/** LINKS */

a {
	text-decoration: none;
	color: #C89812;
}

a:hover {
	text-decoration: underline;
}

a.link1 {
	font-weight: bold;
	color: #424242;
}

a.link2 {
	font-size: 10px;
	color: #C89812;
}

/** BACKGROUNDS */

.bg_vert_3_col
{
    background: url(images/vert_3_col.gif) repeat-y;
    margin-right: auto;
    margin-left: auto;
}

.bg2 {
	background: url(images/vert_2_col.gif) repeat-y;
}

.bg_species {
	background: url(images/vert_species.gif) repeat-y;
}

.bg_280_dbl
{
    background-position: 0px 0px;
    background: url(images/horiz_dbl_280.gif) no-repeat 0px 0px;
    padding-top: 1px;
}

.bg_310_dbl
{
    background-position: 0px 0px;
    background: url(images/horiz_species_310.gif) no-repeat 0px 0px;
    padding-top: 1px;
}

.bg_170_dbl
{
    background-position: 0px 0px;
    background: url(images/horiz_species_170.gif) no-repeat 0px 0px;
    padding-top: 1px;
}

.bg_thumbnails
{
    background: url(images/horiz_dbl_page_title.gif) no-repeat 0px 0px;
    padding-top: 1px;
}

/** MISC */

.align-justify { text-align: justify; }

.img1 {
	float: left;
	margin: 2px 15px 0px 0px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

/** IMAGES */

img.left
{
    padding: 0px 4px 4px 0px;
    float: left;
}

img.right
{
    padding: 0px 0px 4px 4px;
    float: right;
}

img.center
{
    padding: 0px 0px 4px 4px;
    float: none;
}

/** Main Image on Species Page */

.tbl_set
{
    background-color: #FFD675;
    vertical-align: middle;
    text-align: center;
    height: 537px;
    width: 479px;
}

/** clear to fix height of div to match picture */

.clear {
    clear:both;
    height:1px;
    overflow:hidden;
    
}    


/** Second line for county page */

.checklist_header
{
    background-position: 0px 0px;
    margin-right: auto;
    margin-left: auto;
    padding: 8px 0px 8px 0px;
    font-size: 14pt;
    color: #0F549F;
    text-align: center;
    background: url(images/horiz_dbl_page_title.gif) no-repeat 0px 0px;
}  
