/* *******************************

Orchid customstyles.css, Version 1.0

JB01
******************************* */


body {
	background: #afafaf url(http://bnetsavvy.com/ht/a/GetImageAction/i/200) no-repeat;
	font-family: arial, verdana, sans-serif;
	margin: 49px auto 20px 200px;
	color: #666;
	font-size: 12px;
	text-align: left;
	}

div#sitecontainer {
	background: url(http://bnetsavvy.com/ht/a/GetImageAction/i/197) repeat-y top left;
	border: none;
	margin: 0px;
	width: 787px;
}

.threecolumn div#sitecontainer {
	background: url(http://bnetsavvy.com/ht/a/GetImageAction/i/198) repeat-y top left;
	border: none;
}

#main {
        float: right;
        width:680px;
	padding-left: 20px;
	padding-right: 55px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.threecolumn #main {
	width: 550px !important;
	padding-right: 15px;
	}


strong {
	color: #999;
	}



#footer {
	background: url(http://bnetsavvy.com/ht/a/GetImageAction/i/194) no-repeat top left;
	color: #666;
    clear: both;
    text-align: left;
    width: 787px;
    margin: 0;
}

.threecolumn #footer {
	background: url('http://bnetsavvy.com/ht/a/GetImageAction/i/193') no-repeat top left !important;
	margin: -1px 0px 20px 0px !important;
	position: relative;
	padding-left: 200px;
	color: #fff;
	width: 587px;
	}


#footer .address {
	padding: 0px;
	color: #333;
	margin: 0px;
	float: none;
	position: relative;
	}


.threecolumn #footer .address {
	padding-left: 0px;
	}

#footer .address b, #footer .address strong {
	font-family: verdana, sans-serif;
	color: #333;
	}

#footer .address a {
	color: #333;
	}

#footer .notice {
	display: none;
	}

.threecolumn #footer .notice {
	display: block !important;
	line-height: 140%;
	border: none;
	color: white;
	width: 530px;
	padding: 0px 5px;
	margin: 60px 0px;
	position: relative;
	}

#footer .notice a, #footer .notice a:visited, #footer .notice a:hover {
	color: #639;
	text-decoration: underline;
	}

/* *******************************

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, a strong {
	color: #639;
	text-decoration: underline;
}

#main a:visited {
	color: #999;
	}

#main a:hover {
	color: #639;
	background-color: #cccccc;
	text-decoration: none;
}


/* *******************************

TOP NAVIGATION

ISSUE: Nav height.

******************************* */

#nav1 {
	background: url(http://bnetsavvy.com/ht/a/GetImageAction/i/195) no-repeat top left;
	width: 587px;
	height: 21px;
	padding: 1px 0px 30px 200px;
}


.threecolumn #nav1 {
	background: url(http://bnetsavvy.com/ht/a/GetImageAction/i/196) no-repeat top left;
	}

#nav1 a {
	color: #ffffff;	
	font-weight: 0!important;
	border-right: 1px solid #fff;
	font-family: Arial, Helvetica, sans-serif!important;
	font-size: 14px!important;
	font-style: normal!important;

}

#nav1 a:hover {
	text-decoration: underline;
}

#nav1 div {
	padding: 0;
	border: 1px solid white;
	background-color: #a0a269;
	}

#nav1 div a {
	color: white;
	font-weight: 300;
	border: none !important;
	padding: 4px;
	float: 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 li {
    float: left;
    margin: 0;
    padding: 0;
    font-size: 90%;
}

#nav1 a {
    width: auto;
    display: block;
    padding: 1px 4px;
    white-space: nowrap;
    float: left;
}

#nav1 div a {
    text-align: left;
    width: 100px;
    height: auto;
}

#nav1 div.foldOut {
	top: 20px;
        width:120px;
}
/* *******************************

LEFT NAVIGATION

******************************* */


#nav2 {
	background-color: transparent;
display:none;
}

#nav2 a {
	font-weight: normal;
	color: #635479;
	font-size: 14px;
}

