@import url("/template/shared/css/breadcrumbs.css");
@import url("/template/shared/css/tooltips.css");
@import url("/template/shared/css/file_list.css");
@import url("/template/shared/css/gallery.css");
@import url("/template/shared/css/calendar.css");
@import url("/template/shared/css/copyright.css");

* {
margin: 0px;
padding: 0px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6, p, table {
margin-bottom: 12px;
}

body, p, td, li {
font-size: 12px;
color: #333;
}

h1 {
font-size: 18px;
color: #5aa20b;
}

h2 {
font-size: 16px;
color: #5aa20b;
}

h3 {
font-size: 14px;
color: #075590;
}

h4, h5, h6 {
font-size: 12px;
color: #333;
}

ul {
list-style-type: square;
}

ul li {
margin-bottom: 6px;
}

a {
color: #075590;
text-decoration: underline;
}

a:hover {
color: #4a8617;
text-decoration: none;
}

a img {
border: none;
}

input,
textarea,
select {
color: #333;
font-size: 11px;
}

.bold {
font-weight: bold;
}

.quotebox {
overflow: hidden;
background-image: url(/template/default/images/tile_quotebox.gif);
background-repeat: repeat-y;
background-color: #84bf51;
margin: 15px 0px;
padding: 20px 20px 20px 40px;
color: #fff;
font-style: italic;
}

#text ul,
#text ol {
margin: 10px 30px;
}

#text ul li,
#text ol li {
margin: 5px 0px;
}

#widgets {
margin: 40px 0px 0px 0px;
}

#content_footer h2 {
float: right;
margin: 45px 25px 5px 10px;
}

#content_footer ul {
list-style-type: none;
width: 768px;
float: right;
margin: 0px;
padding: 0px;
}

#content_footer li {
float: left;
margin: 0px 0px 0px 22px;
}

#content_footer li a {
text-decoration: none;
color: #3c9ae1; /* BLUE */
font-size: 10px;
}

#content_footer li a:hover {
text-decoration: underline;
}

#search p {
color: #fff;
margin: 0px;
}

#search #q {
float: left;
width: 130px;
height: 17px;
background-color: #c1e79f;
margin: 5px 5px 0px 0px;
padding: 1px 2px;
border: none;
}

#search #submit {
float: left;
height: 19px;
width: 19px;
margin: 5px 0px 0px;
}

/* Shared Styles */

ul.arrow {
list-style-type: none;
margin: 0px 0px 6px 0px;
padding: 0px 0px 0px 15px;
}

ul.arrow li {
position: relative;
background-image: url(/template/shared/images/arrow.gif);
background-repeat: no-repeat;
background-position: -5px -1px;
margin: 0px;
padding: 0px 0px 5px 15px;
}

ul.arrow_back {
list-style-type: none;
margin: 0px 0px 6px 0px;
padding: 0px;
}

ul.arrow_back li {
position: relative;
background-image: url(/template/shared/images/arrow_back.gif);
background-repeat: no-repeat;
background-position: -5px -1px;
margin: 0px;
padding: 0px 0px 5px 15px;
}

p.arrow a,
span.arrow {
background-image: url(/template/shared/images/arrow.gif);
background-repeat: no-repeat;
background-position: -5px -1px;
margin: 0px;
padding: 0px 0px 5px 15px;
}

p.arrow_back a,
span.arrow_back {
background-image: url(/template/shared/images/arrow_back.gif);
background-repeat: no-repeat;
background-position: -5px -1px;
margin: 0px;
padding: 0px 0px 5px 15px;
}

/* Tree */

.tree {
list-style: none;
margin: 0px 0px 11px 0px;
padding: 0px;
}
.tree ul {
display: none; /* hide */
list-style: none;
margin: 0px;
padding: 0px 0px 0px 34px;
}
.tree a {
font-weight: normal;
text-decoration: none;
display: block;
margin: 0px 0px 5px;
}
.tree a.on {
color: #333;
font-weight: bold;
}
.tree a.off {
color: #000000;
font-weight: bold;
}
.tree a:hover {
text-decoration: underline;
}

