@charset "UTF-8";
/* CSS Document */

body  {
	margin:0; 
	padding:0;
	text-align:left;
	font:Times New Roman, Times, serif;
	font-size:12px;
	background:#9DA256;
	color:#3C3C3D;
	background-image:url(../images/bgTile.gif);
}

#container {
	width:1007px;
	margin:0;
	padding:0;
	background:#9DA256;
	background-image:url(../images/bgShadowTile.gif);
	background-repeat:repeat-y;
	background-position:top right;
}

#indexContainer {
	width:1000px;
	margin:0;
	padding:0;
	background:#0c767f;
	background-image:url(../images/bohoIndexBG_fall10.jpg); /* was bohoIndexBG2.jpg*/
	background-position:0 145px;
	background-repeat:no-repeat;
}

#largeContainer {
	width:1000px;
	margin:0;
	padding:0;
	background:#FFF;
	background-image:url(http://www.bohomag.com/images/rightTile.gif);
	background-position:top right;
	background-repeat:repeat-y;
}

#mainContainer {
	width:1000px;
	margin:0;
	padding:0;
	background:#FFF;
	background-image:url(../images/mainContainerTile.gif);
	background-position:top left;
	background-repeat:repeat-y;
}

#textContainer {
	width: 530px;
	margin-left:210px;
	line-height:20px;
}

#topBorder {
	width:1000px;
	height:5px;
	background:#ece191;  /* 09/27 changed color*/
}

#header {
	width:1000px;
	height:114px;
	background:#FFF;
	background-image:url(../images/bohoHeader-tree.gif);
	background-position:top right;
	background-repeat:no-repeat;
}

#navbar {
	width:1000px;
	height:24px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	background:#515150;
	background-image:url(../images/navbarTile.gif);
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	z-index: 10000;
}

#flashFeature {
	width:485px;
	height:253px;
	margin:18px 0 0 18px;
	z-index: 1;
}

#footerIndex {
	width:1000px;
	height:70px;
	margin:70px auto 0 auto;
	text-align:center;
	font:Times New Roman, Times, serif;
	font-size:12px;
	line-height:18px;
	background-color:#FFF;
}

#footer {
	width:1000px;
	height:70px;
	margin:70px auto 0 auto;
	text-align:center;
	font:Times New Roman, Times, serif;
	font-size:12px;
	line-height:18px;
}

/* Text */

h1 {
	font:Times New Roman, Times, serif;
	font-size:18px;
	font-weight:bold;
	font-style:normal;
}

h2 {
	font:Times New Roman, Times, serif;
	font-size:16px;
	font-weight:bold;
	font-style:normal;
}

h3 {
	font:Times New Roman, Times, serif;
	font-size:14px;
	font-weight:bold;
	font-style:normal;
}

.caption {
	font:Times New Roman, Times, serif;
	font-size:11px;
	font-weight:normal;
	font-style:italic;
	color:#797979;
	line-height:13px;
}

/* Colors */

.teal {
	color:#00747C;
}

.blue {
	color:#124890;
}

.blue2 {
	color:#70abdd;
}

.blue3 {
	color:#5c9bca;
}

.blue4 {
	color:#8ad0dc;
}

.pink1 {
 	color:#c86f8a;
}

.pink2 {
	color:#ca748f;
}

.green1 {
	color:#7e8937;
}

.aqua1 {
	color:#1c9fb7;
}

.peach {
	color:#ef7574;
}

.peach2 {
	color:#f0807E;
}

.peacock1 {
	color:#095b62;
}

.purple {
	color:#7a266d;
}

/* Links */

a:link {
	color:#004365;
}
a:visited {
	color:#073248;
}
a:hover {
	color:#297298;
}
a:active {
	color:#004365;
}


a.gallery:link, a.gallery:visited, a.gallery:hover, a.gallery:active {
	color:#797979;
	text-decoration:none;
}

a img.noBorder {
	border: none;
}

/* REVOLVING BANNER - SLIDESHOW */  
    div #bohoSlideshow {
    width:483px; height:249px; z-index: 5;
    overflow:scroll;
    border: solid 4px white;
    margin: 1em 0em 0em 1em;
}
	div #bohoSlideshow ul#bohoSlides{
		list-style: none;
		padding: 0em;
		margin: 0em;
	}
		div #bohoSlideshow ul#bohoSlides li{
			margin: 0px;
                        padding: 0px;
		} 




/* Footer Links */

a.footer:link {
	color:#3C3C3D;
	text-decoration:none;
}
a.footer:visited {
	color:#3C3C3D;
	text-decoration:none;
}
a.footer:hover {
	color:#D8587F;
	text-decoration:none;
}
a.footer:active {
	color:#3C3C3D;
	text-decoration:none;
}