/* Start of CMSMS style sheet 'VES CSS' */
/* browsers interpret margin and padding a little differently, we'll remove all default padding and margins and set them later on */
* {
margin: 0;
padding: 0;
}
/*Set initial font styles*/
body {
text-align: left;
font-family: Arial,Helvetica,san-serif;
font-size: 75.01%;
line-height: 1em;
}
/*set font size for all divs, this overrides some body rules*/
div {
font-size: 1em;
}

/*default link styles*/
/* set all links to have underline and bluish color */
a, a:link a:active {
text-decoration: underline;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
background-color: inherit;
color: #E9CD37;
}
a:visited {
text-decoration: underline;
background-color: inherit;
color: #E9CD37;
}

a:hover {
text-decoration: none;
background-color: inherit;
color: #E9CD37;
}
/*****************basic layout *****************/
body {
margin: 0 auto;
padding: 0;
color: #333;
background: #1A1A1A url(assets/template/ves-body-bg.gif) no-repeat top right;
}
div#pagewrapper {
width: 1016px;
margin: 30px auto;
padding:0;
background: #FFFFFF url(assets/template/ves-page-border-tl.gif) no-repeat top left;
}

div#pagewrappertr {
background: transparent url(assets/template/ves-page-border-tr.gif) no-repeat top right;
margin: 0;
padding: 4px;
}

div#pagewrapperbl {
background: transparent url(assets/template/ves-page-border-bl.gif) no-repeat bottom left;
}

div#pagewrapperbr {
background: transparent url(assets/template/ves-page-border-br.gif) no-repeat bottom right;
}

/* 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: 238px;
margin: 0px auto 0px auto;
padding: 0;
background: transparent url(assets/template/ves-top-grey-shade.gif) repeat-x top left;
}

div#headerl {
background: transparent url(assets/template/ves-top-grey-shade-left.gif) no-repeat top left;
margin: 0;
padding: 0;
}

div#headerr {
background: transparent url(assets/template/ves-top-grey-shade-right.gif) no-repeat top right;
margin: 0;
padding: 0;
}

div#header h1 {
display: block;
height: 100px;
width: 381px;
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#header h1 a {
display: block;
height: 100px;
width: 381px;
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#header #banner {
display: block;
width: 990px;
border: 0;
padding: 0;
margin: 0 auto;
text-align: center;
z-index: -1;
}


/* SCROLLING PRICE TICKER */
div#ticker {
/*background: transparent url(assets/template/ves-ticker.gif) no-repeat top left;*/
width: 239px;
height: 27px;
margin: 20px 10px 0 0;
clear: right;
float: right;
color: #F1F1F1;
position: relative;
overflow:hidden;
padding: 0;
}

/* END SCROLLABLE TICKER */ 
div#content {
margin: 10px auto 0 0;
padding: 0px;
border: 1px solid #D2D6D5;
}

div#contentt1 {
background: transparent url(assets/template/ves-content-border-tl.gif) no-repeat top left;
padding: 0;
margin: -1px 0 0 -1px;
height: 10px;
width: 10px;
float: left;
}
div#contenttr {
background: transparent url(assets/template/ves-content-border-tr.gif) no-repeat top right ;
margin: -1px -1px 0 0;
padding: 0;
height: 10px;
width: 10px;
float: right;
}

div#contentbr {
background: transparent url(assets/template/ves-content-border-br.gif) no-repeat bottom right;
margin: 0 -1px -1px 0;
padding: 0;
height: 10px;
width: 10px;
float: right;
}

div#contentbl {
background: transparent url(assets/template/ves-content-border-bl.gif) no-repeat bottom left;
margin: 0 0 -1px -1px;
padding: 0;
height: 10px;
width: 10px;
float: left;
}

div#main {
float: left;
  /* FIX IE double margin bug */
display: inline;
width: 660px;
padding: 10px 0 0 0 ;
margin: 0;
}

div#sidebar {
float: left;
width: 255px;
/* FIX IE double margin bug */
display: inline;
margin: 5px 30px 20px 0px;
padding: 0 ;
}

div#sidebartext {
margin: 30px 30px 0 20px;
color: #AA882F;
font-size: 12pt;
line-height: 1.3em;
}

