/* GENERAL STYLES */
body
{
    background: #224E76 url(/i/l/blueback.jpg) top center repeat-y;
    margin: 0;
    padding: 0 0 20px 0;
    font-size: 80%;
}

#skipNavigation
{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 20px;
    margin-bottom: -20px;
    text-align: center;
    background: transparent;
    z-index: 10000;
    text-decoration: none;
}

#skipNavigation span
{
    display: none;
    font-family: Georgia, Times, "Times New Roman", Sans-Serif;
    text-transform: uppercase;
    font-weight: bold;
    color: #70511B;
}

#skipNavigation:hover
{
    text-indent: 0;
    background-color: #F7EAD2;
}
#skipNavigation:hover span
{
    display: inline;
}


#header, #content, #navbar, #footer
{
    width: 800px;
    margin: 0 auto;
    display: block;
}


#header
{
    position: relative;
    height: 150px;
    background: #2E6289 url(/i/l/header.jpg) no-repeat;
    color: #F7EAD2;
    padding: 0;
    text-align: center;
}
#header a
{
    text-decoration: none;
}
 #header h1 a
 {
    font-family: Georgia, "Times New Roman" , Serif;
    text-transform: uppercase;
    font-weight: normal;
    color: White;    

 }


#header h1
{
    font-size: 3em;
    font-family: Georgia, "Times New Roman" , Serif;
    text-transform: uppercase;
    font-weight: normal;
    position: relative;
    top: 50px;
    color: White;    
}

#header h2 a
{
    font-family: Georgia, "Times New Roman" , Serif;
    font-weight: normal;
    color: #c7c9c0;
}   

#header h2
{
    position: relative;
    font-size: 1.4em;
    font-family: Georgia, "Times New Roman" , Serif;
    font-weight: normal;
    color: #c7c9c0;
    top: 1.5em;
}

/*#header h1, #header h2 
{
    display: none;
}*/
#navbar
{
    text-align: center;
    height: 30px;
}

#navigation
{
    position: relative;
    display: block;
    background: #224E76 url(/i/l/buttons.gif) repeat-x;
    height: 30px;
    font-family: Georgia, Times, "Times New Roman" , Serif;
    font-size: 1em;
    border-left: solid 1px #2E6289;
    margin: 0 auto;
    padding: 0;
    width: auto;
    text-align: left;
    list-style: none;
    z-index: 1000000000;
}

#navigation li, #navigation a
{
    display: block;
    height: 30px;
    margin: 0;
    float: left;
}


#navigation li
{
    position: relative;
    border-right: solid 1px #2E6289;
    float: left;
}

#navigation li.over, #navigation li:hover
{
    background: #2E6289 url(/i/l/buttons.gif) 0 -30px repeat-x;
}

#navigation li:hover ul, #navigation li.over ul
{
    display: block;
}

#navigation li ul
{
    display: none;
    position: absolute;
    background: #224E76; /*#224E76;*/
    margin: 0;
    padding: 0;
    top: 30px;
    left: -1px;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: .9em;
    border-left: solid 1px #5192BA;
    border-top: solid 1px #5192BA;
    border-right: solid 1px #073149;
    border-bottom: solid 1px #073149;
    z-index: 10000000;
}

#navigation li ul li
{
    background: #2F638A;
    float: none;
    padding: 0;
    margin: 1px 0 0 0;
    width: 200px;
    height: auto;
    border: none;
}

#navigation li ul li:hover
{
    background: #2F638A;
}

#navigation li ul a
{
    display: block;
    float: none;
    padding: 0;
    margin: 0;
    height: auto;
    padding: 5px 5px 5px 0px;
    border-left: solid 5px transparent;
    border-right: none;
}

#navigation li ul li a:hover
{
    background: #073149 url(/i/l/arrow.gif) right center no-repeat;
    border-left: solid 5px White;
}

#navigation li ul a span
{
    display: inline;
    position: relative;
    top: 0;
    padding: 0;
}

#mainContnet div.center
{
    margin: 0 auto;
}

