/* *******************************

Orchid customstyles.css, Version 1.0

JB01
******************************* */

body {
	background-color: #333;
	font-family: arial, verdana, sans-serif;
	}

div#sitecontainer {
	width: 980px;
	background-color: #fff;
	border: 0px solid #ccc;
	float:left;
}


#main {
    float: right;
    width: 680px;
	padding-left: 30px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 0px;
}


/*
.thrreecolumn #main {
	width: 525px;
	}
 */
	

strong {
	color:  #003366;
	}

#footer {
	margin 0 auto;
		color: #ffffff;
    clear: both;
    padding-left: 2px;
    padding-top: 10px;
    text-align: center;
}

#footer .address b {
	font-family: verdana, sans-serif;
	}

#footer .address a {
	color: #ccc;
	}

/* *******************************

HOVER

The color needs an !important to overrule the normal link colors, which are set on
a selector containing an ID. Normally ID overrides CLASS, but in this specific instance
we don't want that.

******************************* */

.nav div a hover {
	color: #1E2472 !important;
	background-color: #cccccc;
}

#main a {
	text-decoration: none;
}

#main a hover {
	color: #9A0000;
	background-color: #cccccc;
	text-decoration: underline;
}


/* *******************************

TOP NAVIGATION

ISSUE: Nav height.

******************************* */

#nav1 {
	background-color: #036;
	border-bottom: 3px solid #fff;
}

#nav1 a {
	color: #ffffff;
	font-weight: bold;
	border: 0px solid #036;
}

#nav1 a hover {
	border-style: inset;
}

#nav1 div a {
	color: #003399;
	border: none !important;
}

a#contribute {
	background-color: #000033;
	border: 2px solid #000033;
}

.nav ul {
    margin: 0;
    padding: 0;
}

.nav li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.nav a {
    text-decoration: none;
}


.nav li div a {
    display: block;
    width: 122px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 10px;
}

#nav1 {
    width: 100%;
    height: 21px;
    padding-bottom:5px;
    white-space:nowrap;    
}

#nav1 li {
    margin: 0;
    padding: 0;
}

#nav1 a {
    float:left;
    width:auto;
}


#nav1 a:hover {
	color: #fc3;
	}

#nav1 div a {
    text-align: left;
    width: 100px;
    height: auto;
}


/* *******************************

LEFT NAVIGATION

******************************* */


#nav2 {
	background-color: #036;
}


#nav2 a {
	color: #fff;
	font-weight: bold;
	background: transparent url(http://www.meatami.com/sites/animalhandling.org/ht/a/GetImageAction/i/732) no-repeat bottom left;
	display: block;
	list-style-type: none;
	text-align: left; 
    padding: 4px 0px 3px 10px;
    margin: 0;
}

#nav2 a:hover {
	color: #fc3;
	}

#nav2 div a {
	font-weight: 300;
}

ul.attention {


}

#nav2 ul.attention a {
	color: #003;
}

a#special1 {

}

#nav2 {
    float: left;
    width: 248px;
    padding-top: 10px;
}

#nav2 li {
	display: block;
	list-style-type: none;
	text-align: left;  
    margin: 0;
	padding: 0;
    line-height: 120%;
}



#nav2 ul.attention {
    margin: 6px;
}

#nav2 ul.attention li {
    margin: 0;
    padding-bottom: 4px;
}

#nav2 ul.attention li a {
    background-image: none;
    display: inline-block;
    padding-left: 10px;
}

#nav2 ul.textsize {
    margin-top: 30px;
}

/* *******************************

HEADERS

******************************* */
h1 {
	font-family: georgia, times, 'times new roman', serif;
	line-height:	110%;
    font-size: 200%;
    background-color: #fff;
    padding: 0px;
    color: #036;
    border: 0px solid #fff;
    font-weight: normal;
}

h2 {
	font-family: georgia, times, 'times new roman', serif;
	line-height:	110%;
    font-size: 130%;
    background-color: #fff;
    padding: 0px;
    color: #036;
    border: 0px solid #fff;
    font-weight: normal;
}

h3 {
   font-family: georgia, times, 'times new roman', serif;
	line-height:	110%;
    font-size: 100%;
    background-color: #fff;
    padding: 0px;
    color: #333;
    border: 0px solid #fff;
    font-weight: normal;
}

h4 {
    font-size: 100%;
    margin: 0;
}

/* *******************************

HEADERS HOME

For Alert Messages and Features

******************************* */

.homealertmsg {
	text-align: center;
	color: #ff0000;
}

.homealertmsg a {
	text-decoration: none;
}



.homealertmsg h2,.homefeature h2 {
	background-color: #9A0000;
}


/* *******************************

EXTRA

Third column, if any. 

******************************* */
/* 
#extra {
	text-align: center;
	width: 130px;
	padding-right: 2px;
	padding-bottom: 0px;
	background-color: #fff;
}
 */

#extra {
	display: none;
	}

#extra a {
	color: #003;
}

/* *******************************

HOMEPAGE

Special styles for the homepage

******************************* */

#main div.releases a {
	color: #9A0000;
}

.itemlist a{
    margin-left:40px;
    font-weight:normal;
	line-height:15%;    
	text-decoration:underline !important;
}

.foldOut {

}

.foldOut a {
color:#003366!important;
font-weight:bold!important;
}

.foldOut a:hover {
color:#6699CC!important;
}

.address a {
color: #000;
}
.address {
color: #999 !important
}
#powered {
color: #999 !important;
}
#powered a{
color: #fff !important;
}

.address strong {
color: #fff !important;
}