/* *******************************

Orchid customstyles.css, Version 1.0

JB01
******************************* */

html {
color: #fff
} 

logo img {
align: center;
}

body {
/*	url(http://voices.orchidsuites.net/images/back.jpg); */
	background-color: #000000;
	font-family: 'gill sans','trebuchet ms', trebuchet, arial, sans-serif;

	}

div#sitecontainer {
	background: #000;
	border-bottom: 1px solid #ccc;
	border-top: 0px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
overflow: hidden;
}

#main {
    float: right;
    width: 530px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 0px;
}

#main h1 {
	line-height:	110%;
	line-height: 110%;
	background-color: transparent;
    font-weight: normal;
    font-size: 200%;
	text-align: left;
    padding: 2px;
    color: #FA0303;
    border: 0px solid #000000;
}

strong {
	color: #999;
	}

#footer {
	margin: 0 auto 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: #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: #FA0303 !important;
	background-color: #cccccc;
}

#main a {
	text-decoration: none;
	color: #FA0303;
}

#main a:active {
	color: #FA0303;
}

#main a:visited {
	color: #660000;
}

#main a:hover {
	color: #FA0303;
	background-color: #cccccc;
	text-decoration: underline;
}


/* *******************************

TOP NAVIGATION

ISSUE: Nav height.

******************************* */

#nav1 {

}

#nav1 a {
	color: #ffffff;
	background-color: #FA0303;
	font-family: 'gill sans','trebuchet ms', trebuchet, arial, sans-serif;
	font-weight: 900;
	border: 2px outset #FA0303;
}

#nav1 a:hover {
	border-style: inset;
}

#nav1 div a {
	color: #003399;
	font-weight: 300;
	border: none !important;
	background-color: #FFF;
}

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 {
    width: 800px;
    height: 0;
}

#nav1 li {
    float: left;
    margin: 0;
    padding: 0;
    font-size: 90%;
}

#nav1 a {
    width: 129px;
    height: 13px;
    display: block;
    text-align: center;
}

#nav1 div a {
    text-align: left;
    width: 100px;
    height: auto;
}


/* *******************************

LEFT NAVIGATION

******************************* */


#nav2 ul, #nav2 ul li {
padding:0px;
margin:0px;
text-align:left;
list-style-type:none;
}
#nav2 {
  background: #333;
  margin-top: 10px;
  width: 180px;
  padding-top: 20px;
  float: left;
  clear : left;
} 
#nav2 ul {
  padding:0;
  margin:0;
  list-style-type:none;
}
#nav2 ul li {
  position:relative;
  display: block;
  list-style-type: none;
  text-align: left; 
  padding: 3px 5px 3px 8px;
  margin:0;
  line-height: 130%;
}
#nav2 ul li li {
padding:0px;
}
/* a hack for IE5.x and IE6 */
* html #nav2 li {
float:left;
display:block;
width:180px;
}

#nav2 li a {
  display:block; 
  text-decoration:none;
  color:#FA0303;
  font-weight:bold;
  text-indent:5px;
  border-bottom: 1px dotted #FA0303;
  padding:0 0 0 16px;
}

#nav2 li:hover {position:relative; z-index:300;}

#nav2 ul ul, #nav2 ul li ul li ul {
position:absolute; 
left:-9999px; 
top:-9999px;
background:#fff;
  width:170px !important;
  background:#fff;
  padding:5px 5px 5px 8px;
  border:solid 1px #000;
}
/* yet another hack for IE5.x and IE6 */
* html #nav2, * html #nav2 ul {width:1px;}

/* it could have been this simple if all browsers understood */
/* show next level */
#nav2 li:hover > ul {left:-15px; margin-left:100%; top:-1px;}
/* keep further levels hidden */
#nav2 li:hover > ul ul {position:absolute; left:-9999px; top:-9999px; width:auto;}
/* show path followed */
#nav2 li:hover > a {text-decoration:underline; color:#FA0303;}


/* but IE5.x and IE6 need this lot to style the flyouts and path followed */
/* show next level */
#nav2 li:hover ul,
#nav2 li:hover li:hover ul,
#nav2 li:hover li:hover li:hover ul,
#nav2 li:hover li:hover li:hover li:hover ul,
#nav2 li:hover li:hover li:hover li:hover li:hover ul
{left:-15px; margin-left:100%; top:-1px;}

/* keep further levels hidden */
#nav2 li:hover ul ul,
#nav2 li:hover li:hover ul ul,
#nav2 li:hover li:hover li:hover ul ul,
#nav2 li:hover li:hover li:hover li:hover ul ul
{position:absolute; left:-9999px; top:-9999px;}

/* show path followed */
#nav2 li:hover a,
#nav2 li:hover li:hover a,
#nav2 li:hover li:hover li:hover a,
#nav2 li:hover li:hover li:hover li:hover a,
#nav2 li:hover li:hover li:hover li:hover li:hover a,
#nav2 li:hover li:hover li:hover li:hover li:hover li:hover a
{text-decoration:none; color:#FA0303;}

/* hide futher possible paths */
#nav2 li:hover li a,
#nav2 li:hover li:hover li a,
#nav2 li:hover li:hover li:hover li a,
#nav2 li:hover li:hover li:hover li:hover li a,
#nav2 li:hover li:hover li:hover li:hover li:hover li a
{text-decoration:none; color:#FA0303; font-weight:normal; padding:2px 0;}
#nav2 ul ul li a:hover {
background:#ccc;
}

/* *******************************

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-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: #FA0303;
}

.homealertmsg a {
	text-decoration: none;
}


.threecolumn h2 {
	font-size: 130%;
	padding: 5px;
	padding-left: 10px;
}

.homealertmsg h2,.homefeature h2 {
	background-color: #FA0303;
}

body.threecolumn h1 {
	line-height:	110%;
	text-align: center;
	background-color: #FA0303;
	color: #ffffff;
	padding: 0px;
}

/* *******************************

EXTRA

Third column, if any. 

******************************* */

#extra {
	text-align: center;
	width: 130px;
	padding-right: 2px;
	padding-bottom: 0px;
	background: #333;
	border-left: 1px solid #666;
}

#extra a {
	color: #fff;
}

/* *******************************

HOMEPAGE

Special styles for the homepage

******************************* */

#main div.releases a {
	color: #FA0303;
}

.oljs {
	background-color: #ffffff;
    text-align : left !important;
	}

/* *******************************
  CONTROLLING Styles for 
  the Suckerfish DROPDOWN
******************************* */

#nav1 ul {padding:0;margin:0;}
#nav1 li ul {position:absolute;left:-999em;width:10em;}
#nav1 li ul ul {margin:-1.8em 0 0 13.7em;}
#nav1 ul ul li {float:left;display:block;clear;left;}

/* for compliant browsers */
#nav1 li:hover ul {left:auto;}
#nav1 li:hover ul ul {left:-999em;}

#nav1 li:hover ul,
#nav1 li li:hover ul,
#nav1 li li li:hover ul {left:auto;}

/* for IE */
#nav1 li.sfhover ul {left:auto;}
#nav1 li.sfhover ul ul {left:-999em;}

#nav1 li.sfhover ul,
#nav1 li li.sfhover ul,
#nav1 li li li.sfhover ul {left:auto;}

td.question {
  color                 : #fff;
  background-color      : transparent;
  text-align        : right;
}