/*
-----------------------------
DEFAULTS
-----------------------------
*/

body {
	font-family: Geneva, Arial, sans-serif;
	background-color: #eff0e6;
	color: #3b3b3b;
}

p {
	margin: 1em 0;
	font-size: 14px; /* 13px */
	line-height: 1.25em; 
}
h1 {
	margin: 0.4em 0;
	font-size: 28px; /* 20 px */
	line-height: 36px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #414a6c;
	font-weight: normal;
	padding: 0 0 0 25px;
}
h2 {
	margin: 0.556em 0;
	font-size: 1.8em; /* 18 px */
}
h3 {
	margin: 0.625em 0;
	font-size: 1.6em; /* 16 px */
}
h4 {
	margin: 0.714em 0;
	font-size: 1.4em; /* 14 px */
}
h5 {
	margin: 0.769em 0;
	font-size: 1.3em; /* 13 px */
}
h6 {
	margin: 0.833em 0;
	font-size: 1.2em; /* 12 px */
}
blockquote {
	
}
pre {
	font-family: Helvetica, Arial, sans-serif;
	margin: 1em 0;
	font-size: 1.2em; /* 12px */
}
ul, ol {
	margin: 1em 15px;
	font-size: 1.3em; /* 13px */
}
/* nested ul's and ol's will be smaller if this is not applied */
ul ul, ol ol {
	font-size: 1em; /* 12px */
	margin: 0;
}
li {
	line-height: 1.25em; /* 15px */
	list-style-position: inside;
}
dl {
	margin: 1em 0;
	font-size: 1.2em; /* 12px */
	line-height: 1.25em; /* 15px */
}
table {
	font-size: 1.2em; /* 12px */
}
td, th {
	line-height: 1.25em; /* 15px */
}

a {
	text-decoration: underline;
	color: #003300;
}
a:hover {
	
}
a:visited {
	
}
abbr {
	border-bottom: 1px dashed;
	font-style: italic;
}
code {
	font-size: 1.024em; /* 12px */
}
sub {
	font-size: 0.667em; /* 8px */
	vertical-align: top;
}
sup {
	font-size: 0.667em; /* 8px */
	vertical-align: bottom;
}


/*
-----------------------------
FORMAT
-----------------------------
*/

#outer_wrapper {
	background: transparent url(../images/bg.jpg) no-repeat;
	width: 990px;
	margin: 0 auto;
}
#inner_wrapper {
	width: 848px;
	margin: 0 auto;
	position: relative;
}
#chest_img {
	position: absolute;
	top: 312px;
	right: -46px;
	z-index: 99;
}
#home_img_set {
	position: absolute;
	top: 565px;
	right: -28px;
	z-index: 99;
}
#small_chest {
	position: absolute;
	top: 301px;
	left: 527px;
	height: 445px;
}
#open_chest {
	position: absolute;
	top: -209px;
	left: 610px;
	z-index: 99;
}
#part_open_chest {
	position: absolute;
	top: 587px;
	left: 509px;
	z-index: 99;
}
#red_folder {
	position: absolute;
	top: 687px;
	left: 216px;
}
#green_folder {
	position: absolute;
	top: -8px;
	left: -30px;
}
#red_folder_open {
	position: absolute;
	top: 50px;
	left: 35px;
}
#green_folder_open {
	position: absolute;
	top: 50px;
	left: 35px;
}
#contact_chest {
	position: absolute;
	top: 12px;
	left: 185px;
}
/*
----------------------------
HEADER
----------------------------
*/

#header {
	height: 194px;
	overflow: hidden;
}
#logo {
	background: transparent url(../images/logo.png) no-repeat;
	height: 194px;
	width: 277px;
	float: left;
}
#header_right {
	background: transparent url(../images/top_images.png) no-repeat;
	height: 194px;
	width: 571px;
	float: left;
}

/*
----------------------------
NAV
----------------------------
*/

#nav {
	margin: 163px 0 0 20px;
	overflow: hidden;
}
#nav li {
	float: left;
}
#nav a {
	display: block;
	height: 31px;
	width: 131px;
	text-indent: -9000px;
}
#nav a.home {
	background: transparent url(../images/btns/home_btn.png) no-repeat 0 0;
}
#nav a.chest {
	background: transparent url(../images/btns/chest_btn.png) no-repeat 0 0;
}
#nav a.about {
	background: transparent url(../images/btns/about_btn.png) no-repeat 0 0;
}
#nav a.contact {
	background: transparent url(../images/btns/contact_btn.png) no-repeat 0 0;
}
#nav a:hover, #home a.home, #chest a.chest, #about a.about, #contact a.contact {
	background-position: 0 -31px;
}

