/* -----------------------------------*/
/* ----->>> GLOBAL SETTINGS <<<-------*/
/* -----------------------------------*/
 
html, body {
border:0;
margin:0;
padding:0;
background-color: white;

}

ul {
list-style: disc;
}

body, p, div, td, li, .bodytext {
font:13px Lato, Calibri, Verdana, Helvetica, sans-serif;
}

 
/* ----------------------------------- */
/* --------->>> HEADINGS <<<---------- */
/* ----------------------------------- */

.h1

.h2 {
color:#0B284A;
padding:0px 0px 5px 0px;
font-size: 14pt;
}
 
.h3 {
font-weight:bold;
color:#0B284A;
}

h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
}
 
h1,.h1 {
padding:10px 0px 5px 0px;
font-size:1.5em;
line-height:2em;
color:#ff7e15;
text-transform: uppercase;
letter-spacing: 1px;
font-weight:bold;
}

 
h2 ,.h2{
font-size:1em;
line-height:1.5em;
color:DarkGrey;
font-weight:bold;
}

h3,.h3 {
font-size:1em;
line-height:1.5em;
color:DarkGrey;
font-weight:bold;
}


.blackHeading {
	color:black; 
	font-weight:normal;
	text-transform:uppercase;
	font-size: 16px;
}

.orangeHeading {
	color:#ff7e15; 
	font-weight:normal;
	text-transform:uppercase;
	font-size: 16px;
}

/* ----------------------------------- */
/* ----------->>> LINKS <<<----------- */
/* ----------------------------------- */
 
a {
color:#2992a4;
font-size: 13px;
text-decoration:none;
}

/* a:link {
color:#2992a4;
font-size: 14px;
text-decoration:underline;
}

a:visited {
color:#008c9a;
font-size: 14px;
text-decoration:underline;
}

a:hover {
color:#333333;
font-size: 14px;

text-decoration:underline;
}

a.noChange, a.noChange:hover, a.noChange:link, a.noChange:visited {
	color:#3F3F3F;
	text-decoration:underline;
} */

a.invisibleLink {
	text-decoration: none;
	color:#000000;
	font-size:11pt;
	line-height: 13pt;
}

.orangeJoiner {
	font-size: 10px;
	color: orange;
}

.orange {
	color: #ff7e15;
}

a.productLink {
	color:#3F3F3F;
	text-transform: uppercase;
	text-decoration: none;
}

a.topNavLink {
	color: DarkGrey;
	text-transform: uppercase;
	text-decoration: none;
	padding:0px 0px 5px 0px;
}

a.topNavLinkOn, a.topNavLink:hover {
	color:#3F3F3F;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 3px solid #2992a4;
	padding: 0;
	margin: 0;
}

a.footerLink {
	color: #666A93;
}

/* ----------------------------------- */
/* ---------->>> STYLES <<<----------- */
/* ----------------------------------- */

hr {
	border: 0px 0px 1px 0px solid DarkGrey;
	padding: 0px;
	margin: 0px;
}
 
.tableData {
font-size: 14px;
}

.textBody {
font-size: 12px;
line-height: 24px;
color:#333333;
}

.blueCaps {
	text-transform: uppercase;
	color: #2992a4;
	font-size: 14px;
}

.blue {
	color: #2992a4;
}

.linkNameOnly {
	font-size: 12px;
	line-height:15px;
	color:#333333;
}

a.linkNameOnly {
	font-size: 12px;
	line-height:15px;
	color:#333333;
}

a.linkNameOnly:visited {
	font-size: 12px;
	line-height:15px;
	color:#333333;
}

a.linkNameOnly:link {
	font-size: 12px;
	line-height:15px;;
	color:#333333;
}

a.linkNameOnly:hover {
	font-size: 12px;
	line-height:15px;
	color:#00adc0;
}

.altBG1, .label {
	background-color: #efefef;
}

.altBG2 {
	background-color: #ffffff;
}


/* ----------------------------------- */
/* ------>>> FORM STYLES <<<---------- */
/* ----------------------------------- */

.border {
	border: 1px solid DarkGrey;
}

.borderBG {
	background-color: #efefef;
	border: 1px solid DarkGrey;
}

.error {
	color: #ff0000;
}


.grey {
	font-size: 14px;
	line-height:15px;
	color:#c9c9c9;
}


.listHead {
	font-size: 0.8em;
	font-weight: bold;
	color: black;
}

.listData {
	font-size: 0.75em;
	font-weight: none;
	color: black;
}

