/* CSS Document */


#container {
 width: 931px;
 border-right: 1px solid #2E3434;
 }

#top_row {
 width: 931px;
 height: 51px;
 display: table-row;
 }

#bob_row {
 width: 931px;
 height: 244px;
 display: table-row;
 }

object {
 float: left;
 }

#secrets_row {
 width: 931px;
 height: 96px;
 display: table-row;
 }

.container_row {
 width: 931px;
 display: table-row;
 }

#top_menu {
 width: 921px;
 text-align: right;
 background-image:url(/images/menu1-bg.jpg);
 height: 20px;
 background-repeat: no-repeat;
 padding-right: 10px;
 }

#top_menuL2 {
 background-color: #313131;
 width: 921px;
 text-align: right;
 height: 20px;
 padding-right: 10px;
 }

#top_menu img {
 float: left;
 }

#top_menuL2 img {
 float: left;
 }

#col_container {
 width: 931px;
 display: table;
 background-image: url(/images/5x1-bg.jpg);
 }

#col1 {
 width: 270px;
 background-image: url(/images/5x1-bg.jpg);
 float: left;
 text-align: center;
 padding-bottom: 10px;
 }

.col1_row {
 width: 270px;
 display: table-row;
 }

#col1 p {
 margin-left: 15px;
 margin-right: 15px;
 }

#col1 a {
 text-align: center;
 }

#col2 {
 width: 661px;
 float: right;
 }

#col2L2 {
 background-image: url(/images/main-content-bg2.jpg);
 background-repeat: repeat-x;
 background-color: #84B9DB;
 width: 631px;
 float: right;
 padding-top: 15px;
 padding-bottom: 10px;
 padding-left: 20px;
 padding-right: 10px;
 text-align: left;
 }

.col2_row {
 display: table-row;
 width: 661px;
 }

#col2_L {
 display: table-cell;
 text-align: left;
 width: 378px;
 padding-left: 50px;
 }

#col2_L ul{
 margin-top: 0px;
 margin-bottom: 0px;
 }

#col2_R {
 display: table-cell;
 width: 232px;
 float: right;
 }

#col2_R img{
 margin-top: 0px;
 }

img #nestegg {
 margin-top: -11px;
 margin-left: 1px;
 }

#footmenu {
 display: table;
 background-color: #313131;
 width: 931px;
 }

#legal {
 width: 350px;
 float: left;
 padding-left: 15px;
 padding-top: 15px;
 text-align: left;
 }

#foot_links {
 float: right;
 text-align: left;
 padding-right: 15px;
 padding-top: 7px;
 padding-bottom: 7px;
 }

table {
 background-color: #eeeeff;
 } 

td, th {
 padding-top: 2px;
 padding-right: 5px;
 padding-bottom: 2px;
 padding-left: 5px;
 }

.faq a {
 color: #19345c;
 font-weight: bold;
 }

.faq a:link {
 color: #19345c;
 text-decoration: underline;
 }

.faq a:visited {
 text-decoration: underline;
 color: #19345c;
 }

.faq a:hover {
 text-decoration: none;
 color: #CC0000;
 }

.faq a:active {
 text-decoration: underline;
 color: #CC0000;
 }

.map {
 margin-left: 25px;
 }

.map h2 {
 margin-left: 25px;
 margin-top: 15px;
 margin-bottom: 2px;
 }

.map p {
 margin-left: 50px;
 margin-top: 0px;
 margin-bottom: 4px;
 }

.map a {
 color: #19345c;
 font-weight: bold;
 }

.map a:link {
 color: #19345c;
 text-decoration: underline;
 }

.map a:visited {
 text-decoration: underline;
 color: #19345c;
 }

.map a:hover {
 text-decoration: none;
 color: #CC0000;
 }

.map a:active {
 text-decoration: underline;
 color: #CC0000;
 }

#register {
 margin-top: 20px;
 margin-bottom: 50px;
 }
 
.form_row {
 width: 450px;
 height: 20px;
 display: table;
 padding: 4px;
 }
 
.form_area {
 padding-top: 30px;
 font-weight: bold;
 }

input, select {
 color: #19345c;
 background-color: #ffffff;
 width: 200px;
 border: solid 1px #19345c;
 font-size: 12px;
 font-weight: bold;
 padding-left: 5px;
 }

input.short{
 width: 50px;
 }

input.medium{
 width: 225px;
 }

input.long{
 width: 400px;
 }

textarea {
 color: #19345c;
 background-color: #ffffff;
 border: solid 1px #19345c;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: bold;
 padding-left: 5px;
 }

.admin label {
 padding-right: 10px;
 padding-top: 2px;
 font-size: 12px;
 text-align: left;
 width: 200px;
 display: table-cell;
 }
 
.nameRow {
 text-align: left;
 margin-bottom: 10px;
 }
 
.formRow {
 text-align: left;
 margin-left: 150px;
 margin-bottom: 10px;
 }

label {
 padding-right: 10px;
 padding-top: 2px;
 font-size: 12px;
 text-align: right;
 width: 200px;
 display: table-cell;
 }

label.short{
 width: 50px;
 }

label.medium{
 width: 225px;
 }

label.long{
 width: 400px;
 }

label.required 
 {
 color: red;
 }
 
.button   {
 color: #19345c;
 font-size: 14px;
 font-style: italic;
 font-weight: bold;
 background-color: #E6EFF4;
 margin-top: 10px;
 margin-left: 25px;
 width: 150px;
 border: outset 2px #19345c;
 }

.button:hover {
 background-color: #19355D;
 border: inset 2px #E6EFF4;
 font-weight: bold;
 color: #E6EFF4;
 }

.errorText {
 font-weight: bold;
 color: #ff0000;
 }
 
hr.divider {
 margin-top: 20px;
 margin-bottom: 10px;
 }

a.found {
 color: #19345c;
 font-weight: bold;
 }

a.found:hover {
 color: #ff0000;
 font-weight: bold;
 }

/* Agent Activation Styles */

.activeRow {
 display: table;
 border-bottom: 1px solid #19345c;
 padding: 5px;
 }

.activeName{
 display: table-cell;
 width: 200px;
 }

.activeName a{
 color: #000000;
 font-weight: bold;
 }

.activeName a:visited{
 color: #000000;
 font-weight: bold;
 }

.activeName a:hover{
 color: #19345c;
 font-weight: bold;
 }

.activeCity{
 display: table-cell;
 width: 200px;
 }

.activate, .deactivate {
 width: 100px;
 text-align: center;
 font-weight: bold;
 }

.activate a {
 color: green;
 }

.deactivate a {
 color: red;
 }