/* Content Display */

table.contentList {
padding: 0px;
border: 0px none;
}

table.contentList td {
vertical-align: top;
}

table.contentList td.contentImage {
padding-right: 15px;
}

table.contentList td.contentIcon {
padding-right: 7px;
}

/* Search Display */

input.resultBox {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
padding: 2px;
color: #333;
width: 144px;
height: 13px;
border: 1px solid #bbbbbb;
}

table.searchResults {
border: 0px none;
margin: 0px;
float: right;
}

table.searchResults td.heading {
padding: 0px 20px 0px 0px;
}

table.searchResults table {
border: 0px none;
margin: 0px;
}

table.advancedSearch {
border: 0px none;
margin: 0px 0px 6px 0px;
}

table.advancedSearch td {
padding: 0px 10px 5px 0px;
}

table.advancedSearch input,
table.advancedSearch select {
font-size: 11px;
border: solid 1px #bbbbbb;
padding: 2px;
}

table.advancedSearch input{
width: 200px;
}

table.advancedSearch select {
width: 205px;
}

table.advancedSearch input.submit {
width: auto;
background-color: #eeeeee;
padding-left: 10px;
padding-right: 10px;
}

.point {
cursor: default;
}

.thisPage {
font-weight: bold;
cursor: default;
}

/* Financial Table */

.financial td {
padding: 3px 10px;
vertical-align: top;
}

.financial .icon {
text-align: center;
}

.financial .headings td {
font-weight: bold;
}

/* CHRONOLOGY  */
.clock_dark {
border-bottom: 1px solid #fff;
background-image: url(/template/default/images/clockbar_dark.gif);
background-repeat: repeat-y;
}

.clock_light {
border-bottom: 1px solid #fff;
background-image: url(/template/default/images/clockbar_light.gif);
background-repeat: repeat-y;
}

/*quote*/
.quote {
font-size: 14px;
color: #777777;
padding: 5px 20px;
font-style: italic;
}

/*Blue Box */
.bluebox {
float: left;
width: 206px;
background-color: #d9ecf9;
padding: 10px 20px 0px;
margin: 0px 20px 20px 0px;
min-height: 130px;
}

#text .bluebox ul.arrow {
padding: 0px;
margin: 0px;
}

#text .bluebox ul.arrow li {
margin: 0px 0px 0px;
}

/* pagination */

table.pagination,
table.pagination table {
	margin: 0px;
	padding: 0px;
	cursor: default;
}

table.pagination {
	width: 100%;
}

table.pagination td {
	white-space: nowrap;
}

table.pagination table {
	margin: 0px 10px 11px 0px;
}

table.pagination table td {
	padding-left: 6px;
}

table.pagination select {
	width: 50px;
}

table.pagination img.navArrow {
	position: relative;
	top: 4px;
	border: none;
}


/*////////////// */
#fontsize {
float: right;
padding: 0px 0px 5px;
}

/* DOCUMENT TABLE */
table.docTable {
border-collapse: collapse;
background-color: #fff;
}

table.docTable td,
table.docTable th {
padding: 0px;
}

table.docTable tr:hover {
background-color: #f2f2f2;
}

table.docTable td {
border: 1px solid #ccc;
padding: 5px 10px;
vertical-align: top;
}

/* content Table */
table.content_table {
border-collapse: collapse;
background-color: #fff;
}

table.content_table tr {
vertical-align: top;
}

table.content_table td {
border: 1px solid #ccc;
padding: 5px 10px;
}

/*button*/

#download_brochure {
position: relative;
width: 152px;
height: 35px;
margin: 0px auto;
overflow: hidden;
}

#download_brochure a {
display: block;
width: 152px;
height: 35px;
padding: 35px 0px 0px;
background-image: url(../images/download_brochure.jpg);
background-repeat: no-repeat;
}

#download_brochure a:hover {
background-position: 0px -35px;
}
