/* ----------------------- */
/* DEFAULT STYLES          */
/* ----------------------- */

/*
CONTENTS:
- Default HTML element styles
- Default form styles
- Default element-specific classes
- Default generic classes
- Clearing fixes for IE6
*/

/* ------------------------------ */
/* DEFAULT HTML ELEMENT STYLES    */
/* ------------------------------ */
/* Arranged alphabetically by tag */

/* <a> */
a {
	color: #FFBB53;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* <body> */
body {
	background-color: #0F3819;
	color: #fff;
	font-family: arial,helvetica,sans-serif;
	font-size: 120%;
	line-height: 120%;
}

/* <h1> */
/* Only used for site name/logo */
/* [SEE 'style_template.css'] */

/* <h2> */
/* Only used for main page headings */
/* [SEE 'style_template.css'] */

/* <h3> */
h3 {
	color: #D9B680;
	font-family: georgia,times,serif;
	font-size: 150%;
	font-weight: normal;
	line-height: 110%;
	margin: 1.6em 0 0.7em 0;
	position: relative;	/*ie fix*/
}

/* <h4> */
h4 {
	color: #D9B680;
	font-family: georgia,times,serif;
	font-size: 130%;
	font-weight: normal;
	margin: 1.4em 0 0.8em 0;
}

/* <h5> */
h5 {
	color: #D9B680;
	font-family: georgia,times,serif;
	font-size: 110%;
	font-weight: normal;
	margin: 1.2em 0 0.9em 0;
}

/* <h6> */
h6 {
	color: #D9B680;
	font-family: georgia,times,serif;
	font-size: 100%;
	font-weight: normal;
	margin: 1em 0 1em 0;
}

/* <hr> */
hr {
	left: -10000px;
	position: absolute;
	top: -10000px;
}
hr.solid {
	left: 0px;
	position: relative;
	top: 0px;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 1px solid #ccc;
	border-left: 0px;
}

/* <img> */
div#content_main img {
	border: 5px solid #fff;
}

/* <p> */
p {
	margin: 0 0 1em 0;
}

/* <table> */
table {
	border-collapse: collapse;
	border: 0;
	border-left: 1px solid #324F39;
	border-top: 1px solid #324F39;
	font-size: 80%;
	line-height: 130%;
	margin: 0.5em 0 1.5em 0;
}
table td {
	border-bottom: 1px solid #324F39;
	border-right: 1px solid #324F39;
	padding: 2px 8px 2px 4px;
}

/* <ul> & <li> */
ul {
	margin: 0 0 1em 0;
}
ul li {
	line-height: 140%;
	margin: 0 0 0 1.2em;
}
ul li ul {
	margin: 0 0 0 2em;
}

/* -------------------------- */
/* DEFAULT FORM STYLES        */
/* -------------------------- */
/* Arranged alphabetically by tag */

/* <em> */
label em {
	color: #ff0000;
	font-style: normal;
	font-weight: bold;
	margin-left: 2px;
}

/* <input> */
input.text {
	background: #F7F7F7;
	border: 1px solid #fff;
	font-family: arial,helvetica,sans-serif;
	font-size: 130%;
	width: 300px;
}
input.text:focus {
	background: #fff;
}
input.checkbox {
	background: none;
	border: none;
	clear: left;
	float: left;
	margin-left: -2px;
	width: 15px;
}
li.error input.text {
	border: 1px solid #faa;
	background: #faa;
}
input.radio {
	background: none;
	border: none;
	clear: left;
	float: left;
	margin: 5px 5px 0 0;
	width: 15px;
}
input.tiny { /* .text */
	width: 50px;
}
input.small { /* .text */
	font-size: 130%;
	line-height: 130%;
	width: 150px;
}
input.large { /* .text */
	width: 492px;
}
input.submit {
	background: #E9C58C;
	border: 0;
	border-radius: 2px;
	-moz-border-radius: 2px;
	color: #444;
	cursor: pointer;
	font-family: georgia,times,serif;
	font-size: 120%;
	font-weight: normal;
	margin-top: 10px;
	padding: 2px 8px 4px 8px;
	width: auto;
}
input.submit:hover,
input.submit:focus {
	background: #DDD;
}

/* <label> */
label {
	display: block;
	font-family: arial,helvetica,sans-serif;
	font-size: 100%;
	margin-bottom: 0.2em;
	width: 350px;
}

/* <legend> */
legend {
	font-weight: bold;
	padding: 0 2px;
}

/* <ol> & <li> */
form ol {
	clear: both;
	margin: 0;
	padding: 0;
}
form ol li {
	list-style: none;
	margin: 0;
	padding: 0 0 0.75em 0;
}


