#noscript{
    background-color:#CC0000;
    padding:10px;
    font-size:20px;
    color:#FFFFFF;
    text-align:center;
}

html,body{    
    margin:0px auto;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#666666;
    background-color: #ffffff;
}

#top-bg{
    width: 100%;
    height: 542px;
    position: absolute;
    /* For WebKit (Safari, Google Chrome etc) */
    background: -webkit-gradient(linear, left top, left bottom, from(#b3dced), to(#ffffff));
    /* For Mozilla/Gecko (Firefox etc) */
    background: -moz-linear-gradient(top, #b3dced, #fff);
    /* For Internet Explorer 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b3dced, endColorstr=#FFFFFFFF);
    /* For Internet Explorer 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#b3dced, endColorstr=#FFFFFFFF)";

}

#outer-container {
    position: relative;
    margin:0px auto;
    width: 1000px;
}

#container {
    padding: 0px 24px;
    float: left;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    background-color: #ffffff;
    -moz-box-shadow: 0px 0px 10px #000000;
    -webkit-box-shadow: 0px 0px 10px #000000;
    box-shadow: 0px 0px 10px #000000;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

#top{
    position:relative;
    height:197px;
}

#header{
    width:700px;
    height: 197px;
    margin-bottom: 20px;    
}

#logo{
    position:absolute;
    top:0px;
    left:0px;
}

#search{
    width: 220px;
    height: 71px;
    margin: 10px 0px 0px 0px;
    background:url(../images/search-bg.png) no-repeat top;
}

#search-text{
    background:url(../images/search-box.png) no-repeat top;
    border: none;
    height: 31px;
    width: 170px;
    margin: 15px 0px 0px 10px;
    float: left;
}

#middle{
    padding:10px 0px;
    float: left;
}

#left{
    width:220px;
    float:left;
    margin: 0px 30px 0px 0px
}

#right{
    width:700px;
    float:left;
}

#bg-top-content{
    background:#ffffff url(../images/bg-top-content.jpg) no-repeat top;
    float: left;
    width: 700px;
    height: 10px;
}

#bg-middle-content{
    background:#ffffff url(../images/bg-middle-content.jpg) repeat-y top;
    float: left;
    width: 700px;
}

#bg-bottom-content{
    background:#ffffff url(../images/bg-bottom-content.jpg) no-repeat top;
    float: left;
    width: 700px;
    height: 10px;
}

#box-inner-1{
    padding: 20px;
}

#col-right-1{
    width:480px;
    float:left;
}

#col-right-2{
    width:180px;
    float:left;
}


#newsTable a{
    color:#2070a7;
    text-decoration: none;
    font-size: 14px;
}

#newsTable a:hover{
    color:#2070a7;
    text-decoration: underline;
}

.spacer{
    height:2px;
    clear:both;
    font-size:2px;
}

#footer{
    float: right;
    padding:5px 0px 10px 0px;
    text-align:right;
    color: #cccccc;
}

#footer a{
    text-decoration: none;
    color: #cccccc;
}

#footer a:hover{
    color: #cccccc;
    text-decoration: underline;
}

h1,h2,h3,h4,h5,h6{
    font-family: "Trebuchet MS", Georgia, "Times New Roman";
    color: #1f3253;
    padding:0px;
    margin:5px 0px;
}

h1{
    font-size: 20px;
}

h2{
    font-size: 18px;
}

h3{
    font-size: 16px;
}

h4{
    font-size: 14px;
}

a{
    color:#666666;
}

a:hover{
    color:#0066FF;
}

img{
    border:none;
}


/** Main menu using sucker fish style list menu **/
#mainMenu{
    float:left;
    width:220px;
    font-size:11px;
    line-height:30px;
    margin-top: 0px;
    font-weight: bold;    
}

#mainMenu ul{
    margin:0px;
    padding:0px;
    list-style:none;
}

#mainMenu li{
    float:left;
    position:relative;
    width:220px;
    height:30px;
    text-decoration:none;
    display: block;
    color: #036C90;
    background:url(../images/menu-bg.png) no-repeat top;
    white-space:nowrap;
    margin-bottom: 5px;
}

#mainMenu li ul{
    display:none;
    position:absolute;
    top:36px;
    left:0;
}

#mainMenu li ul li{
    background:url(../images/menu-bg.png) no-repeat top;
    width:160px;
    float:left;
    clear:both;
}

#mainMenu li:hover ul, #mainMenu li.over ul { display: block; }

#mainMenu li:hover, #mainMenu li.over {
    background:url(../images/menu-bg.png) no-repeat 0 -30px;
    height:30px;
    width: 220px;
}


#mainMenu a{
    padding:0px 10px 0px 30px;
    color: #FFFFFF;
    text-decoration:none;
    display:block;
}

#mainMenu a:hover{

}

#mainMenu li.lastMenu{
    border-right:none;
}

#mainMenu li.activeMenu{
    color: #FFFFFF;
    background:url(../images/menu-bg.png) no-repeat 0 -30px;
    height:30px;
    width: 220px;
}

#mainMenu li ul li{
    border-right:none;
}

/** page submenu **/
.box-inner{
    padding-left:10px;
}

#pageSubmenu{
    margin-top:30px;    
}

#pageSubmenu h1{
    font-size:14px;
    background-color:#CCCCCC;
    color:#333333;
    padding:5px 10px;
    margin:0px;
    min-height:25px;
    line-height: 25px;
}

#pageSubmenu ul{
    margin:0;
    padding:0;
    list-style: none;
    float:left;
    width:169px;
    /* For WebKit (Safari, Google Chrome etc) */
    background: -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#bbbbbb));
    /* For Mozilla/Gecko (Firefox etc) */
    background: -moz-linear-gradient(top, #e0e0e0, #bbbbbb);
    /* For Internet Explorer 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e0e0e0, endColorstr=#bbbbbb);
    /* For Internet Explorer 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#e0e0e0, endColorstr=#bbbbbb)";
}

#close-border ul{
    background-color: #bbbbbb;
    float:left;
    width:169px;
}

#pageSubmenu li{
    display:block;    
    padding:5px 0px;
    margin: 0px 10px;
    border-bottom:1px dotted #333333;
}

#pageSubmenu a{
    text-decoration:none;
}



/** Site Breadcrumb **/

.breadcrumb{
    padding:0px 0px 10px 0px;
}

/** Search Result **/
.search-hightlight{
    background-color:#FFFF00;
}

/** Addresss **/
#address-map{
    position:relative;
}

#addmain,#addharb,#addhami,#addhawkes,#addpalm,#addwell,#addchch,#addtau,#adddun, #addwng {
    position:absolute;
    left:240px;
    top:180px;
    width:180px;
    height:190px;
    visibility: hidden;
}

#addmain {
    visibility:visible;
}

