body {
    margin: 0; padding: 0;
    background-color: #D4D4D4;
    font-family: Verdana,sans-serif;
}

body, p, div, li, td {
    font-size: 11px;
    color: #222;
}

div {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}

pre, code {
    font-family: 'andale mono','lucida console',monaco,monospace;
    color: #036;
}

pre {
    clear: both;
    overflow: auto;
    /*width:100% !important;*/
    width: 600px; /*for IE, which doesn't obey !important or width:100% on pre */
    padding-bottom: 0 !important;
    padding-bottom: 1.5em; /* for IE which doesn't make room at the bottom of the pre for a horizontal scrollbar */
}

a, a:visited {
    text-decoration:none;
}

a {
    color:#00F;
}

a:visited {
    color:#551A8B;
}

a:hover {
    text-decoration:underline;
}

img[align=left] {
    margin-right:0.5em;
}

img[align=right] {
    margin-left:0.5em;
}

h2 {
  font-family: Verdana,helvetica,arial,sans-serif;
  font-size:30px;
  font-weight:normal;
  color:#F7980E;
  margin: 0; padding: 2px 5px;
}
h2.fade {
  background: #fff url("/cmimages/grad1.gif") repeat-x left bottom;
}

hr {
    border:none;
    color: #CCC;
    background-color: #CCC;
    height: 1px;
    width:100%;
    clear:both;
}

hr.divider {
    color:#333;
    background-color:#999;
}

ul.clean {
  list-style: circle;
  margin: 15px 20px;
  padding: 0;
}
ul.clean li {
  margin: 2px 0px 3px 0px;
}

/* --- Framework styles --- */
#container {
    width:745px; /* was 72em */
    margin: 0 auto 1em auto;
    background: #FFF;
    border: solid #D4D4D4;
    border-width: 0px 1px 1px 1px;
    text-align:center;
}

#container * {
    text-align: left;
}

/* header settings
------------------ */
#header {
    width: 100%; height: 93px;
	background: #FFF url("/cmimages/van_header.jpg") right top no-repeat;
}
#header img {
  padding: 3px 5px;
  float:left;
}

#tagline {
    background:#000 url("/cmimages/bg_nav.gif") repeat-x 0 0;
    margin:0 auto;
    padding:0px;
    width:100%;
  line-height: 30px;
}

#tagline {
    margin:0 auto;
    text-align: center;
}
/* main navigation
-------------------- */
#nav {
    height: 35px;
	background: #000 url("/images/bg_nav.gif") left top repeat-x;
}

#nav ul, #subnav ul {
    list-style:none;
    margin: 0; padding: 0;
    overflow: auto;
}

#nav ul li {
    float:left;
    display:inline-table;
}

#nav ul li a {
    display: block;
    line-height: 30px;
    margin: 2px 0; padding: 0 1em;
    text-decoration: none;
    font-size: 12px;
    color: #FFF;
    float: left;
    border-right: 1px solid #000;
    
}

#nav ul li.searchbox {
    /* padding-right: 2em; */
    float: right;
}   
    
#nav ul li input {
    margin: 8px 0 0 2px;
    padding: 0;
    vertical-align: middle;
    font-size: 95%;
    color: #666;
}   
    
#nav form {
	margin: 0; padding: 0;
}

/* Commented Backslash Hack
     hides rule from IE5-Mac \*/
#nav ul li a {
    float:none;
}
/* End IE5-Mac hack */

#nav ul li a:hover {
    background:#000 url("/images/bg_nav_hover.gif") repeat-x 0 0;
    color:#bbb;
}

#nav .nav_selected a, #nav .nav_selected a:hover {
    line-height:34px !important;
    margin: 0 !important;
    background: #990000 !important;
    background-image: none !important;
}

/* menu nav states */
.hideSwitch {
    display:none;
}

.showSwitch {
    display:block;
}

.rollup {
    padding-left:18px !important;
    background:#fff url("/images/bullet_menu.gif") no-repeat 6px;
}

.rolldown {
    padding-left:18px !important;
    background:#F6F6F6 url("/images/bullet_menu_open.gif") no-repeat 6px;
}

.showtopic {
    padding-left:25px !important;
}


/* --- Column Framework Styles --- */
#rightcol {
  float: right;
  margin: 7px;
}

#leftcol, #centercol, #twocol {
  float: left;
  margin: 5px;
}
#leftcol {
  width: 190px;
}
#centercol {
  width: 305px;
}
#rightcol {
  width: 210px;
}
#twocol {
  width: 530px;
}
#full {
  width: 720px;
}


