﻿/* START OF GENERAL CLASSES AND IDS */
body {
	background-color:white;
	background-image: url(../images/main_bkgrnd_02.jpg);
	background-repeat:repeat-x;
	font: normal 100% arial, sans-serif;
	font-family:	Verdana,sans-serif;
    font-size:	75%;
    font-weight:	400;
    font-style:	normal;
    line-height: 20px;
    color:	#333333;
    margin-left: 0px;
    margin-right: 0px;
}
#outer
{
    border-left: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    border-right: 2px solid #909090;
    border-bottom: 2px solid #909090;
    width: 770px;
    background-color: #fff;
	margin: 0px auto;
	text-align: left;
} 
a
{
    text-decoration: underline;
    color: #333333;
}
a:hover
{
    text-decoration: none;
    color: #113E79;
}

h1
{
    font-size: 150%;
    font-family: Trebuchet MS;
    color: #113E79;
    margin: 5px 0px 5px 0px;
}
h2
{
    font-size: 110%;
    margin: 0px;
}
h3
{
    font-size: 110%;
    margin: 0px;
    border-bottom: 1px solid #000;
}


#outerContent{
	margin-left:0px;
	border: 1px solid #000;
	margin-right:140px;
	background-color: #fff;
}

#header{
    margin: 10px 20px 0px 20px;
	height:70px;
	color: #909090;
}

#header a
{
    text-decoration: none;
    color: #909090;
}

#header #login
{
    padding: 1px;
    font-size: 90%;
    margin-left: 270px;
    background-image: url(../../images/trough-8x6.gif);
  	background-color: #DDE5F0;
	background-repeat: repeat;
    border-left: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    border-right: 1px solid #909090;
    border-bottom: 1px solid #909090;
    text-align: right;
}
#header #login h2
{  
    text-align: left;
}
input
{
    font-size: 95%;
}

#search
{
    text-align: right;
}

#headerNavigation{
	left:0;
	display: block;
    text-transform: lowercase;
	float: right;
	margin-top: 20px
}

#headerNavigation ul{
    margin: 0px;
    padding: 0px;
}

#headerNavigation li{
    float:left;
    list-style-type: none;
    color: #909090;
    vertical-align: middle;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 15px;
}
#footer
{
    padding: 10px 5px 10px 5px;
    background-color:#fff;
    font-size:90%;
    color: #909080;
}

#footer a
{
    color: #909090;
}

.clearDiv:after 
{
    /*Makes footer clear on IE 6< and Mozilla */
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearDiv 
{
    /*Makes footer clear on IE 7+ */
    content: "."; 
    display: block; 
    height: 100%; 
    clear: both; 
}
.warning
{
    font-weight: bold;
    color: #cc0000;
}

/* Hides from IE-mac \*/
* html .clearDiv {height: 1%;
    border-bottom: 1px solid #e0e0e0;
    
    }
/* End hide from IE-mac */
.button
{
   background-image: url(../../images/background_blue_grad.gif);
   background-repeat: repeat-x;
   background-color: #E1E2E4;
   color: #fff;
   border: 1px solid #000;  
}

.QuoteTxt a
{
    color: Gray;
}
.QuoteTxt a:hover
{
    
}
#FocusNetLogin
{ 
    background-image: url(../../images/focusnet_logo.gif);
    background-repeat: no-repeat;
    padding-top: 25px;
    margin-top: 10px;
    font-size: 90%;
}
#FocusNetLogin08
{ 
	/* style for focusnet login 08 user control */
    
    /*background-image: url(../../images/focusnet08_logo_login.jpg);*/
    /*background-repeat: no-repeat;*/
    padding-top: 0px;
    margin-top: 10px;
    font-size: 90%;
}
#FocusNetLoginWeb
{ 
    background-repeat: no-repeat;
    font-size:90%
   
    }

#FocusNetLogin .textbox
{
    width: 100px;
}

#FocusNetLogin p
{ 
     margin: 2px 0 0 0;
    padding: 2px 0 0 0;
    
}

.warningBox
{
   border: 1px solid #c00000;
   background-color: #fff0C0;
   padding: 3px;
   
}
/* 
STYLES FOR FOCUSNET POP-OUT MENU
These are the style specifications for the menu layers.  
Set width to get more browsers' corporation
*/
div.focusNetMenu  { 
  position:absolute;
  visibility:hidden; 
  width:160px; 
  left:0; 
  top:0; 
  z-index:500;
  background-color:#eeeeef; 
  padding: 5px;
  border: 2px solid;
  border-color: #f7faff #99a #99a #f7faff; 
}

/* Style specifications for menu items and links  */
div.focusNetMenu ul {
    margin:.5em 1em .6em 0; 
    padding:0 
}
div.focusNetMenu ul li {
    line-height:1; 
    list-style-type:none; 
    margin:0 0 .8em .4em; 
}

div.focusNetMenu a {
    text-decoration:none; 
    white-space:nowrap; 
}  
div.focusNetMenu a:link {
    color:#33b 
}
div.focusNetMenu a:visited {
    color:#339 
}
div.focusNetMenu a:hover {
    color:#33c; 
    border-bottom:1px dashed #33c 
}
/*
END STYLES FOR FOCUSNET POP-OUT MENU
*/