#nav2 div a {
	font-weight: 300;
}

ul.attention {


}

#nav2 ul.attention a {
	color: #003;
}

a#special1 {

}

#nav2 {
    float: left;
    width: 180px;
    padding: 0px 0 0px 0px;
}

#nav2 li {
	display: block;
	list-style-type: none;
	text-align: left; 
	margin: 0px 0px 0px 0px; 
	padding: 3px 5px 3px 5px;
    margin: 0;
    line-height: 130%;
    border-top: 1px solid #635479;
}

#nav2 a {
	display: block;
	list-style-type: none;
	text-align: left; 
    margin-left: 11px;
    padding-left: 0px;
    background-position: 0 5px;
    margin: 0;
}

#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, h2, h3, h4 {
	text-align: left;
	background-color: transparent;
	margin: 3px 0px;
	border: none;
	}


h1 {
	font-family: Arial,Helvetica,sans-serif;
	line-height:	110%;
	line-height: 20px;
	font-weight: bold;
    font-size: 16px;
    padding: 1px 0px;
   color: #474646;

}


h2 {
	font-weight: normal;
    font-size: 16px;
    padding: 0px 0px 0px 0px;
    color: #635479; 
	border: none;
    line-height: 20px;
}

#main h2 {
   color:#560056;
	font-weight: bold;
}



h3 {
    font-size: 120%;
    color: #444;
    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;
}



.homealertmsg h2,.homefeature h2 {
	background-color: #9A0000;
}

/* *******************************

EXTRA

Third column, if any. 

******************************* */

#extra {
	text-align: left;
	width: 135px;
	padding-right: 45px;
	padding-bottom: 0px;
	background: url(http://bnetsavvy.com/ht/a/GetImageAction/i/192) no-repeat bottom left;
	border: none;
	color: white;
	padding-top: 0px;
	padding-bottom: 80px;
	padding-left: 5px;
}

#extra a {
	color: white;
}

#extra h2 {
	font-size: 14px;
	font-weight: normal;
	color: white;
	margin-bottom: 2px;
	padding-bottom: 1px;
	}

#extra form input.btn {
	background: url(http://bnetsavvy.com/ht/a/GetImageAction/i/247) no-repeat top left;
	text-align: center;
	color: white;
	margin-top: 5px;
	font-weight: bold;
	text-transform: capitalize;
	font-family: arial, verdana, sans-serif;
	border: none;
	width: 125px;
	height: 21px;
	padding-top: 0px;
	font-size: 13px;
	}

#extra form input.field {
	width: 120px;
	}

#extra form {
	padding-bottom: 10px;
	}

/* *******************************

HOMEPAGE

Special styles for the homepage

******************************* */

#main div.releases a {
	color: #877c98;
	font-weight: bold;
        text-decoration:none;
}

.releases p {
padding-top:15px;
}

#powered a, #powered a:visited, #powered a:hover {
	color: #639;
	}
	
.releases strong {
font-size:15px;
}
/* *******************************

CALLOUTS

******************************* */

#callout {
	background: url(http://bnetsavvy.com/ht/a/GetImageAction/i/279) no-repeat bottom center;
	width: 560px;
	padding-bottom: 10px;
	color: white;
	float: left;
	}



#callout #calloutTop #content a {   /* call out box link color */
      color:#FFF;
}

#callout #calloutTop {
	background: #635479 url(http://bnetsavvy.com/ht/a/GetImageAction/i/277) no-repeat top center;
	float: left;
	width: 560px;
	}

* html #callout #calloutTop {
	width: 470px;
	}
	
* html #callout {
	width: 470px;
	margin-left: -10px;
	}

#callout #calloutTop #content {
	padding: 10px;
	font-size: 11px !important;
	line-height: 150%;
	}

#callout strong {
	color: white;
	font-weight: normal;
	font-size: 14px;
	}

.address {
text-align:center;
float:left;
}

#powered {
display:none;
}