@charset "utf-8";
/* CSS Document */

/*-----------------------------------------------
SYTLES.CSS
(Tidy, FF3+, IE8, CHROME, SAFARI compatable)

 version: 1.5
 author: sean smith
 date: 01.05.10
 font-base: 12px
 template width: n/a
 template style: print stylesheet, remove all background elements except logo and content block
--------------------------------------------- */

body {width:100%; font-family:Arial, Helvetica, sans-serif; font-size:12px !important; color:#333;}

/* change background to white and remove bg images */
body, 
#header_container, 
#first_content_container, 
#second_content_container, 
#footer_wrap, 
#footer_base_wrap, 
#blank_space {background:#FFF; background-image:none;}

table, tbody, th, tr, td {border:0px none; outline:none;}
a {color:#000;text-decoration:none;}

/* HIDE EVERYTHING BUT OUR LOGO, BANNER AND THE CONTENT BLOCK */
#header_nav_wrap,
#header_search_bar,
#header_base_image,
#main_menu_wrap,
#sidebar_container,
#crumbs,
#content_area_base_image,
#content_area_top_image,
#header_base_image,
#footer_top_img,
#footer_container .footer_links,
#secondary_nav_wrap {visibility:hidden; display:none;}

div.logo, #footer_base_wrap {visibility:visible; display:block; border:0px; outline:none;}

/* show these */
#main_content_container, #page_content_container {width:100%; visibility:visible; display:block;}