/*skiplinks*/
@import url(/includes/css/gva_skiplinks.css);
/*undo browser defaults*/
:link,:visited { text-decoration:none;}
ul, ol{ list-style:none;}
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em;  }

ul, ol, li, h1, h2, h3, h4, h5, h6, pre,  form, body, html, p, blockquote, fieldset, input, dl, dt, dd
{ margin:0px; padding:0;}
a img,:link img,:visited img, fieldset { border:none;  }
th{
text-align:left;
}

/*main layout styling in current source order*/
html {
padding:0;
margin:0;

}

body{
font-family: "lucida sans Unicode", "Lucida Grande", tahoma, verdana, arial, sans-serif;
color:#5E736A;
z-index:1;
font-size:90%;
line-height: 1.4;
text-align:center;
margin:0;
padding:0;
background:url(/gvanet/gvanet_bg.jpg) repeat-x 0 0;
}

#content{
background:url(/gvanet/gvanet.jpg) no-repeat 0 0;
width:960px;
margin:0 auto;
padding:120px 0px 15px 0px;
text-align:left;
position:relative;
}

#signout{
position:absolute;
right:10px;
top:106px;
font-size:10px;
}

/*=links*/
a:link, a:visited{
color:#9DBD2D;
text-decoration: none;
border-bottom:1px dotted #9FA09B;
}

a:hover,  a:active {
text-decoration: underline;
color: #9FA09B;
}


h1, h2, h3, h4, h5, h6{
font-family: "Georgia", "Trebuchet MS", serif;
color:#666;
font-weight:normal;
}


.clear{
clear:both;
height:1px;
font-size:1px;
line-height:1px;
}

.err{
color:#c00;
}



/*TAKEN FROM INNER*/

h2, h3, h4, h5, h6{
line-height:1.2;
margin-bottom:.2em;
}
h2{
font-size:2em;

}

h3{
font-size:1.7em;
}

h4{
font-size:1.4em;
}

h5{
font-size:1.1em;
}

h6{
font-size:1em;
}


img{
border:none;
padding:0;
}

p{
margin-top:.5em;
margin-bottom:1em;
}

/*misc*/
/*misc*/


.flright{
float:right;
margin-left:10px;
margin-bottom:5px;
}

.flleft{
float:left;
margin-right:10px;
margin-bottom:5px;
}

.textalignright{
text-align:right;
}

#content img.noborder{
border:none;
padding:0;
}


.smallest{
font-size:.8em;
}
.smaller{
font-size:12px;
}

.bigger{
font-size:1.4em;
line-height:1.5em;
}

.biggest{
font-size:1.6em;
line-height:1.5em;
}

.red{
color:#C41230;
}

.textalignright{
text-align:right;
}


/*there is a compromise here - to get a proper indent beyond the first line we need use position:outside and margin left. the margin is lost if there is  left floated image so the bullets appear under it*/
/*Can't use bg image for bullets as they go under floated images. gone back to using list bullets but IE5,6&7 place it differently. can  Use a different image for these if needed see sheets*/
ol, ul
{ list-style:disc;
list-style-position: outside;
margin: 10px 0;
padding: 0;
list-style-image: url(/img/bg/bullet.gif);
margin-left:15px;
}
li{
margin: 0 0 .5em 0;
padding: 0;
font-size:12px;
border-bottom:1px solid #ddd;
padding-bottom:.5em;
}


/*just incase something gets through - the paste from word should take this out though. No pixel perfect way of styling br*/


hr{
background:none;
border:none;
border-top:1px dotted #a6c731;
height:1px;
line-height:1;
margin:0;
padding:0;
font-size:1px;
overflow:hidden;
}


.general_box{
padding:.6em 10px 1em 10px;
background:#f5f6f0;
border:2px dotted #d0d2c9;
}



table{
margin:0px;
text-align:left;
padding:0;
}

td{
border:none;
padding:3px 0;
}

tr.highlight{
border:1px solid #f00;
padding:5px;
background:#ccc;
}

th{
border:1px solid #aaa;
padding:5px;
}


#bottom{
border-top:2px solid #ccc;
padding-top:20px;
text-align:right;
color:#777;
font-size:11px;
margin-top:20px;
}

#bottom img{
float:right;
margin-left:15px;
margin-top:10px;
}

.leftcol{
float:left;
width:45%;
}

.rightcol{
float:right;
width:45%;
}


