﻿html, body
{
  width: 100%;
  height: 100%;
}

img{cursor:pointer;}

body
{
  text-align:center;
  font-family: Verdana, Arial, Helvetica;
  font-size: 12px;
  color:#666666;
  margin:0;
}
.hr{width:100%;background: transparent url(../../Images/dot.png) repeat-x;height:2px;display:block;}
#wrapper
{
  width: 1000px;
  text-align:left;
  margin: 0 auto;
  background-color: #fff;
  position:relative;
  overflow:hidden;
}
#content
{
    width:1000px;
    overflow:hidden;
}
#gradient
{
    position:absolute;
    z-index:2;
    width:1000px;
    height:25px;
    background: transparent url(../../Images/gradient.png) repeat-x;
}
#header
{
    width:1000px;
}
#headerText
{
    background: transparent url(../../Images/summer-top-text.png) no-repeat;
    width:778px;
    height: 12px;
    margin: 16px auto;
}
#headerBar
{
    background: transparent url(../../Images/summer-header.png) no-repeat;
    height:127px;
}
#headerContent
{
    height:108px;
    width:100%;
}
#headerContent #title
{
    margin:11px 0px 0px 32px;
    background: transparent url(../../Images/title.png) no-repeat;
    width:668px;
    height:78px;
    float:left;
    display:block;
    text-indent:-99999px;
}
#logo a
{
    margin:0px 10px 0px 0px;
    width:77px;
    height:78px;
    float:right;
    display:block;
}

#menu, #menu ul
{
    margin:0px;
    padding:0px;
}
#menu
{
    clear:both;
}
#menu ul
{
    margin-left:29px;
}
#menu ul li
{
   list-style-type:none;
   display:inline;
}
#menu ul li a
{
    font-family:Verdana;
    font-size:11px;
    font-weight:bold;
    color:#fff;
    position:relative;
    text-decoration:none;
    text-transform:uppercase;
    display:block;
    padding:3px 15px 3px 15px;
    float:left;
}
#menu ul li a:hover
{
    background-color:#e47d1e;
    padding:3px 14px 3px 14px;
    border-left:solid 1px #fff;
    border-right:solid 1px #fff;
}

#footer
{
    clear:both;
    background: #ccc url(../../Images/bottom-bg.png) repeat-x;
    color: #333;
    font-size: 10px;
    height:14px;
    padding: 5px 0 5px 32px;
    margin:2px 0;
}


#rss
{
    overflow:hidden;
    padding-bottom:10px;
    background: transparent url(../../Images/dot.png) repeat-x bottom;
}
.rssItem
{
    padding:10px 3px 10px 4px;
    background: transparent url(../../Images/dot.png) repeat-x bottom;
}
.pubDate
{
    margin-top:5px;
    font-size:11px;
}
.title
{
    font-size:12px;
    font-weight:bold;
    font-style:italic;
    color:#2c4e95;
    text-decoration:none;
}
.description
{
    font-size:11px;
}
.readMore
{
    font-size:11px;
    font-weight:500;
    color:#2c4e95;
    text-decoration:none;
    text-transform:uppercase;
}

#gmap
{
    width:100%;
    height:400px;
}

#poiballoon
{
    overflow:hidden;
	overflow-y:auto;
	width:285px;
}
#poiballoon img
{
    cursor:pointer;
	height:100px;
}


/* NOV Login */

.tblLogin
{
    margin-top: 64px;    
}

.loginInput
{
    border: solid 1px gray;
    width: 138px;
    height: 19px;
    padding: 2px 2px 0px 2px;
}

#divLoginContainer
{
    border:0px; 
    text-align:center;
    vertical-align:middle; 
    width:300px;
    height: 100px;
    margin: 0 auto;
    margin-top: 25px; 
}

/* sub menu */ 
#subMenu
{
    width:195px;
    min-height:338px;
    padding-top:32px;
}
#subMenu ul, #subMenu ul li
{
    margin:0;
    padding:0;
}
#subMenu ul
{
    border-top:solid 1px white;
}
#subMenu ul li
{
   list-style-type:none;
}
#subMenu ul.subMenu li a
{
    font-family:Verdana;
    font-size:11px;
    font-weight:bold;
    color:#fff;
    position:relative;
    text-decoration:none;
    text-transform:uppercase;
    width:163px;
    display:block;
    padding:2px 0px 2px 32px;
    border-bottom:solid 1px white;
    
}
#subMenu ul li a:hover
{
    background-color:#e47d1e;
}