div#footer {
padding: 10px;
color: #1A1A1A;
}

div#footer div#footerdescription {
width: 2px;
height: 2px;
overflow: hidden;
}

div#footer p {
/* sets different font size from default */
font-size: 0.9em;
text-align: center;
margin: 0;
}

div#footer p a {
/* footer link would be same color as default we want it same as footer text */
color: #E9CD37;
}

/* as we hid all hr for accessibility we create new hr with div class="hr" element */
div.hr {
height: 1px;
padding: 1em;
border-bottom: 1px dotted black;
margin: 1em;
}

/********************CONTENT STYLING*********************/
/* HEADINGS */
div#content h1 {
/* font size for h1 */
font-size: 2em;
line-height: 1em;
margin: 0;
}

div#content h2 {
color: #E9CD37;
font-size: 1.5em;
text-align: left;
padding-bottom: 1px;
line-height: 1.5em;
margin: 0 0 0.5em 0;
text-transform: uppercase;
font-family: 'Swis721 BT',Arial,Helvetica,san-serif;
}

div#content h2.pageTitle {
color: #A9872E;
font-size: 28px;
text-align: left;
padding-bottom: 1px;
line-height: 1.5em;
margin: 0 ;
text-transform: uppercase;
font-family: 'Swis721 BT',Arial,Helvetica,san-serif;
font-weight: normal;
letter-spacing: -1px;
}

div#content h3 {
color: #F15A24;
font-size: 1.3em;
line-height: 1.3em;
margin: 0 0 0.5em 0;
}

div#content h4 {
color: #294B5F;
font-size: 1.2em;
line-height: 1.3em;
margin: 0 0 0.25em 0;
}

div#content h5 {
color: #294B5F;
font-size: 1.1em;
line-height: 1.3em;
margin: 0 0 0.25em 0;
}

h6 {
color: #294B5F;
font-size: 1em;
line-height: 1.3em;
margin: 0 0 0.25em 0;
}
/* END HEADINGS */
/* TEXT */
p {
/* default p font size, this is set different in some other divs */
font-size: 1em;
/* some air around p elements */
margin: 0 0 1.5em 0;
line-height: 1.4em;
padding: 0;
}

blockquote {
border-left: 10px solid #ddd;
margin-left: 10px;
}

strong, b {
/* explicit setting for these */
font-weight: bold;
}

em, i {
/* explicit setting for these */
font-style: italic;
}

/* Separating the divs on the template explanation page */
div.templatecode {
margin: 0 0 2.5em;
}
/* END TEXT */
/* LISTS */
/* lists in content need some margins to look nice */
div#main ul,
div#main ol,
div#main dl {
font-size: 1.0em;
line-height: 1.4em;
margin: 0 0 1.5em 0;
}

div#main ul li,
div#main ol li {
margin: 0 0 0.25em 3em;
}

/* definition lists topics on bold */
div#main dl {
margin-bottom: 2em;
padding-bottom: 1em;
border-bottom: 1px solid #c0c0c0;
}

div#main dl dt {
font-weight: bold;
margin: 0 0 0 1em;
}

div#main dl dd {
margin: 0 0 1em 1em;
}

/* END LISTS */

/* IMAGES */

img {
border: 0;
margin: 0;
padding:0;
}

/* NEWS */
.NewsSummary .NewsSummaryPostdate {
 font-size: 1.1em;
 font-weight: bold;
 color: #F15A24;
 margin:0;
}

.NewsSummary .NewsSummaryContent {
line-height: 1.4em;
margin: 0;
}

.NewsSummary {
border-bottom: 1px dotted #D2D6D5;
padding: 1em 0;
margin: 0;
}

.NewsSummary p {
 margin: 0;
}
/* Suppress google adverts in homepage newsfeed */
div#sidebarr ul#prices img {
 display: none;
}

/**************FORMS************/
.contactform label {
 display:block;
 margin: 1em 0 0 0;
}

.contactform .captcha {
 margin: 1em 0;
}
.contactform .captcha img {
 display: block;
}

/****** Job List (custom) **********/

table#joblist {
 border-collapse: collapse;
 border: 0;
 background-color: transparent;
}

/* End of 'VES CSS' */

