@charset "UTF-8";
 
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearer {
	width: 100%;
	clear: both;
}

/******************************
		MAIN LAYOUT
******************************/

.wrap {
	margin: 0 auto;
	width: 900px;
	position: relative;
}

#header {
	background: #032770 url(../images/header_main_bg.jpg) no-repeat center;
	height: 420px;
}

#sub_header {
	background: #0d1162 url(../images/header_sub_bg.jpg) no-repeat center;
	height: 160px;
}

#logo {
	position: absolute;
	top: -34px;
	left: 35px;
	background: url(../images/logo.jpg) no-repeat;
	width: 234px;
	height: 83px;
}

#logo a {
	display: block;
	width: 234px;
	height: 83px;
}

#top {
	background: #3ab834 url(../images/top_bg.jpg) repeat-x;
	height: 40px;
	font: 11px/40px Helvetica, Arial, "Lucida Grande", sans-serif;
	color: #fff;
}

#login {
	float: right;
}

#nav {
	background: url(../images/nav_bg.png) repeat-x;
	height: 60px;
}

#nav ul {
	width: 635px;
	float: right;
	text-transform: uppercase;
}

#nav li {
	float: left;
}

#nav a {
	padding: 17px 0;
	text-align: center;
}

#nav li a, #nav li a:visited {
	float: left;
	display: block;
	width: 90px;
	font: 13px/13px Helvetica, Arial, sans-serif;
	color: #ededed;
	text-decoration: none;
}

#nav li a span, #nav li a:visited span {
	color: #47b4fc;
	font: 9px/9px Helvetica, Arial, sans-serif;
	padding-top: 4px;
}

#nav li a:hover {
	color: #bababa;
	background: url(../images/nav_hvr.png) no-repeat;
}

#nav li a:hover span {
	color: #fff;
}

#banner {
	position: relative;
	height: 420px;
}

#banner h1 {
	text-indent: -9999em;
	width: 576px;
	height: 145px;
	position: absolute;
	top: 63px;
	left: 345px;
}

#sub_banner {
	position: relative;
	height: 160px;
}

#sub_banner h1 {
	text-indent: 1em;
	color: #FFFFFF;
	font-size: 27px;
	font-family: arial, sans-serif;
	width: 711px;
	height: 39px;
	position: absolute;
	top: 30px;
	left: 25px;
}

#banner_btns {
	width: 357px;
	height: 54px;
	position: absolute;
	top: 260px;
	left: 580px;
}

#signup a {
	display: block;
	width: 205px;
	height: 54px;
}

#more a {
	display: block;
	width: 117px;
	height: 54px;
}

#signup {
	background: url(../images/signup_btn.png) no-repeat;
	width: 205px;
	height: 54px;
	float: left;
	margin-right: 35px;	
}

#more {
	background: url(../images/more_btn.png) no-repeat;
	width: 117px;
	height: 54px;
	float: left;
}

#utility {
	background: #eee url(../images/utility_bg.jpg) repeat-x;
	height: 160px;
}

#utility_sub {
	background: #eee url(../images/utility_sub_bg.jpg) repeat-x;
	height: 70px;
}

#library_menu {
	float: left;
	height: 70px;
	width: 482px;
	background: url(../images/library_menu.png) no-repeat;
	margin-left: 80px;
}

#search {
	background: url(../images/search_bg.jpg) no-repeat;
	width: 310px;
	height: 159px;
	float: left;
	margin-top: 0;
	position: relative;
}

#events {
	background: url(../images/calendar_bg.jpg) no-repeat;
	height: 160px;
	width: 464px;
	padding-left: 133px;
	float: right;
	position: relative;
}

#events #month {
	font: 15px/15px Arial, Helvetica, sans-serif;
	color: #fff;
	width: 42px;
	height: 15px;
	position: absolute;
	top: 39px;
	left: 13px;
}

#events #day {
	font: bold 48px/48px Arial, Helvetica, sans-serif;
	color: #222;
	width: 80px;
	height: 48px;
	position: absolute;
	top: 65px;
	left: 13px;
	text-align: center;
}

#events h2 {
	color: #11417a;
	font: bold 24px/30px Helvetica, sans-serif;
	margin: 28px 0 10px 0;
}

