/* *******************************

Orchid customstyles.css, Version 1.0

JB01
******************************* */

body {
	background-color:#1C4227;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	margin: 15px 0 0 0;
        
}

div#sitecontainer {
	
	background-color:#FFFFFF ;
	border-bottom: 13px solid #9A4800;
	border-top: 0px solid #fff;
   width: 776px;
}

/*==================================================================================
Changelog:
06282008-RBF - link color and attrib mods
07032008-RBF - sidebar mods
-----------------------------------------------------------------------------------*/
#main a, #main a:link,{ color:#191966  text-decoration:none; }
#main a:visited { color:#9A4800 !important; text-decoration:none  }
#main a:hover { color:#9A4800 !important; text-decoration:underline ; }

#main .tab a, #main .tab a:link, #main .tab a:visited { color: #000000 !important; }
#main .tab a:hover { text-decoration: none !important; }

div.bab_buttons { font-weight:bold; }
div.bab_title { color:#555; text-decoration:underline; font-size:1em; }
div.bab_buttons a:hover { text-decoration:underline; }


#rcBox {
margin: -30px 0 0 -25px;
}
#rcBox a, #rcBox a:link, #rcBox a:visited { color:#9A4800 !important; text-decoration:underline !important; }
#rcBox a:hover { color:#9A4800 !important; text-decoration:underline !important; }
#rcBox a { font-weight:bold; }
#main #rcBox h3 font, #main #rcBox h3{ color:#555; text-decoration:underline; font-size:11px !important; margin-left:-10px;}

/*--------------------------------------------
replaced margin on main LIST with top-border.
prevents the sidebar from stretching 
in pages with long articles.
---------------------------------------------*/
#nav2.nav { background: #fff; }

/* add top border on bling-search */
div.bling-search { border-top: 2px solid #191166; }

/* top border - enabled on main links; disabled on sub-links */
#nav2 ul li { margin:0; border-top: 2px solid #191166; }
#nav2 ul li ul li { border-top:none; }

/* style for left_sidebar_extras class */
.left_sidebar_extras { margin:0; padding:2px 0 4px 2px; background-color: #191166 }

/* remove/hides date and source */
span.date { visibility: hidden; }
span.item_source { display: none; }
/* END ===========================================================================*/


#main table.articlephoto,
#main table.BabTopicsBackground{
background:#F2F2F2; margin:5px; 
}

#main .articlephoto td  {padding:8px;}
#main .articlephoto td  img {margin:auto;}
#main a:visited {
color:#9A4800;
text-decoration:none;
}
#main table.articlephoto .photocredit { 
font-size:10px;
font-style:italic;
color:#5454EB;
}

#main {
	float: left !important;
	width: 545px!important;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
        margin:0 0 0 15px;
}

#main h1 {
background-color:#9A4800;
border-bottom:2px solid #191966;
border-top:2px solid #191966;
color:#FFFFFF;
font-size:15px;
font-weight:bold;
margin:15px -15px 15px -15px;
padding:0 10px;
line-height:18px;
}

#main { font-size:11px; text-align:left;}


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;
text-align:left;
	}
.address {
text-align:left !important;
width:766px !important;
	}
.address img {
display:none;
	}
#footer .address a {
	color: #ccc;
	}
.clearer { clear:both; height:0px !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: #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: #660000;
display:none;
}

#nav1 a {
	color: #ffffff;
	font-family: 'gill sans','trebuchet ms', trebuchet, arial, sans-serif;


	font-weight: 600;
	border: 2px solid #660000;
}

#nav1 a hover {
	border-style: inset;
}

#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: block;
    width: 122px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 10px;
}

#nav1 {
    width: 800px;
    height: 20px;
}

#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

******************************* */
.bling-search {
background-color:#9A4800;
text-align:center;
}

