/* *******************************

Orchid customstyles.css, Version 1.0

JB01
******************************* */

body {
	background-color: #fff;
	font-family: arial, sans-serif;
	color: #000;
	}

div#sitecontainer {
	width: 773px;

	background-color: #fff;
	border: 0px solid #fff;
	float:left;
}

#main {
    float: left;
    width: 580px;
	padding-left: 2px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
overflow: hidden;
}

strong {
	color: #999;
	}

#footer {
	float:left;
	border-top: 5px solid #d29640;
	background-color: #822e12;
	margin 0;
	color: #ffffff;
    clear: both;
    padding-left: 0px;
    padding-top: 10px;
    text-align: center;
    width: 773px;
}

#footer .address b {
	font-family: verdana, sans-serif;
	}

#footer .address a {
	color: #fff;
	}

#powered {
	margin: 0px;
	text-align: center;
	width: 773px;
	clear:both;
	float:left;
	}

/* *******************************

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: underline;
	color: #930;
}

#main a:hover {
	text-decoration: none;
}


/* *******************************

TOP NAVIGATION

ISSUE: Nav height.

******************************* */

#nav1 {
	margin:0;
	height:20px;
	padding:0 0 0 182px;
	background: transparent url(http://ami.orchidsuites.net/sites/ushsla.org/ht/a/GetImageAction/i/1131) no-repeat top left;
	width:593px;
/*	background: transparent url(http://ami.orchidsuites.net/sites/ushsla.org/ht/a/GetImageAction/i/1131) no-repeat top left;
	width: auto;
	padding-left: 132px;
    background-color:#d29640;
    border-bottom:2px solid white;
    border-top:3px solid white;   */ 
}
#nav1 ul {
	margin:0;
	padding:0;
	height:20px;
	overflow:hidden;
}
#nav1 ul li {
	padding:0;
	margin:0;
	float:left;
	height:20px;
	overflow:hidden;
}
#nav1 ul li a {
	margin:0;
	padding:0;
	text-decoration:none;
	color:#FFFFFF;
	display:inline;
}

#nav1 div a {
	color: #003399;
	font-weight: 300;
	border: none !important;
}

a#contribute {
	background-color: #000033;
	border: 2px solid #000033;
}


.nav li div a {
    display: block;
    width: 122px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 10px;
}


#nav1 div a {
    text-align: left;
    width: 100px;
    height: auto;
}


/* *******************************

LEFT NAVIGATION

******************************* */


#nav2 {
	background-color: transparent;
}

#nav2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav2 a {
	font-family: futura, 'century gothic','gill sans','trebuchet ms', trebuchet, arial, sans-serif;
	font-weight: normal;
	color: #fff;
}

#nav2 div a {
	font-weight: 300;
}

ul.attention {


}

#nav2 ul.attention a {
	color: #003;
}

a#special1 {

}

#nav2 {
    float: left;
    width: 182px;
    padding: 0px;
    margin-top:1px;
}

#nav2 li {
	display: block;
	list-style-type: none;
	text-align: left; 
    margin: 0 !important;
    padding: 0 !important;
    line-height: 100%;
    border: 0px solid #fff;
}

#nav2 a {
	border: 0px dotted #660000;
	display: inline;
	text-align: left; 
    padding: 0;
    margin: 0;
}

#nav2 img {
    margin-top: -1px;
    margin-bottom: -1px;
}

#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 {
	line-height:	110%;
    font-size: 140%;
    background-color: #fff;
    padding: 0px;
    color: #000;
    border: 0px solid #000000;
}

h2 {
	line-height:	110%;
    font-size: 150%;
    background-color: #fff;
    padding: 0px;
    color: #000;
    border: 0px solid #000000;
}

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 {
	display: none;
	}

#extra {
	text-align: center;
	width: 130px;
	padding-right: 2px;
	padding-bottom: 0px;
	background: url(http://orchidsuites.net/orchid/skins/JB01-1/images/extrabg.jpg);
	border-left: 1px solid #55000B;
}

#extra a {
	color: #003;
}

/* *******************************

HOMEPAGE

Special styles for the homepage

******************************* */

#main div.releases a {
	color: #9A0000;
}