.x_input { display: none; }

body {
    margin: 0;
    padding: 0;
    background-color: #e9f5e8;
    font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
    position: relative;
    width: 1030px;
    background: url(/images/background.gif) repeat-y;
    margin: 0 auto;
    padding: 0;
}
#dragonfly {
	width: 102px;
	height: 156px;
	position: absolute;
	right: 3px;
	background-image: url(/images/dragonfly.png);
}
#util {
	height: 22px;
    font-family: Trebuchet, "Trebuchet MS", sans-serif;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: right;
    padding: 6px 100px;
    background-color: #58ba4b;
    margin: 0px 4px;
}
#util a { 
	color: white; 
	text-decoration: none;
}
#util a:hover { text-decoration: underline; }
#top {
	position: relative;
	height: 138px;
	overflow: hidden;
	background-image: url(/images/bg_top.jpg);
	background-repeat: no-repeat;
	background-position: 36px 137px;
}
#logo {
	float: left;
	margin-top: 18px;
	margin-left: 35px;
}
#logo a { text-decoration: none; }
#search {
    position: relative;
    right: 70px;
    top: 97px;
    float: right;
}
#top_search {
	float: right;
	margin-right: 100px;
	margin-top: 88px;
}
#top_search form { margin: 0px; }
#searchbox {
    width: 280px;
    border: 1px solid #a3a3a3;
    color: #58ba4a;
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    padding: 5px;
}
#searchbutton {
    background-color: #f0af11;
    color: #6b4e06;
    border: 0;
    text-transform: uppercase;
    font-family: Trebuchet, "Trebuchet MS", sans-serif;
    font-size: 12px;
}
#nav {
	font-size: 18px;
	color: #58ba4a;
	height: 54px;
	clear:both;
	padding-left: 135px;
}


.nav {
	float: left;
	padding: 18px 15px;
    background-position: center 42px;
	background-repeat: no-repeat;
	display: block;
}
.nav a { 
	color: #58ba4a; 
	text-decoration: none;
}

.nav_current { background-image: url(/images/nav_over.gif) }

#burst {
    position: absolute;
    right: 20px;
    z-index: 2;
}

#sub_foot { 
	height: 13px;
	width: 970px;
	font-size: 11px;
	padding: 0px;
	margin: 111px auto 0px auto;
	position: relative;
	background-color: #58ba4b;
}

#bottom_bird {
	width: 168px;
	height: 146px;
	position: absolute;
	right: -7px;
	bottom: -20px;
	background-image: url(/images/bottom_bird.png);
}

#bottom_bird_text {
    bottom: 25px;
    width: 170px;
    position: absolute;
    right: 100px;

    font-size: 17px;
    line-height: 19px; 
    font-weight: bold; 
}

#footer {
	font-size: 14px;
	color: #6b4e06;
	width: 970px;
	margin: 0px auto;
	padding: 20px 0px;
	height: 14px;
}
#footer a {
	color: #6b4e06;
}

#footer a:hover {
    text-decoration: none;
}

#content {
	width: 970px;
	margin: 0px auto;
}

.left_col_books {
	width: 280px;
	float: left;
    border-right: 1px solid #EBBA2D;
	margin-right: 20px;
}
.right_col_content {
	width: 665px;
	float: left;
}
.left_col_content, .right_col_content {
	line-height: 18px;
}
.left_col_content {
	width: 580px;
	float: left;
	margin-right: 50px;
}
.right_col_book {
	width: 323px;
	float: left;
    border-left: 1px solid #EBBA2D;
	padding-left: 10px;
	margin-top: 20px;
}

