/* Required */
html,body {margin:0; height:100%; }

/* Using this class in an empty div will stop floating divs above floating outside of the container div */

.clearBoth {clear:both; }

.bodybg { text-align:center; margin:0px; padding: 0px; background:#fff url(../images/graphics/bgslice.jpg) top repeat-x;  }

/* This will center the content in the center of the page using any set width */

#master { margin: 0px auto;	width:973px; text-align:left; }

#headDiv { width:973px; height:136px; background: url(../images/graphics/top_bg.jpg) no-repeat; }

#logo { width:250px; height:120px; background: url(../images/graphics/blank.gif) no-repeat; float:left; }

                #logo h1 { font-size: 10px; margin:0px }
                /* match height and width in logo and logo a */
                #logo a { width:250px; height:120px; display:block; text-indent:-10000px; }

#login{width: 70px; float:right; margin: 55px 10px 0px 0px;}
#login a{color: #335199; text-decoration:none; font-weight:bold;}
 #searchbox { padding: 3px 0px 0px 3px; margin: 50px 14px 0px 0px; height:25px; width: 150px; float:right;  font-size:11px; background:url(../images/graphics/searchbg.gif) no-repeat;  }
        #searchbox input{ border:0px; font-size: 11px; background: #fff; }
        #searchbox #inputbox{padding-left: 10px; float:left;}
        #searchbox #searchbut{float:right; vertical-align:middle; }
        #searchbox img{ border:0px; }


#navDiv { width:973px; height:39px; background: url(../images/graphics/nav_bg.jpg) no-repeat; }
 #navDiv div{padding: 0px 0px 0px 15px;}
 
#imgDiv { width:973px; height:229px; background: url(../images/graphics/hdr_bg.jpg) no-repeat; } 
    #mainimage { width:758px; height:213px; background: url(../images/graphics/mainimage.jpg) no-repeat; float:left; margin-left:7px; }
    #vidDiv{float:right; background: #fff; width:200px; height: 213px; margin-right: 7px; }
        #vidDiv div{padding: 8px; text-align: center;}

#conDiv {width:973px; background: url(../images/graphics/content_slice.jpg) repeat-y; }
    #conTop{width:973px; background: url(../images/graphics/content_bg.jpg) no-repeat; min-height: 405px; }
        #conPad {padding: 30px;}




#poweredby { width:960px; height:121px; margin: 0px auto; text-align:center; color: #fff; font-size: 11px; background: url(../images/graphics/footer_bg.jpg) repeat-x;}
    #poweredby div{padding-top:50px;}
   #poweredby a{ color: #fff; font-size: 11px; }
   #poweredby a:hover{ color: #e6811c; font-size: 11px; text-decoration: underline;}


   

/* generic styles */


a img{border: 0px;}

hr { height: 0px; color: #e3e2e2; border-top: 1px; background: #e3e2e2; border-style: solid;}

input,textarea{  background: #dae5f0; border: 1px solid #4c5665; }

input:hover,textarea:hover{ background: #fff; border: 1px solid #666; }


/* Start Form Validation Styles*/
.validation_failed {
  border: 1px solid red;
}
.error_msg {
  color:red;
}
/* End  Form Validation Styles */

            
/************************ Extra styles - remove those not in use ****************************/


    
   
   
    /* thin subscriber */
              
              
    .newssubscribe{padding:0px;}
   
    form#fmNewsSubscribeThin table td input {width:100px;}
    form#fmNewsSubscribeThin{padding:0px; margin:0px;}
    form#fmNewsSubscribeThin table.newssubscribe .formlabel {font-size:12px; color: #fff; width: 51px; text-align: left;}

    form#fmNewsSubscribeThin table.newssubscribe input#firstname {font-size:11px; background: #fff;}

    form#fmNewsSubscribeThin table.newssubscribe input#email {font-size:11px; background: #fff;}

    form#fmNewsSubscribeThin table.newssubscribe .essential {display:none;}

    form#fmNewsSubscribeThin table td input#subscribe {font-size:12px; width:80px; }


    /* RSS feeds */


    .rssHeader{font-size: 1px; display:none; color: #fff; }
    .rssList{ margin:0px; padding:5px 10px 5px 10px; color:#fff;}
    .rssItem{ list-style-type:none; border-bottom:1px solid #e3e3e3; margin:0px; color:#c2c7cc;}
    .rssItem a{color: #fff;}

/************************ Extra styles end ****************************/