#mainContent div.mainbutton
{
    margin: 5px auto;
    padding: 0;
    height: 30px;
    width: 200px;
    background: #2E6289 url(/i/l/buttons.gif) 0 0 repeat-x;
    color: White;

}
#mainContent div.mainbutton a.mainbutton
{
    display: block;
    width: 200px;
    height: 30px;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    color: #F7EAD2;
    border-right: solid 1px #073149;
    border-right: solid 1px #2E6289;
    border-bottom: none !important;
    text-decoration: none;
    vertical-align: middle;
}

#mainContent div.mainbutton a.mainbutton:hover
{
    background: #2E6289 url(/i/l/buttons.gif) 0 -30px repeat-x;
    color: White;

}

#navigation a
{
    width: auto;
    padding: 0;
    margin: 0 0 0 0;
    vertical-align: middle;
    color: #F7EAD2;
    border-right: solid 1px #073149;
    text-decoration: none;
    vertical-align: middle;
}

#mainContent a.mainbutton span
{
    text-align: center;
    position:relative;
    top: 3px;    
    display: block;
    margin: 0 15px;
    padding: 0;
}

#navigation a span
{
    position: relative;
    top: 7px;
    display: block;
    margin: 0 15px;
    padding: 0;
}


#navigation a:hover, #navigation a.select
{
    background: #2E6289 url(/i/l/buttons.gif) 0 -30px repeat-x;
    color: White;
}



#content
{
    background: #F7EAD2 url(/i/l/tanback.jpg);
}

* html #content
{
    width: 780px;
}


#content div.column
{
    float: left;
}

#sidebar
{
    margin: 15px 15px 15px 0;
    width: 185px;
}

* html #sidebar
{
    width: 165px;
    padding: 0;
}


#sidebar a
{
    color: #70511B;
    text-decoration: none;
    border-bottom: dotted 1px #70511B;
}

#sidebar a:hover
{
    color: Black;
    text-decoration: none;
    border-bottom: solid 1px #70511B;
}

#sidebar h1
{
    font-family: Georgia, Times, "Times New Roman" , Serif;
    font-size: 1em;
    color: #967238;
    display: block;
    border-bottom: solid 1px #967238;
    padding-bottom: 4px;
    margin-bottom: 0;
}

#sidebar dl
{
    margin-top: 3px;
    font-family: Verdana, Tahoma, Arial, Sans-Serif;
}

#sidebar dt, #sidebar dd
{
    margin: 0;
    display: block;
    padding: 5px;
}

#sidebar dt
{
    font-size: .9em;
    font-weight: bold;
    color: #70511B;
}

#sidebar dd
{
    font-size: .85em;
}
#sidebar dl dt
{
    padding-bottom: 2px;
}

#sidebar dl dd
{
    padding-top: 2px;
}

#sidebar p
{
    font-size: .85em;
    margin: 0;
    padding: 2px 0 0 0;
    font-family: Verdana, Tahoma, Arial, Sans-Serif;

}

#mainContent
{
    width: 560px;
    margin: 20px 20px 50px 20px;
     font-family: Verdana, Arial, Sans-Serif;
    font-size: 1em;
    line-height: 1.8;
}

* html #mainContent
{
    width: 540px;
    padding: 0;
    margin: 20px 20px 50px 20px;
    overflow: hidden;    
}

/*#mainContent strong
{
    font-weight: normal;
    border-bottom: dotted 1px #70511B;
    color: #70511B;
}*/

#mainContent a
{
    color: #70511B;
    text-decoration: none;
    border-bottom: dashed 1px #70511B;
}

#mainContent a:hover
{
    color: Black;
    text-decoration: none;
    border-bottom: solid 1px #70511B;
}


#mainContent h1
{
    font-family: Georgia, Times, "Times New Roman" , Serif;
    font-weight: normal;
    color: #70511B;
    margin-bottom: 10px;
}

#mainContent h2
{
    font-family: Georgia, Times, "Times New Roman" , Serif;
    font-weight: normal;
    color: #70511B;
    margin-bottom: 10px;
    padding: 5px 0;
    border-top: dashed 1px #70511B;
    border-bottom: dashed 1px #70511B;
    margin-right: 20px;
        clear: both;

}


#mainContent h2.right
{
   text-align: right;

}