#events p {
	color: #666;
	font: 15px/22px Helvetica, Arial, sans-serif;
}

#events a, #events a:visited {
	color: #11417a;
}

#events a:hover {
	color: #34af2f;
	text-decoration: none;
}

#main_content {
}

.content {
	font-family: Helvetica, Arial, sans-serif;
	padding: 20px 0;
}

.l_col {
	width: 180px;
	float: left;
}

.l_col p, .r_col p {
	font: 12px/18px Helvetica, Arial, sans-serif;
	color: #666;
}

.l_col {
	margin-right: 5px;
}

.r_col {
	width: 645px;
	float: right;
}

.r_col p {
	font: 12px/18px Arial, Helvetica, sans-serif;
	margin-bottom: 14px;
}

ul.news_feed {
}

ul.news_feed li {
	background: url(../images/news_bg.jpg) bottom no-repeat;
	padding: 0 10px 5px 0;
	margin-bottom: 10px;
	float: left;
}

ul.news_feed li p {
	font: 12px/16px Helvetica, Arial, sans-serif;
	margin-bottom: 4px;
}

ul.news_feed li span {
	color: #bbb;
	font: 12px/22px  Helvetica, Arial, sans-serif;
}

ul.news_feed li span strong {
	color: #11417a;
	font: 16px/22px  Helvetica, Arial, sans-serif;
}

ul.news_feed li strong a, ul.news_feed li strong a:visited {
	color: #11417a;
	text-decoration: none;
}

h2.icon {
	height: 90px;
	margin-top: 15px;
	padding-left: 97px;
	font: 22px/34px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #003370;
}

h2.icon p {
	font: 14px/22px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #888;
	line-height: 22px;
}

.r_col h2 {
	margin-top: 15px;
	font: 22px/34px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #003370;
}

span.comments {
	background: url(../images/icons/comments.png) no-repeat;
	padding-left: 30px;
	height: 25px;
	font: 11px/25px Helvetica, Arial, sans-serif;
	display: block;
	float: left;
	margin-right: 4px;
}

span.read_more {
	color: #66cc33;
	font: 11px/25px  Helvetica, Arial, sans-serif;
	display: block;
	float: left;
	margin-left: 4px;
}

span.comments a, span.read_more a, span.comments a:visited, span.read_more a:visited {
	color: #81c11b;
	text-decoration: none;
}

span.comments a:hover, span.read_more a:hover {
	text-decoration: underline;
}

.news {
	background: url(../images/icons/news.png) no-repeat;
}

.learna {
	background: url(../images/icons/heis.png) no-repeat;
	margin-top: 35px;
}

.learnb {
	background: url(../images/icons/planet.png) no-repeat;
	margin-top: 35px;
}

.learnc {
	background: url(../images/icons/roundball.png) no-repeat;
	margin-top: 35px;
}

.library, .laptop, .clock, .globe {
	margin-bottom: 10px;
}

.read_now {
	background: url(../images/read_now.png) no-repeat;
	width: 109px;
	height: 28px;
	margin: 15px 0 10px 190px;
	float: left;
}

.read_now a, .read_now a:visited {
	text-indent: -9999em;
	display: block;
	width: 109px;
	height: 28px;
}

ul#social_icons li a, ul#social_icons li a:visited {
	float: left;
	display: block;
	font: 12px/36px Helvetica, Arial, sans-serif;
	width: 250px;
	padding-left: 65px;
	color: #666;
	text-decoration: none;
}

#rss {
	background: url(../images/rss.jpg) no-repeat;
}

#digg {
	background: url(../images/digg.jpg) no-repeat;
}

#facebook {
	background: url(../images/facebook.jpg) no-repeat;
}

#twitter {
	background: url(../images/twitter.jpg) no-repeat;
}

#delicious {
	background: url(../images/delicious.jpg) no-repeat;
}

h2.bottom {
	height: 37px;
	width: 310px;
	text-indent: -9999em;
}

.subscribe {
	background: url(../images/subscribe.png) no-repeat;
}

.bbooks {
	background: url(../images/bridgebooks.png) no-repeat;
}

.productinquiry {
	background: url(../images/productinquiry.png) no-repeat;
}	

.inquiry {
	width: 310px;
	height: 200px;
	background: url(../images/inquiry_bg.png) no-repeat;
}

