html *
{
    padding:0;
    margin:0;
}

body {
  text-align: center;
  font-family: Lucida Sans, sans-serif;
  font-size: 62.5%;
  color:#333;
}

body a
{
    color:Black;
}
tr
{
    vertical-align:top;
}
#page {
    width: 900px;
    margin: auto;
    text-align:left;
    border:1px solid gray;
}

#popup #page
{
    width:540px;
}

#header
{
    height:140px;
}

#logo
{
    float:left;
    padding-left:10px;
    padding-top:10px;
}

#h1logo{
     height:48px;
     width:118px;
     background:url(../img/EWFlogo.gif) no-repeat;
     text-indent:-9000px;
     clear:both;
     margin:auto;
 }

img
{
    border:0;
}

.skip
{
    position:absolute;
    top:-20em;
    left:-200em;
}

#print_logo, #print_footer
{
    display:none;
}

/* -------- TOP MENU  --------- */
ul#topmenu
{
    float:right;
}

#topmenu li
{
    float:left;
    position:relative;
    list-style-type:none;
}

#topmenu li a
{
  display:block;
  padding:10px 7px 9px 7px;
  color:#ccc;
  text-decoration:none;
  font-weight:bold;
  color:#fcfcfc;
}

#topmenu li a:hover, #topmenu li a.selected
{
  color:#173164;
}

.squiggle
{
    background: url(../img/Squiggle.png) no-repeat 0 0;
    height:27px;
    clear:both;
}

/* --------  TABS  --------- */
#tabs
{
    padding:15px 0px 0 85px;
    text-align:left;
    margin:0 auto;
}

#tabs ul
{
    display:none;
    position:absolute;
    left:0px;
    top:9px;
    margin-top:4px;
    background-color:White;
    padding-bottom:10px;
    border:#808080 thin solid;
    border-top:0;
}
#tabs ul li ul
{
    left:100%;
    margin-top:0;
    top:0px;
    border:#808080 thin solid;
    border-left:0;
}
.submenuind
{
    background: url("img/arrow.gif") no-repeat top left;
    height:12px;
    width:12px;
}
#tabs ul
{
    white-space:nowrap;
    padding-left:12px;
}

#tabs ul li
{
    position:relative;
    padding-top:10px;
    clear:both;
}

#tabs li
{
    list-style-type: none;
    padding-right:80px;
    position:relative;
    float:left;
}

#tabs li:hover>ul
{
    display:inline;
}

#tabs a
{
    padding:6px 4px 6px 0px;
    font-weight:bold;
    font-size:1.2em;
}

#tabs a:link, #tabs a:visited
{
    color:Black;
    text-decoration: none;
}

#tabs a:hover
{
    text-decoration: underline;
}

#active a:link, #active a:visited, #active a:hover
{
    border: 1px solid #333;
    background-color: #FF6600;
    background-image: url(images/l1_over.gif);
    color: #333;
}

/* --------  MAIN  --------- */
#home #main
{
    border:1px solid #ccc;
    background:#000 url(../img/main_bg.jpg) repeat-x 0 0; 
    margin:0 50px;
    padding:50px 0 12px 0;
}

#standard #main
{
    border:1px solid #fff;
    background:#fff; 
    margin:0 0px;
    padding:10px 0 12px 0;
}

#popup #main
{
    border:1px solid #fff;
    background:#fff; 
    margin:12px 12px 0 12px;
    padding:12px;
    left:500px;
    position:absolute;
}

#main_admin
{
    border:1px solid #fff;
    background:#fff; 
    margin:0 50px;
    padding:10px 12px 12px 12px;
}

/* -------- STANDARD --------- */
#menu
{
    float:right;
    width:20%;
    border-left:1px solid #ccc;
}


#content
{
    float:left;
    width:97%;
    margin-left:15px;
    min-height:400px;
}


/* --------  #MENU .MENU  --------- */

#menu ul
{
    padding:0 0 10px 12px;
}