.bling-search {
padding:5px;
background-color:#9A4800;
text-align:center;
}
.bling-search .inputText{
width:75px;
}
.bling-search .bling-search-button{
background-color:#191966;
border:1px solid #5454EB;
color:#FFF;
}
#nav2 ul li ul {
background-color:#9A4800;
}
#nav2 ul li ul li{
color:#FFFFFF;
font-size:10px;
font-weight:bold;
padding:0;
margin-top:5px;
margin-left:15px !important;
}
#nav2 ul li ul li a{
color:#FFFFFF;
font-size:10px;
background:url( http://www.olmsted.org/sites/parkspractices.org/ht/a/GetDocumentAction/i/739) #9A4800 no-repeat top left;
padding-left:8px !important;
}
#nav2 div a{
text-align:center;
padding:0 !important;
margin:0 !important;
font-weight:bold !important;
font-size: 10px !important;
font-family:tahoma !important;
}
#nav2 {
	background:#191966;
padding:0 !important;
}

#nav2 a {
	font-family: 'gill sans','trebuchet ms', trebuchet, arial, sans-serif;
	font-weight: 600;
	color: #FFF;
}

#nav2 div a {
	font-weight: 300;
}

#nav2 ul {
background-color:#191966;
color:#FFFFFF;
font-size:12px;
font-weight:bold;
list-style-type:none;
margin:0pt;
padding:0pt;
}

#nav2 ul.attention a {
	color: #FFF;
}

a#special1 {

}

#nav2 {
    float: left;
    width: 155px;
    padding-top: 20px;
}

#nav2 li {
background-color:#9A4800;
margin:2px 0pt;
padding:5px 0pt;	display: block;
text-align: left; 
color:#FFFFFF;
font-size:12px;
font-weight:bold;
list-style-type:none;
}

#nav2 a {
	display: block;
	list-style-type: none;
	text-align: left; 
    margin-left: 6px;
    padding-left: 5px;
    background-position: 0 5px;
    margin: 0;
}
#nav2 ul li a:hover {text-decoration:underline;}
#nav2 ul li ul li a:hover {text-decoration:none; color:#ffffcc;}
#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: 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. 

******************************* */

#extra {
	text-align: center;
	display:none;
	padding-right: 2px;
	padding-bottom: 0px;
	background:none;
	border-left:none;
}
/* *******************************

HOMEPAGE

Special styles for the homepage

******************************* */



#main div.printerfriend  { 
width:550px !important;
border-bottom: solid #ccc 1px;
margin:25px 0px 25px 0px;
text-align:right;
padding:25px 0 12px 0;
clear:both;
}
#main div.printerfriend a, 
#main div.printerfriend a:visited { 
color:#4990B1 !important;
}
 
#main div.printerfriend a:hover { 
color:#4990B1 !important;
text-decoration:underline;
}

/* tab emulation */
div.tab_holder { 
border-bottom: solid #ccc 1px;
margin: 25px -20px ;
width:585px;
}
div.tab a {
float:right;
padding:2px 5px;
border: solid #ccc 1px;
margin:0 10px;
font-weight:bold;
color:#000 !important;
border-bottom-color: #fff;
}
div.tab a:hover {
border: solid #9A4800 1px;
background:#9A4800;
color:#fff !important;
text-decoration:none !important;
}

/* related contents */
/*** COMMENTED 06282008
#rcBox {
margin: 25px -20px !important;
}
#rcBox h3 {
color:#333;
text-decoration:underline;
font-size:11px;
padding:0;
margin:0;
}
#rcBox a {
color:#666;
text-decoration:underline !important;
font-size:11px;
font-weight:bold;
}
***/
.rtrl b {
font-size:.95em
}
div.bab_buttons ul li a{
color:#9A4800 !important;
text-decoration:underline !important;
}
/* content page styling */
div.tab_holder_content {display:none;}
ul.itemlist {
width:560px; 
margin-left:-10px;
padding:0 !important;


}
ul.itemlist li {
border-bottom:solid #ccc 1px;
padding:0;
margin:20px 0 0 0;

}
ul.itemlist li p {padding:0 20px;}
span.itemname strong{
color:#000066 !important;
font-family:helvetica,arial;
font-size:12pt;
font-weight:bold;

}
ul.itemlist li ul{
padding:0 20px !important;
margin:10px 0 0 0;
list-style:inside !important;
list-style-type:disc !important;
float:left;
}

ul.itemlist li ul li  {
padding:0 25px;
margin:2px;
border:none !important;
list-style:inside !important;
list-style-type:disc !important;
}/* *******************************

Orchid customstyles.css, Version 1.0

JB01
******************************* */