/****** home page *********/
#home_container {
	background-image: url(/images/bg_home.gif);
	background-repeat: no-repeat;
	width: 1022px;
	margin: 0px auto;
}
#home_container #util {
	margin: 0px;
}
#swoosh {
	height: 431px;
	background-image: url(/images/swoosh.gif);
	position: relative;
	background-repeat: no-repeat;
	margin-left: 1px;
}
#home_tagline {
	font-size: 22px;
	color: #6b4e06;
	width: 590px;
	height: 70px;
	position: absolute;
	top: 37px;
	left: 50px;
}
#home_buttons {
	width: 621px;
	height: 108px;
	position: absolute;
	left: 50px;
	top: 100px;
	padding-top: 10px;
	border-top: 1px solid #6b4e06;
	font-size: 16px;
}
#home_buttons a { color: white; text-decoration: none; }
#home_buttons a:hover { text-decoration: underline; }
#hb1, #hb2, #hb3 {
	float: left;
	text-align: center;
	height: 78px;
	padding-top: 25px;
}
#hb1 {
	width: 204px;
	background-image: url(/images/hb1.gif);
}
#hb2 {
	width: 211px;
	background-image: url(/images/hb2.gif);
}
#hb3 {
	width: 206px;
	background-image: url(/images/hb3.gif);
}
#home_book {
	float: right;
}
#home_content {
	width: 820px;
	margin: -90px 0px 0px 30px;
	font-size: 14px;
	line-height: 19px;
	z-index: 1;
	position: relative;
}
#home_sub_foot {
	height: 13px;
	width: 970px;
	font-size: 11px;
	padding: 0px;
	margin: 0px auto 0px auto;
	position: relative;
	background-color: #58ba4b;
}

/****** FAQ ***********/
.faq_category {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 30px;
}
.faqq {
	text-decoration: underline;
	cursor: pointer;
	color: #58ba4a;
}
.faqa {
	margin: 0px 0px 8px 20px;
}

/******* form *********/
#form_table {
	width: 550px;
}
.form_input {
	width: 295px;
	padding: 3px;
}
textarea.form_input {
	height: 100px;
}
#form_table label {
	font-size: 12px;
	font-weight: bold;
}

.h_info {
	width: 650px;
	float: left;
	margin-bottom: 20px;
}

form fieldset {
    background-color: #efefef;
    padding: 10px;
    border: 0;
}

form fieldset legend {
    margin-bottom: 3px;
    text-decoration: underline;
    font-weight: normal;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    background-color: #fff;
    padding: 5px;
}

.red {
    color: #bf3737;
    font-style: bold;
}

.punctuation {
    font-size: 18px;
    color: #000;
    font-weight: bold;
}

.pagetext {
    font-weight: bold;
    margin-bottom: 5px;
}

.pagereads {   

}

/**** home page updated *****/
#hb1 {
	width: 307px;
    height: 97px;
    position: relative;
    padding: 0px;
    background-image: url(/images/bg_hb1.jpg);
    text-align: left;
}
#hb2 {
    width: 300px;
    height: 97px;
    position: relative;
    padding: 0px;
    background-image: url(/images/bg_hb2.jpg);
    text-align: left;
}
.hb_head {
    position: absolute;
    top: 15px;
    left: 20px;
    font-size: 23px;
}
.hb_txt {
    position: absolute;
    top: 55px;
    left: 20px;
    font-size: 14px;
}
#home_content {
    width: 600px;
    margin-left: 55px;
    margin-top: -63px;
    height: 193px;
}
#hc_1, #hc_2 {
    width: 297px;
    float: left;
}
#hc_2 { margin-left: 5px; }
.h_green {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #58ba4a;
    text-transform: uppercase;
    font-weight: bold;
}
.h_orange {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 22px;
    color: #f0af11;
    margin-top: 4px;
}
.h_orange a { color: #f0af11; }
#hc_1 ul, #hc_2 ul {
    list-style: none;
    margin: 0px;
    margin-top: 12px;
    padding: 0px;
}
#hc_1 ul li, #hc_2 ul li {
    padding-left: 33px;
    padding-bottom: 14px;
    font-size: 16px;
    font-family: Helvetica, Arial, sans-serif;
    background-image: url(/images/arrow_green.png);
    background-position: 15px 2px;
    background-repeat: no-repeat;
}
#h_bursts {
    position: absolute;
    right: -235px;
    top: -45px;
    width: 214px;
    height: 148px;
    background-image: url(/images/h_bursts.png);
}
