/* FR custom */
.menuWrapper{
    background-color:#D6EBBD; 
    width:200px; border-bottom:gray 5px solid;   
}

.blueTextLink {
color: #003399;
font-weight:bold;
}

.blueTextLink a{
text-decoration:none;
color:#003399;
font-weight:bold;
padding:0 0 0 20px;
line-height: 0.8em;
background-image:url('arrow-blue.png');
background-repeat:no-repeat;
background-position:0 0 ;
}

.blueTextLink hover{
text-decoration:underline;
font-weight:bold;
color:#003399;
}

/* Page Footer */

#FR_Footer {
    clear: both;
    font-size: 0.85em;
    /*text-align: center;*/
    text-align: left;
    margin:0;
    padding: 0px 0 10px 0;
    /*height:80px;*/
}
#FR_Footer ul {
    list-style: none;
    margin: 2px 0 13px;
    padding: 0;
}
#FR_Footer li {
    /*float: left;*/
    list-style: none;
    margin: 0 0 4px;
    padding: 0;
}
#FR_Footer li a {
    text-decoration: none;
   
}

#FR_Footer h2{
   
    color:#fff;
}
#FR_Footer h3{
    pading:0 0 10px;
    color:#fff;
}

/* Global Reset */
* {
    margin: 0;
    padding: 0;
}
/* General */
body {
    /*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
    font-family:  "Lucida Grande","Trebuchet MS", Arial, Helvetica, sans-serif;
    /* font-size: 0.8em; */
    font-size: 0.93em;
    height: 100%;
    line-height:18px;
}
input, select {
    font-size: 11px;
}
input {
    padding: 1px;
}
textarea, input[type='text'], input[type='password'], select {
    border:1px solid #cdcdcd;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
input, select {
    cursor: pointer;
}
input[type='text'], input[type='password'] {
    cursor: text;
}
p {
    line-height: 1.3;
    margin-bottom: 15px;
}
a {
    font-weight: normal;
    text-decoration: underline;
}
h2, .TitleHeading {
    font-size: 1.3em;
    font-weight: bold;
    margin: 6px 0 6px 0;
}
h3 {
    font-size: 1.1em;
    margin-bottom: 6px;
}
h4 {
    font-size: 1.1em;
    margin-bottom: 4px;
}
img, img a {
    border: 0;
}
ul, ol {
    margin: 0 0 10px 30px;
}
li {
    margin: 0;
    margin-bottom: 2px;
    padding: 0;
}
blockquote {
    margin-left: 28px;
}
select option {
    padding: 0 10px;
}
hr {
    margin: 10px 0;
    padding: 0;
    background: #c7d7db;
    height: 1px;
    border:0;
}

/* Page Container */

#Container {
    width: 976px;
    margin: 0 auto;
}
/* Top Navigational Menu */
#TopMenu {
    height: 35px;
    padding: 4px 0 0 0;
}
#TopMenu ul {
    list-style: none;
    
    padding: 0;
    margin: 0;
}
#TopMenu li {
    list-style: none;
    
    float: left;
    margin: 0;
    padding: 0;
}
#TopMenu li.First a {
    background:none !important;
}
#TopMenu li a, #TopMenu li div {
    display: block;
    text-decoration: none;
    font-size: 0.85em;
    padding: 0 10px 0 10px;
    margin: 8px 0 0 0;
}
#TopMenu li div a {
    padding: 0;
    margin: 0;
    display: inline;
    font-size: 1em;
}
#TopMenu li a:hover {
    text-decoration: underline;
}
/* Pages Menu */
#Menu {
    clear: both;
    /* margin: 0 0 4px; */
    margin: 3px 0 8px;
    padding: 0;
    height: 32px;
    background:none
}
#Menu ul {
    margin: 0;
    padding: 0;
}
#Menu li {
    float: left;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
#Menu li.First a {
    background-image: none;
}
#Menu li a {
    display: block;
    float: left;
    font-size: 0.85em;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    padding: 7px 10px;
    height: 20px;
}
#Menu li a:hover {
    text-decoration: underline;
}
#Menu li ul {
    width: auto;
    position: absolute;
    clear: left;
    top: 30px;
    left: 0;
    display: none;
    text-align: left;
    font-size: 0.9em;
    background: transparent;
    z-index: 1;
}
#Menu li ul li {
    clear: both;
    color: white;
    text-align: left;
    background: transparent;
}
#Menu li ul li a {
    padding: 3px 10px 3px 10px;
    font-size: 1em;
    text-align: left;
    margin: 0;
    width: 120px;
    height: auto;
}
#Menu li ul li a:hover {
    text-decoration: none;
}
#Menu li:hover a, #Menu li.over a {
    text-decoration: underline;
}
#Menu li ul li a, #Menu li.over li a {
    text-decoration: none !important;
}
#Menu li:hover ul, #Menu li.over ul {
    display: block;
}
/* End */

/* Header */

#Header {
    /* height: 57px;*/
    height: 57px;
    clear: both;
    margin: 20px 0 1px 0;
    /* padding-bottom: 14px;*/
    padding-bottom: 20px;
}
/* Logo */

#Logo {
    float: left;
    width: 490px;
    overflow:hidden;
}

/* Top Search Form */
#SearchForm {
    /*padding-top: 5px;*/
    float: right;
    font-size:.9em
}

/* Page Footer */

#Footer {
    clear: both;
    font-size: 0.85em;
    /*text-align: center;*/
    text-align: left;
    margin:0;
    padding: 5px 0 10px 0;
    /*height:80px;*/
}
#Footer ul {
    list-style: none;
    margin: 2px 0 13px;
    padding: 0;
}
#Footer li {
    /*float: left;*/
    list-style: none;
    margin: 0 0 5px;
    padding: 0;
}
#Footer li a {
    text-decoration: none;
    padding: 0 10px 0 10px;
}

#Footer h2{
    color:#fff;
}

/* Miscellaneous Definitions */

.Meta {
    color: #444;
    font-size: 0.93em;
}

.FloatRight {
    float: right;
}
.FloatLeft {
    float: left;
}
.ClearRight {
    clear: right;
}
.ClearLeft {
    clear: left;
}
.Clear {
    clear: both;
}

/** AJAX loading box - Start **/

#AjaxLoading {
    display: none;
    text-align: center;
    background: #FCF5AA;
    width: 180px;
    z-index: 10000000000;
    padding: 5px 10px;
}
#AjaxLoading img {
    vertical-align: bottom;
    margin-right: 5px;
}
/** AJAX loading box - End **/
