/* CSS Document */

/* Standard anchor tag formatting */ 
A:link { 
  color: #4397A3;
  text-decoration: underline; }
A:visited { 
  color: #58A6B1;
  text-decoration: underline; }
A:hover {
  color: #90B7BC;
  text-decoration: none;}
A:active {
  color: #90B7BC;
  text-decoration: none;}
  
A.footer_link:link { 
  color: #90B7BC;
  font-size: 10px;
  text-decoration: underline; }
A.footer_link:visited { 
  color: #90B7BC;
  font-size: 10px;
  text-decoration: underline; }
A.footer_link:hover {
  color: #58A6B1;
  font-size: 10px;
  text-decoration: none;}
A.footer_link:active {
  color: #58A6B1;
  font-size: 10px;
  text-decoration: none;}
  
A.footer_nav:link { 
  color: #90B7BC;
  font-weight: bold;
  text-decoration: none; }
A.footer_nav:visited { 
  color: #E10D09;
  font-weight: bold;
  text-decoration: none; }
A.footer_nav:hover {
  color: #E10D09;
  font-weight: bold;
  text-decoration: none;}
A.footer_nav:active {
  color: #E10D09;
  font-weight: bold;
  text-decoration: none;}
  
A.contact:link { 
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none; }
A.contact:visited { 
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none; }
A.contact:hover {
  color: #077483;
  font-weight: bold;
  text-decoration: none;}
A.contact:active {
  color: #077483;
  font-weight: bold;
  text-decoration: none;}
/* end table color formatting */

/* navigation link formatting */
A.nav:link,
A.nav:visited, 
A.nav:active,
A.nav:hover  {
	color: #FFFFFF;
   font-weight: bold;
	display: block;
	padding-right: 33px;
	padding-top: 5px;
	padding-bottom: 7px;
	background-image: url(../images/shell/button_off.gif);
	text-decoration: none;}	
A.nav:hover {
	background-image: url(../images/shell/button_on.gif);}
A.sub_nav:link { 
  color: #024049;
  font-weight: bold;
  padding-right: 20px;
  text-decoration: none; }
A.sub_nav:visited { 
  color: #024049;
  font-weight: bold;
  padding-right: 20px;
  text-decoration: none; }
A.sub_nav:hover {
  color: #FFFFFF;
  font-weight: bold;
  padding-right: 20px;
  text-decoration: none;}
A.sub_nav:active {
  color: #E10D09;
  font-weight: bold;
  padding-right: 20px;
  text-decoration: none;}
/* End navigation link formatting */

/* table color formatting */
table {
  font-family: verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 11px;
  text-indent: 0px;
  color: #000000; }
td {
  font-family: verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 11px;
  text-indent: 0px;
  color: #000000; }
table.med_blue {
  font-weight: bold;
  color: #FFFFFF; 
  background-color: #4397A3;}
td.med_blue {
  font-weight: bold;
  color: #FFFFFF; 
  background-color: #4397A3;}
table.nav_blue {
  font-weight: bold;
  color: #FFFFFF; 
  background-color: #58A6B1;}
td.nav_blue {
  font-weight: bold;
  color: #FFFFFF; 
  background-color: #58A6B1;}
/* end table color formatting */

/* Text formatting for content */

.side_white{
  font-weight: bold;
  color: #FFFFFF; }
  
.text_red_content {
  color: #E10D09; }
  
.text_small {
  font-size: 10px;}
  
.text_footer {
  font-size: 10px;
  color: #90B7BC;}
  
.text_footer_bold {
  font-weight: bold;
  color: #90B7BC;}

.text_color {
  color: #4397A3; }

.text_bold_color {
  font-weight: bold;
  color: #4397A3;}
  
.title {
  font-weight: bold;
  font-size: 20px;}
  
.sub_title {
  font-weight: bold;
  font-size: 18px;
  color: #4397A3;}
  
.sub_title_2 {
  font-weight: bold;
  font-size: 16px;
  color: #4397A3;}
/* End formatting for content */

/* List formatting */
ul {font-family: verdana, Arial, Helvetica, sans-serif;
       font-weight: normal;
       font-size: 11px;
	   padding: 0;
	   margin-left: 10px;}

li {font-family: verdana, Arial, Helvetica, sans-serif;
       font-weight: normal;
       font-size: 11px;
	   padding: 0;
	   margin-left: 10px;}
/* end formatting */

/* Header formatting */
H1, H2, H3, H4, H5, H6 {color: #000000;
		    font-family: verdana, Arial, Helvetica, sans-serif;
			margin-top: 1px;
		    margin-bottom:1px;}
/* End Header formatting */

/* Class Selectors */
.bold {font-weight: bold;}
.underline {text-decoration: underline;}
.allcaps {text-transform: uppercase;}
.margin {margin-top: 10px;
	   margin-bottom:10px;
	   margin-left: 10px;
	   margin-right: 10px;}
/* End class selectors */

/* form elements formatting */
INPUT,password {
	BORDER:    #4397A3 1px solid; 
	FONT-SIZE: 11px; font-weight:normal; COLOR: #000000; FONT-FAMILY: verdana,arial; BACKGROUND-COLOR: #FFFFFF;
	vertical-align: absmiddle;
}

INPUT{ border: #4397A3 1px solid; 
            FONT-SIZE: 11px; font-weight:normal; COLOR: #000000; FONT-FAMILY: verdana,arial; 
            BACKGROUND-COLOR: #FFFFFF;
	vertical-align: absmiddle;}
			
INPUT.input_tan{ border: #4397A3 1px solid; 
            FONT-SIZE: 11px; font-weight:normal; COLOR: #000000; FONT-FAMILY: verdana,arial; 
            BACKGROUND-COLOR: #FFFFFF;
	vertical-align: absmiddle;}

TEXTAREA{
	BORDER:    #4397A3 1px solid; 
	FONT-SIZE: 11px; font-weight:normal; COLOR: #000000; FONT-FAMILY: verdana,arial; 
    BACKGROUND-COLOR: #FFFFFF;}

SELECT{
	BORDER:    #4397A3 1px solid; 
	FONT-SIZE: 11px; font-weight:normal; COLOR: #000000; FONT-FAMILY: verdana,arial; 
    BACKGROUND-COLOR: #FFFFFF;
	vertical-align: absmiddle;}
/* end form elements formatting */