#menu li
{
    list-style-type:none;
}

#menu li a
{
    color: #000;
    text-decoration:none;
    font-size:1.2em;
    font-weight:bold;
}

#menu li a ul li a
{
    padding-top:8px;
}

#menu li ul li
{
    padding-top:4px;
    list-style-type:none;
}


#menu li ul li a
{
    color: #000;
    text-decoration:none;
    font-weight:normal;
}

#menu li ul li a.here, #menu li a.here
{
    color: #607D83;
    font-weight:bold;
}



#menu li a:hover
{
   text-decoration:underline; 
}



/* --------  BREADCRUMB  --------- */
#breadcrumb
{
    padding-left:12px;
}
#breadcrumb li
{
    display:inline;
    list-style-type:none;
    color:#758384;
}

#breadcrumb li a
{
    color:#758384;
}


/* -------- HOME  --------- */
p.home, p.homelast
{
    font-size:1.8em;
    color:#fff;
    margin:0 10px 12px 30px;
    padding:10px 0 25px 12px;
    border-bottom:1px solid #333;
}

#home p.home a, #home p.homelast a, #home .homesmall a
{
    color:#00ADE4;
    text-decoration:none;
}

p.homelast
{
    border-bottom:0;
}

.homebutton
{
    float:right;
    width:20%;
    height:70px;
    display:block;
    text-align:right;
}

.homebutton img
{
    margin-right:20px;
}

.homesmall
{
    margin-top:32px;
    text-align:center;
    font-size:1.1em;
    color:#fcfcfc;
}


/* --------  TEXT  --------- */
h1
{
    color:#000;
    font-size:1.8em;
    padding:12px 0 25px 12px;
}

h2
{
    color:#000;
    font-size:1.4em;
    padding:6px 0 4px 0;
}

#standard #main p
{
    padding:0 12px 12px 12px;
    font-size:1.2em;
}

#content ul
{
    /*margin-left:2.4em;*/
    font-size:1.2em;
}

#content ul li
{
    padding-bottom:8px
}

/* --------  MISC  --------- */

#standard .img
{
    border:1px solid #5B8392;
    float:right;
    margin:0 12px 12px 22px;
}

#home a.admin_edit, #standard a.admin_edit
{
    color: #05A9E6;
    font-weight:bold;
    margin: 12px 0 10px 12px;
}
.adminlink
{
    color: #05A9E6;
    white-space:nowrap;
}

#home a
{
    color:#fff;
}

/* --------  TABLES  --------- */
table
{
    border-collapse:collapse;
}

.login
{
    margin:12px;
}

.login td
{
    padding: 5px 8px 2px 0;
}

.sub
{
}


/* --------  FORMS  --------- */
form
{
    padding-bottom:10px;
}


/* --------  PAGE EDITOR  --------- */
#pageeditor
{
    margin:0 74px 22px 12px;
    padding: 16px 22px;
    border:1px solid #ccc;
    display:none;
    background-color:#fff;
    width:760px;
    margin:auto;    
}

#pageeditor fieldset
{
    padding: 20px 0px 20px 20px;
}

#pageeditor legend
{
    font-weight:bold;
padding:0pt 2px;
}


#pageeditorlink
{
    border:1px solid #ccc;
    background-color:#fff;
    padding: 5px 12px;
    margin: 0 0 10px 12px;
    width:10em;
}

#pageeditorlink a
{
    color:#015794;
    font-weight:bold;
}

#pageeditor input
{
    margin: 5px 12px 0 0;
}

#pageeditor label
{
    margin: 0 12px 0 0;
}

.pe_buttons
{
    background-color: #efefef;
    text-align:right;
    padding:3px;
    margin:6px 0 0 0;
}

div.clearfix img
{
}

.table_ob
{
    width:80%;  
}

.table_ob td
{
    padding-right:16px;
}