/* <p> */
p.error {
	background: #C3DBC5;
	color: #f00;
	font-size: 110%;
	padding: 3px 6px;
}
form ol li.options p {
	margin: 0 0 0.75em 0;
}
p.required {
	color: #666666;
	font-size: 90%;
	margin-bottom: 5px;
}

/* <select> */
select {
	background: #F7F7F7;
	border: 1px solid #fff;
	font-family: arial,helvetica,sans-serif;
	font-size:130%;
	width: 300px;
}
select:focus {
	background: #fff;
}
li.error select {
	border: 1px solid #faa;
	background: #faa;
}
select.small {
	font-size:130%;
	line-height: auto;
	width: 150px;
}

/* <span> */
label span {
	color: #888;
	font-size: 90%;
	font-weight: normal;
	padding-left: 0.3em;
}

/* <textarea> */
textarea {
	background: #F7F7F7;
	border: 1px solid #fff;
	font-family: arial,helvetica,sans-serif;
	font-size: 130%;
	height: 150px;
	width: 492px;
}
textarea:focus {
	background: #fff;
}
li.error textarea {
	border: 1px solid #faa;
	background: #faa;
}
textarea.small {
	font-size: 130%;
	height: 80px;
	width: 300px;
}

/* <ul> */
form ol li.multicolumn ul {
	-moz-column-count: 2;
	width: 40em;
}
form ol li.options ul {
	margin: 0 0 0 1em;
}
form ol li.options ul li {
	padding: 0;
}
ul.ticklist {
	list-style: none;
	margin: 10px 0;
}
ul.ticklist li {
	background: url(images/bg/ticklist-li-bg.png) no-repeat 0 0;
	padding: 0 0 15px 27px;
	margin: 0 0 0 10px;
}


/* -------------------------------------- */
/* DEFAULT ELEMENT-SPECIFIC CLASSES       */
/* -------------------------------------- */
/* Classes that apply to specific HTML elements but can be used on any page */
/* Arranged alphabetically by tag, then class name */

/* <a> */
a.rss {
	background: url(images/bg/rss.gif) no-repeat 0 2px;
	padding-left: 17px;
}

/* <div> */
div.contentbox {
	background-color: #26492F;
	margin: 0 0 1em 0;
	padding: 15px 15px 1px 15px;
}
div.content_highlight {
	background-color: #fff;
	color: #333;
	margin: 0 0 1em 0;
	padding: 15px 15px 1px 15px;
}

/* <h2> */
div.content_highlight h2 {
	color: #0D5A16;
	font-size: 170%; 
}

/* <table> */
table.data_table {
	border: 0;
	border-collapse: collapse;
	border-left: 1px solid #FFF;
	border-top: 1px solid #FFF;
	margin: 0 0 1em 0;
}
table.data_table caption {
	font-size: 110%;
	font-weight: bold;
	margin: 1em 0;
}
table.data_table td,
table.data_table th {
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
	line-height: 130%;
	padding: 2px 4px;
}
table.data_table thead th {
	background: #333;
	color: #FFF;
	font-size: 100%;
	font-weight: bold;
	text-align: left;
}
table.data_table tbody th {
	background: #999;
	color: #FFF;
	font-size: 100%;
	font-weight: bold;
	text-align: left;
}
table.data_table td {
	background: #DDD;
}


/* ----------------------------- */
/* DEFAULT GENERIC CLASSES       */
/* ----------------------------- */
/* Classes that can be applied to various HTML elements and can be used on any page */
/* Arranged alphabetically by class name */
.ir { display:block; text-indent:-999em; overflow:hidden; background-repeat: no-repeat; }
.hidden { display:none; visibility:hidden; }
.clear {
	clear: both;
}
.big { /* use with <p>, <li>, <span> etc. */
	font-size: 120%;
	line-height: 120%;
}
.small {
	font-size: 85%;
	line-height: 110%;
}
.left {
	float: left;
	margin: 3px 20px 10px 0;
}
.right {
	float: right;
	margin: 3px 0 10px 20px;
}
div.notice {
	border: 3px solid #e7e2b6;
	background-color: #d0c992;
	color: #2f2e22;
	padding: 15px 14px 1px 14px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	font-size: 90%;
}
div.notice a { color: #145119; text-decoration: underline; }
p.btnlink a {
	background: #0f2a12 url('images/bg/btnlink.gif') repeat-x 50% 50%;
	border: 1px solid #0d2e14;
	display: block;
	color: #e6ae13;
	font-family: Georgia;
	font-style: italic;
	padding: 8px 11px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;	
	text-shadow: 1px 1px 3px #0d2e14;
}
p.btnlink a:hover {
	background-color: #173b1e;
	background-image: url('images/bg/btnlink-hover.gif');
	color: #FFF;
	text-decoration: none;
}

/* ------------------------------- */
/* CLEARING FIXES FOR IE6          */
/* ------------------------------- */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hide from IE/Mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE/Mac */