#mainContent p
{
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 1em;
    line-height: 1.8;
    margin: 0 30px 10px 15px;
    padding: 0;    
}



#footer
{
    clear: both;
    float: none;
    text-align: center;
    padding: 0;
    background: #073149 url(/i/l/buttons.gif) repeat-x;
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    font-size: .8em;
    height: 30px;
    border-bottom: solid 1px #2E6289;
}
#footer span
{
    display: block;
    padding: 10px;
    color: #F7EAD2;
    text-transform: uppercase;
}

#address
{
    display: none;
}

#mainConent img
{
    z-index: 1;
}

img.small
{
    background: White;
    padding: 10px;
    border: solid 1px #70511B;
    margin: 10px;
}

img.nomargin
{
    margin: 0 !important;
}

html #mainContent img.slide
{
    background: #eee;
}


img.up
{
  margin-bottom: -45px;
  position: relative;
  top:-45px;
}

img.down
{
  position: relative;
  top:13px;
}

img.right
{
    float: right;
}

img.left
{
    float: left;
}

img.large
{
    background: White;
    padding: 10px;
    border: solid 1px #666;
    margin: 10px;
}


html .addressMap
{
    font-family: Arial;
    font-size: 10pt;
    height: 121px;
    font-family: Georgia, Times, "Times New Roman" , Serif;
    line-height: 1;
    width: 250px;
    height: 160px;
    background-color: White;
}
html .addressMap h1
{
    padding: 0 !important;
    margin: 0 !important;
    font-size: 11pt;
}
html .addressMap p
{
    padding: 0;
    margin: 0 0 10px 0 !important;
    line-height: 1 !important;
    
}


html .addressMap img
{
    float: left;
    margin: 0 5px 0 0 !important;
}

html #map
{
    overflow: hidden !important;
}


#mainContent table
{
    border: none;
    color: #70511B;
    /*margin: 20px 0 0 15px;*/
    margin: 30px auto;
    border-top: solid 1px Black;

}

#mainContent table td, #mainContent table th
{
    border-bottom: solid 1px Black;
    
}
    
#mainContent table th
{
    text-align: right;
    padding: 3px 10px 3px 40px;
}
#mainContent table td
{
    padding: 3px 40px 3px 10px;
}

#mainContent dl
{
    margin-top: 10px;
    font-family: Verdana, Tahoma, Arial, Sans-Serif;
    line-height: 1;
}

#mainContent dt, #sidebar dd
{
    margin: 0;
    display: block;
    padding: 5px;
}

#mainContent dt
{
    font-size: 1.05em;
    font-weight: bold;
    color: #70511B;
    margin: 10px 0 0 0;
}

#mainContent dd
{
    font-size: 1em;
}
#mainContent dl dt
{
    padding-bottom: 2px;
}

#mainContent dl dd
{
    padding-top: 2px;
}


#mainContent dl.overview
{
    margin: 20px 0 0 15px;
}

#sidebar ul.list
{
    list-style: none;
    margin: 0;
    padding: 0;
}
#sidebar ul.list a, #sidebar ul.list li
{
    display: block;
}
#sidebar ul.list a
{
    padding: 5px;
}

#sidebar ul.list a:hover, #sidebar ul.list a.select
{
    background: #D3B57F;    
}

#mainContent p.postfooter
{
    margin-top: 0;
    padding-top: 5px;
    text-align: right;
    border-top: solid 1px #70511B;
    font-size: .7em;
    clear: both;
}

#endText
{
 text-align: center;
 font-family: Verdana, Arial, Sans-Serif;
 color: #ddd;
 padding: 10px 0 0 0;
 font-size: .7em;
}

#endText a
{
    color: White;
}

.date
{
color: #224E76 ;
font-size: .9em;
font-weight: normal;
}

p.date
{
	font-weight: bold;
	font-family: Georgia, Times, "Times New Roman", Sans-Serif !important;
}

#mainContent div.advisory p {margin: 0; padding: 10px;}
div.advisory { border: solid 2px Red; background:#FF8389; padding: 0; color: Black; margin-bottom: 20px; }

/* EDITOR PROPERTIES */
