/* Start of CMSMS style sheet 'VES Home CSS' */
/*****************basic layout *****************/
/* header, we will hide h1 a text and replace it with an image, we assign a height for it so the image wont cut off */
div#header {
height: 360px;
margin: 0px auto 0px auto;
padding: 0;
background: transparent url(assets/template/ves-top-grey-shade.gif) repeat-x top left;
}

div#header h1 {
background: transparent url(assets/template/ves-logo.gif) no-repeat top left;
display: block;
height: 100px;
text-indent: -999em;
text-decoration: none;
outline: none;
margin: 0;
padding: 0;
/*these keep IE6 from pushing the header to more than the set size*/
line-height: 0;
font-size: 0;
/* this will keep IE6 from flickering on hover */
background: transparent url(assets/template/ves-logo.gif) no-repeat top left;
}


div#main {
float: left;
  /* FIX IE double margin bug */
display: inline;
width: 465px;
padding: 0 ;
margin: 5px 0 0 5px;
}

div#main span.homePageTitleMid {
 display: block;
 padding: 5px 0 0 9px;
}

div#sidebarl {
float: left;
width: 250px;
/* FIX IE double margin bug */
display: inline;
margin: 5px 0px 20px 0px;
padding: 0 5px 0 0;
border-right: 1px dotted #D2D6D5;
}
div#sidebarl span.homePageTitleLeft {
 display: block;
 margin: 0;
 padding: 5px 0 0 9px;
 background: transparent url(assets/template/homepage-newsheader-bg-l.jpg) no-repeat top left;
}

div#sidebarr {
float: right;
width: 250px;
/* FIX IE double margin bug */
display: inline;
margin: 5px 0px 20px 0px;
padding: 0 0 0 5px;
border-left: 1px dotted #D2D6D5;
}

div#sidebarr span.homePageTitleRight {
 display: block;
 margin: 0;
 padding:0;
 padding: 5px 0 0 9px;
 background: transparent url(assets/template/homepage-newsheader-bg-r.jpg) no-repeat top right;
}

span.homePageTitleLeft, span.homePageTitleMid, span.homePageTitleRight {

}

div#homesidebartext {
margin: 0px ;
color: #AA882F;
font-size: 12pt;
line-height: 1.3em;
}

/********************CONTENT STYLING*********************/

div#content h2.homePageTitle {
color: #FFFFFF;
font-size: 14px;
text-align: left;
padding-bottom: 1px;
height: 32px;
margin: 0 ;
font-family: 'Swis721 BT',Arial,Helvetica,san-serif;
font-weight: bold;
background: transparent url(assets/template/homepage-newsheader-bg.jpg) repeat-x top left;
text-transform: none;
}

div.feedtext p strong {
  font-weight: normal !important;
}

/* End of 'VES Home CSS' */

