@charset "iso-8859-1";
/* CSS Document */
/* 	Link MENU.CSS */
@import url("/inc/css/menu.css"); 

/* RESET to config all common browsers to standard start point */
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
/* whoever thought blue linked image borders were a good idea? */
img,:link img,:visited img { border:none }
/* de-italicize address */
address { font-style:normal }


/* 	Define Margin for BODY HTML tags to zero */
html {
	margin: 0;
	text-align: center; /* Fix for old i.e.*/
}
body {
	margin: 0;
	text-align: center; 
    font-size: 14px;
    font-family: "trebuchet ms", helvetica, sans-serif;
}

img {
    padding: 4px;
}

/* 	Define Container which will in turn hold Main, SideLeft and SideRight */
#container {
    width: 960px; 
    margin: 40px auto 0; 
    text-align: left; 
}
/* 	Define Header and Footer  (HEAD / FOOT) class */



#header_wrapper { 
    height: 245px; 
    width: 100%;
    background: url(/inc/icon/header_bg.png);
    background-repeat: repeat-x ;   
    
}

#header { 
    width: 960px; 
    height: 235px;    
    margin: 0 auto; 
    position: relative; 
    background-image: 
    url(/inc/icon/header.png); 
    background-repeat: no-repeat; 
    background-position: 0px 32px; 
}

#header img.logo { 
    position: absolute; 
    left: 414px; 
    top: 192px; 
}

#footer {
    clear: both;
    width: 960px; 
    height: 100px;    
    margin: 0 auto;
    background-position: bottom right;
    background-image: url(/inc/icon/vra_globe_small.gif);
    background-repeat: no-repeat;
}

.output { 
    list-style: none; 
    margin: 0px; 
}

/* 	Set colours for:-  */
/* 	Body, Container, Header, Footer, SideLeft, SideRight, Main, Hmenu, Vmenu  */
body {
    color: #636363;
    background: #fbfbfb;
}
#header_wrapper {

}
#container {
	
}
#header {

}
#footer {

}
#side_left {
    
}
#side_right {
    
}
#main {

}

/* Misc */
.clearfloat {
	float:none;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}

/*     Set up text styles  (using default H1-6 and Paragraph) */ 

p.hidden { /* Used to add hidden text for search engines to play with will not display on page but will be in source view*/
    display:none;
}
p { 
    margin-bottom: 15px; 
    line-height: 20px; 
}

h1 { 
    color: #50514D; 
    font-size: 26px; 
}

h2 {
    
}

h3 { 
    margin-top: 30px; 
    color: #50514D; 
    font-size: 15px; 
    height: 34px;
}

ul.real{
    list-style-type:square;
    list-style-position:inside;
    margin-left: 0;
    padding-left: 25px;

}

