/* CSS Document */

/* Standard anchor tag formatting */ 
A:link { 
  color: #F7921E;
  text-decoration: none; }
A:visited { 
  color: #F7921E;
  text-decoration: none; }
A:hover {
  color: #91C2D3;
  text-decoration: none;}
A:active {
  color: #91C2D3;
  text-decoration: none;}
  
A.footer:link { 
  color: #000000;
  font-size: 10px;
  text-decoration: none; }
A.footer:visited { 
  color: #000000;
  font-size: 10px;
  text-decoration: none; }
A.footer:hover {
  color: #F7921E;
  font-size: 10px;
  text-decoration: none;}
A.footer:active {
  color: #F7921E;
  font-size: 10px;
  text-decoration: none;}
/* end Standard anchor tag formatting */

/* navigation link formatting */
A.nav:link {
color: #000000;
	display: block;	
	width: 157px;
	padding-top: 3px;
	padding-bottom: 4px;
	background-color: #FFFFFF;
	text-decoration: none;}
A.nav:visited { 
color: #000000;
	display: block;
	width: 157px;
	padding-top: 3px;
	padding-bottom: 4px;
	background-color: #FFFFFF;
	text-decoration: none;}
A.nav:hover {
color: #000000;
	display: block;
	width: 157px;
	padding-top: 3px;
	padding-bottom: 4px;
	background-color: #DFDFDE;
	text-decoration: none;}
A.nav:active {
color: #000000;
	display: block;
	width: 157px;
	padding-top: 3px;
	padding-bottom: 4px;
	background-color: #DFDFDE;
	text-decoration: none;}	

A.portfolio_nav:link {
color: #000000;
	display: block;	
	width: 168px;
	padding-top: 3px;
	padding-bottom: 4px;
	background-color: #FFFFFF;
	text-decoration: none;}
A.portfolio_nav:visited { 
color: #000000;
	display: block;
	width: 168px;
	padding-top: 3px;
	padding-bottom: 4px;
	background-color: #FFFFFF;
	text-decoration: none;}
A.portfolio_nav:hover {
color: #000000;
	display: block;
	width: 168px;
	padding-top: 3px;
	padding-bottom: 4px;
	background-color: #DFDFDE;
	text-decoration: none;}
A.portfolio_nav:active {
color: #000000;
	display: block;
	width: 168px;
	padding-top: 3px;
	padding-bottom: 4px;
	background-color: #DFDFDE;
	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.orange {BACKGROUND-COLOR: #F7921E;
               font-weight: bold;}
td.orange {BACKGROUND-COLOR: #F7921E;
               font-weight: bold;}
table.lt_grey {BACKGROUND-COLOR: #ECEBEB;
               padding: 3px;}
td.lt_grey {BACKGROUND-COLOR: #ECEBEB;
               padding: 3px;}
table.grey {BACKGROUND-COLOR: #DFDFDE;}
td.grey {BACKGROUND-COLOR: #DFDFDE;}
/* end table color formatting */

/* Text formatting for content */
.text_orange_content {color: #F7921E;}
  
.text_small {font-size: 10px;}
  
.text_blue_content {color: #91C2D3; }

.text_bold_blue {
  font-weight: bold;
  color: #91C2D3;}
  
.text_bold_orange {
  font-weight: bold;
  color: #F7921E;}
  
.orange_title {
  font-weight: bold;
  font-size: 15px;
  color: #F7921E;}
  
.blue_title {
  font-weight: bold;
  font-size: 18px;	
  text-transform: uppercase;
  color: #91C2D3;}
/* End formatting for content */

/* List formatting */
ul {list-style-image: url(../images/bullet.gif);
font-family: verdana, Arial, Helvetica, sans-serif;
       font-weight: normal;
       font-size: 11px;
	   line-height: 20px;
	   padding: 0;}

li {list-style-image: url(../images/bullet.gif);
font-family: verdana, Arial, Helvetica, sans-serif;
       font-weight: normal;
       font-size: 11px;
	   line-height: 20px;
	   padding: 0;}
/* 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 */
.underline {text-decoration: underline;}
.allcaps {text-transform: uppercase;}
.margin {margin: 10px;}
.margin_main {margin-top: 10px;
              margin-bottom: 10px;}
.margin_footer {margin: 10px;}
.margin_title {margin: 5px;}
.margin_quick_tips {margin: 3px;}
/* End class selectors */

/* form elements formatting */
INPUT,password {
	BORDER: #91C2D3 1px solid; 
	FONT-SIZE: 11px; font-weight:normal; COLOR: #000000; FONT-FAMILY: verdana,arial; BACKGROUND-COLOR: #ECEBEB; background-image: url(../images/form_bground.jpg);
	vertical-align: middle;
}

INPUT{ BORDER: #91C2D3 1px solid;
            FONT-SIZE: 11px; font-weight:normal; COLOR: #000000; FONT-FAMILY: verdana,arial; 
            BACKGROUND-COLOR: #ECEBEB; background-image: url(../images/form_bground.jpg);
	vertical-align: middle;}
			
TEXTAREA{
	BORDER: #91C2D3 1px solid;
	FONT-SIZE: 11px; font-weight:normal; COLOR: #000000; FONT-FAMILY: verdana,arial; 
    BACKGROUND-COLOR: #ECEBEB; background-image: url(../images/form_bground.jpg);}

SELECT{
	BORDER: #91C2D3 1px solid;
	FONT-SIZE: 11px; font-weight:normal; COLOR: #000000; FONT-FAMILY: verdana,arial; 
    BACKGROUND-COLOR: #ECEBEB; background-image: url(../images/form_bground.jpg);
	vertical-align: middle;}
/* end form elements formatting */