/* *******************************

Orchid customstyles.css, Version 1.0

JB01
******************************* */

body {
	background-color: #900;
	font-family: arial, verdana, sans-serif;
margin-top: 15px;
	}

div#sitecontainer {
	width: 700px;
	background-color: #fff;
	border-left: 25px solid #ffcc33;
	border-right: 25px solid #ffcc33;
}
#main {
	float: right;
	width: 440px;
	padding: 20px 20px 20px 20px;
	margin-top:0px;
}

* html #main .homeImg {
width:781px;
height:622px;
}
* html #main .homeImg img {
position:absolute;
margin-left:0px;
}

#main h1 {
	color:#900;
background-color: #ffffff;
font-size:20px;
font-weight: bold;
padding-bottom:8px;
margin-bottom: 15px;
border-top: none;
border-left: none;
border-right: none;
border-bottom:2px dotted #900;
line-height: 110%;
}

strong {
	color: #000;
	}

#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: #CC0000 !important;
	}


/* *******************************

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: #990000 !important;
	background-color: #cccccc;
}

#main a {
	color: #900;
	text-decoration: none;
}

#main a hover {
	color: #FFCC33;
	text-decoration: underline;
}


/* *******************************

TOP NAVIGATION

NOT used in this site. Display none at bottom.

******************************* */



#nav1 {
}

#nav1 a {
	color: #000000;
	font-family: 'gill sans','trebuchet ms', trebuchet, arial, sans-serif;
	font-weight: bold;
	border: 0px solid #660000;
padding-top: 5px;
}

#nav1 a hover {
	border-style: none;
	color: #FFCC33;
}

#nav1 div a {
	color: #003399;
	font-weight: 300;
	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: inline-block;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 2px;
}

#nav1 {
	width: 700px;
	height: 20px;
}

#nav1 li {
    float: left;
    margin: 0;
    padding: 0;
    font-size: 90%;
}

#nav1 a {
	display: inline-block;
	text-align: center;
width: 77px;
}

#nav1 div a {
	text-align: left;
	width: auto;
	height: auto;
}

a#special1 {

}
/* *******************************

LEFT NAVIGATION

******************************* */


#nav2 {
display: none;
}
/* *******************************

HEADERS

******************************* */
h1 {
color:#900;
font-size:18px;
font-weight: bold;
padding-bottom:8px;
margin-bottom: 15px;
border-bottom:2px dotted #900;
line-height: 110%;
}

h2 {
	font-weight: normal;
    font-size: 100%;
    background-color: #cccccc;
    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;
}

h5 {
	line-height:	110%;
    font-size: 100%;
    background-color: #cccccc;
    padding: 0px;
    color: #990000;
    border: 0px solid #000000;
}


h6 {
font-size: 16px;
font-weight:bold;
color:#900;
}


/* *******************************

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;
}

body.threecolumn h1 {
	line-height:	110%;
	text-align: center;
	background-color: #1E2472;
	color: #ffffff;
	padding: 0px;
}

/* *******************************

EXTRA

Third column, if any. 

******************************* */
/*
#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 {
	display: none;
	}

#extra a {
	color: #003;
}

/* *******************************

HOMEPAGE

Special styles for the homepage

******************************* */

#main div.releases a {
	color: #9A0000;
}

#main div.releases strong {
	color: #9A0000;
}

#main div.releases {
width:655px;
padding-left:50px;
padding-right:50px;
}


 #nav2 p a {
background:none;
}