/* ***************************************** HTML ELEMENTS ****************/
body {
    top: 0px;
    left: 0px;
    margin: 0px;
    text-align: center;
    font-size: 100%;
}

#page {
    margin: 0px auto;
    width: 969px;
    top: 0px;
    bottom: 0px;
    text-align: left;
    background-color: white;
    font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
    font-size: 12px;
/*    color: #7b782d; */
/*    color: #7d7804; */
}

img {
    border: none;

}

form {
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
    color: #7b782d;
}

a:hover {
    text-decoration: underline;
    color: #666;
}

h1 {
    font-size: 22px;
    font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;  
}

.right {
    text-align: right;    
    
}

div.clear {
    position: relative;
    clear: both;
}

/* ***************************************** TOP UTILITIES ****************/

#topUtilities {
    position: relative;
    left: 0px;
    top: 0px;
    height: 47px;
    white-space: nowrap;
    margin: 0px;
    width: 969px;
    vertical-align: middle;
    font-size: 11px;
}

#userFormDiv {
    position: absolute;
    top: 10px;
    left: 0px;        
}

#userFormDiv form {
    display: inline;
}

#userFormDiv form input {
    width: 120px;
    height: 15px;
    border: 1px solid #c4d5b2;
    color: #5e8ab2;
    font-size: 11px;
    padding: 0px;
    margin: 0px 5px;
    outline: none;
}

#userFormDiv #loginButton {
    vertical-align: top;
}


#topButtons {
    position: absolute;
    top: 7px;
    left: 650px;
}

#searchDiv {
    position: absolute;
    top: 7px;
    right: 0px; 
}

#searchDiv #searchField {
    background-image: url("../images/search_input.gif");
    background-position: top left;
    background-repeat: repeat-x;
    width: 170px;
    height: 15px;
    padding: 3px 0 0 7px;    
    margin: 0px;
    border: none;
    float: left;
    color: #5e8ab2;
    border-left: 1px solid #9ebedc;
    border-top: 1px solid #9ebedc;
    border-bottom: 1px solid #9ebedc;
    font-size: 9px;
    color: #7b782d;
    outline: none;
}

#searchDiv img {
    vertical-align: top;    
}


#userFormDiv .clear {
    clear: both;
    position: relative;
    height: 47px;    
    
}


/* ***************************************** LOGO & BANNER ****************/

#logoDiv {
    position: relative;
    height: 91px;
    width: 969px;
}

#logo {
    position: absolute;
    left: 0;
    top: 0;
}

#banner {
    position: absolute;
    right: 0px;
    top: 0px;    
}

/* ***************************************** TOP MENU ****************/

#topmenu {
    padding-top: 5px;
    position: relative;
    height: 33px;
    width: 969px;
    overflow: hidden;
}

#topmenuBackdrop {
    height: 22px;
    overflow: hidden;
    width: 969px;
}

#topmenu ul, #topmenuBackdrop ul {
    padding: 0;
    margin: 0;
    display: block;
    list-style-type: none;
}

#topmenu li, #topmenuBackdrop li {
    margin: 0;
    padding: 0;
    float: left;
}

#topmenuHover {
    display: none;
}


/* *********************************** MAIN SECTION ****************/
#mainSection {
    position: relative;
    width: 969px;
    display: block;
}

#leftColumn {
    position: relative;
    float: left;
    width: 524px;
    text-align: left;
}

#rightColumn {
    position: relative;
    float: left;
    width: 445px;
    text-align: justify;   
}


#mainSection div.clear {
    display: block;
    clear: both;
}


/* **************************** LEFT COLUMN CONTENT ****************/
#pageContent {
    padding: 0 7px 0 0;
    width: 517px;    
    margin: 0px;
}

#suggestionsTitle {
    margin: 0;
    padding: 0;
    
}

#suggestionsTitle h1 {
    color: #5e8ab2;
    margin: 0px;
    padding: 10px 0px;
    
}

#listTitle {
    position: relative;
    width: 517px;
    vertical-align: bottom;
}

#listTitle h1 {
    display: block;
    color: #7b782d;
    margin: 0px 0px 5px 0px;
    padding: 0px;
    float: left;
    position: relative;
}

#areaSelect {
    float: right;
    position: relative;
    color: #7b782d;   
    padding-top: 5px;
    right: 0; 
}

#areaInput {
    height: 20px;
    border: 1px solid #c4d5b2;
    color: #5e8ab2;
    font-size: 11px;
    padding: 0px;
    margin: 0px 5px;
    outline: none;
}

#listTitle .clear {
    position: relative;
    clear: both;
}

.latest {
    position: relative;
    width: 517px;
    background-image: url("../images/main_bg.gif");
    background-repeat: repeat-y;
    background-position: top left;
    margin-bottom: 10px;
}

.latest .upper {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 517px;
    overflow: hidden;
    z-index: 1;
}

.latest .lower {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 517px;
    overflow: hidden;
    z-index: 1;
}

