/* global */

* {
font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
}

body, p, td, li, input, textarea {
color: #6d6e70;
}

strong {
color: #333;
}

body, p, td, li, h4, h5, h6 {
font-size: 12px;
}

h1, h2, h3, h4, h5, h6, p, table, ul, ol {
margin: 0px 0px 12px 0px;
}

input, textarea {
font-size: 11px;
}

/* headings */

h1, h3, h5 {
color: #1b4164;
}

h2, h4, h6 {
color: #ee8a1d;
}

h1 {
font-size: 20px;
}

h2 {
font-size: 16px;
}

h3 {
font-size: 14px;
}

/* links */

a, .encode {
color: #1b4164;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

.arrow a,
a.arrow {
background-image: url(../images/arrow.gif);
background-repeat: no-repeat;
background-position: left;
padding: 0px 0px 0px 15px;
text-decoration: none;
}

.arrow a:hover,
a.arrow:hover {
text-decoration: underline;
}

.back a,
a.back {
margin: 0px;
padding: 0px;
}

.back a,
a.back {
background-image: url(../images/arrow_back.gif);
background-repeat: no-repeat;
background-position: left;
padding: 0px 0px 0px 15px;
text-decoration: none;
}

.back a:hover,
a.back:hover {
text-decoration: underline;
}

/* lists */

ul, ol {
padding: 0px 40px;
}

li {
margin: 0px 0px 6px 0px;
}

ul {
list-style-type: square;
}

ul ul {
list-style-type: circle;
}

ul.arrow,
ul.back {
padding: 0px;
list-style-type: none;
}

/* images */

img {
border: none;
}

img.border {
padding: 5px;
border: 1px solid #ccc;
margin: 0px 25px 30px 0px;
}

/* tables */

table {
border-collapse: collapse;
border: none;
}

td {
padding: 0px;
vertical-align: top;
}

/* hr */

.hr {
margin: 12px 0px;
height: 1px;
overflow: hidden;
background-color: #ccc;
}

/* general */

.large {
font-size: 13px;
}

.small {
font-size: 10px;
}

.float_left {
float: left;
margin: 0px 12px 6px 0px;
}

.float_right {
float: right;
margin: 0px 0px 6px 12px;
}

.align_right {
text-align: right;
}



/* */

.home_tabs ul {
list-style-type: none;
padding: 0px;
}

.home_tabs .tabs-1,
.home_tabs .tabs-2 {
float: left;
-moz-border-radius-topleft: 10px;
-webkit-border-top-left-radius: 10px;
-moz-border-radius-topright: 10px;
-webkit-border-top-right-radius: 10px;
margin: 0px;
padding: 0px;
}

.home_tabs .tabs-1 {
background-color: #ee8a1d;
margin: 0px 10px 0px 0px;
}

.home_tabs .tabs-2 {
background-color: #1b4164;
}

.home_tabs li a {
display: block;
color: #fff;
font-size: 19px;
padding: 10px 20px;
}

.home_tabs #tabs-1,
.home_tabs #tabs-2 {
width: 600px;
-moz-border-radius-topright: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-bottomleft: 10px;
-webkit-border-bottom-left-radius: 10px;
padding: 35px 0px;
}

.home_tabs #tabs-1 {
background-color: #ee8a1d;
z-index: 10;
}

.home_tabs #tabs-2 {
background-color: #1b4164;
z-index: 10;
}



/* HOME TABS */
.home_tabs a:hover { /* all links on the home page */
text-decoration: none; 
}

.home_tabs #tabs-1 p,
.home_tabs #tabs-2 p {
padding: 0px 35px;
}

.home_tabs #tabs-1 ul,
.home_tabs #tabs-2 ul {
list-style-type: disc;
padding: 0px 50px;
margin: 15px 0px 25px;
}

.home_tabs #tabs-1 li,
.home_tabs #tabs-2 li {
margin: 0px 0px 3px;
}

.home_tabs #tabs-1 .title,
.home_tabs #tabs-2 .title {
font-size: 17px;
color: #fff;
}

.home_tabs #tabs-1 .text,
.home_tabs #tabs-2 .text {
font-size: 12px;
}

/* tab 1 */
.home_tabs #tabs-1 p,
.home_tabs #tabs-1 .text,
.home_tabs #tabs-1 li {
color: #603813;
}

.home_tabs #tabs-1 .block_link a {
display: block;
background-image: url(../images/arrow_orange.gif);
background-repeat: no-repeat;
background-position: 35px 20px;
background-color: #ff882e;
padding: 14px 55px;
}

.home_tabs #tabs-1 .light a {
background-color: #ff9c39;
}

.home_tabs #tabs-1 .block_link a:hover {
background-color: #af5f1e;
}

/* tab 2 */
.home_tabs #tabs-2 p,
.home_tabs #tabs-2 .text, 
.home_tabs #tabs-2 li {
color: #4DD5FF;
}

.home_tabs #tabs-2 .block_link a {
display: block;
background-image: url(../images/arrow_blue.gif);
background-repeat: no-repeat;
background-position: 35px 20px;
background-color: #245581;
padding: 14px 55px;
}

.home_tabs #tabs-2 .light a {
background-color: #2B618E;
}

.home_tabs #tabs-2 .block_link a:hover {
background-color: #0d508e;
}
