﻿fieldset 
{
    border: 1px solid #ccc;
    padding: 0 20px 20px 20px;
}

            fieldset dd 
            {
                padding-top: 10px;
                margin-left: 150px;
            }

            fieldset dt 
            {
                clear: both;
                float: left;
                padding-right: 10px;
            }
legend 
{
    font-family: Verdana, Sans-Serif;
    font-weight: bold;
    font-size: 90%;
    color: #000;
    background-color: #CCE0D6;
    border: 1px solid #ccc;
    border-bottom-color: #00A651;
    border-right-color: #00A651;
    padding: 4px 8px;
}

dt {    font-weight: bold;
    padding: 10px 5px 0 5px;}

.left 
{
    clear: left;
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
}

.right 
{
    clear: right;
    float: right;
    margin-left: 10px;
    margin-bottom: 5px;
}

.center 
{
    margin: 0 auto;
    display: block;
}


.centerText {
    text-align: center;
}

.featureBar {
    float: right;
    margin: 0 0 10px 10px;
    padding: 10px;
    border: 2px solid #00A651;
    background-color: #CCE0D6;
    width: 200px;
    font-size: .8em;
}

.caption 
{
	width: 200px;
}

.notice
{   color: #EF3E42;
}

.smallCaps 
{
    text-transform: uppercase;
    font-size: 1em;
}

object {display:block; margin: 0 auto;}

embed {display:block; margin: 0 auto;}

small {
    text-transform: none;
    font-size: 80%;
}

blockquote
{
    margin: 15px;
    padding: 0 10px;
    background-color: #CCE0D6;
}

blockquote.alt
{
    margin: 15px;
    padding: 10px;
    background-color: #edf4f8;
    border-top: 1px solid #EF3E42;
    border-bottom: 1px solid #EF3E42;
    border-left: 5px solid #EF3E42;
    border-right: 5px solid #EF3E42;
}

h1, h2, h3, h4, h5, h6 
{
    font-family: Colaborate-RegularRegular, "Helvetica Neue", Helvetica, Arial, sans-serif;
    clear: left;
}

h1 {
	font-size: 1.4em;
	padding: 2px 0;
	margin: 5px 0 10px 0;
    font-weight: normal;
}

h2 
{   
	font-size: 1.2em;
	font-weight: normal;
	color: #063;
    margin: 10px 0 0 -10px;
    padding: 2px 10px;

}

h3 {
	font-size: 1em;
    font-weight: bold ;
    font-style: italic;
    margin: 10px 0 0 0;
}

h4 {
	font-size: .8em;
	text-transform: uppercase;
    margin: 10px 0;
}

h5 {
	font-size: .8em;
	font-weight: bold;
    margin: 10px 0;
}

h6 {
	font-size: .8em;
	font-style: italic;
    margin: 10px 0;
}

img {
    border: none;
    height: auto;
    width: auto;
}

caption {
    background-color: #00a651;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
}

table 
{
    margin-right: auto;
    margin-left: auto;
	width: 90%;
	text-align: left;
	border: 0;
    border-collapse: collapse;
    margin-bottom: -4px;
}

tr.alt {
    background-color: #CCE0D6;
}

th {
    border-top: 2px solid #063;
}

td {padding:3px 0;}
#rh-col dt {
    font-weight: bold;
    padding: 10px 5px 0 5px;
}

ul li {
    list-style-type: square;
}

#rh-col ol li {
    list-style-type: decimal;
}

ol li {
    list-style-type: decimal;
}

ol li ul li{
    list-style-type: square;
}

ol li ol li{
    list-style-type: lower-alpha;
}

ol li ol li ol li{
    list-style-type: lower-roman;
}

a img {
    border: none;
}

form {
    margin-left: 0px;
}

input, textarea, select {
	color: #000;
}

/*
This style is for adding items to the menu that aren't part of the normal hierarchy. Currently disabled.

.menuLink 
{
    border-top: 1px solid #fff;
    background-image: url("../img/nav.jpg");
    background-repeat: no-repeat;
    color: #FFF;
    display: block;
    font-size: 100%;
    padding-left: 18px;    
    text-decoration: none;
    font-family: Verdana, Arial, Sans-Serif;
} 
*/
