/*
-------------------------------------------------------------------------------------------------------------
DROP MENU STYLES
-------------------------------------------------------------------------------------------------------------
*/

#dropmenudiv {
 position:absolute;
background-color: #F5F5F5;
 border:1px solid #BABABA;
 border-bottom-width: 0;
 font-weight: normal;
 font-size: 12px;
 line-height: 20px;
 z-index:100;
}

#dropmenudiv a {
 width: 100%;
 display: block;
 text-indent: 3px;
 border-bottom: 1px solid #BABABA;
 padding: 1px 0;
 text-decoration: none;
 font-weight: normal;
}

#dropmenudiv a:hover{ /*hover background color*/
 background-color: #FFFFFF;
}

a.dropText:link {color: #92866e; text-decoration: none;}
a.dropText:active {color: #92866e; text-decoration: none;}
a.dropText:visited {color: #92866e; text-decoration: none;}
a.dropText:hover {color: ee5e5e; text-decoration: none;}



/*
-------------------------------------------------------------------------------------------------------------
MAIN DIV STYLES
-------------------------------------------------------------------------------------------------------------
*/

.mainBGshade01 {
 width: 1px;
 height: 1px;
 background-color: #EEECEA;
}

.mainBGshade02 {
 width: 1px;
 height: 1px;
 background-color: #E4DFDC;
}

.mainBGshade03 {
 width: 1px;
 height: 1px;
 background-color: #D6CFCB;
}

.leftColumn01 {
 width: 218px;
 height: auto;
 background-color: #CAC1B6;
}

.leftColumn01home {
 width: 218px;
 height: 259px;
 background-color: #CAC1B6;
}

.rightColumn01 {
 width: 556px;
 height: auto;
 background-color: #E8F6E3
 ;
}

.rightColumn01home {
 width: 556px;
 height: 259px;
 background-color: #E8E4DA;
}

.rightColumn03 {
 width: 556px;
 height: auto;
 background-color: #D4E6E2;
}

.rightColumn03home {
 width: 782px;
 height: auto;
 background-color: #D4E6E2;
}

.calloutPhoto {
 width: 200px;
 height: auto;
 background-color: #454545;
 font-size: 10px;
 text-align: center;
 vertical-align: top;
 color: #FFFFFF;
}

/*
-------------------------------------------------------------------------------------------------------------
MAIN MENU
-------------------------------------------------------------------------------------------------------------
*/

a.mainMenu:link {color: #92866e; text-decoration: none; font-size: 12px; font-weight: normal;}
a.mainMenu:active {color: #92866e; text-decoration: none; font-size: 12px; font-weight: normal;}
a.mainMenu:visited {color: #92866e; text-decoration: none; font-size: 12px; font-weight: normal;}
a.mainMenu:hover {color: #EE5E5E; text-decoration: none; font-size: 12px; font-weight: normal;}


/*
-------------------------------------------------------------------------------------------------------------
KEYLINED TABLE
-------------------------------------------------------------------------------------------------------------
*/

.keyLine-table {
 padding: 0px;
 margin: 0px;
 border-width: 0px;
}

.keyLine-tableTD1 {
 background-color: #CAC1B6;
 padding: 4px;
 font-size: 11px;
 font-weight: normal;
 color: #684F40;
}

.keyLine-tableTD2 {
 background-color: #EFEFEF;
 padding: 4px;
 font-size: 11px;
 font-weight: normal;
 color: #684F40;
}