﻿/* CSS Document
> Green: std: #9DD270   Dark: #6AA735   Light: #C5E4AA   Pale: #F3FFE5
> Blue: std: #286fad   Dark: #214466  Dark: #194870  Dark: #153A5B  Light: #D0DBE7  Light: #DAE7EC   Pale: #E5F3FF
> Purple: std: #   Dark: #333366    Light: #  Light: #
> Gray: std: #CCCCCC   Darker: #333333    Light: #BBBBBE  Medium: #999999   Menu: #4c4c4c
> Burnt Orange: std: #e49200   Dark: #    Light: #  Light: #
> Yellow: std: #   Dark: #    Light: #F9F5D2  Light: #
> Reds: std: #D10034   Dark: #991A00    Light: #  Bright: #FF3366
*/

/* Button Style Text link  */
A:link.button {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	padding: 1px;
	border-width: 1px;
	border-style: outset;
	border-color: #333366 #333366 #333366 #333366;
	background-color: #D0DBE7;
}
A:visited.button {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
	padding: 0px;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	border-width: 1px;
	border-style: ridge;
	border-color: #333366 #333366 #333366 #333366;
	background-color: #D0DBE7;
}
A:hover.button {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #D0DBE7;
	padding: 0px;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	border-width: 1px;
	border-style: ridge;
	border-color: #333366 #333366 #333366 #333366;
	background-color: #214466;
}
/* Large Button Style Text link  */
A:link.lg_button {
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #000000;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    padding: 6px;
    border-width: 1px;
    border-style: outset;
    border-color: #333366 #333366 #333366 #333366;
    background-color: #9DD270;
    border-radius: 6px;
    -moz-border-radius: 6px; /* Firefox 3.6 and earlier */
    -webkit-border-radius:6px; /* Safari */
}
A:visited.lg_button {
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #000000;
    padding: 6px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    border-width: 1px;
    border-style: ridge;
    border-color: #333366 #333366 #333366 #333366;
    background-color: #9DD270;
    border-radius: 6px;
    -moz-border-radius: 6px; /* Firefox 3.6 and earlier */
    -webkit-border-radius:6px; /* Safari */
}
A:hover.lg_button {
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #000000;
    padding: 6px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    border-width: 1px;
    border-style: ridge;
    border-color: #333366 #333366 #333366 #333366;
    background-color: #9DD270;
    border-radius: 6px;
    -moz-border-radius: 6px; /* Firefox 3.6 and earlier */
    -webkit-border-radius:6px; /* Safari */
}
/* Dark blue text link */
A:link.footer {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333366;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	padding: 2px;
}
A:visited.footer {
	text-decoration: none;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #333366;
	font-size: 11px;
	font-weight: normal;
}
A:hover.footer {
	text-decoration: none;
	color: #e49200;
	font-style: normal;
	font-weight: normal;
}
/* Dark blue text link */
A:link.footer2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333366;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	padding: 2px;
	background-color: #E5F3FF;
}
A:visited.footer2 {
	text-decoration: none;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #333366;
	font-size: 11px;
	font-weight: normal;
}
A:hover.footer2 {
	text-decoration: none;
	color: #ffffff;
	font-style: normal;
	font-weight: normal;
	background-color: #286fad;
}
/* Burnt Orange text menu links */
A:link.menu2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
    padding-right: 0px;
}
A:visited.menu2 {
	text-decoration: none;
	font-size: 14px;
	color: #ffffff;
	font-weight: normal;
}
A:hover.menu2 {
	text-decoration: none;
	color: #e49200;
	background-color: #4c4c4c;
}
/* selected link */
A:active.menu2 {
	text-decoration: none;
	color: #e49200;
	background-color: #4c4c4c;
}

/* Dark blue text link */
A:link.normal {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333366;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	padding: 2px;
}
A:visited.normal {
	text-decoration: none;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #e49200;
	font-size: 11px;
	font-weight: normal;
}
A:hover.normal {
	text-decoration: none;
	color: #e49200;
	font-style: normal;
	font-weight: normal;
}

