@charset "UTF-8";

/*
-----------------------------------------------
Spry Demos CSS Rules
Version:  12 Apr 2006 (0.2b)
----------------------------------------------- */
html, body {
	width: 100%;
	height: 100%;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	background-color:#ccc;
	color: #000;
	
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
	font-size: x-small; /*for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small; /*for compliant browsers */	
	}
html>body { font-size: small; } /* be nice to Opera */




/* Links
----------------------------------------------- */
a img { border-style: none; }

a:link {
	color: #0099FF;
}
a:visited {
	color: #0099FF;
}
a:hover {
	color: #0099FF;
}
a:active {
	color: #0099FF;
}

/* Text Rules
----------------------------------------------- */
.bold { font-weight: bold; }

/* Paragraph Headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {font-weight: normal; }
h1 { font-size: 165%; text-align: left; color: #fff; }
p { margin:0.375em 0; }

/* Layout Rules
----------------------------------------------- */
#wrapper {
	height:100%;
	display:block;
}

.flash {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	height: 100%;
}

#header {
	height:295px;
	background-image:url("../images/headerImage.jpg");
	background-repeat:no-repeat;
}

#navContainer {
	position:absolute;
	right: 200px;
	top: 15px;
}

#navContainer ul{
	margin: 0px;
	padding:0px;
	display:block;
}

#navContainer ul li{
	margin: 0px 5px 0px 5px;
	display:inline;
	list-style:none
}

#navContainer ul li a{
	FONT-WEIGHT: normal;
    FONT-SIZE: 10pt;
    COLOR: #386E10;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none;
}

#navContainer ul li a:hover {
	FONT-WEIGHT: normal;
    FONT-SIZE: 10pt;
    COLOR: #386E10;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    TEXT-DECORATION: underline;
}

#navContainer ul li.selected {
	FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    COLOR: #386E10;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none;
}

#samplePoem {
	width: 250px;
	position: relative;
	left: 490px;
	top: -75px;
	FONT-WEIGHT: bold;
}

#pageTitleHolder {
	padding: 10px;
	padding-left: 20px;
	margin-bottom: -70px;
	padding-right: 50px;
	position:relative;
	top: -70px;
	background-image:url("../images/topBranch_bg.jpg");
	background-repeat:no-repeat;
	background-position: top right;
	
}

#pageTitleHolder p{
	FONT-SIZE: 12pt;
	margin:0px;
	padding: 0px;
	
}

#pageTitleHolder .title {
	FONT-WEIGHT: normal;
    FONT-SIZE: 17pt;
    COLOR: #386E10;
    FONT-FAMILY: Arial, Helvetica, sans-serif;

}

#contentHolder {
	position: relative;
}

#leftCol {
	float: left;
	width: 460px;
	background-image:url("../images/topLeftParagraph_bg.jpg");
	background-repeat:no-repeat;
	background-position: top left;
}

#leftContent {
	background-image:url("../images/topRightParagraph_bg.jpg");
	background-repeat:no-repeat;
	background-position: top right;
	margin: 0px 0px 0px 35px;
	padding: 20px 20px 20px 0px;
}

#leftContent p{
	margin: 0px 0px 20px 0px;
}

#commentsHolder{
	margin: 50px 0px 0px 0px;
	border-bottom: 1px solid #888;
}

#commentsHolder ul{
	margin: 0px;
	padding:0px;
	display:block;
}

#commentsHolder ul li{
	/*list-style-image:url("../images/commentIconTemp1.jpg");*/
	list-style:none;
	list-style-image:none;
	padding: 5px 0px 5px 0px;
	margin-left:23px;
}

#commentsHolder ul li.title{
	list-style:none;
	list-style-image:none;
	border-top: 1px solid #888;
	border-bottom: 1px solid #888;
	FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    COLOR: #386E10;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
	margin-left:0px;
}

#rightCol {
	margin-left:480px;
}

#rightContent {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
}

#rightContent .title{
	FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    COLOR: #386E10;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
}

#rightContent p{
	margin: 0px;
	padding:0px;
}


#footer {
  clear: both;
  margin-top: 50px;
  position:relative;

	/*height:62px;
  margin-top: 50px;
  border:0px solid #000;
  border-top: 1px solid #99CC00;*/
	/*border-bottom: 10px solid #99CC00;*/
}


/* ---------------------------------------------------------------------------------- */
/* --| flickr |-- */
#flickrphotos {
	float: left;
	margin: 10px 0px 0px 0px;
}

.flickr_badge_image {
	float: left;
	margin: 0 10px 10px 0;
}

.flickr_badge_image a {
	background-color: transparent;
}

.flickr_badge_image a:link img, .flickr_badge_image a:visited img {
	border: 3px solid #888;
}

.flickr_badge_image a:hover img, .flickr_badge_image a:active img {
	border: 3px solid #0099CC; 
}

.flickr_badge_image img {
	width: 60px;
	height: 60px;
}







/* Form Elements
----------------------------------------------- */
label, select { 
	font-size: 85%;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
}
select {
	color: #B1B1BC;
	background-color:  #131313;
	border: 1px solid #b1b1bc;
}

/* Table Rules
----------------------------------------------- */
td.rank { }

#products { 
	border-collapse:collapse;
	empty-cells:show;
	width:100%;
	margin: 0;
}
#products caption {
	color: #fff;
	text-transform:uppercase;
	text-align: left;
	font-weight: bold;
	letter-spacing: 0.1em;
	background-color: #FD2800;
	padding: 0.375em;
	border-top: solid 1px #999;
	border-bottom: solid 1px #3a3a3a;
}
#products th {
	background: url('../demos/images/bg_grad_gray2.gif') repeat-x;
	padding: 6px 0.25em;
	color: #333333;	
	font-weight: bold;
	margin: 0;
	cursor: pointer;
}

#products th.infocus { background-color: #E6E6E6; }
#products th.selected {	color: #EAEAEA; }

#products td, #products th { 
	margin: 0; 
	padding: 0.25em 0.375em 0.45em 0.375em;
	text-align: left;
}
#products tr {
	border-bottom: solid 1px #202020;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#products tr.infocus {
	background-color:#dfdfdf;
	cursor: pointer;
}

#products tr.notinfocus { background-color:#fff; }
#products tr.selected { color:#fc0; }
#products tbody { margin-top: 0; }
.even { background-color: #151515; }

.rowHover {
	color: #000;
	background-color: #777;
	cursor: pointer;
}

.rowSelected { color: #fc0; }


/* Utility IDs, classes, and HTML selectors
----------------------------------------------- */

/*
-EXTRAS----------------------------------------------- 
*/
.scroll {
  overflow:auto;
}

.clearAll{
  clear: both;
  overflow: hidden;
}

.borderTest {
  border: 1px solid #000;
}

.left{
  float: left;
}

.right{
  float: right;
}

/*
-SPACERS----------------------------------------------- 
*/ 
.r6 {
  margin-right: 6px;
}

.r10 {
  margin-right: 10px;
}

.lMinus20 {
  margin-left: -20px;
}

.bMinus2 {
  margin-bottom: -4px;
}



code { color: #000; }
pre { font-size: small; color: #000; }

.highlightedcode {background-color: #ff9;}

.sample {
	background: #eee;
	padding: 20px;
	border: 2px solid #666;
	margin-top: 20px;
	overflow: scroll;
}



