body {
    margin: 0 10px 0 30px;
    padding: 0;
    text-align: center;
    min-width: 840px;
    font-size: 0.85em;
    font-family: "Myriad Pro", "Trebuchet MS", "Lucida Grande", Verdana, sans-serif;
    background: #A0DE00;
    color: #006028;
    -webkit-text-size-adjust: none;
}

/* Colors: "006323" "09960f" "A0DE00" "FF3700" "DCEC00" original FFB200 orange=F34300 */

a {
    color: inherit;
    font-weight: bold;
    text-decoration: none;
}

a img {
    border: none;
}

div > a {
    border-bottom: 1px dotted orange;
}

#header {
    position: relative;
    height: 284px;
    margin: 0 auto;
    text-align: right;
}

#header #header_center {
    position: relative;
    height: 284px;
    background: url(images/web-header-center.png) repeat-x;
    margin: 0 131px 0 122px;
}

#header #animation {
    position:absolute;
    width: 670px;
    top: 40px;
    left: 60px;
}
#pageheader {
	width: 828px;
	top: 0px;
	margin-top: 0px;
}

#header_tree{
    position: absolute;
    top: 40px;
    left: 0px;
    margin-left: 10%;
}

#header #header_left {
    float: left;
}

#header #header_right {
    float: right;
}

#contact {
    margin: 20px 0 0 0;
}

#header #stripe {
    position: absolute;
    top: 250px;
    right: 10%;
}

#left_outer_wrap {
    background: url(images/web-slice-left.png) transparent left repeat-y;
}

#right_outer_wrap {
    margin-left: 14px;
    margin-right: 21px;
    background: url(images/web-slice-right.png) transparent right repeat-y;
}

#outer_wrap {
    background: white;
    padding: 0 20px 0 20px;
    margin-right: 14px;
}

#inner_header {
    background: url(images/inner-top-center.png) top repeat-x;
    height: 16px;
}

#inner_header #inner_top_left {
    float: left;
}

#inner_header #inner_top_right {
    float: right;
}

#left_inner_wrap {
    background: url(images/inner-slice-left.png) left repeat-y;
    min-height: 100px;
    margin: 0 auto;
    text-align: left;
}

#right_inner_wrap {
    background: url(images/inner-slice-right.png) right repeat-y;
    min-height: 100px;
    padding: 20px 40px;
}

#right_inner_wrap:after {
    content: " ";
    display: block; 
    height: 0;
    clear: both;
    color: transparent;
	
}

#sidebar {
    float: left;
    width: 40%;
	margin-left:-5px;
    font-size: 11px;
    line-height: 1.3em;
}

#reddottedline {
	margin: 28px 0 24px 0;
    border-bottom: 1px dotted red; 
    width: 100%; 
/*    height: 20px;  */
}

.big_first_character {
	float:left;
	font-size: 280%;
	padding-top:9px;
	padding-right:1px
}

.blurb_header {
    margin: 0;
    padding: 0 0 0 20px;
    background: url(images/square1.png) top left no-repeat;
    font-size: 15px;
    line-height: 18px;
}

#blurb_header_golden_braeburn {
    font-weight: bolder; 
    font-size: 16px; 
    color: #fe4601;
}


.list_item, .list_item_selected, #title {
	font-size: 14px;
    font-style: normal;
	font-weight: bold;
}

.list_item, .list_item_selected {
    margin: 4px 0 4px 0;
    padding: 0 0 0 20px;
    min-height: 16px;
    background: url(images/square1.png) top left no-repeat;
    cursor: pointer;
}

.list_item_selected {
    color: #fe4601;
    background: url(images/square2.png) top left no-repeat;
    cursor: default;
}

.list_item:hover {
	
	color: #ece440;
	
}

#content {
    float: right;
    width: 60%;
    /* padding-left: 20px; */

}

.number_box {
    margin-left: 10px;
    min-height: 110px;
    background: url(images/numbers.png) 10px 5px repeat-y;
    padding: 0 0 0 28px;
}

#reddotteddown {
	border-left: 1px dotted red;
	min-height: 40em; /* try to always have _some_ red line on the left */
	margin-left: 20px;
}

#title {
	color: #fe4601;
    margin-bottom: 10px;
	margin-left: 16px;
	padding-left: 24px;
    min-height: 16px;
	background: url(images/square2.png) top left no-repeat;
}

#content .details {
    font-size: 13px;
	line-height: 16px;
}

#inner_footer {
    background: url(images/inner-bottom-center.png) repeat-x;
    height: 16px;
}

#inner_footer #inner_bottom_left {
    float: left;
}

#inner_footer #inner_bottom_right {
    float: right;
}

#footer {
    text-align: center;
    height: 118px;
}

#footer #footer_left {
    float: left;
}

#footer #footer_right {
    float: right;
}

#footer #footer_center {
    height: 98px;
    background: url(images/web-footer-center.png) repeat-x;
    margin: 0 176px 0 160px;
    padding-right: 50px;
    padding-top: 40px;
    font-size: 0.75em;
    color: black;
    text-shadow: 2px 2px 1px #ddd;
}


#footer #tree {
    vertical-align: middle;
    margin-right: 5px;
    border: 1px solid #ddd;
    padding: 1px;
    background: white;
}

.number_box div {
	display: none;
}