input select textarea{
    border-radius: 4px;
    -moz-border-radius: 4px; /* Firefox 3.6 and earlier */
    -webkit-border-radius: 4px; /* Safari */
}
/* Body Text Not In Other Tags */
body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #153A5B;
	font-style: normal;
	font-weight: normal;
}
/* Body Section  */
.body_area {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #194870;
	font-style: normal;
	font-weight: normal;
}
/* Button */
.button {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #194870;
	font-style: normal;
	font-weight: normal;
	padding: 1px;
	border-width: 1px;
	border-style: solid;
	border-color: #333366 #333366 #333366 #333366;
	background-color: #cccccc;
    border-radius: 4px;
    -moz-border-radius: 4px; /* Firefox 3.6 and earlier */
    -webkit-border-radius:4px; /* Safari */
    cursor: pointer;
    cursor: hand
}
/* Button */
.button_brite {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #000000;
    font-style: normal;
    font-weight: normal;
    padding: 1px;
    border-width: 1px;
    border-style: solid;
    border-color: #333366 #333366 #333366 #333366;
    background-color: #9DD270;
    border-radius: 4px;
    -moz-border-radius: 4px; /* Firefox 3.6 and earlier */
    -webkit-border-radius:4px; /* Safari */
    cursor: pointer;
    cursor: hand
}
/* Submit Button NOT used */
.button_a {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	padding: 1px;
	border-width: 1px;
	border-style: solid;
	border-color: #333366 #333366 #333366 #333366;
	background-color: #FFCC00;
    border-radius: 4px;
    -moz-border-radius: 4px; /* Firefox 3.6 and earlier */
    -webkit-border-radius:4px; /* Safari */
    cursor: pointer;
    cursor: hand
}
/* White Submit Button */
.button_wht {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF3366;
	font-style: normal;
	font-weight: normal;
	padding: 1px;
	border-width: 1px;
	border-style: solid;
	border-color: #ffffff #ffffff #ffffff #ffffff;
	background-color: #ffffff
    border-radius: 4px;
    -moz-border-radius: 4px; /* Firefox 3.6 and earlier */
    -webkit-border-radius:4px; /* Safari */
    cursor: pointer;
    cursor: hand
}
/* footer Text  */
.footer {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #333366;
	font-style: normal;
	font-weight: normal;
}
/* Form Text Not In Other Tags */
form {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #194870;
	font-style: normal;
	font-weight: normal;
}
/* Form Description */
.formdesc {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #194870;
	font-style: normal;
	font-weight: normal;
	background-color: #F9F5D2;
}
/* Submit Button NOT used */
/* header Text  */
.header {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 50px;
	color: #ffffff;
	font-style: normal;
	font-weight: normal;
}
/* Form Input Text and Border */
.input {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
	font-style: normal;
	font-weight: normal;
	padding: 1px;
	border-width: 1px;
	border-style: solid;
	border-color: #286fad #286fad #286fad #666699;
    border-radius: 4px;
    -moz-border-radius: 4px; /* Firefox 3.6 and earlier */
    -webkit-border-radius: 4px; /* Safari */
}
/* Large Text  */
.large {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #194870;
	font-style: normal;
	font-weight: normal;
}
/* Large Text  */
.large_med {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #194870;
	font-style: normal;
	font-weight: normal;
}
/* Large White Text*/
.large_white {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #ffffff;
	font-style: normal;
	font-weight: normal;
}
/* Large Burgandy Text  */
.large_burg {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #991A00;
	font-style: normal;
	font-weight: normal;
}
li {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
/* Medium Text  */
.medium {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #194870;
	font-style: normal;
	font-weight: normal;
}
/* Medium Text  */
.medium_sm {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #194870;
	font-style: normal;
	font-weight: normal;
}
/* Medium Text Right Aligned  */
.medium_right {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #194870;
	font-style: normal;
	font-weight: normal;
	text-align: right;
}
/* White Medium Text  */
.medium_wht {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	font-style: normal;
	font-weight: normal;
}
/* White Medium Text  */
.medium_burg {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #991A00;
	font-style: normal;
	font-weight: normal;
}
/* Side Menu Body Text  */
.menu {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #194870;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
/* Side Menu Body Text  */
.menu2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #194870;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
/* Menu Title Bar Text  */
.menu_title_bar {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #194870;
	font-style: normal;
	font-weight: bold;
}
/* Normal Text  */
.normal {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #194870;
	font-style: normal;
	font-weight: normal;
	padding: 5px;
	text-align : justify;
}
/* Normal Text  */
.normal2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #194870;
	font-style: normal;
	font-weight: normal;
	padding: 5px;
	text-align : center;
}
/* White Medium Text  */
.normal_burg {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #991A00;
	font-style: normal;
	font-weight: normal;
}
/* Side Menu Body Text  */
/* White Normal Text  */
.normal_wht {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	font-style: normal;
	font-weight: bold;
}
/* Form Required Input Text and Border */
.req {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D10034;
	font-style: normal;
	font-weight: normal;
	padding: 1px;
	border-width: 1px;
	border-style: solid;
	border-color: #D10034;
}
/* Form Required Description Text, No Border */
.reqd {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D10034;
	font-style: normal;
	font-weight: normal;
	padding: 1px;
}
/* Normal Text  */
.red {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #D10034;
	font-style: normal;
	font-weight: normal;
}
/* Section Title Text  */
.section_title {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #194870;
	font-style: normal;
	font-weight: normal;
}
/* Small Text  */
.small {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #194870;
	font-style: normal;
	font-weight: normal;
}
/* Medium Text Small Line Height  */
.small_spc {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #194870;
	font-style: normal;
	font-weight: normal;
	line-height: 11px;
}
/* Dark Gray Box  */
.solid_box {
    border-style: solid;
    border-width: 1px;
    border-color: #4c4c4c
    }
/* Green Box  */
.solid_grn_box {
    border-style: solid;
    border-width: 1px;
    border-color: #9DD270
    }
/* Orange Box  */
.solid_org_box {
    border-style: solid;
    border-width: 1px;
    border-color: #e49200
    }
/* Form Textarea Text and Border */
textarea {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #194870;
	font-style: normal;
	font-weight: normal;
	padding: 1px;
	border-width: 1px;
	border-style: solid;
	border-color: #333366 #333366 #333366 #333366;
}
/* Un-Order List */
ul.none {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #194870;
	list-style-type: disc;
  	list-style-position: outside;
}
/* Un-Order List */
ul.list_blue {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #194870;
	list-style-image: url("images/Check_Mark_BL.jpg");
  	list-style-position: outside;
}
/* Un-Order List */
ul.list_green {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #194870;
	list-style-image: url("images/Check_Mark_GR.jpg");
  	list-style-position: outside;
}
/* Un-Order List */
ul.list_blue_sm {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 6px;
	color: #194870;
	list-style-image: url("images/sigup-icon-vy-sm.jpg");
  	list-style-position: outside;
  	margin-right:10px;
}
/* Un-Order List */
ul.list_green_sm {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 6px;
	color: #194870;
	list-style-image: url("images/Check_Mark_GR.jpg");
  	list-style-position: outside;
}

