﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
    background-color: #fbfbfb;
    font-size: .75em;
    font-family: Tahoma, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
    background:url('Images/Style/header_bkg_Home.png') repeat-x;
}
/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
.page
{
    width: 980px;
    margin-left: auto;
    margin-right: auto;
}

#searchBar
{
  height:32px; 
  color:#ffffff;
  overflow:hidden;
}

#header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
    
}

#main
{
   margin:25px 0px 10px 0px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}

#footer
{
    color: #999;
    padding: 10px 0;
    text-align: Right;
    line-height: normal;
    font-size: .9em;
    width: 980px;
    margin-top:20px;
    margin-left: auto;
    margin-right: auto;
}

/* Top Navigation MENU   
----------------------------------------------------------*/
#topNavContainer
{
    height:44px;
    text-align:left;
    position:relative;
}

ul#navigationTopMenu
{
    margin: 0;
    border-left:solid 1px white;
    list-style:none;
    padding:0;
}

ul#navigationTopMenu li
{
    border-right:solid 1px #faf9f9;
    border-left:solid 1px #c5c5c5;   
    float:left;
    height:42px;
}

ul#navigationTopMenu li a
{
    margin:0px 0px 2px 10px;
    display: block;
    padding:9px 3px 3px 3px;
    text-decoration: none;
    text-transform:uppercase;
    height:35px;
    width:121px;
    color: #444444;  
    background:url(images/style/menuBullet.png) right top no-repeat;
}

ul#navigationTopMenu li a:hover
{

    text-decoration: none;
}

ul#navigationTopMenu li a:active
{
    text-decoration: none;
}

ul#navigationTopMenu li.selected a
{
    color: #000;
}

/* Main MENU   
----------------------------------------------------------*/

ul.mainMenu
{
   margin:0;
   padding:0;
   font-family:Tahoma;
   font-size:1em;
   font-weight:lighter;
}

ul.mainMenu li
{
    border-bottom:1px dashed #acacac; 
    list-style-type:none;
    color: #13644d; 
    margin:3px 3px 3px 3px; 
    height:25px;
}

ul.mainMenu li a
{
    text-decoration: none;
    color: #13644d;  
    padding:5px 0 10px 5px;
}

ul.mainMenu li a:hover
{
    color: #f36200;
    text-decoration: underline;
}

ul.mainMenu li a:active
{
    text-decoration: none;
}

ul.mainMenu li.selected a
{
    color: #f36200;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

form 
{
  margin: 0px;
  padding: 0px;
}

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
  color: #000;
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}
/* ------------- Links ---------------- */
a:link
{
    color: #f36200;
    text-decoration: none;
}
a:visited
{
    color: #f36200;
    text-decoration: none;
}
a:hover
{
    color: #2391d1;
    text-decoration: underline;
}
a:active
{
    color: #f36200;
    text-decoration: none;
}


/* TABLE
----------------------------------------------------------*/
.homePageColorTable
{
  width:100%;
  min-height:300px;
  border:0;
  margin:0;
  padding:0;
  color:#ffffff;
}

.homePageColorTable h2
{
  font-size:2em;
  color:#ffffff;
  font-family:Swis721 BT, Tahoma, Sans-Serif;
  font-weight:lighter;
  font-variant:normal;
  margin:10px 3px 0px 8px ;
  text-transform:none;
}

.homePageColorTable p
{
  font-size:1em;
  color:#ffffff;
  line-height:1.5;
  font-weight:bold;
  padding:5px 23px 5px 23px;
  font-family:Tahoma;
}

.homePageColorTable ul
{
  font-size:1em;
  color:#ffffff;
  line-height:1.75;
  font-weight:bold;
  font-family:Tahoma;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}


a.mainButton 
{
  padding:11px 2px 2px 12px;
  background:url(images/style/btn_Main.png) no-repeat;
  background-position:top left;
  width:115px;
  height:24px;
  display:inline-block;
  color:#444444;
  margin:0px 0px 20px 0px;
  font-family:Lucida Sans;
  font-size:1em;
  text-decoration:None;
  text-transform:uppercase;
  text-align:left;
  border:none;
  border-bottom:none; 
}

input.orangeButton 
{
  padding:0px;
  background:url(images/style/btn_Search.png) no-repeat;
  background-position:top left;
  width:60px;
  height:20px;
  display:inline-block;
  color:#ffffff;
  margin:0px 0px 0px 0px ;
  font-family:Arial;
  font-size:.9em;
  text-decoration:None;
  text-transform:uppercase;
  text-align:center;
  border:none;
  border-bottom:none; 
}

input.smallButton 
{
  padding:0px;
  background:url(images/style/btn_Small.png) no-repeat;
  background-position:top left;
  width:63px;
  height:38px;
  display:inline-block;
  color:#444444;
  margin:0px 0px 0px 0px ;
  font-family:Swis721 Md BT, Arial;
  font-size:.9em;
  text-decoration:None;
  text-transform:uppercase;
  font-weight:lighter;
  text-align:center;
  border:none;
  border-bottom:none; 
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}