#subMenu ul li:hover ul.subSubMenu
{
    display:block;
}

/* Childs of the submenu */ 
#subMenu .subSubMenu
{
    /*background-color:#9F9F9F;*/
    width:195px;
}
#subMenu ul.subSubMenu
{
    border:none;
    display:none;
}
#subMenu ul.subSubMenu li a
{
    width:145px;
    padding:2px 0px 0px 50px;
    background-color:#9F9F9F;
    position:relative;
    z-index:0;
    /*height:13px;*/
    display:block;
}
#subMenu ul.subSubMenu li a span
{
    display:none;
}
#subMenu ul.subSubMenu li a:hover
{
    background-color:#9F9F9F;
}
#subMenu ul.subSubMenu li a:hover span
{
    display:block;
    z-index:1;
    margin-top:-15px;
    margin-left:145px;
    position:relative;
    background:transparent url(../../Images/arrow2.png) no-repeat bottom right;
    height:15px;
    width:8px;
}

#subMenu ul.subSubMenu li a.active span
{
    display:block;
    z-index:1;
    margin-top:-15px;
    margin-left:145px;
    position:relative;
    background:transparent url(../../Images/arrow2.png) no-repeat bottom right;
    height:15px;
    width:8px;
}


/* Crumb Path */
#EcmDotNetCrumbPath ul, #EcmDotNetCrumbPath li
{
    margin:0;
    padding:0;
}
#EcmDotNetCrumbPath
{
    z-index:3;
    position:relative;
    height:20px;
}

#EcmDotNetCrumbPath a
{
    color:#666;
    font-size:10px;
    font-weight:bold;
}
#EcmDotNetCrumbPath ul li
{
    display:inline;
}
#EcmDotNetCrumbPath ul li
{
    color:#666;
    font-size:10px;
    font-weight:bold;
    list-style:none;
}

/* PlaceHolder Wrappers*/
#PlaceHolderWrapperLeft
{
    width:750px;
    float:left;
}
#PlaceHolderWrapperRight
{
    width:250px;
    float:left;
    text-align:left;
}

/* Place holders faux collumns*/
#PlaceHolders
{
    overflow:hidden;
    width:772px;
    background:#fff url(../../Images/summer-bgmenu.jpg) repeat-y left;
}
#PlaceHoldersAgenda
{
    border-top:solid 2px white;
    overflow:hidden;
    width:772px;
    background:#fff url(../../Images/summer-bgagenda.jpg) repeat-y left;
}

/* Agenda placeholders */
#PlaceHoldersAgendaLeft
{
    width:195px;
    float:left;
    vertical-align: middle;
}
#PlaceHoldersAgendaRight
{
    padding:2px 11px 0px 11px;
    width:533px;
    float:left;
}
#PlaceHolderAgendaItem
{
    padding:12px 0px 12px 22px;
}

/* PlaceHolders */
#PlaceHolderLeftSecond
{
    background-color:#99439b;
    border-top:solid 2px white;
    width:175px;
    overflow:hidden;
    padding:10px;
}

#PlaceHoldersLeft
{
    width:195px;
    overflow: visible;
    float:left;
}
#PlaceHoldersMiddle
{
    padding:11px;
    width:533px;
    float:left;
}
#PlaceHoldersMiddleFirst
{
    padding:11px 22px 11px 22px;
}
#PlaceHoldersMiddleSecond
{
    padding:11px 22px 11px 22px;
}
#PlaceHoldersRight
{
    width:228px;
    padding:28px 11px 11px 11px;
    overflow:hidden;
    float:left;
}

/* headers */ 

