
/*
 * DESCRIPTION
 * CSS styles used by the lay-out of Eleos Mindguide website   
 * Alter these styles to let the site have a custom look.
 *
 * CONTENT
 *     - Layout styles
 *     - Menu styles
 *     - Search styles
 */


/* Layout styles 
-------------------------------------------------------------------------------------------------*/
html,
body,
form {
    padding: 0;
    margin: 0;
}

.closeButton {
	cursor:pointer;
}

.black_bg {
    background: #000;
}

.green_bg {
    background: #4D9416;
}

.container {
    padding-top: 14px;
}

.inner_container {
    background: url(../images/mg_bottombg.gif) repeat-x bottom;
}

#homepage {
    width: 932px;
    background: #000 url(../images/mg_hp_background.gif) repeat-y;
}

#subpage {
    width: 932px;
}

#toEleosWebsite {
    display: block;
    width: 100%;
    text-align: left;
    background: #000;
    white-space: nowrap;
    line-height: 21px;
    font-size: 21px;
    height: 21px;
}

.hp_mleft {
    width: 27px;
    white-space: nowrap;
}

.hp_mtop {
    height: 174px;
    white-space: nowrap;
    width: 530px;
    vertical-align: top;
}

.hp_left {
    background: url(../images/mg_head_home.gif) no-repeat top left;
}

.hp_right {
    background: url(../images/mg_hp_rightbg.gif) repeat-x top;
}

.s_shield {
    width: 235px;
    height: 141px;
    clear: none;
    margin-bottom: 20px;
}

.s_shield_small {
    width: 235px;
    height: 120px;
    clear: none;
    margin-bottom: 20px;
}

.shield_container {
    padding: 0 20px;
}

.s_left {
    float: left;
}

.s_right {
    float: right
}

#right_container {
    position: relative;
    height: 100%;
    
}

#righttop_panel {
    position: relative;
    width: 386px;
    height: 230px;
    background: url(../images/panel_background.gif) no-repeat top right;
    top: -21px;
    left: -10px;
    margin-right: -10px;
}

#rightbottom_panel img {
    padding: 0;
    margin: 0;
}

.main_buttons td {
    font-size: 0;
}

.home_topobject {
    height: 88px;
    width: 100%;
    overflow: hidden;
    padding-left: 21px;
}

.home_topobject,
.home_topobject p,
.home_topobject td,
.home_topobject a,
.home_topobject a:link,
.home_topobject a:active,
.home_topobject a:visited,
.home_topobject a:hover,
.home_topobject div {
    color: #fff;
}

.search_form {
    padding-left: 61px;
    line-height: 11px;
    font-size: 11px;
}

.searchInput,
.searchInput_sub {
    height: 16px;
    width: 208px;
    border-width: 1px;
    border-color: #b0b0b0 #fff #fff #b0b0b0;
    font: normal 11px/12px Arial, Verdana, Tahoma, sans-serif; 
    margin: 0;
    padding: 0;
}

.s_button {
    padding-top: 6px;
}

.searchInput_sub {
    border-color: #000;
}

#subhead {
    height: 180px;
    width: 100%;
    z-index: 20;
    position: relative;
}

#subpage_container {
    z-index: 10;
    position: relative;
    top: -39px;
    background: #fff;
    width: 100%;
    float: left;
    margin-bottom: -39px;
    
}

#subpanel {
    position: relative;
    z-index: 40;
    top: -21px;
    float: right;
    width: 393px;
    height: 146px;
    background-repeat: no-repeat; 
    background-position: top right; 
}

.subpanel_table {
    width: 393px; 
    float: right; 
    position: relative; 
    margin-top: -201px; 
    z-index: 50;
}

.blackhead_left {
    background: url(../images/blackrounded_left.png) no-repeat right top;
    width: 15px;
}

.blackhead {
    background: #000;
    font: bold 14px/14px Arial, Verdana, Tahoma, sans-serif;
    text-transform: uppercase;
    color: #fff;
    height: 26px;
    width: 100%;
}

.blackhead_right {
    background: url(../images/blackrounded_right.png) no-repeat left top;
    width: 15px;
}

#picture_display {
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #000;
    color: #FFF;
    font-weight: bold;
}

#picture_description {
    font: italic 12px/14px Arial, Verdana, Tahoma, sans-serif;
    color: #FFF;
    padding: 5px 0;
}

.picture_controls {
    background: #000;
    font: normal 11px/12px Arial, Verdana, Tahoma, sans-serif;
    color: #fff;
    text-decoration: none;
}

.footer_txt {
    height: 22px;
    background: #000 url(../images/isEleosSite.gif) no-repeat left bottom;
}

.pic_control,
a.pic_control,
a.pic_control:link,
a.pic_control:active,
a.pic_control:visited,
a.pic_control:hover {
    border-right: 1px solid #FFF;
    padding: 0 7px;
    color: #FFF;
    text-decoration: none;
    float: left;
    clear: none;
}

.pic_control_active,
a.pic_control_active,
a.pic_control_active:link,
a.pic_control_active:active,
a.pic_control_active:visited,
a.pic_control_active:hover {
    border-right: 1px solid #FFF;
    padding: 0 7px;
    color: #FFF;
    background: #4D9416;
    text-decoration: none;
    float: left;
    clear: none;
}

.pic_control_label {
    float: left; 
    padding-right: 2px;
}

#content img {
    margin: 0px;
}

/* Menu styles 
-------------------------------------------------------------------------------------------------*/
.menu {
    background: #4D9416;
    width: 141px;
}

.menu_off {
    width: 23px;
    height: 23px;
    background: url(../images/menu_bullet_off.gif) no-repeat center top;
    font-size: 0;
}

.menu_on {
    width: 23px;
    height: 23px;
    background: url(../images/menu_bullet_on.gif) no-repeat center top;
    font-size: 0;
}

.algmenu_off {
    width: 28px;
    height: 17px;
    background: url(../images/algmenu_bullet_off.gif) no-repeat center top;
    font-size: 0;
}

.algmenu_on {
    width: 28px;
    height: 17px;
    background: url(../images/algmenu_bullet_on.gif) no-repeat center top;
    font-size: 0;
}

.menu_off_home {
    width: 23px;
    height: 23px;
    background: url(../images/menu_bullet_off.gif) no-repeat center center;
    font-size: 0;
}

.menu_off_txt,
a.menu_off_txt,
a.menu_off_txt:active,
a.menu_off_txt:hover,
a.menu_off_txt:link,
a.menu_off_txt:visited {
    font: bold 11px/16px Arial, Verdana, Tahoma, sans-serif;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

.algmenu_off_txt,
a.algmenu_off_txt,
a.algmenu_off_txt:active,
a.algmenu_off_txt:hover,
a.algmenu_off_txt:link,
a.algmenu_off_txt:visited {
    font: bold 11px/16px Arial, Verdana, Tahoma, sans-serif;
    color: #fff;
    text-decoration: none;
    text-transform: lowercase;
}

.item {
    border-top: 1px solid #7CB154;
    padding-top: 4px;
    padding-right: 2px;
}

.algitem {
    border-top: 1px solid #7CB154;
    padding-top: 1px;
}

.logo_inmenu {
    margin-top: 20px; 
    width: 141px; 
    height: 79px; 
    background: url(../images/eleoslogo_menu.gif) no-repeat bottom;
}

/* Search styles 
-------------------------------------------------------------------------------------------------*/
.searchheader {
    font: bold 14px/25px Arial, Verdana, Tahoma, sans-serif;
    color: #fff;
    text-transform: uppercase;
    padding-left: 3px;
}
