@font-face 
{
 font-family: AvenirBlack;
 src:url("avenir-lt-65-medium.eot") /* EOT file for IE */
}

@font-face 
{
 font-family: AvenirBlack;
 src: url("avenir_black.ttf") /* TTF file for CSS3 browsers */
}

a { color: black; }
a:hover { color: darkgray; }
ul { margin: 0px; padding-left: 15px; line-height: 14pt;}
li { list-style-image: url('cyrcle.png'); margin: 0px; }
p { margin: 0px; font-family: arial; font-size: 12px; line-height: 14pt; }
p.orange { color: #ea6413; }

body
{
text-align: center;
font-family: arial;
font-size: 12px;
}

div#wrapper
{
text-align: left;
width: 1024px;
}

div#header
{
position: relative;
width: 1024px;
height: 175px;
}

div#leftbox
{
width: 289px;
}

div#rightbox
{
float: right;
width: 735px;
}

div#content
{
margin-left: 50px;
width: 485px;
}

div#footer
{
text-align: center;
}

div#footerChild
{
width: 1024px;
text-align: left;
margin: auto;
}

p#footerString
{
margin-left: 339px;
color: #cccccc;
font-size: 12px;
}

div#cleaner { clear: both; width: 100%; }

a#logo
{
position: absolute;
top: 40px;
left: 40px;
}

a.menu
{
font-family: arial;
font-family: AvenirBlack;
font-size: 17px;
display: block;
color: white;
line-height: 35px;
margin: 0px 0px 4px 40px;
padding-left: 20px;
width: 229px;
_width: 249px;
height: 35px;
background-color: #bbbdbe;
cursor: default;
text-decoration: none;
}

a.menu:hover, a.selected
{
background-color: #ea6413;
}

.link
{
text-decoration: underline;
cursor: hand;
cursor: pointer;
}

.link:hover
{
color: gray;
}