﻿/*----------------------------------------------------------
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
{
    font-size: .7em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #333333;
    background-color: #cccccc;
    background-image: url(Images/background.jpg);  
	background-repeat: repeat-x; 
}

a
{
    outline: none;
}

a img
{
    border: none;
}

a:link
{
    color: #009933;
    text-decoration: underline;
}
a:visited
{
    color: #009933;
}
a:hover
{
    color: #333333;
    text-decoration: none;
}
a:active
{
    color: #009933;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    margin-top: 20px;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    border: solid 1px black;
    background-color: #fff;
}

#header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
    background-color: #fff;    
    height: 100px;
}

#header #logo
{   
    float: left;
    height: 90px;
    width: 200px;
    background-image: url(Images/logo-green.jpg);
    background-repeat: no-repeat;
    margin-top: 10px;
    margin-left: 10px;
}

#toolbar-container
{
    clear: both;
    width: 100%;
    height: 26px;    
    background-image: url(Images/toolbar-bg.jpg);
    background-repeat: repeat-x;
}

#main
{
    padding: 30px 30px 15px 30px;
    margin-bottom: 30px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}


#footer
{
    background-color: black;
    color: #fff;
    padding: 4px 0;
    text-align: center;
    width: 962px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    position:relative; 
}

/* UPPER MENU   
----------------------------------------------------------*/

#menucontainer
{    
    margin-top:5px;
}

ul#menu
{
    padding: 10px 20px 2px 0px;
    position: relative;
    margin: 0;
    text-align: right;
}

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li a
{
    padding: 5px 5px;  
    text-decoration: none;
    line-height: 2.8em;    
    color: #333333;
   
}

ul#menu li a:hover
{
    background-color: #fff;
    text-decoration: underline;
}

ul#menu li a:active
{    
    text-decoration: underline;
}

ul#menu li.selected a
{
    background-color: #fff;
    text-decoration: underline;
    color: #000;
}


/* TOOLBAR   
----------------------------------------------------------*/
ul#toolbar
{
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: left;
}

ul#toolbar li
{
    display: inline;
    list-style: none;
}


ul#toolbar li a
{
    padding: 6px 20px;  
    text-decoration: none;
    line-height: 2.3em;    
    color: #fff;
    font-weight: bold;   
}

ul#toolbar li a:hover
{    
    text-decoration: underline;
    color: #009933;
}

ul#toolbar li a:active
{    
    text-decoration: underline;
}

ul#toolbar li.selected a
{
    background-color: #fff;
    text-decoration: underline;
    color: #000;
}

/*WELCOME 
----------------------------------------------------------*/

#welcome-container
{  
    padding: 0px;
    margin-bottom: 0px;
    width: 100%;
    height: 180px;    
    background-image: url(Images/welcome-bg.jpg);
    background-repeat: repeat-x;
}

#welcome-container .message
{  
    padding: 23px 0 0 32px;  
    line-height:1.7em;
}

#welcome-container h2
{  
   padding: 0px;
}

#chicklet
{
    display: inline;
    position: relative;
    top: -157px;
    left: 480px;    
}

/*HOME LAYOUT 
----------------------------------------------------------*/
#home-wrapper
{
    height: 245px;
    padding: 30px 30px 15px 30px;
    margin-bottom: 30px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}

#home-container
{
    position: relative;
    top: -180px;
    width: 100%
}

#home-content
{    
    width: 585px;
}

#home-content h2
{
    padding: 0px;
}

#home-content .service
{
    clear: both;
    float: left;
}

#home-content .row
{
   clear: both; 
   padding-bottom: 20px;
}

#home-content .info
{
    display: block;
    padding: 7px 0 5px 125px; 
    position: relative;
    text-align: justify;
}

#home-content img
{   
    clear: left;
    display: inline;
    float: left;
    padding: 0 15px;
}

#side-content
{
    padding: 10px 0 0 40px;
}

#side-content .header
{
    width: 230px;  
    background-image: url(Images/toolbar-bg.jpg);
    background-repeat: repeat-x;
    letter-spacing: -0.03em;
    padding: 6px 5px 6px 15px;
    color: #fff;
    font-weight: bold;  
}

#side-content .area
{
    border: solid 1px black;
    padding: 12px 10px 15px 15px;
    margin-bottom: 30px;
    width: 223px;
}


#side-content .link
{
   padding-bottom: 8px;
  /* background-image: url(Images/lnk.jpg);
   background-repeat: no-repeat;*/
}

#affiliate-container
{
    background-color: #cccccc;
    border-top: solid 1px black;
    height: 50px
}

#affiliate-container img
{
    position: relative;
    float: left;
}


/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

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 
{
    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;
}

/* TABLE
----------------------------------------------------------*/

table 
{ 
    border-collapse: collapse;
}

table td 
{
    padding: 0px;   
    vertical-align: top;
}

table th
{
    padding: 6px 5px;
    text-align: left;
    background-color: #e8eef4; 
    border: solid 1px #e8eef4;   
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}


#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color:White;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

/** Temp site
-------------------------------------------*/