.latest .photo {
    position: relative;
    top: 0;
    left: 0;
    padding-left: 2px;
    height: 320px;
    float: left;
}

.latest .photo img {
    width: 320px;
    height: 320px;
}

.latest .title {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 40;
}

.latest .innerBox {
    position: relative;
    padding: 35px 8px 10px 330px;
    z-index: 20;
    color: #545625;
}

.latest .info {
    position: relative;
    padding: 10px 8px 0px 330px;
    z-index: 20;
    color: #545625;
}


.latest .innerBox h1, .latest .info h1 {
    color: #545625;
}

.latest .innerBox .link, .latest .info .link {
    text-align: right;
    vertical-align: middle;
}

.latest .innerBox .link a, .latest .info .link a {
    text-decoration: underline;
}

.latest .innerBox .link img, .latest .info .link img {
    vertical-align: middle;
    text-decoration: none;
}

.latest .clear {
    position: relative;
    clear: both;
}


.latest .images {
    position: relative;
    clear: both;
    margin: 0;
    padding: 10px 10px 0px 10px;
}

.latest .images ul {
    position: relative;
    display: block;
    padding: 0px 0px 0px 0px;
    margin: 0;
    list-style-type: none;
}

.latest .images li {
    position: relative;
    padding: 3px 15px 3px 3px;
    float: left;    
    background-image: url("../images/sm_photoBorder_green_small.gif");
    background-position: top left;
    background-repeat: no-repeat;
}

.latest .images li.selected {
    background-image: url("../images/sm_photoBorder_green_selected.gif");
}

.latest .images li img {
    width: 79px;
    height: 79px;
}

.latest .details {
    padding: 5px 10px 25px 10px;    
    color: #545625;    
}

.latest .actions {
    position: absolute;
    bottom: 0px;
    left: 95px;
    display: block;
    text-align: center;
    margin: 0;
    padding: 0;
    color: #545625;
}

.latest .actions ul {
    text-align: center;
    position: relative;
    display: block;
    list-style-type: none;
    list-style-position: outside;
    margin: 0 auto;
    padding: 0;
}

.latest .actions li {
    float: left;
    border-top: 1px solid #bbbba3;
    border-right: 1px dotted #bbbba3;
    padding: 2px 5px 5px 5px;    
}

.latest .actions li img {
    vertical-align: middle;    
    
}

.latest .actions li.first {
    border-left: 1px solid #bbbba3;    
}

.latest .actions li.last {
    border-right: 1px solid #bbbba3;    
}

.latest a#changeFont {
    outline: 0;
}

.latest a#changeFont img {
    cursor: pointer;
}

/* **************************LEFT COLUMN ITEM BOXES ****************/
.itemBox {
    position: relative;
    width: 517px;
    padding: 0px;
    margin: 0 0 7px 0;
    background-color: #eaeacc;
    color: #545625;
}

.itemBox .upperLeft {
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0;
    padding: 0;
    z-index: 1;
}

.itemBox .bottomRight {
    position: absolute;
    bottom: 0px;
    right: 0px;
    margin: 0;
    padding: 0;
    z-index: 1;
}

.itemBox .innerBox {
    position: relative;
    display: block;
    padding: 9px;
    
}

.itemBox .photo {
    position: relative;
    top: 4px;
    left: 4px;
    padding-bottom: 7px;
    float: left;
}

.itemBox .photo img 
{
    width: 100px;
    height: 100px;   
}

.itemBox .photoBorder {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;   
}

.itemBox .arrow {
    position: absolute;
    top: 18px;
    left: 101px;
    z-index: 20;
}

.text {
    position: relative;
    top: 0px;
    right: 0px;
    float: right;
    width: 366px;
    padding-top: 7px;
    
}

.itemBox .clear {
    position: relative;
    clear: both;
}

.itemBox h3 {
    padding: 0px;
    margin: 0px;
    font-size: 14px;
}

.itemBox h2 {
    padding: 0px;
    margin: 0px;
    font-size: 16px;
}

.itemBox h2 a {
    color: #545625;
}

.itemBox p {
    padding: 5px 0 0 0;
    margin: 0px;
    font-size: 12px;
}

.itemBox h3 a {
    text-decoration: underline;
}

/* **************************LEFT COLUMN PAGER ****************/
.pager {
    position: relative;
    width: 517px;
    height: 35px;
    overflow: hidden;
    padding-top: 5px;   
}

.pager .prevPage {
    position: relative;
    left: 0px;
    top: 0px;
    float: left;
    font-size: 14px;
}

.pager .prevPage img, .pager .nextPage img {
    vertical-align: middle;
    padding: 0px 5px;
}

.pager .nextPage {
    position: relative;
    right: 0px;
    top: 0px;
    float: right;
    font-size: 14px;
}

.pager .clear {
    position: relative;
    clear: both;
}


/* ************************************* RIGHT COLUMN **************/
#banner_right {
    position: relative;
    margin: 0 0 5px 0;
    padding: 0;
}

