

.clear_containers_float {
float: none;
clear: both;
width: 0px;
height: 0px;
padding: 0px;
margin: 0px;
}

.DivContainer {
clear: both;

min-height: 5px;

}

.DivContainerMarginTop {
clear: both;
margin-top: 10px;
}

.DivContainerMarginBottom {
clear: both;
margin-bottom: 5px;
}

.DivContainerMarginBottomBig {
clear: both;
margin-bottom: 10px;
}

.DivLeft {
float: left;
}

.DivRight {
float: right;
}

.DivLeftLargeTopPad {
float: left;
padding-top: 17px;
}

.DivLeftSmallTopPad {
float: left;
padding-top: 7px;
}

.DivGap {
float: left;
width: 10px;
}

.DivGapRight {
float: right;
width: 10px;
}

.DivGapLarge {
float: left;
width: 20px;
}

.DivGapLargeRight {
float: right;
width: 20px;
}

.DivGapExtraLarge {
float: left;
width: 50px;
}

h1 {
font-family: "Trebuchet MS", "sans-serif";
mso-fareast-font-family: "Times New Roman";
font-size: 16px;
font-weight: normal;
padding: 0px;
margin: 0px;
}

h1.home {
font-family: "Trebuchet MS", "sans-serif";
mso-fareast-font-family: "Times New Roman";
font-size: 18px;
font-weight: normal;
padding: 0px;
margin: 0px;
}

h2 {
font-family: "Trebuchet MS", "sans-serif";
mso-fareast-font-family: "Times New Roman";
font-size: 14px;
font-weight: normal;
padding: 0px;
margin: 0px;
}

h2.blog {
font-family: "Trebuchet MS", "sans-serif";
mso-fareast-font-family: "Times New Roman";
font-size: 16px;
font-weight: normal;
padding: 0px;
margin: 0px;
margin-bottom: 5px;
line-height: 1.2em;
color: #b3e3f9;
}

h3 {
font-family: "Trebuchet MS", "sans-serif";
mso-fareast-font-family: "Times New Roman";
font-size: 12px;
font-weight: normal;
padding: 0px;
margin: 0px;
}

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.reversed_hig {
color: #b3e3f9;
text-decoration: none;
}

a.reversed_hig:hover {
color: #b3e3f9;
text-decoration: underline;
}

a.client {
color: #b3e3f9;
text-decoration: underline;
}

a.client:hover {
color: #b3e3f9;
text-decoration: none;
}

img {
border: none;
}

.pointer_cursor {
cursor: pointer;
}

p {
clear: both;
margin-bottom: 10px;
}

p.align_right {
margin-bottom: 10px;
text-align: right;
}

p.align_right_padded {
margin-bottom: 10px;
margin-right: 5px;
text-align: right;
}

p.align_center {
margin-bottom: 10px;
text-align: center;
}

p.single {
margin-bottom: 5px;
}

p.double {
margin-bottom: 20px;
}

p.form {
clear: both;
float: none;
margin-top: 5px;
margin-bottom: 5px;
}

.paragraph_copy {

min-height: 10px;

padding-left: 2px;
padding-right: 2px;
line-height: 1.5em;
font-family: tahoma;
font-size: 12px;
}

hr {
border: 0;
height: 1px;
color: #808080;
background-color: #808080;
margin: 5px 0px 10px 0px; 
}

hr.light {
border: 0;
height: 1px;
color: #dfd49e;
background-color: #dfd49e;
margin: 5px 0px 10px 0px;
}

.strong_copy {
font-weight: bold;
}

.italic_copy {
font-style: italic;
}

.underline_copy {
text-decoration: underline;
}

.error_copy {
color: #ff0000;
}

.green_copy {
color: #708708;
}

.purple_copy {
color: #4e51a8;
}

.light_purple_copy {
color: #7801bb;
}

.red_copy {
color: #ee3c29;
}

.orange_copy {
color: #f5a01d;
}

.turquoise_copy {
color: #59c1ac;
}

.grey_copy {
color: #808080;
}

.small_arrows {
font-family: arial;
font-size: 9px;
font-style: italic;
}

.small_copy {
font-size: 10px;
}

.medium_copy {
font-size: 11px;
}

ul {
padding-left: 30px;
}

ol {
padding-left: 30px;
}



/*FORM STYLES*/
.form {
clear: both;
margin-bottom: 15px;
}

.form_nm {
clear: both;
margin-bottom: 0px;
}

fieldset {
border: 1px solid #043E54;
padding: 10px;
}

legend {
font-weight: normal;
color: #384e76;
margin-bottom: 10px;
padding: 0px 5px;
}


/*INPUT*/

input.ex_small {
padding: 2px;
width: 100px;
}

input.small {
padding: 2px;
width: 150px;
}

input.medium {
padding: 2px;
width: 250px;
}

input.medium_error {
padding: 2px;
width: 250px;
background: #ff0000;
color: #ffffff;
}


/*TEXTAREA*/

textarea {
font-family: tahoma;
font-size: 12px;
padding: 2px;
}

textarea.large {
padding: 2px;
width: 400px;
height: 70px;
}

textarea.admin_large {
padding: 2px;
width: 450px;
height: 100px;
}


/*SELECT*/

select.select_orientation {
font-size: 11px;
padding: 2px;
}

/*SUBMIT*/
.subBut_large {
padding: 10px;
}

.subBut_warning {
padding: 10px;
color: #ff0000;
}

.submitBut {
padding-top: 2px;
padding-bottom: 2px;
padding-left: 4px;
padding-right: 4px;
cursor: pointer;
margin-top: -1px;
}