.formLabel {
font-size: 0.85em;
line-height: 1.25em;
font-weight: normal;
color: #005FA8;
vertical-align: top;
horizontal-align: right;
margin-top: 305px;
}

.formData {
font-size: 0.85em;
font-weight: normal;
color: #000000;
vertical-align: middle;
horizontal-align: right;
line-height: 0.95em;
padding-left: 25px;
}

.dateField {
	width: 40px;
	text-align: right;
}

.formArea {
	width: 525px;
	height: 50px;
}

.smallText {
	font-size: 0.75em;
	line-height:1.6em;
}


/* -----------------------------------*/
/* --------->>> Side Nav <<<----------*/
/* -----------------------------------*/

.sideNavOn {
	font-size: 0.9em;
	line-height:1em;
	color:#3298CB;
	text-decoration:none;
}

a.sideNavOn  {
	font-size: 0.9em;
	line-height:1.25em;
	color:#3298CB;
	text-decoration:none;
}

a.sideNavOn:hover {
	font-size: 0.9em;
	line-height:1.25em;
	color:#3298CB;
	text-decoration:none;
}

a.sideNavOn:active  {
	font-size: 0.9em;
	line-height:1.25em;
	color:#3298CB;
	text-decoration:none;
}

a.sideNavOn:visited  {
	font-size: 0.9em;
	line-height:1.25em;
	color:#3298CB;
	text-decoration:none;
}

/* -----------------------------------*/
/* ---------->>> TOP Nav <<<----------*/
/* -----------------------------------*/



/* -----------------------------------*/
/* ------>>> General Styles <<<-------*/
/* -----------------------------------*/

p, ul, ol {
padding:0 0 1.25em 0;
}
 
ul, ol {
margin:0px 0px 0px 0px;
padding:0.5em 0 0.5em 2.5em;
}
 
li {
padding:2px 0px 5px 0px;
}
 
blockquote {
margin:1.25em;
padding:1.25em 1.25em 0 1.25em;
}
 
small {
font-size:0.85em;
}
 
img {
border:0;
}
 
sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}
 
acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}





/* -----------------------------------*/
/* ---------->>> FORMS <<<------------*/
/* -----------------------------------*/ 
 
form {
margin:0;
padding:0;
display:inline;
}
 
select {
font:0.8em;
}


textarea {
font:0.8em;
height: 25px;
}

input {
border: 1px solid #D5D7D7;
font:0.8em;
color:#30221C;
}

.searchInput {
padding: -1px 0px 0px 0px;
margin: 1px 0px 0px 0px;
font:0.8em;
background-color:#ececec;
}
 
textarea {
width:100%;
font-size:1.2em;
line-height:1.4em;
}
 
label {
cursor:pointer;
}

option {
height:16px;
}

label {
display: inline;
}
.regular-checkbox {
display: none;
}
.regular-checkbox + label {
background-color: #fafafa;
border: 1px solid #cacece;
box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
padding: 9px;
border-radius: 3px;
display: inline-block;
position: relative;
}
.regular-checkbox + label:active, .regular-checkbox:checked + label:active {
box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}
.regular-checkbox:checked + label {
background-color: #e9ecee;
border: 1px solid #adb8c0;
box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
color: #99a1a7;
}
.regular-checkbox:checked + label:after {
content: '\2714';
font-size: 14px;
position: absolute;
top: 0px;
left: 3px;
color: #99a1a7;
}

/* -----------------------------------*/
/* ------>>> GLOBAL CLASSES <<<-------*/
/* -----------------------------------*/
 
.clear         { clear:both; }
.float-left    { float:left; display: inline;margin:0 auto;}
.float-right   { float:right; display: inline;}
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
strong,.bold         { font-weight:bold; }
em,.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrapper       { width:960px;margin:0 auto; }
 
.img-left      { float:left;margin:0px 30px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }

.altBG1, .row1 {
		background-color:#FFFFFF;
	}
	
.altBG2, .row2 {
		background-color:#D5D7D7;
	}

.textBody {
/* COPY CHANGES TO 'styles_admin.css FOR TEXT EDITOR */
font-size: 0.9em;
line-height:1.25em;
color:#30221C;
}

.textBodyBold {
/* COPY CHANGES TO 'styles_admin.css FOR TEXT EDITOR */
font-size: 0.9em;
line-height:1.25em;
color:#30221C;
font-weight: bold;
}

.textBodyItalics {
/* COPY CHANGES TO 'styles_admin.css FOR TEXT EDITOR */
font-size: 0.9em;
line-height:1.25em;
color:#30221C;
font-style:italic;
}