body {
	background-color:#1C4227;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	margin: 15px 0 0 0;
        
}

div#sitecontainer {
	
	background-color:#FFFFFF ;
	border-bottom: 13px solid #9A4800;
	border-top: 0px solid #fff;
   width: 776px;
}

/*==================================================================================
Changelog:
06282008-RBF - link color and attrib mods
07032008-RBF - sidebar mods
-----------------------------------------------------------------------------------*/
#main a, #main a:link,{ color:#191966  text-decoration:none; }
#main a:visited { color:#9A4800 !important; text-decoration:none  }
#main a:hover { color:#9A4800 !important; text-decoration:underline ; }

#main .tab a, #main .tab a:link, #main .tab a:visited { color: #000000 !important; }
#main .tab a:hover { text-decoration: none !important; }

div.bab_buttons { font-weight:bold; }
div.bab_title { color:#555; text-decoration:underline; font-size:1em; }
div.bab_buttons a:hover { text-decoration:underline; }


#rcBox {
margin: -30px 0 0 -25px;
}
#rcBox a, #rcBox a:link, #rcBox a:visited { color:#9A4800 !important; text-decoration:underline !important; }
#rcBox a:hover { color:#9A4800 !important; text-decoration:underline !important; }
#rcBox a { font-weight:bold; }
#main #rcBox h3 font, #main #rcBox h3{ color:#555; text-decoration:underline; font-size:11px !important; margin-left:-10px;}

/*--------------------------------------------
replaced margin on main LIST with top-border.
prevents the sidebar from stretching 
in pages with long articles.
---------------------------------------------*/
#nav2.nav { background: #fff; }

/* add top border on bling-search */
div.bling-search { border-top: 2px solid #191166; }

/* top border - enabled on main links; disabled on sub-links */
#nav2 ul li { margin:0; border-top: 2px solid #191166; }
#nav2 ul li ul li { border-top:none; }

/* style for left_sidebar_extras class */
.left_sidebar_extras { margin:0; padding:2px 0 4px 2px; background-color: #191166 }

/* remove/hides date and source */
span.date { visibility: hidden; }
span.item_source { display: none; }
/* END ===========================================================================*/


#main table.articlephoto,
#main table.BabTopicsBackground{
background:#F2F2F2; margin:5px; 
}

#main .articlephoto td  {padding:8px;}
#main .articlephoto td  img {margin:auto;}
#main a:visited {
color:#9A4800;
text-decoration:none;
}
#main table.articlephoto .photocredit { 
font-size:10px;
font-style:italic;
color:#5454EB;
}

#main {
	float: left !important;
	width: 545px!important;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
        margin:0 0 0 15px;
}

#main h1 {
background-color:#9A4800;
border-bottom:2px solid #191966;
border-top:2px solid #191966;
color:#FFFFFF;
font-size:15px;
font-weight:bold;
margin:15px -15px 15px -15px;
padding:0 10px;
line-height:18px;
}

#main { font-size:11px; text-align:left;}


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;
text-align:left;
	}
.address {
text-align:left !important;
width:766px !important;
	}
.address img {
display:none;
	}
#footer .address a {
	color: #ccc;
	}
.clearer { clear:both; height:0px !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: #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: #660000;
display:none;
}

#nav1 a {
	color: #ffffff;
	font-family: 'gill sans','trebuchet ms', trebuchet, arial, sans-serif;


	font-weight: 600;
	border: 2px solid #660000;
}

#nav1 a hover {
	border-style: inset;
}

#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: block;
    width: 122px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 10px;
}

#nav1 {
    width: 800px;
    height: 20px;
}

#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

******************************* */
.bling-search {
background-color:#9A4800;
text-align:center;
}

.bling-search {
padding:5px;
background-color:#9A4800;
text-align:center;
}
.bling-search .inputText{
width:75px;
}
.bling-search .bling-search-button{
background-color:#191966;
border:1px solid #5454EB;
color:#FFF;
}
#nav2 ul li ul {
background-color:#9A4800;
}
#nav2 ul li ul li{
color:#FFFFFF;
font-size:10px;
font-weight:bold;
padding:0;
margin-top:5px;
margin-left:15px !important;
}
#nav2 ul li ul li a{
color:#FFFFFF;
font-size:10px;
background:url( http://www.olmsted.org/sites/parkspractices.org/ht/a/GetDocumentAction/i/739) #9A4800 no-repeat top left;
padding-left:8px !important;
}
#nav2 div a{
text-align:center;
padding:0 !important;
margin:0 !important;
font-weight:bold !important;
font-size: 10px !important;
font-family:tahoma !important;
}
#nav2 {
	background:#191966;