/* --- Left Column Styles --- */
#leftcol ul {
  width: 15em;
  list-style: circle;
  margin: 8px 0 0 16px;
  padding: 0;
}
#leftcol li {
  padding: 2px 0px;
}

/* --- Center Column Styles --- */

#content h3 {
    font-weight:bold;
    color:#000;
    margin:0.5em 0 1em 0;
    font-size:14px;
}

#content h4 {
    margin: 0; padding:0;
    font-size: 12px;
}

/* --- Right Column Styles --- */



/* footer
-------------------- */
#footer {
    width:auto;
    border-top: 1px solid #ccc;
    padding: 0;
    clear: both;
}

#footer p {
  text-align: center;
  line-height: 1.2em;
  margin: 5px;
  padding: 0px;
}

#footer p.footer-links {
    font-size: 12px;
}

#footer img {
    vertical-align: bottom;
    border: 1px solid #000;
}
#footer a {
  color: #CF7A02;
  text-decoration: underline;
}

.flash {
  text-align: center;
  margin: 0 auto;
}


.more {
    text-align:left;
    padding-left: 11px;
    background: transparent url("/images/arrow.gif") center left no-repeat;
}

.price {
    color:#900;
}

.banner {
    padding:0px 0 0;
    text-align:center;
    background-color:#efefef;
}

.banner p, .banner a, .ad, .ad a {
    text-align: center;
    text-transform:uppercase;
    font-size:9px !important;
    color:#bbb;
    letter-spacing:0.1em;
    padding:0.2em 0;
    margin:0;
}

.sidebar-item {
    padding:0;
    margin:0 0 20px 0;
}

.sidebar-item h3 {
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    line-height:2em;
    font-size:11px !important;
    text-align:center;
    background-color:#eee;
    background: transparent url("/images/box-item-header.gif") no-repeat 0 0;
    margin:0 !important;
}

.sidebar-item-content {
    border: 1px solid #999;
    margin:0;
    padding:10px;
}

/* comments
------ */ 
.tb_left {
    width: 30%;
    height: 20px;
    float: left;
    margin-top:0.5em;
}
.tb_right {
    text-align: right;
    width: 60%;
    height: 20px;
    float: right;
    margin-top:0.5em;
}

/* ads
------ */



.alerts {
    background-color:#F8D108;
}

.pick {
   padding:50px 1em 0.5em 1em;
   margin:0 0 20px 0;
   border: 1px solid #999;
   background-image: transparent url("/images/icons/staff_picks.gif"); 
   background-repeat: no-repeat; 
   background-position: right top;
}

/* GOOGLE */
a.hl:link, a.hl:visited, a.hl:active, a.hl:hover {
    font-family: arial,sans-serif;
    font-size: 10px;
    color: #fff;
    text-decoration: underline;
}

.ch {
    cursor:pointer;
    background-color:#ffffff;
    border-bottom: 1px solid;
    border-top: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
    border-color: #FFFFFF;
    padding-top:0px;
    padding-left:4px;
    padding-right:3px;
    overflow:hidden;
}

.clear, hr.clear {
    height:0 !important;
}   


.orangebox h3 a {
    font-size: 11pt;
}
.bluebox, .orangebox {
  padding: 0.5em;
  margin: 0 0 1em 0;
  border: 1px dashed #666;
}
.bluebox {
  background: #0E9FFF url("/images/bluebox_fade.jpg") left top repeat-x; 
}

.orangebox {
  background: #F99303 url("/images/orangebox_linesfade.jpg") left top repeat-x;
}

.box_orange {
  float: left;
  width: 310px;
  height:  180px;
  margin: 0 auto; 
  padding: 0;
  background: #fff url("/cmimages/orangebox_fade.jpg") no-repeat left top;
    
}
.box_orange h3 {
  padding: 0.5em 1em 0em 1em;
}

.bluetitle, .yellowtitle, .greentitle, .orangetitle {
  width: 310px; height: 74px;
}
.bluetitle h3, .yellowtitle h3, .greentitle h3, .orangetitle h3 {
  padding: 0.8em 1em 0em 1em;
}
.bluetitle {
  background: #FFF url("/cmimages/bluetitle_fade.jpg") left top no-repeat;
}
.yellowtitle {
  background: #FFF url("/cmimages/yellowtitle_fade.jpg") left top no-repeat;
}
.greentitle {
  background: #FFF url("/cmimages/greentitle_fade.jpg") left top no-repeat;
}
.orangetitle {
  background: #FFF url("/cmimages/orangetitle_fade.jpg") left top no-repeat;
}
.graytitle {
  width: 310px;
  padding-bottom: 10px;
  background: #FFF url("/cmimages/graytitle_fade.jpg") left top no-repeat;
  border-bottom: 1px solid #CCC;
}
.graytitle h3 {
  padding: 0.5em 1em 0em 1em;
  margin: 0.5em 0em 1em 0em;
}
.graytitle p {
  padding: 0px 10px;
}

