/* global */

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

body, p, td, li {
font-family: Helvetica, Arial, sans-serif;
}

body, p, li {
font-size: 14px;
}

p, td, li {
line-height: 1.4em;
}

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

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

/* headings */

h1, h2, h3, h4, h5, h6 {
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: normal;
}

h1 {
font-size: 24px;
color: #504b41;
margin: 0px 0px 14px 0px;
}

h2 {
font-size: 20px;
color: #285845;
}

h3, h4, h5, h6 {
color: #00457c;
}

h3 {
font-size: 16px;
}

h4 {
font-size: 14px;
}

h5 {
font-size: 14px;
}

h6 {
font-size: 14px;
}

/* links */
.modal {
	
}

a, .encode {
color: #2465A4;
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 3px;
padding: 0px 0px 0px 15px;
text-decoration: none;
display: block;
}

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

p.arrow {
margin: 7px 0px;
}

.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 3px;
padding: 0px 0px 0px 15px;
text-decoration: none;
display: block;
}

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

/* lists */

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

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

ul {
list-style-type: disc;
}

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: 2px 5px;
vertical-align: top;
}

td p {
padding: 0px;
margin: 0px;
}

td,
td p,
td li {
font-size: 14px;
}

tr.shade-row {
background-color: #eee;
}

/* hr */

hr, .hr {
margin: 12px 0px;
height: 1px;
overflow: hidden;
border: none;
border-top: 1px dashed #E1D6BD;
}

/* general */

.large {
font-size: 16px;
}

h1 .large {
padding: 0px 5px;
color: #333;
}

.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;
}

.no_margin {
margin: 0px;
padding: 0px;
}

.dark {
color: #444;
}

.phone {
font-size: 22px;	
}

strong {
color: #444;	
}

/* .chart */

.chart {
margin: 0px 0px 20px;
}

.chart th,
.chart td {
padding: 5px 10px;
border: 1px solid #cac9c6;
}

.chart th {
background-color: #467db6;
color: #fff !important;
font-size: 14px;
}

.chart tr {
background-color: #fff;
}

.chart tr.even {
background-color: #ededec;
}

/* button */

.button {
/* add to wysiwyg */
display: block;
}

.button a {	
display: inline-block;
padding: 15px 25px;
font-weight: bold;
font-size: 16px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
-webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
font-family: Helvetica, Arial, sans-serif;
color: #fff;
text-shadow: 1px 1px #000;
background-repeat: repeat-x;
background-position: top;
background-image: url(../images/tile_button_blue.gif);
background-color: #3884d0;
border-top: 2px solid #85c6f2;
border-bottom: 2px solid #2458c0;
}

.button.blue a {
background-image: url(../images/tile_button_blue.gif);
background-color: #3884d0;
border-top: 2px solid #85c6f2;
border-bottom: 2px solid #2458c0;
}

.button.orange a {
background-image: url(../images/tile_button_orange.gif);
background-color: #e0a939;
border-top: 2px solid #fbd56c;
border-bottom: 2px solid #d48a24;
}

.button a:hover {
text-decoration: none;
}

.button.blue a:hover {
background-image: url(../images/tile_button_blue_hover.gif);
background-color: #5f9bd7;
}

.button.orange a:hover {
background-image: url(../images/tile_button_orange_hover.gif);
background-color: #e6ba61;
}