/* 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:#073278 url(../images/graphics/bgslice.jpg) top no-repeat; background-attachment:fixed;  }

/* This will center the content in the center of the page using any set width */

#master { margin: 0px auto;	width:959px; text-align:left; }

#headDiv { width:959px; height:135px; }

#logo { width:959px; height:135px; background: url(../images/graphics/logo.png) no-repeat; float:left; }

                #logo h1 { font-size: 10px; margin:0px }
                /* match height and width in logo and logo a */
                #logo a { width:959px; height:135px; display:block; text-indent:-10000px; }

#phoneDiv { width:959px; height:52px; background: #ccc; background: url(../images/graphics/telephone_bg.png);}
    #phoneDivpad { padding: 18px 0px 0px 24px;} 

#conDiv {width:959px; background: #fff; background: url(../images/graphics/master_bg.gif) top repeat-y;}

/* Make sure the with of conLeft and conRight always = the width of master */

#conLeft { width:273px; float:left; background:#e9ebeb;  }

#conRight { width:686px; float:right; background:#fff;}

#flash { width:686px; height: 257px; background:#fff;}

#content { width:686px;  background:#fff url(../images/graphics/content_bg.jpg) top repeat-x; }

#contentii { width:686px; height: 257px; background:#fff url(../images/graphics/contentii_bg.gif) top repeat-x; }

#contentpad{padding:35px 35px 35px 35px;}

#butts{width:612px; height:59px;}

 #featPanels { width:606px; background:url(../images/graphics/box_bg.gif) repeat-y; min-height: 161px;}
 #featPanels2 { width:606px; background:url(../images/graphics/box_bg.gif) repeat-y; min-height: 161px;}
        
        #featPanel1 {float:left; width: 303px;}
        #featPanel2 {float:left; width: 303px;}
            .featPad{padding: 10px 20px 10px 20px;}
             .featPadright{padding: 10px 20px 10px 30px;}

#footer { width:959px; height: 31px; background: url(../images/graphics/footer.png) top no-repeat; }

#poweredby { width:959px; height:129px; font-size: 11px; color:#fff; padding-top:10px; }
   #poweredby a{ color: #fff; font-size: 11px; }
   #poweredby a:hover{ color: #fff; font-size: 11px; text-decoration: underline;}

.pad{padding: 20px 25px 0px 25px;} 
   

/* 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 */

    /* RSS feeds */

.gfc-resultsHeader { display:none;}

.gf-author {font-size: 11px;}

.gf-relativePublishedDate { font-size: 11px;}

.gf-snippet { font-size:11px; padding: 10px 0 0 0; margin: 0; }


