/* *******************************

Orchid customstyles.css, Version 1.0

JB01
******************************* */

body {
	background-color: #fff;
	font-family: arial, helvetica, verdana, sans-serif;
	}

div#sitecontainer {
	background-color: #fff;
	border: 0px solid #fff;
	margin: 0;
	width: 100%;
}

#main {
    float: left;
    width:100%;
    padding:30;
    /*
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 0px;
	*/
	
}

#main a:active {
color: #A92318
}

.releases {
padding-top:10px;

}

.threecolumn #main {
width:60%!important;
	}


strong {
	}

#footer {
	margin 0 auto;
    color: #000;
    clear: both;
    padding-left: 2px;
    padding-top: 10px;
    text-align: center;
}

#footer .address b {
	font-family: verdana, sans-serif;
	}

#footer .address a {
	color: #ccc;
	}

#main a:hover {
	color: #A92318;
}

/* *******************************

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 {
	color: #cc9966;
	text-decoration: none;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
}

/*#main a:hover {
	color: #9A0000;
	text-decoration: none;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
}*/


/* *******************************

TOP NAVIGATION

ISSUE: Nav height.

******************************* */

#nav1 {
	background-color: red;
	width: 800px;
    height: 20px;
	padding:0 !important;
margin:0 !important;
}
#nav1 ul {
margin:0 !important;
padding:0 !important;
background:#000!important;
height:20px;
width:900px;
border:none !important;
}

#nav1 ul li {
margin:0 !important;
padding:0 !important;
display:block !important;
height:20px !important; 
float:left !important;
width:auto !important;
}

#nav1 ul li a {
margin:0 !important;
padding:0 !important;
display:block !important;
height:20px;
overflow:hidden !important;
width:auto !important;
}
* html #nav1 ul li a {
width:inherit !important;
float:left;
}
#nav1 ul li div a {
margin:0 !important;
padding:0 !important;
overflow:hidden !important;
width:190px !important;
}
* html #nav1 ul li div a {
float:none !important;
}
a#contribute {
	background-color: #000033;
	border: 2px solid #000033;
}



/* *******************************

LEFT NAVIGATION

******************************* */


#nav2 {
	float: left;
	background-color: #c96;
	width:150px;
}

#nav2 a {
	font-family: futura, "century gothic", arial, sans-serif;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	padding: 0 !important;
	margin: 0 !important;
}

#nav2 div a {
	font-weight: 300;
}



a#special1 {

}


#nav2 li {
	display: block;
	list-style-type: none;
	text-align: left; 
	line-height:5px;
	margin-top:-4px;
	margin-left:-10px;
	
}

#nav2 a {
	list-style-type: none;
	text-align: left; 
   /* padding-left: 16px;
    padding-bottom: 3px;
	background: transparent url(http://www.meatami.com/sites/amif.org/ht/a/GetImageAction/i/510) no-repeat center left; */
    margin: 0 0 3px 0;
}

#nav2 a:hover {
	color: #fc6;
	}


#nav2 ul.attention li {
    margin: 0;
    padding-bottom: 4px;
}

#nav2 ul.textsize {
    margin-top: 30px;
}

ul.attention {
	padding-top: 10px;
	margin: 0px !important;
	background-color: #fff;

}

#nav2 ul.attention a {
	font-size: 90%;
	margin: 0px !important;
	color: #000;
	background: transparent url(http://www.meatami.com/sites/amif.org/ht/a/GetImageAction/i/569) no-repeat 5px left !important;
	padding: 2px 0 3px 14px !important;
	border: 0px solid #fff;
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
	text-transform: capitalize;
}

#nav2 ul.attention li.current a {
	font-weight: bold;
	}

#nav2 ul.attention a:hover {
	background-color: white;
	color: red;
	}

#nav2 .gradient {
	background: transparent url(http://www.meatami.com/sites/amif.org/ht/a/GetImageAction/i/567) repeat-x;
	}

/* *******************************

HEADERS

******************************* */
h1 {
	line-height:	110%;
    font-size: 250%;
    background-color: #fff;
    padding: 0px;
    color: #000;
    border: 0px solid #fff;
    font-weight: normal;
}

h2 {
	font-weight: normal;
    font-size: 100%;
    background-color: #fff;
    padding: 0px 0px 0px 0px;
    color: #003;
	line-height: 10px;
	border-top: none;
	border-right: none;
	border-left: none;
    border-bottom: 1px dotted #003;
}

h3 {
    font-size: 120%;
    color: #003399;
    background-image: url(http://orchidsuites.net/orchid/skins/JB01-1/images/navbullet.gif);
    background-repeat: no-repeat;
    background-position: 2px 5px;
    padding-left: 15px;
}

h4 {
    font-size: 100%;
    margin: 0;
}

/* *******************************

HEADERS HOME

For Alert Messages and Features

******************************* */

.homealertmsg {
	text-align: center;
	color: #ff0000;
}

.homealertmsg a {
	text-decoration: none;
}


.threecolumn h2 {
	font-size: 130%;
	padding: 5px;
	padding-left: 10px;
}

.homealertmsg h2,.homefeature h2 {
	background-color: #9A0000;
}


/* *******************************

EXTRA

Third column, if any. 

******************************* */

#extra {
	text-align: left;
	width: 150px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-color: #000;
    color:#c96;
	border-left: 0px solid #fff;
	margin-right: 0px !important;
	margin-top:-7px;
}
#extra img {
	padding:0;
	margin:-3px 0 0 0;
}
#extra a {
	color: #003;
	margin-top: 0px;
}

/* *******************************

HOMEPAGE

Special styles for the homepage

******************************* */

#main div.releases  {
padding-top : 15px;
padding-left : 15px;
}

#main div.releases a {
color : black;
font-size : 9px;
text-decoration : underline;
}

#main div.releases p {
line-height : 1.4em;
}
#main div.releases p strong {
padding-bottom : 1px;
}

.itemlist strong {
 color:black;
}

.address a {
color: #ccc;
}
.clearer {
background-color: #c96;
line-height:normal !important;
font-size: 10px !important;
height: 30px;
margin-top: -10px !important;
}

.navbottom {
float:center;
width: auto;
text-align: center;
margin-top: 10px;
}
.navbottom li {
display: inline;
width: auto;
float:center;
margin-right: 10px;
vertical-align:bottom;
}

.navbottom li a{
color: #000;
vertical-align:bottom;
}

#main div div div div a:hover{
text-decoration: underline;
color:#990000;
}