/* *******************************

Orchid customstyles.css, Version 1.0

JB01
******************************* */
html { font-size:100.01%; }
body { font-size:1em; }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquotebefore, blockquoteafter,
qbefore, qafter {
	content ;
}
blockquote, q {
	quotes:  ;
}
.nav li div a, #nav1 a, #nav1 div a, #nav2 div {
width:inherit;
}

body {
	background-color: #bbbbbb;
	font-family: Arial, Helvetica, sans-serif;
                padding: 8px;
}

div#sitecontainer {
background:#ffffff;
border:0px;
width:976px;
border-bottom:solid 15px #333333;
}

#main {
    float: left;
    width: 615px !important;
    padding: 0px 15px;
}

#main h1 {
border:0px;
background:none;
margin:0;
color:#000;
text-align:left;
font:bold 1.13em Arial, Helvetica, sans-serif;
}

strong {
	color: #000000;
	}

#footer {
	margin 0 auto;
	width:976px;
	color: #ffffff;
margin:0 auto;
    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: #333333;
height:15px;
width:100%;
font:bold 0.85em Arial;
margin-bottom:0px;
}
#nav1 ul {
display:none;
     width:100%;
}
#nav1 ul li {
display:block;
padding:13px 34px;
}
#nav1 ul li a:link, #nav1 ul li a:visited, #nav1 ul li a:active {
text-transform:uppercase;
color:#3A2413;
display:inline !important;
}
#nav1 ul li a:hover {
color:#9E2314;
}

/* *******************************

LEFT NAVIGATION

******************************* */


#nav2 {
background-color:#666666;
border-top:solid 1px #000000; font:bold 0.80em Arial;
padding:0 0 6px 0 !important;
margin:-1px 13px 0 0 !important;
width:172px !important;
}
#nav2 ul {
}
#nav2 ul li {
border-bottom:solid 1px #333333;
display:block;
padding:0 !important;
}
#nav2 ul li a:link, #nav2 ul li a:visited, 

#nav2 ul li a:active 

{
padding:0 !important;
color: #ffffff;
display:block;
padding:8px 10px 8px 20px !important;
letter-spacing:1px;
}
#nav2 ul li a:hover {
color: #ff6600;
background-color:#333333;
} 

/* *******************************

HEADERS

******************************* */
h1 {
	line-height:	110%;
    font-size: 100%;
    background-color: #cccccc;
    padding: 1px;
    color: #ffffff;
    border: 1px solid #000000;
}

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;
}

/* *******************************

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. 

******************************* */
#sitecontainer #extra {
height: 7px !important;
}
#extra {
float:right;
width:171px !important;
overflow:hidden;
padding:0 !important;
}

#extra a {
	color: #003;
}

/* *******************************

HOMEPAGE

Special styles for the homepage

******************************* */

#main div.releases a {
	color: #9A0000;
}
#bDate {
background-color:#3A2413;
color:#A97B50;
font:normal 0.70em Arial,Helvetica,sans-serif;
padding:1px 0 1px 15px;
letter-spacing:2px;
display: none;
}
#leftLogo {
display:none;
height:217px;
margin:0 !important;
}
#main a {
color: #3A2413;
font-weight: bold;
}
#main a:hover {
color: #9E2314;
}
#main ul li{
list-style: disc !important;
margin-left: 30px;
}