

.clear_containers_float {
float: none;
clear: both;
width: 0px;
height: 0px;
padding: 0px;
margin: 0px;
}

h1 {
font-family: tahoma;
font-size: 22px;
font-weight: normal;
padding: 0px;
margin-top: 0px;
margin-bottom: 20px;
color: #ffffff;
}

h1.home {
font-family: arial;
font-size: 16px;
font-weight: normal;
padding: 0px;
margin-top: 0px;
margin-bottom: 10px;
color: #ffffff;
}

h2 {
font-family: arial;
font-size: 16px;
font-weight: normal;
padding: 0px;
margin-top: 0px;
margin-bottom: 10px;
color: #ffffff;
}

h3 {
font-family: arial;
font-size: 14px;
font-weight: normal;
padding: 0px;
margin-top: 0px;
margin-bottom: 10px;
color: #ffffff;
}

a {
color: #ffffff;
text-decoration: underline;
}

a:hover {
color: #ffffff;
text-decoration: none;
}

a.reversed {
color: #ffffff;
text-decoration: none;
}

a.reversed:hover {
color: #ffffff;
text-decoration: underline;
}

a.nav {
color: #ffffff;
text-decoration: none;
}

a.nav:hover {
color: #ffffff;
text-decoration: underline;
}

a.platinum {
color: #4dd3e3;
text-decoration: none;
}

a.platinum:hover {
color: #4dd3e3;
text-decoration: underline;
}

a.nav_hig {
color: #4dd3e3;
text-decoration: underline;
}

a.nav_hig:hover {
color: #4dd3e3;
text-decoration: underline;
}

img {
border: none;
display: block;
}



p {
clear: both;
margin-bottom: 10px;
}

p.double {
clear: both;
margin-bottom: 30px;
}

p.align_right {
margin-bottom: 10px;
text-align: right;
}

hr {
border: 0;
height: 1px;
color: #808080;
background-color: #808080;
margin: 5px 0px 10px 0px; 
}

hr.light {
border: 0;
height: 1px;
color: #ffffff;
background-color: #ffffff;
margin: 5px 0px 10px 0px;
}

td {
font-size: 12px;
}

.bottom_space {
margin-bottom: 15px;
}

.strong_copy {
font-weight: bold;
}

.italic_copy {
font-style: italic;
}

.underline_copy {
text-decoration: underline;
}

.error_copy {
color: #ff0000;
}

.blue_copy {
color: #4dd3e3;
}

.small_arrows {
font-family: arial;
font-size: 9px;
font-style: italic;
}

ul {
padding-left: 30px;
}

ol {
padding-left: 30px;
}


.DivContainer {
clear: both;

min-height: 5px;

}

.DivContainerMarginTop {
clear: both;
margin-top: 10px;
}

.DivContainerMarginBottom {
clear: both;
margin-bottom: 5px;
}

.DivContainerMarginTopBottom {
clear: both;
margin-top: 10px;
margin-bottom: 10px;
}

.DivContainerMarginBottomBig {
clear: both;
margin-bottom: 10px;
}

.DivLeft {
float: left;
}

.DivRight {
float: right;
}

.DivLeftLargeTopPad {
float: left;
padding-top: 40px;
}

.DivLeftSmallTopPad {
float: left;
padding-top: 7px;
}

.DivGap {
float: left;
width: 10px;
}

.DivGapRight {
float: right;
width: 10px;
}

.DivGapSmallRight {
float: right;
width: 5px;
}

.DivGapLarge {
float: left;
width: 20px;
}

.DivGapLargeRight {
float: right;
width: 20px;
}

.DivGapExtraLarge {
float: left;
width: 50px;
}



/*FORM STYLES*/
.search_form_element {
float: left;

min-height: 10px;

margin-right: 27px;

}

.search_form_element_last {
float: left;

min-height: 10px;

margin-right: 0px;

padding-left: 2px;

}

.search_form_element_hidden {
display: none;
}

.searchSub {
cursor: pointer;
}

.form {
clear: both;

min-height: 10px;

margin-bottom: 15px;
}

.form_sm {
clear: both;

min-height: 10px;

margin-bottom: 5px;
}

.form_nm {
clear: both;

min-height: 10px;

margin-bottom: 0px;
}


.form_label {
float: left;
width: 180px;

min-height: 10px;

padding-left: 30px;
padding-top: 3px;
}

.form_label_error {
float: left;
width: 180px;

min-height: 10px;

padding-left: 30px;
padding-top: 3px;
color: #ff0000;
}

label.admin_label {
font-size: 11px;
color: #646d51;
}


fieldset {
border: 1px solid #043E54;
padding: 10px;
}

legend {
font-weight: normal;
color: #384e76;
margin-bottom: 10px;
padding: 0px 5px;
}

label {
clear: both;
color: #ffffff;
}

/*INPUT*/
input {
font-family: tahoma;
font-size: 12px;
}

input.medium {
width: 140px;
padding: 2px;

}

input.contact_medium {
width: 140px;
padding: 4px;
}

input.contact_large {
width: 200px;
padding: 4px;
}

input.chkbox {
cursor: pointer;
}

input.admin_box_tiny {
width: 70px;
padding: 4px;
font-size: 14px;
color: #5d4e37;
}

input.admin_box_small {
width: 150px;
padding: 4px;
font-size: 14px;
color: #5d4e37;
}

input.admin_box_large {
width: 555px;
padding: 4px;
font-size: 14px;
color: #5d4e37;
}


/*TEXTAREA*/
textarea {
font-family: tahoma;
font-size: 12px;
padding: 2px;
}

textarea.contact_textarea_large {
font-family: tahoma;
font-size: 12px;
padding: 4px;
width: 100%;
}

textarea.admin_textarea_ex_small {
font-family: tahoma;
font-size: 14px;
padding: 4px;
width: 555px;
height: 40px;
color: #5d4e37;
}

textarea.admin_textarea_small {
font-family: tahoma;
font-size: 14px;
padding: 4px;
width: 555px;
height: 70px;
color: #5d4e37;
}

textarea.admin_textarea_medium {
font-family: tahoma;
font-size: 14px;
padding: 4px;
width: 555px;
height: 100px;
color: #5d4e37;
}

textarea.admin_textarea_large {
font-family: tahoma;
font-size: 14px;
padding: 4px;
width: 555px;
height: 120px;
color: #5d4e37;
}

/*SELECT*/

select {
font-family: tahoma;
font-size: 12px;
}

select.standard {
padding: 2px;
}


.subBut {
padding: 4px;
}