/* CSS Document */

html, body, table
{
font-family: arial, sans-serif;
font-size: 10pt;
color: #333333;
margin: 0;
padding: 0;
background-color:#A2F0D6;
}

a
{
font-weight:bold;
color:#A62203;
text-decoration:none;
}

a:link
{
color:#A62203;

}

a:visited
{
color:#A62203;

}

a:active
{
color:#A62203;

}

a:hover
{
color:#A62203;

font-weight:bold;
text-decoration:underline;
}

p
{
padding-left:10px;
}

h1
{
padding-left:10px;
font-size:140%;
}

h2
{
padding-left:10px;
font-size:120%;
}

#container
{
background-color:#FFFFFF;
margin:0 auto;
width:800px;
}

#top
{
background-image:url(citruslogo_small.jpg);
background-repeat:no-repeat;
background-position:left;
height:180px;
position:relative;
}

#top img
{
float:right;
position:absolute;
top:130px;
right:20px;
}


#menu li
{
display: inline;
margin: 0;
padding: 0;
padding-right:5px;

}
#menu
{
background-color:#F59108;
height:40px;
line-height:40px;

}

#footer
{
background-color:#F59108;
height:32px;
padding-bottom:8px;

}

#compliance
{
margin-left:5px;
float:left;
}

#compliance a
{
padding-right:10px;
}

#copyright
{
margin-right:5px;
float:right;
}

#text
{
margin:10px;
padding-bottom:20px;
}

#menu a
{
color:#333333;
font-weight:bold;
font-size:110%;
padding:11px;
text-decoration:none;
}

#menu a:active
{
}

#menu a:link
{

}

#menu a:hover
{
background-color:#FBD824;

}

#menu ul
{
list-style:none;
}