#footer {
	padding: 8px 0;
	font: 11px/27px Helvetica, Arial, sans-serif;
	color: #999;
}

#footer .wrap {
	background: url(../images/logo_light.png) no-repeat bottom left;
}

.footer_left {
	float: left;
}

.footer_right {
	float: right;
	text-align: right;
}

.footer_right a, .footer_right a:visited {
	color: #999;
	text-decoration: none;
	padding-left: 30px;
	text-align: right;
}

.footer_right a:hover {
	color: #777;
	text-decoration: underline;
}

/******************************
		MAIN STYLE
******************************/

.hr {
	width: 100%;
	height: 1px;
	line-height: 1px;
	border-bottom: 1px solid #ddd;
}

#search form input#username {
	border: none;
	background: transparent;
	height: 30px;
	width: 255px;
	position: absolute;
	top: 45px;
	left: 24px;
	font: italic 20px/30px Helvetica, Arial, sans-serif;
	color: #999;
}

#search form input#password {
	border: none;
	background: transparent;
	height: 30px;
	width: 255px;
	position: absolute;
	top: 87px;
	left: 24px;
	font: italic 20px/30px Helvetica, Arial, sans-serif;
	color: #999;
}

#search form input#submit {
	cursor: pointer;
	height: 24px;
	width: 80px;
	position: absolute;
	top: 125px;
	left: 195px;
	background: transparent;
	border: none;
	text-align: center;
	color: #fff;
	font: 14px/24px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#login_title {
	position: absolute;
	top: 15px;
	left: 24px;
	height: 20px;
	width: 255px;
	font: bold 18px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #032770;
}

p.address {
	line-height: 28px;
}


/**** OLD STUFF ***/
#planer {
	float: left;
	width: 235px;
	border-right: #FFF 2px solid;
	padding-right: 9px;
	padding-top: 5px;
}	