#rc_Columns {
    position: relative;
    margin: 0;
    padding: 0px;
}

#rc_left {
    position: relative;
    float: left;    
    width: 250px;
    padding-right: 8px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

#tidbit {
    padding: 5px 10px 0px 10px;    
}

#tidbit p {
    padding: 0px 0px;
    margin: 3px 0px;    
    
}

#rc_left h1 {
    color: #5e8ab2;
    padding-bottom: 0px;
    margin-bottom: 3px;    
    
}

#rc_left a {
    text-decoration: underline;
}

#videoDiv {
    position: relative;
    width: 250px;
    background-image: url("../images/video_bg.png");
    background-repeat: repeat-y;
    background-position: top left;    
}

#videoDiv .upper {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 250px;
    z-index: 1;
}

#videoDiv .lower {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 250px;
    z-index: 1;
}

#videoDiv .innerBox {
    position: relative;
    padding: 5px;
    z-index: 10;
}

#videoDiv .title {
    position: relative;
    padding: 0px 5px 5px 5px;    
}

#videoDiv h1 {
    display: block;
    padding: 0px;
    margin: 0px;
}

#videoDiv .nav {
    position: absolute;
    top: 5px;
    right: 5px;
    float: right;
}

#videoDiv .video {
    padding-left: 5px;    
    padding-bottom: 10px;
}

/* right */

#rc_right {
    position: relative;
    float: right;    
    width: 187px;
    background-image: url("../images/newsletter_Bg.png");
    background-repeat: repeat-y;
    background-position: top left;
}

#rc_right .upper {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 187px;
    overflow: hidden;
    z-index: 1;
}

#rc_right .lower {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 187px;
    overflow: hidden;
    z-index: 1;
}

#rc_right .innerBox {
    position: relative;
    padding: 5px;
    z-index: 10;
}

#rc_right .clear {
    position: relative;
    clear: both;    
}

#rc_right .innerBox {
    position: relative;
    text-align: center;    
    padding: 7px 13px;
    margin: 0px;
}

#rightBanner {
    position: relative;
    margin: 0 auto;    
}

#newsletter {
    border: 1px solid #acb07e;
    margin-top: 10px;
    background-color: white;    
}

#newsletter h1 {
    background-color: #acb07e;
    display: block;
    position: relative;
    text-align: left;
    color: white;
    margin: 0;
    padding: 1px 5px;
}

#newsletter p {
    padding: 3px 10px;
    text-align: left;
    margin: 0px;
    font-size: 10px;
}

div.button {
    background-image: url("../images/rightColumnButton.gif");
    background-position: top left;
    padding: 0px;
    margin: 0px auto 5px auto;
    width: 106px;
    height: 20px;
    font-weight: bold;
}

a.button {
    color: #476134;    
}

a.button:hover {
    color: #666;    
}

/* ***************************************** FOOTER ****************/

#footer {
    margin-top: 3px;
    position: relative;
    width: 969px;
    background-image: url("../images/footerBg.gif");
    background-position: top left;
    background-repeat: repeat-x;
}

#footerLinks {
    position: relative;    
    top: 10px;
    float: left;
    padding-bottom: 10px;
}

#footerLinks a {
    color: #5e8ab2;
    font-weight: bold;    
}

#footerCopyright {
    position: relative;
    top: 10px;
    float: right;
}

#footer .clear {
    position: relative;
    clear: both;
}

/* CONTACT FORM TABLE */
.contactForm
{
    table-layout: fixed;
    border-collapse: collapse;
    font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
    font-size: 12px;

}

.contactForm .label {
    width: 85px;
}

.contactForm .sep {
    width: 7px;
}

.contactForm .fields {
    width: 402px;

}

.contactForm td {
    vertical-align: top;
    padding: 2px; 
    text-align: left;   
}

.contactForm td.submit {
    text-align: center;
}

/* ******************************* Search form **************** */
.searchField {
    width: 300px;
    padding: 2px 5px;
}


/**************** */
.inlinebreadcrumb {
    margin-bottom: 0px;
    font-size: 14px;
}

/* ********************************* Registration form ************/
.registrationFormDiv {
    text-align: center;
}

.registrationForm {
    table-layout: fixed;
    border-collapse: collapse;
    font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
    font-size: 12px;
    margin: 0 auto;
}

.registrationForm td {
    padding-left: 5px;
    padding-top: 5px;
    vertical-align:baseline;
}

.registrationForm td.label {
    text-align: right;
}

.registrationForm td.fields {
    text-align: left;
}

.registrationForm td.errors {
    text-align: left;
}

.registrationForm span.red {
    color: Red;
}

.registrationForm td.sep {

}

.registrationForm td.submit {
    padding-top: 15px;
    font-weight: bold;
}

.registrationForm td.checkbox {
    text-align: left;
    padding-left: 50px;
    padding-top: 5px;
    vertical-align: baseline;

}