/* font and heading styles */
body {
	font-size: 62.5% /* 1em = 10px */
}
#main_col {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #000000;
}
#footer {
	color: #ffffff;
	font-size: 1.2em;
}
.text_center {
	text-align: center;
}
.text_center_strong {
	text-align: center;
	font-weight: bold;
}
.text_large {
	font-size: 1.3em;
	font-weight: bold;
}
h1 {
	color: #002C23;
	font-size: 1.4em;
}
h1.sub_title {
	background: #BFB399;
	padding-left: 5px;
}
h2 {
	color: #002C23;
	font-size: 1.3em;
}
h2.sub_title {
	background: #336633;
	color: #fff;
	text-align: right;
	padding-right: 5px;
	font-size: 0.9em;
}

/* link styles */
a {
	color: #7C3594;
}
a:link {
	color: #7C3594;
}
a:hover {
	color: #336633;
}
#footer a {
	color: #BFB399;
}
#footer a:link {
	color: #BFB399;
}
#footer a:hover {
	color: #ccc;
}

/*image styles*/
.img_border {
	border: 1px solid #510404;
}
.img_space {
	margin: 10px;
}

/* form styles */
.label, .field {
	padding-bottom: 10px;
	float: left;
}
.label {
	width: 105px;
	text-align: right;
	padding-right: 5px;
	font-size: 0.9em;
	font-weight: bold;
}
.field {
	width: 177px;
}
.pack_desc, .pack_sel {
	float: left;
	padding-bottom: 10px;
}
.pack_desc {
	width: 469px;
	padding-right: 5px;
	font-size: 0.9em;
}
.pack_sel {
	width: 100px;
	text-align: center;
}
input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
.submit {
	font-size: 0.8em;
	background: #336633;
	padding: 3px;
	color: #fff;
	border: 1px solid #333;
}

	

/* navigation menu */
.stay_lit {
	font-style: oblique;
	z-index: 2; /* for flash coverage */
}
#menu {
	width: 158px;
	background-image: url(../images/structure/nav-bottom_15.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #336633;
	font-size: 1.6em;
	font-family: "Times New Roman", Times, serif;
	z-index: 2; /* for flash coverage */
}
#menu ul {
	margin: 0;
	padding: 10px 0px 90px 0px;
	list-style: none;
	width: 158px;
	color: #ffffff;
	z-index: 2; /* for flash coverage */
}
#menu ul li {
	position: relative;
	z-index: 2; /* for flash coverage */
}
#menu ul li a {
	display: block;
	padding: 5px 0px 5px 10px;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	border: 0px;
	z-index: 2; /* for flash coverage */
}
#menu ul li a:hover {
	text-decoration: none;
	font-style: oblique;
	z-index: 2; /* for flash coverage */
}
/* Fix IE. Hide from IE Mac \*/
* html #menu ul li { float: left; height: 1%; }
* html #menu ul li a { height: 1%; }
/* End */


/* layout */
html {
    min-height: 100%;
    height: auto;
}
body {
	margin: 0px;
	padding: 0px 0px 20px 0px;;
	background-image: url(../images/structure/bg-body_06.gif);
	background-attachment: scroll;
	background-repeat: repeat;
	text-align: center;
}
#main_container {
	margin: 0 auto;
	width: 770px;
	background-color: #002C23;
	border-left: 1px solid #F1EBD5;
	border-right: 1px solid #F1EBD5;
	border-bottom: 1px solid #F1EBD5;
}
#content_container {
	margin: 0 auto;
	padding-bottom: 20px;
	text-align: left;
	width: 754px;
	background-color: #fff;
	background-image: url(../images/structure/content-bottom_20.gif);
	background-attachment: scroll;
	background-position: bottom;
	background-repeat: no-repeat;
}
#header_left, #header_right {
	float: left;
}
#header_left {
	width: 215px;
	height: 161px;
	background-image: url(../images/structure/header_02.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
}
#header_right {
	width: 539px;
	height: 161px;
	background-image: url(../images/structure/header_03.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
}
#flash_logo {
	width: 200px;
	height: 100px;
	position: relative;
	top: 19px;
	left: 15px;
}
#left_col, #main_col {
	float: left;
}
#left_col {
	width: 170px;
}
#main_col {
	width: 574px;
	padding: 10px 10px 0px 0px;
}
#footer {
	clear: both;
	width: 100%;
	text-align: center;
}
.clearer {
	width: 100%;
	display: block;
	clear: both;
}
.res_cat {
	width: 30%;
	text-align: center;
	padding-bottom: 10px;
	white-space: nowrap;
	float: left;
}
.inner_left, .inner_middle, .inner_right {
	width: 30%;
	padding: 5px;
	float: left;
}
.inner_half_left, .inner_half_right {
	float: left;
	width: 48%;
	padding: 5px;
}
.gal_float {
	float: left;
	width: 130px;
	text-align: center;
	font-size: 0.9em;
	padding-bottom: 10px;
}