padding:0 !important;
}

#nav2 a {
	font-family: 'gill sans','trebuchet ms', trebuchet, arial, sans-serif;
	font-weight: 600;
	color: #FFF;
}

#nav2 div a {
	font-weight: 300;
}

#nav2 ul {
background-color:#191966;
color:#FFFFFF;
font-size:12px;
font-weight:bold;
list-style-type:none;
margin:0pt;
padding:0pt;
}

#nav2 ul.attention a {
	color: #FFF;
}

a#special1 {

}

#nav2 {
    float: left;
    width: 155px;
    padding-top: 20px;
}

#nav2 li {
background-color:#9A4800;
margin:2px 0pt;
padding:5px 0pt;	display: block;
text-align: left; 
color:#FFFFFF;
font-size:12px;
font-weight:bold;
list-style-type:none;
}

#nav2 a {
	display: block;
	list-style-type: none;
	text-align: left; 
    margin-left: 6px;
    padding-left: 5px;
    background-position: 0 5px;
    margin: 0;
}
#nav2 ul li a:hover {text-decoration:underline;}
#nav2 ul li ul li a:hover {text-decoration:none; color:#ffffcc;}
#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: 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. 

******************************* */

#extra {
	text-align: center;
	display:none;
	padding-right: 2px;
	padding-bottom: 0px;
	background:none;
	border-left:none;
}
/* *******************************

HOMEPAGE

Special styles for the homepage

******************************* */



#main div.printerfriend  { 
width:550px !important;
border-bottom: solid #ccc 1px;
margin:25px 0px 25px 0px;
text-align:right;
padding:25px 0 12px 0;
clear:both;
}
#main div.printerfriend a, 
#main div.printerfriend a:visited { 
color:#4990B1 !important;
}
 
#main div.printerfriend a:hover { 
color:#4990B1 !important;
text-decoration:underline;
}

/* tab emulation */
div.tab_holder { 
border-bottom: solid #ccc 1px;
margin: 25px -20px ;
width:585px;
}
div.tab a {
float:right;
padding:2px 5px;
border: solid #ccc 1px;
margin:0 10px;
font-weight:bold;
color:#000 !important;
border-bottom-color: #fff;
}
div.tab a:hover {
border: solid #9A4800 1px;
background:#9A4800;
color:#fff !important;
text-decoration:none !important;
}

/* related contents */
/*** COMMENTED 06282008
#rcBox {
margin: 25px -20px !important;
}
#rcBox h3 {
color:#333;
text-decoration:underline;
font-size:11px;
padding:0;
margin:0;
}
#rcBox a {
color:#666;
text-decoration:underline !important;
font-size:11px;
font-weight:bold;
}
***/
.rtrl b {
font-size:.95em
}
div.bab_buttons ul li a{
color:#9A4800 !important;
text-decoration:underline !important;
}
/* content page styling */
div.tab_holder_content {display:none;}

div.content_list {
width:545px; 
margin:0px auto  0 auto !important;
padding:0 !important;
float:left

}
div.content_list ul {
margin:0px !important;
padding:0 !important;
}
div.content_list li {
border-bottom:solid #ccc 1px;
padding:0 0px;
margin:20px 0 0 0;
list-style:none;
list-style-type:none;
}

span.itemname strong{
color:#000066 !important;
font-family:helvetica,arial;
font-size:12pt;
font-weight:bold;

}
span.itemname{
margin:0 0 10px 0;
}
div.content_list li ul{
padding:0 0px !important;
margin:10px 0 0 -10px;
list-style:inside !important;
list-style-type:disc !important;
float:left;
}

div.content_list li ul li  {
padding:0 25px;
margin:2px;
border:none !important;
list-style:inside !important;
list-style-type:disc !important;
}