/* -------- FOOTER --------- */
#footer
{
    background-color:#D7D7D7;
    height:5.6em;
    padding:35px 0 0 10px;
    margin:0 0px;
}

#footer p
{
    color: #666;
    float:left;
    padding-top:10px;
}

#footer p a
{
    color:#666;
    text-decoration:none;
}

#footer #vision
{
    float:right;
}

#logoutlink
{
    margin-top:-20px;
    left:188px;
    float:left;
    position:absolute;
    background-color:White;
    padding:5px;     
}

#adminlink
{
     margin-left:50px;
}
.imagebox
{
    width: 100px;
    float: left;
    margin: 5px;
}

.thumbnail
{
     width: 100px; height: 100px; border: 1px solid #666666;
     text-align:center;
     margin:auto;
}


/* ############# HTML AREA ############ */


.htmlarea{
	width:755px;
	border:1px solid #ccc;
	margin: 10px 0;
}


div.toolbar table {
	border-collapse:collapse;
	margin:0
}

div.toolbar table th, div.toolbar table td{
	padding:0
}

.rightlist
{
    list-style-type:none;
    width:30%;
    margin-left:0px;
    float:right;
    clear:right;
}
.rightlistheader
{
    width:30%;
    margin-left:0px;
    float:right;
    MARGIN-BOTTOM: 5px; 
    BORDER-BOTTOM: #D3D3D3 1px solid;
    
}

.breaker
{
    clear:both;
}


.headerlink
{
    font-weight:bold;

}

.newsarticle
{
    float:left;
    clear:left;
    width:560px;
}
.newsarticles
{
    float:left;
    clear:left;
    min-height:400px;
    
}
.databasearticle
{
    width:590px;
    float:left;
}
.databasearticle ul
{ 
    padding-left:35px; 
  list-style-position: outside; list-style-type: disc; 
}
.databasearticle ul li
{
    
}

.headerarticle
{
    float:right;
    clear:right;
    width:30%;
    MARGIN-BOTTOM: 5px; 
    BORDER-BOTTOM: #D3D3D3 1px solid;
}
.newscategories
{
    font-size:0.8em;
    margin-top:10px;
}

.imageright
{
    float:right;
    padding-left:10px;
}

.imageleft
{
    float:left;
    padding-left:12px;
    padding-right:10px;
}

#overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: url(../img/overlay.png);
    z-index: 2;
    display: none;
}

.popup {
    background: #fff;
    /*position: fixed;*/
    position:absolute;
    top: 20px;
    left: 80px;
    right: 80px;
    /*bottom: 20px;*/
    padding: 10px;
    z-index: 4;
    display: none;
}

.imageGallery
{
    max-width:550px;
    float:left;
    padding-bottom:10px;
}

#search
{
    float:right;
    margin-top:110px;
    background-color:transparent;
    color:White;
    font-weight:bold;
    margin-right:10px;
}

.homepagemain
{
    float:left;
    width:38%;
}
.homepageimage
{
    float:left;
    width:32%;
}

.homebottomleft
{
    float: left; 
    width: 25%; 
    padding-left:90px;
    padding-bottom:10px;
}

.homebottommiddle
{
    border-right: #D3D3D3 1px solid;
    float: left; 
    
    margin-left:14px;
    margin-right:14px;
    
    border-right:1px solid #D3D3D3;
    border-left: #D3D3D3 1px solid; 
    
    width: 25%; 
    padding-bottom:10px;
    
}

.homebottomright
{
    float: left; 
    width: 25%;
    padding-bottom:10px;
}

.linebreak
{
    padding-top:20px;
    padding-bottom:20px;
    text-align:center;
}

.news
{
    padding-bottom:5px;
}

.articleimagediv
{
    float:left;
    text-align:center;
}