/*
----------------------------
BANNER
----------------------------
*/

#banner {
	height: 130px;
	background-color: #eff0e6;
	border-top: 1px solid #d3baaa;
	border-bottom: 1px solid #d3baaa;
}

/*
----------------------------
BOXES
----------------------------
*/

.home_orange_box, .home_green_box, .orange_box, .green_box {
	margin-top: 7px;
	position: relative;
}
.home_orange_box h3, .home_green_box h3, .orange_box h3, .green_box h3 {
	padding: 0 15px;
}
.home_orange_box p, .home_green_box p, .orange_box p, .green_box p {
	padding: 0 15px;
}
.home_green_box p {
	padding: 17px 200px 10px 52px;
	margin: 0;
}
.home_green_box ul {
	padding-left: 37px;
	margin-top: 0;
}
.box_top {
	height: 5px;
}
.box_bottom, .general_box_bottom {
	height: 8px;
	clear: both;
}
.box_content {
	overflow: hidden;
	position: relative;
	padding: 20px 37px;
}
.home_orange_box {
	background: transparent url(../images/home_orangebox_bg.png) repeat-y;
}
.orange_box {
	background: transparent url(../images/orange_box_bg.png) repeat-y;
}
#home .orange_box p {
	padding-right: 370px;
}
.home_orange_box .box_top {
	background: transparent url(../images/home_orangebox_top.png) no-repeat;
}
.orange_box .box_top {
	background: transparent url(../images/orange_box_top.png) no-repeat;
}
.home_orange_box .box_bottom {
	background: transparent url(../images/home_orangebox_bottom.png) no-repeat;
}
.orange_box .box_bottom {
	background: transparent url(../images/orange_box_bottom.png) no-repeat;
}
.home_green_box {
	background: transparent url(../images/home_greenbox_background.jpg) no-repeat;
	height: 351px;
	min-height: 351px;
	padding-top: 5px;
}
.green_box {
	background: transparent url(../images/home_greenbox_bg.png) repeat-y;
}
.home_green_box .box_top {
	background: transparent url(../images/home_greenbox_top.png) no-repeat;
}
.green_box .box_top {
	background: transparent url(../images/home_greenbox_top.png) no-repeat;
}
.home_green_box .box_bottom {
	background: transparent url(../images/home_greenbox_bottom.png) no-repeat;
}
.green_box .box_bottom {
	background: transparent url(../images/general_greenbox_bottom.png) no-repeat;
}
#home_green_box_left {
	padding: 0 0 0 322px;
}
.home_green_box img.float_left {
	position: absolute;
	bottom: 0;
}
.home_green_box img.float_right {
	position: absolute;
	bottom: 0;
	right: 0;
}


#small_orange_box, #small_green_box {
	margin: 7px 0 7px;
	float: left;
	width: 407px;
	padding: 7px;
	height: 160px;
}
#small_orange_box {
	position: relative;
	background: transparent url(../images/small_orange_box.png) no-repeat;
}
#small_green_box {
	background: transparent url(../images/small_green_box.png) no-repeat;
	margin-left: 5px;
}
#small_orange_box h3, #small_green_box h3 {
	padding: 0 15px;
}
#small_orange_box p, #small_green_box p {
	padding: 0 15px;
}

/*
----------------------------
CONTACT FORM
----------------------------
*/

form {
	margin-top: 9px;
}
form p {
	margin: 0.25em 0;
	overflow: hidden;
	clear: both;
}
label {
	width: 55px;
	display: block;
	float: left;
	padding-right: 5px;
	text-align: right;
	font-size: 11px;
}
#contact_form input, textarea {
	border: 1px solid #78752A;
	padding: 2px;
	float: left;
	width: 270px;
	font-family: Arial, sans-serif;
	font-size: 11px;
}
textarea {
	height: 50px;
	font-size: 12px;
	font-weight: normal;
}
input.submit {
	width: 50px;
	margin: 2px 0 0 60px;
}
#chest input {
	border: none;
	padding: 0;
	width: auto;
}

/*
----------------------------
FOOTER
----------------------------
*/

#footer {
	margin: 10px 0 0;
	clear: both;
	overflow: hidden;
}
#footer p {
	color: #575507;
	padding: 0 15px;
	font-size: 1em; /* 10px */
}
.copy {
	width: 40%;
	float: left;
}
.abb {
	width: 40%;
	float: right;
	text-align: right;
}
#footer a {
	color: #575507;
}
/*
----------------------------
CLASSES
----------------------------
*/

.float_left {
	float: left;
}
.float_right {
	float: right;
}
.indent_left {
	padding-left: 330px;
}
.indent_right {
	margin-right: 310px;
}

