* {
font-family:georgia,tahoma,verdana,arial,sans-serif;
}
body {
background:#eaeaea;
font-size:14px;
margin:0px;
padding:0px;
color:#999;
}

h1, h2, h3, h4, h5 {
font-size:18px;
font-family:tahoma;
font-weight:bold;
margin:0px;
padding:0px;
}

a {
color:#ce0000;
text-decoration:none;
}
a:hover {
text-decoration:underline;
}

a img {
border:0;
}

p {
margin:0px;
padding:0px;
}


form {
background-color:#dadada;
width:660px;
height:190px;
padding-top:10px;
}

fieldset {
width:330px;
border:none;
padding:0px;
margin:0px;
float:left;
}

fieldset.left * {
margin-left:20px;
}
fieldset.right * {
margin-left:30px;
}

label {
margin:4px 0;
color:#666;
display:block;
}

input, textarea {
display:block;
width:270px;
background-color:#eaeae9;
border:none;
font-size:16px;
color:#666;
padding:2px;
}

input {
font-size:22px;
}
textarea {
height:110px;
overflow:auto;
}

button {
float:right;
background-color:#d90000;
font-size: 12px;
font-weight:bold;
font-family:Georgia;
border:none;
color:#FFF;
padding:4px 12px;
margin:10px 28px 0 0;
text-transform:uppercase;
}


#all {
width:921px;
margin:0 auto;}

#top {
background-color:#d90000;
height:30px;
}

#top h1 {
display:inline;
float:left;
}

#top h1 a {
float:left;
height:30px;
}

#content h1, #content h2 {
margin:10px 0;
color:#999;
}

#rightbox {
margin:0 0 0 20px;
float:right;
color:#666;
width:200px;}

cite {
font-style:normal;
}

span.author {
margin-top:10px;
color:#ce0000;
font-family:verdana;
font-size:12px;
font-weight:bold;
display:block;
font-weight:bold;
}
span.company {
color:#999;
font-family:verdana;
font-size:12px;
display:block;
}

.clear {
clear: both;
overflow: hidden;
height: 0}


/* menu styles */
#menu {
margin: 0;
padding: 0;
float:right;}

#menu li {
float: left;
list-style: none;
}

#menu li a {
font-size: 12px;
font-weight:bold;
font-family:Georgia;
display: block;
background: #d90000;
padding: 5px 18px;
text-decoration: none;
text-align:center;
width: auto;
color: #EAFFED;
white-space: nowrap;
line-height:20px;}

#menu li a.submenu {
background:#d90000 url(arrow.gif) 95% 50% no-repeat;
}

#menu li a:hover, #menu li.selected > a {
background-color:#f6c4c4;
color:#d90000}

#menu li ul {
margin:0;
padding:0;
position: absolute;
background:#eaeae9 url(dashed-line.gif);
visibility: hidden;}

#menu li ul li {
float: none;
background:transparent;
display: inline}

#menu li ul li a {
width: 210px;
background:#eaeae9;
font-family:Georgia;
font-weight:normal;
font-size: 14px;
letter-spacing:normal;
color:#666666;
margin-bottom:1px;
text-align:left;}

#menu li ul li a.last {
margin-bottom:0px;}

#menu li ul li a:hover {
background: #eaeae9}

#footer {
margin-top:30px;
border-top:solid 1px #d7d7d7;
}

#footer ul {
display:block;
margin:20px 0 0 0;
padding:0px;
clear:both;
}
#footer ul li {
padding:0px;
float: left;
list-style: none;
font-size:10px;
border-right:solid 1px;
}
#footer ul li.last {
border-right:none;
}
#footer ul li a {
font-family:verdana;
color:#666;
padding:0 4px;
}
#footer ul li.first a {
padding-left:0px;
}

#footer div {
clear:both;
margin:0 0 0 0;
padding:10px 0 10px 0;
font-size:11px;
font-weight:bold;
font-style:italic;
}

* html #footer div { margin-top: -30px; }
* + html #footer div { margin-top: -30px; }