.orangefade {
  padding: 3px 10px;
  background: #FFF url("/cmimages/orange_fade.jpg") left top no-repeat;
}
.orangefade h3 {
  padding: 0;
}

.box_middle {
    float: left;
    width:  30em;
    margin: 0;padding: 0;
}
.box_right {
    float:  left;
    width:  20em;
    padding: 0.5em;
    margin:1em 0 0.5em 4em;
  
}

ul.booklist {
    margin: 0 0 0 1.2em;
    padding: 3px 0 10px 0;
    line-height:1.2em;
}  

ul.booklist li {
    padding-top:5px;
} 
    
ul.blurb {
    margin: 0 0 0 1.2em;
    padding: 0;
    line-height:1.1em;
}  

ul.blurb li {
    padding-top:3px;
} 

ul.blurb-image {
    margin: 0 0 0 2.2em;
    padding: 0;
    line-height:1.1em;
}  

ul.blurb-image li {
    padding-top:3px;
} 
		
	
ul.events {
    margin: 0 0 0 1.2em;
    padding: 0;
}

.secondary2 {
    font-size:11px !important;
    font-family: Verdana, sans-serif !important;
}

.special_table {
  margin: 1px 1px 1px 1px; padding: 0;
  border: 1px solid #333;
  width: 750px;
  }

.special_table a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  text-decoration: none;
}


.special_table th {
  padding: 2px 10px;
  text-align: left;
  background: #333 url("/images/h3_fade.jpg") repeat-x left top;
  border-bottom: 1px solid #333;
  color: #fff;
}
.special_table td {
  text-align: left;
  padding: 2px 10px;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #333;
}
.special_table td.table_title {
  margin: 0; padding: 0;
  text-align: left;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #333;
  background: #333 url("/images/submenu_fade.gif") top left repeat-x;
}



/* ----- FAQ Styles ----- */
.qlist {
  margin: 0 0 0 5px; padding: 0 0 5px 0;
  color: #F90;
  list-style: none;
  border-bottom: 2px solid #FFC578;
}
.qlist a, .qlist a:visited {
  color: #4B4B4B;
  font-weight: bold;
}
.qlist a:hover {
  color: #F90;
}
.qlist li {
  padding: 0px 0px 3px 18px;
  font-size: 1.2em;
  background: transparent url("/images/bullet_d.gif") no-repeat 0em 0.2em;
}
.faqlist {
  margin: 10px 0px; padding: 0px;
  list-style: none;
}
.faqlist a, .faqlist a:visited {
  color: #4B4B4B;
  text-decoration: underline;
}
.faqlist a:hover {
  color: #F90;
}
.faqlist li {
  margin: 10px 0px;
  padding: 0px 0px 10px 30px;
  border-bottom: 1px solid #CCC;
  background: transparent url("/images/answer.gif") no-repeat 0px -4px;
}
.faqlist li.q {
  margin: 0px 0px;
  padding: 5px 0px 2px 30px;
  font-weight: bold;
  font-size: 1.25em;
  color: #6F6F6F;
  border-bottom: none;
  background: transparent url("/images/question.gif") no-repeat left top;
}

.img_right{
  float: right;
  padding: 5px 5px 5px 5px;
}

.highlight{
  background-color:#FFFF99;
}

.blog hr {
  height: 2px;
  color: #000000;
  background-color: #000000;
}

.blogheader{
  border: 0px;
  height: 128px;
  background: transparent url("/images/blogbackground.png") no-repeat left top;
}

.blogheaderimage {
  float: top center;
}

.blogbybenandrews {
  text-align: center;
  font-style: arial;
  font-size: 18px;
  float: center;
}

.blogentry {
  padding: 3px 10px;
}

.blogfiller {
  height: 20px;
}

.blogtitle {
  font-size: 1.5em;
  font-weight: normal;
  font-style: italic;
}

.blogdate {
  font-size: .8em;
  font-weight: bold;
}