.articleimagediv a
{
    text-decoration:none;
}
.articleimagedivright a
{
    text-decoration:none;
}
.articleimagedivright
{
    float:right;
    text-align:center;
}
.articleimage
{
    margin:5px 10px 0px 15px;
    border: solid 1px black;
    float:left;
}
.articleimagedivright .articleimage
{
    margin:5px 5px 0px 5px;
    border: solid 1px black;
}
.articleimagetext
{
    text-decoration:none;
    background: url(../img/zoom.gif) no-repeat 0 0;
    padding-left:20px;
    line-height:20px;
    padding-bottom:5px;
}
#editimagepopup
{
    width:500px;
    margin:auto;
}


#articleeditpopup
{
    width:800px;
    margin:auto;
    border:1px solid black;
    text-align:left;
}
#newseditpopup
{
    width:800px;
    margin:auto;
    border:1px solid black;
    text-align:left;
}
#propertyeditpopup
{
    width:800px;
    margin:auto;
    border:1px solid black;
    text-align:left;
}
.fields
{
    margin-left:50px;
}
legend
{
    font-size:1.5em;
}
#loginpopup
{
    width:500px;
    margin:auto;
}
#loginpopup #logindetails
{
    text-align:center;
    width:100%;
    margin:auto;
}
#logindetails table
{
    margin:auto;
}
.rightsublist
{
    padding-left:15px;
    padding-top:10px;
    list-style:none;
    font-size:0.7em;
    margin-bottom:-5px;
}
.rightsublist li
{
     font-size:0.7em;
}
#newpagepopup
{
    width:300px;
    margin:auto;
    text-align:center;
}
#newpagepopup table
{
    margin:auto;
}
#editcatpopup
{
    width:300px;
    margin:auto;
    text-align:center;
}
#editcatpopup table
{
    margin:auto;
}
#archivepopup
{
    margin:auto;
    width:400px;
}
#archivepopup td
{
    text-align:left;
}

#content.popup
{
    text-align:center;
}

.buttons
{
    float:left;
    padding-right:10px;
    padding-left:5px;
}
form
{
    float:left;
}

.currentTab
{
    border: #333 1px solid;
    border-bottom:0px;
    float:left;
    z-index:50;
    height:15px;
    background-color:White;
}

.otherTab
{
    border: #333 1px solid;
    float:left;
    background-color:#CCC;
}
.tablink
{
    padding:2px 5px 2px 5px;
    text-decoration:none;
}

#tabsPop
{
    padding-bottom:10px;
    margin-left:-2px;
}
#newstabs
{
    border-top: #828177 1px solid;
    margin-top:5px;
    margin-left:-2px;
}

.addedfile
{
    white-space:nowrap;
}

.calendar
{
    position: relative;
    display: none;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    border-left: 2px solid #000;
    font-size: 11px;
    color: #000;
    cursor: default;
    background: #FFF;
    font-family: tahoma,verdana,sans-serif;
    z-index: 1000;
}

.calendar tr td
{
    margin-right:10px;
}

.day
{
    padding-right:10px;
}

#propertydetails
{
    width:100%;
    margin-bottom:10px;
    margin-left:12px;
}
#newsdetails tr td
{
    padding-top:10px;
}

#gallery
{
    margin-bottom:10px;
}
#maplink
{
    padding-left:10px;
}
#maplink .small
{
    font-size:0.5em;

}
#archivelink
{
    float:left;
    position:absolute;
    margin-top:110px;
    margin-left:10px;
    background-color:White;
    padding:5px;
}

.error
{
    background: url(../img/cancel.png) 0 0 no-repeat;
    height:20px;
    float:left;
    display:none;
    color:Red;
    font-size:1em;
    padding-left:20px;
}

#currentpage
{
    color:#C00643;
}

.sitemap
{
    padding-left:15px;
}

.sitemap ul
{
    padding-left:20px;
}

.sitemap ul li ul li
{
    font-size:0.8em;
}

.wholepagearticle ul
{
    padding-left:25px;
}

.wholepagearticle h4
{
    padding-left:12px;
}
.wholepagearticle img
{
    border:0px;
}