h1, h2
{
    color:#2c4e95;
    font-size:18px;
    font-weight:normal;
    margin:0;
    padding:0;
}
h3
{
    color:#2c4e95;
    font-size:13px;
    font-weight:bold;
    margin:0;
    padding:0;
}
h4{color:#666;font-size:14px;font-weight:normal; font-style:italic; margin:0;padding:0;}
h5{color:#666;font-size:14px;font-weight:normal;margin:0;padding:0;}
h6{color:#2c4e95;font-size:14px;font-weight:bold;margin:0;padding:0;}

h1.header
{
    font-family:Arial;
    font-size:12px;
    font-weight:Bold;
    color:#fff;
    text-transform:uppercase;
    width:214px;
    background-color:#e47d1e;
    margin:0;
    padding:3px;
}
h1.rssHeader
{
    font-family:Arial;
    font-size:12px;
    font-weight:bold;
    color:#fff;
    text-transform:uppercase;
    width:214px;
    background:#e47d1e url(../../Images/rss.png) repeat-y right;
    margin:0;
    padding:2px 0px 2px 4px;
}
a.rssHeader
{
    font-family:Arial;
    cursor:pointer;
    font-size:12px;
    font-weight:bold;
    display:block;
    color:#fff;
    text-transform:uppercase;
    text-decoration:none;
    width:214px;
    background:#e47d1e url(../../Images/rss.png) repeat-y right;
    margin:0;
    padding:2px 0px 2px 4px;
}
h1.agendaHeader
{
    text-indent:-99999px;
    background:transparent url(../../Images/agenda.png) no-repeat;
    display:block;
    height:46px;
    width:110px;
    margin-left:32px;
}


/* Agenda item first to come*/
.EcmAgendaItem
{
    background: transparent url(../../Images/dot.png) repeat-x top;
    overflow:hidden;
    margin-top:12px;
    padding-top:12px;
}
.EcmAgendaItemLeft
{
    float:left;
    width:220px;
}

.EcmAgendaItemLeft img
{
    width:220px;
    /* height:200px; */
}

.EcmAgendaItemRight
{
    float:left;
    width:255px;
    margin:0px 0px 0px 10px;
}

/* Agenda item detail*/
.EcmAgendaDetailImage
{
    float:left;
}
.EcmAgendaDetailImage img
{
    width: 100px;
}

.EcmAgendaDetailContent
{
    width:375px;
    margin:0px 0px 0px 10px;
    float:left;
}
.EcmAgendaDetailIntroduction
{
    font-size:11px;
}

.EcmAgendaDetailIntroduction h1,
.EcmAgendaDetailIntroduction h2,
.EcmAgendaDetailIntroduction h3,
.EcmAgendaDetailIntroduction h4,
.EcmAgendaDetailIntroduction h5,
.EcmAgendaDetailIntroduction h6

{
    font-size:11px;
}

/* News item detail*/
.EcmNewsDetailImage
{
    float:left;
}
.EcmAgendaDetailImage img
{
    width: 100px;
}
.EcmNewsDetailContent
{
    width:375px;
    margin:0px 0px 0px 10px;
    float:left;
}
.EcmNewsDetailIntroduction
{
    font-size:11px;
}

/* List items */
.EcmListItem
{
    padding-bottom:15px;
    margin-bottom:10px;
    background: transparent url(../../Images/dot.png) repeat-x bottom;
}
.EcmListItem h1,
.EcmListItem h2,
.EcmListItem h3,
.EcmListItem h4,
.EcmListItem h5,
.EcmListItem h6
{
    font-size:12px;
}
.EcmListItem span
{
    font-size:10px;
}

h2.EcmListItemHeader
{
    color:#2c4e95;
    font-size:18px;
    font-weight:normal;
    margin:0;
    padding:0;
}
a.EcmListItemHeader
{
    color:#2c4e95;
    font-size:18px;
    font-weight:normal;
    margin:0;
    padding:0;
    text-decoration:none;
}

.searchBox h2{ padding-bottom:0px; }
.searchBox a.search-result-title{ color:#e47d1e;}
.searchBox .searchIndex{ width:100%; padding:15px 0; background: transparent url(../../Images/dot.png) repeat-x bottom left; }
.searchBox .search-result{ width:100%; padding:15px 0; background: transparent url(../../Images/dot.png) repeat-x bottom left; }
.searchBox .search-result{ width:100%; padding:15px 0; background: transparent url(../../Images/dot.png) repeat-x bottom left; }
.searchBox .search-result .search-result-word-highlight{ background:yellow; }
.searchBox .search-result cite{ display:none; visibility:hidden;}

.search{ width:265px; margin-right:10px; float:right; text-align:right; z-index:100;}
.search .field{ padding:0; font-family: Arial;font-size: 12px;height:18px;color: #e47d1e;}
.search .submit{ background-color:#e47d1e; border:1px solid #e47d1e;font-family: Arial;cursor: pointer;font-size: 12px;height:20px;font-weight: bold;color: white;}