.main:hover {color:#FFFF00;text-decoration:underline}
  .main { font-size: 16px;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  }
  
.cat:hover {color:#990000;text-decoration:none}
  .cat { font-size: 12px;
  color: #003399;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  }
  
.promo:hover {color:#FFFFFF}
  .promo { font-size: 14px;
  color: #FFFF00;
  text-decoration: none;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  }

.black:hover {color:#CC0000;text-decoration:underline}
  .black { font-size: 10px;
  color: #000000;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  }

.lblack:hover {color:#CC0000;text-decoration:underline}
  .lblack { font-size: 16px;
  color: #000000;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  }

.llink:hover {color:#CC0000;text-decoration:none}
  .llink { font-size: 16px;
  color: #3333CC;
  text-decoration: underline;
  font-family: Arial, Helvetica, sans-serif;
  }

.covers:hover {color:#FFFF00;text-decoration:underline}
  .covers { font-size: 12px;
  color: #ffffff;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  }

.slink:hover {color:#CC0000;text-decoration:none}
  .slink { font-size: 10px;
  color: #3333CC;
  text-decoration: underline;
  font-family: Arial, Helvetica, sans-serif;
  }
  
.tlink:hover {color:#CC0000;text-decoration:none}
  .tlink { font-size: 8px;
  color: #003366;
  text-decoration: underline;
  font-family: Arial, Helvetica, sans-serif;
  }
  
.bllink:hover {color:#CC0000;text-decoration:none}
  .bllink { font-size: 16px;
  color: #003366;
  font-weight: bold;
  text-decoration: underline;
  font-family: Arial, Helvetica, sans-serif;
  }
  
.mlink:hover {color:#CC0000;text-decoration:none}
  .mlink { font-size: 14px;
  color: #003366;
  text-decoration: underline;
  font-family: Arial, Helvetica, sans-serif;
  }
  
.cclink:hover {color:#11E3EE;text-decoration:none}
  .cclink { font-size: 16px;
  color: #003366;
  font-weight: bold;
  text-decoration: underline;
  font-family: Arial, Helvetica, sans-serif;
  }
  
.email:hover {color:#FF0000;text-decoration:none}
  .email { font-size: 12px;
  color: #003366;
  text-decoration: underline;
  font-family: Arial, Helvetica, sans-serif;
  }
  
.shophead {  font-family: Arial, Helvetica, sans-serif; font-size: 14pt; color: #000000; font-weight: bold  }
.shophead2 {  font-family: Arial, Helvetica, sans-serif; font-size: 14pt; color: #FFFFFF; font-weight: bold  }
.golfheader {  font-family: Arial, Helvetica, sans-serif; font-size: 14pt; color: #CCCC99; font-variant: normal; background-color: #003366}
.form {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #000000}
.bform {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #000000; font-weight: bold}
.body {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000}
.bodyc {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000}
.lam {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #6C4824}
.error {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #CC0000; font-weight: bold}
.header {  font-family: Arial, Helvetica, sans-serif; font-size: 18pt; color: #CCCC99; font-weight: bold; font-variant: normal; background-color: #003366}
.subheader {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #FFFFFF; font-weight: bold; font-variant: normal; text-decoration:none; background-color: #000000}
.checkout {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; font-weight: bold; font-variant: normal; background-color: #000066}
.largebold {  font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 15px;}
.smalltext {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt}
.regularitalic {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: italic}
.msg {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #330099; font-weight: bold}
.protitle {  font-family: Arial, Helvetica, sans-serif; font-size: 16pt; color: #FFFFFF; background-color: #003399}
.price {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #101010; font-weight: bold; }
.actual_price{  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #DD0000; }
.pricecart {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #990000; }
.tiny {  font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #000000}
.blackwhite {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #FFFFFF; font-weight: bold; font-variant: normal; background-color: #000000}
.blackwhite_head {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 32px; color: #FFFFFF; font-weight: bold; font-variant: normal; background-color: #000000}
.search_highlight {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #CC0000; font-weight: bold}
.message{	
	background-color: #E2F9E3;	
	border-top: 1px solid #99CC99;	
	border-bottom: 1px solid #99CC99;	
	color: #000000;	font-size: 12px;	
	font-weight: bold;
}
.error{	
	background-color: #CC0000;	
	border-top: 1px solid #CC0000;	
	border-bottom: 1px solid #CC0000;	
	color: #FFFFFF;	font-size: 12px;	
	font-weight: bold;
}
.flagged_and_answered{
	width: 14px;
	height: 14px;
	border: 1px solid #000000;
	color: #000000;
	font-size: 11px;
	background: url(/images/checked.gif) #ffffff;
}
.answered{
	width: 14px;
	height: 14px;
	border: 1px solid #000000;
	background: #ffffff;
	color: #000000;
	font-size: 11px;
}
.flagged{
	width: 14px;
	height: 14px;
	border: 1px solid #000000;
	color: #000000;
	font-size: 11px;
	background: url(/images/checked.gif);
}
.standard_paged{
	width: 14px;
	height: 14px;
	border: 1px solid #000000;
	color: #000000;
	font-size: 11px;	
}
.fineline-flat {
	border-bottom: #FFF 2px solid;
}

.fineborder {
	border: 1px solid #D3CAA9;
	padding: 2px;
	width: 186px;
	margin-bottom: 12px;
}


.catalogitem {
	border: 1px solid #ccc;
	background: #f1f1f1 url(../images/exam.jpg) top left no-repeat;
	padding: 12px 12px 12px 155px;
	margin-bottom: 20px;
}

.catalogitem h2 {
	color: #003370;
	font: bold 20px/20px Arial, Helvetica, sans-serif;
	margin: 0 0 4px 0;
	padding: 0;
}

.catalogitem h4 {
	color: #390;
	font: 14px/14px Arial, Helvetica, sans-serif;
	margin: 0 0 5px 0;
	padding: 0;
}

.catalogitem p {
	padding: 4px 0;
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #666;
}

.info_cont {
	height: 40px;
}

.price {
	font: 14px/20px Arial, Helvetica, sans-serif;
	float: left;
	color: #003370;
}

.price span {
	color: #390;
}

.addtocart {
	float: right;
	font: bold 18px/40px Arial, Helvetica, sans-serif;
	background: url(../images/addtocart.jpg);
	width: 120px;
	height: 40px;
	text-align: center;
	color: #fff;
}

.addtocart a, .addtocart a:visited {
	display: block;
	color: #fff;
	width: 120px;
	height: 40px;
	text-decoration: none;
}

.addtocart a:hover {
	color: #003370;
}

.clearer {
	clear: both;
}