body {
    background-color: #ccc;
    color: #555;
}

a {
	color: #913322;
	text-decoration: none;
}

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

.left {
    float: left;
}

.right {
    float: right;
}

h1, h2, h3 {
    color: #913322;
}

h4, h5, h6 {
    color: #000;
}

thead th {
    color: #fff;
    background:#3e4356;
}

.box {
    background: #eee;
}

#wrapper {
    background-color: #fff;
}

/* header with logo */
#header {
    background: #fff;
    height: 100px;
}

#logo {
    margin-left: 80px;
}

/* navigation list */

#navigation.home {
    background: #000;
}

#navigation, #navigation ul {
	padding: 0;
	margin: 0;
	background: #000 url(../images/nav_bg.png) repeat-y;
	list-style: none;
    line-height: 25px;
}
#navigation ul {
    padding-left: 420px;
}

#navigation li a {
    text-transform: uppercase;
    color: #888;
	display: block;
	letter-spacing: .1em;
	text-decoration: none;
}

#navigation li li a {
    text-transform: none;
    font-size: 0.9em;
    color: #888;
}


#navigation a:hover, a.current {
    text-decoration: none;
    color: #913322;
}

#navigation a.current {
    text-decoration: none;
    color: #913322;
}

/* top-level list items */
#navigation li {
    text-align: left;
	float: left;
/*    padding: 0 20px;*/
}

/* second-level lists */
#navigation li ul {
	position: absolute;
	background: #000;
	width: 140px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	padding: 0;
}

#navigation li a {
    padding: 0 15px;
}

/* lists nested under hovered list items */
#navigation li:hover ul {
	left: auto;
}

/* use display none instead of left -999 so you can show and hide */
#navigation .jqhide {left: auto; display: none;}

#banner {
    height: 284px;
    background: #fff url(../images/flexram_banner.jpg) no-repeat top left;
    color: #fff;
}

#headline {
    margin-top: 50px;
    margin-left: 90px;
}

.tm {
    font-size: 0.5em;
}

#headline h1 {
    color: #fff;
    font-size: 1.8em;
    font-weight: bold;
    margin-bottom: 0;
}

#headline h2 { 
  color: #fff; 
  font-family: "Minion Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif; 
  font-size: 1.7em;
  font-weight: normal;
  margin-bottom: 0;
}

#headline ul {
    margin-bottom: 0;
    padding-left: 1.6em;
}

#headline ul li {
    font-family: "Minion Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif; 
    font-size: 1.7em;
    font-weight: normal;
    line-height: 1.5em;
}

#bboxes {
    padding-top: 30px;
/*    padding-bottom: 30px;*/
}

#bboxes h3 {
    margin-bottom: 10px;
}

#bbox1 {
    margin-left: 20px;
    padding: 10px;
}

#bbox2 {
    margin: 0 10px;
    padding: 10px;
}

#bbox3 {
    margin-right: 20px;
    padding: 10px;
}

.testimonial p.quote {
    font-size: 1.2em;
    color: #913322;
    font-weight: bold;
}

.testimonial p.author {
    color: #913322;
    font-size: 0.9em;
    margin-bottom: 0;
}

.testimonial p.company {
    font-size: 0.9em;
}

.news p.date {
    color: #888;
    margin-bottom: 2px;
}

#rbox1 {
    height: 30px;
    margin-left: 20px;
    padding: 10px;
}

#rbox2 {
    height: 30px;
    margin: 0 10px;
    padding: 10px;
}

#rbox3 {
    height: 30px;
    margin-right: 20px;
    padding: 10px;
}

.readmore {
    float: right;
}

.readmore a {
    text-transform: uppercase;
    background: #fff url(../images/arrow_dot.png) no-repeat right;
    padding-right: 20px;
}

/* Secondary Pages */

#sidebar {
    margin-top: 20px;
}
#sidebar p {
	margin-left: 20px;
}

#subnav {
    font-size: 1.1em;
    margin-top: 20px;
    list-style: none;
    line-height: 30px;
}

#subnav li a {
    color: #3e4356;
    text-decoration: none;
}

#subnav li a.current {
    color: #913322;
    text-decoration: none;
}

#subnav li a:hover, a.current {
    color: #913322;
    text-decoration: none;
}

#articles {
    margin-top: 20px;
}

#main {
    margin-top: 20px;
}

/* Footer */

#footer {
    background: #fff;
    font-size: 0.7em;
}

#footer ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

#footer li {
    line-height: 30px;
    margin: 0 5px;
    display: inline;
}

#footer li a {
    color: #555;
}

#footer li a:hover {
    color: #555;
}

.redtext {
	color: #913322;
}
.readpdf {
	font-size: 0.8em;
	font-weight: bold;
	color: #913322;
}
p.tech    {
	padding-right: 22px;
}

