﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td  {
    margin: 0; 
    padding: 0; 
    border: 0; 
    outline: 0; 
    font-style: inherit; 
    font-size: 100%; 
}

body
{
    background: url(/Images/Layout/bg_body3.png) repeat-x;
    padding-bottom: 40px;
    font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
}

p
{
    margin-bottom: 10px;
}

#shadow
{
    width: 900px;
    margin: auto;
    background: url(Images/Layout/shadow.png) repeat-y; 
}

#layout
{
    width: 870px;
    margin: auto;
    height: 580px;
}

#leftColumn
{
    float: left;
    width: 270px;
    background-color: #eee;
    font-family: Arial, Helvetica, sans-serif;
    color: #999;
    height: 578px;
}

#leftColumn .header
{
    height: 80px;
}

#leftColumn .header img
{
    margin: 22px 0 0 15px;
}

#leftColumn .menu
{
    margin-left: 10px;
    margin-top: 25px;
    height: 270px;
    width: 140px;
    float:left;
}

#leftColumn ul
{
    list-style-type: none;
}

#leftColumn .menu ul
{
    font-size: x-large;
}

#leftColumn ul li a
{
    text-decoration: none;  
    color: #999;  
}

#leftColumn ul li a:hover
{
    color: #009b67;    
}

#leftColumn a.selected
{
    color: #000;
}

#leftColumn .subMenuSmall ul
{
    margin-top: 32px;
    padding-left: 8px;
    font-size: .8em;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #009b67;
}

#leftColumn .subMenuSmall ul li
{
    margin-bottom: 6px;
}

#leftColumn .subMenuSmall
{
    float: left; 
    width: 110px;  
}

.search
{ 
    margin: 10px; 
}

.quote
{
    margin: 20px;
    font-size: .9em;
    font-style: italic;
    height: 140px;
    clear: both;
}

.quote .citation
{
    text-align: right;
    font-weight: bold;
    font-size: .7em;
    margin-top: 8px;
}



#mainColumn
{
    float: left;
    width: 600px;
    height: 578px;
    background-color: White;
}

#mainColumn .header
{
    height: 80px;
    background-color: #f4b615;
    color: White;
    text-align: right;
}

#container
{
    font-size: 12px;
    color: #555;
    margin: 20px;
    line-height: 1.5em;
}

#container ul
{
    margin: 8px 0 10px 10px;
    list-style-image: url('/Images/Layout/bullet-orange-light.gif');
}

#container li
{
    margin-left: 28px;
    padding-bottom: 1px;
}

#container h1
{ 
    font-size: 2em; 
  	color: #df6300;
	margin-bottom: 12px;
	font-weight: normal;
}

#container h2
{ 
    font-size: 1.4em;   		
	font-weight: normal;
	color: #df6300;
	margin-bottom: 10px;
}

#container h2.customer
{ 
    color: #555;
	margin-top: 18px;
}

#container a
{ 
    color: #df6300;
}

#container h2 a
{
    text-decoration: none;
}

#container h2 a:hover
{
    text-decoration: underline
}

#footer
{
    margin-left: 270px;
    width: 600px;
    height: 40px;
    clear: both;
    background-image: url('Images/Layout/bg_footer4.png');
    background-repeat: no-repeat;
    padding-top: 8px;
    font-size: .6em;
    color: #888;
}

#footer .terms
{
    float: left;
    text-align: right;
    width: 250px;
    margin-right: 10px;
}

#footer .subscriptions
{
    float: left;    
    width: 300px;
    margin-left: 10px;
}

#footer .subscriptions a
{ color: #df6300; }

#footer .subscriptions img
{
    vertical-align: bottom;
}

.header
{
    background-color: #009b67;
    background-image: url('/Images/Layout/bg_header.png');
    background-repeat: repeat-x;
}

.gs-watermark, .gs-visibleUrl-short
{
    display: none;
}

.gs-title
{
    margin-top: 12px;
}

#brand
{ margin-top: 25px; }

.innerLeftColumn
{ 
    float: left; 
    width: 300px;
    padding-right: 10px;
}

.innerRightColumn
{
    float: left;
    width: 220px;
    border: solid 1px #df6300;  
    margin-left: 25px;
    margin-top: 0px;   
}

.innerRightColumn .columnHeader
{
    background-color: #df6300;
    color: #fff;
    padding: 5px;
    font-weight: bold;
}

.innerRightColumn form
{
    padding: 5px;
}

.innerRightColumn form input
{
    width: 120px; 
    margin-left: 5px;  
    font-size: 11px;
}

.innerRightColumn form textarea
{
    font-size: 11px;
}

.innerRightColumn form input.button
{
    width: 60px;
}

.innerRightColumn form textarea
{
    width: 120px; 
    margin-left: 5px;  
    height: 50px;
}