@charset "UTF-8";
/* CSS Document */

body {
	
	background-color:#ffffff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#454444;
	line-height:160%;
	margin-top:0px;
	}
	
	
p {
	margin: 5px 0px;
	}	
	
h1 {
	font-size: 24px;
	font-weight: normal;
	color:#2b2626;
	line-height: 130%;
	margin-bottom:10px;
	font-family: georgia, serif;
	text-transform: uppercase;
}

h2 {
	font-size: 15px;
	color: #c80020;
	font-weight:normal;
	line-height: 130%;
	margin-top: 5px;
	text-transform: uppercase;
}


h3 {
	font-size: 12px;
	color: #c80020;
	font-weight:bold;
	line-height: 130%;
	text-transform: uppercase;
}

h4 {
	font-size: 12px;
	font-weight:bold;
	line-height: 130%;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
}

h5 {
	font-size: 12px;
	font-weight:bold;
	line-height: 130%;
	text-transform: uppercase;
}



	
a {
	color:#454444;
	text-decoration:underline;
	}
	
a:hover {
	text-decoration:none;
	}		
	
ul {
	margin: 0px auto 10px 55px;
	padding:0;
	}
	
ul li {
	padding:5px;
	color: #454444;
	font-size: 12px;
	line-height: 150%;
	}	
	
form {
	margin:0;
}

button {
	color: white;
	background-color: #c80020;
	font-size: 13px;
	font-weight:bold;
	padding: 3px 10px;
	border: 1px solid #1b1818;
}

table {
	border-collapse:collapse;
	width:100%
}

td {
	border:0;
	padding: 10px;
}

/* MAIN PAGE ID */
#main {
	margin: 0px auto;
	width: 980px;
	}	
	

/* HOMEPAGE STYLES */

#container_home {
	position:relative;
	width:980px;
	margin:0;
	padding:0;
	background:url(images/hm_bg.gif) repeat-y;
	}	

#hm_top_text {
	width: 674px;
	height: 33px;
	margin:0;
	padding:0;
	font-family: Georgia, serif;
	text-transform: uppercase;
	
}

#hm_top_left {
	float:left;
	width: 400px;
	height: 23px;
	overflow: hidden;
	text-align:right;
	padding:0;
	margin:0;
	margin-top:10px;

}

#hm_top_left p {
	margin:0;
}

#hm_top_right {
	float:left;
	width: 160px;
	height: 23px;
	overflow: hidden;
	color: #589f11;
	text-align:right;
	padding:0;
	margin:0;
	margin-top: 10px;
}

#hm_top_right a {
	color:#c80020;
	text-decoration:none;
}

#hm_top_fb {
	float:left;
	width: 114px;
	height: 23px;
	overflow: hidden;
	color: #c80020;
	text-align:right;
	padding:0;
	margin:0;
	margin-top: 7px;
}

#hm_top_right a:hover {
	text-decoration:underline;
}

#hm_top_books {
	width:674px;
	margin:0;
	padding:0;
}

#hm_banner {
	width: 964px;
	height: 184px;
	text-align:left;
	margin: 0px 16px 0px 0px;
	padding:0;
	background-color:white;
}

#hm_banner_left {
	width: 290px;
	height: 184px;
	float:left;
	text-align:left;
	margin:0;
	padding:0;

}
	
#hm_banner_right {
	width: 674px;
	height: 184px;
	float:left;
	text-align:right;
	margin:0;
	padding:0;
}

#hm_content_left {
	width: 460px;
	margin:0;
	padding:0;
	float:left;
}

#hm_content_right {
	width: 504px;
	margin: 0px 16px 10px 0px;
	padding:0;
	float:left;
}

#hm_main_content {
	width: 324px;
	margin: 20px 0px 0px 0px;
	padding:0;
	float:left;
}

#hm_main_content_text {
	margin:0;
	padding: 0px 15px 0px 20px;
}

#hm_main_content_text h3 {
	margin: 12px 0px 1px 0px;
	line-height:130%;
}

#hm_main_content_text p {
	margin: 3px 0px 10px 0px;
	line-height:160%;
}

#hm_ads {
	width: 180px;
	margin: 20px 0px 0px 0px;
	float:left;
}

/* SUBPAGE STYLES */
#container{
	position:relative;
	width:980px;
	margin:0;
	padding:0;
	/* background:url(images/hm_bg.gif) repeat-y;*/
}	
	
#banner {
	width: 964px;
	height: 134px;
	text-align:left;
	margin: 0px 16px 0px 0px;
	background-color:white;

}

#banner_left {
	width: 224px;
	height: 134px;
	float:left;
	text-align:left;
	margin:0;
}
	
#banner_right {
	width: 740px;
	height: 134px;
	float:left;
	text-align:right;
	margin:0;
}

#below_navbar {
	width: 980px;
	margin:0;
	padding:0;
}

#bc_search {
	width: 970px;
	margin: 0 0 0 10px;
}

#breadcrumb {
	background-color: #eff0f5;
	float:left;
	width: 460px;
	height: 28px;
	padding: 0;
	margin: 0 10px 0 0;
}

#bc_text {
	margin:0;
	padding: 4px 10px 0px 10px;
}

a.bc_homelink {
	color: #c80020;
}

/* Search form */

#searchbox {
	float: left;
	width: 500px;
	height: 26px;
	padding:0;
	margin:0;
}

table.search_tbl {
	background-color: #dee2ed;
	width: 480px;
}

.search_tbl td {
	padding: 5px;
}

.search_tbl input, .search_tbl select {
	margin: 0;
	padding: 1px 3px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color:#454444;
	background-color: white;
}

button.search_bttn {
	
	background: url("images/spring/go_bttn.gif") 0 0 no-repeat;
	width:40px;
	height:18px;
	padding:0;
	margin:0;
	border-width:0px;
}

#maincontent {
	width: 754px;
	margin: 10px 20px 0px 10px;
	padding: 0;
	float: left;
}

#mainads {
	width: 180px;
	margin: 10px 16px 0px 0px;
	padding: 0;
	float: left;
}

#main_no_ads {
	width: 980px;
	margin:10px 0 0 0;
	padding:0;
	background:url(images/no_ads_bg.gif) repeat-y;
}


/* COMMUNITY PAGE STYLES */

#comm_container{
	position:relative;
	width:980px;
	margin:0;
	padding:0;
	background:url(images/comm_bg.gif) repeat-y;
}	

#comm_banner_text {
	float:left;
	width: 560px;
	margin: 0;
	text-align:right;
}

#comm_banner_text h1 {
	font-family: Georgia, serif;
	font-size: 24px;
	color:#2b2626;
	text-transform:uppercase;
	margin: 70px 0px 0px 0px;
	font-weight:lighter;
}

#comm_banner_text h2 {
	text-transform:uppercase;
	margin: 0px 0px 0px 0px;
	font-size: 14px;
}

#comm_banner_book {
	float:left;
	width: 180px;
	margin:0;
}

#comm_content_left {
	width: 420px;
	margin:0;
	padding:0;
	float:left;
}

#comm_content_right {
	width: 544px;
	margin: 0px 16px 10px 0px;
	padding:0;
	float:left;
}

#comm_main_content {
	width: 364px;
	margin: 20px 0px 0px 0px;
	padding:0;
	float:left;
	
}

#comm_main_content_text {
	padding: 0px 20px;
}

#comm_main_content_text h3 {
	margin: 10px 0px 1px 0px;
	line-height:130%;
}

#comm_main_content_text p {
	margin: 8px 0px 5px 0px;
	line-height:140%;
}

p.comm_biz {
	margin-top: 10px;
}

.comm_biz a {
	color: #c80020;
	font-size: 13px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
}

.comm_biz a:hover {
	color:#6e6e6e;
}

#comm_ads {
	width: 180px;
	margin: 20px 0px 0px 0px;
	padding:0;
	float:left;
}

#comm_breadcrumb {
	background-color: #ffffff;
	padding: 0;
	margin: 0px 0px 10px 0px;
}



/* Business Profile Pages */

#biz_profile_top {
	width: 754px;
	background: url('images/biz_dotted_bg.gif') bottom right no-repeat;
}

#biz_profile_photo {
	width: 430px;
	float:left;
	margin:0;
	padding:0;
}

#biz_profile_info {
	width: 324px;
	float:left;
	margin:0;
	padding:0;
}

h1.biz_profile_header {
	font-family: Georgia, serif;
	font-size: 20px;
	color:#2b2626;
	text-transform:uppercase;
	font-weight:normal;
}
	

#biz_profile_info h2 {
	margin-bottom: 1px;
	text-transform:uppercase;
}

.biz_profile_coupons {
	width: 300px;
	float:left;
	margin: 15px 20px 0 20px;
}

.biz_profile_box {
	width: 210px;
	float:left;
	margin: 15px 0 0 0;
}

.biz_profile_box h3, .biz_profile_box p {
	margin-top: 3px;
}


/* navbar styles */

#navbar {
	width: 100%;
	height: 48px;
	background: url("images/spring/navbar_bg.gif") 0 0 no-repeat;
	text-align:left;
	margin:0;
	padding:0;
}

#hm_navbar {
	width: 100%;
	height: 48px;
	background: url("images/spring/hm_navbar_bg.gif") 0 0 no-repeat;
	text-align:left;
	margin:0;
	padding:0;
}


#navbar_bttns {
	margin: 0px 0px 0px 190px;
	padding: 8px 0 0 0;
}

#navbar_bttns a {
	margin: 0px 0px 0px 0px;
}

#paging {
	border-top: 1px solid #6e6e6e;
	border-bottom: 1px solid #6e6e6e;
	padding: 3px 10px;
	text-align:center;
	margin: 10px 0 0 0;
}



/* Email Signup Form */

#emaillist input, #emaillist select {
	font-size: 13px;
	background-color: #dee2ed;
	border: 1px solid #6e6e6e;
	color: #1b1818;
	padding: 2px;
	margin: 0;
}

#emaillist td {
	font-size: 13px;
	color: #1b1818;
}




/*credit, etc.*/
	
.spacer {
	clear:both;
	}	
	
#credit p {
	font-size: 10px;
	line-height:150%;
	margin: 10px 0 0 5px;
	}
	
#credit a {
	text-decoration:none;
	}
	
#credit a:hover {
	color:#000000;
	}	
	
.fb_breadcrumb {
	background-color:#ded8d1;
	border-top: 1px solid #a57741;
	border-bottom: 1px solid #a57741;
	padding: 5px 15px;
}

.fb_breadcrumb a {
	text-decoration: none;
}

.fb_breadcrumb a:hover {
	text-decoration: underline;
}
	
.fb_paging {
	background-color:#ded8d1;
	border-top: 1px solid #a57741;
	border-bottom: 1px solid #a57741;
	padding: 5px 15px;
	font-size: 12px;
	text-align: center;
}


form {
	margin: 0px;
}


.fb_form {
	width: 720px;
	margin: 0;
	padding: 0;
	font-size: 12px;
}


.fb_form_left {
	width: 120px;
	margin: 10px 10px 0px 0px;
	float: left;
	padding: 0;
	font-size:12px;
}

.fb_form_right {
	width: 590px;
	margin: 5px 0px;
	float: left;
	padding: 0;
}

.fb_form_small {
	width: 410px;
}

.fb_form_left_small {
	width: 100px;
	margin: 10px 10px 0px 0px;
	float: left;
}

.fb_form_right_small {
	width: 300px;
	margin: 5px 0px;
	float: left;
}

.fb_form input, select, textarea {
	border: 1px solid #5B5B3F;
	padding: 2px;
	background-color: #EEECDA;
	color: #7D6536;
}

input.fb_form_submit {
	border: 1px solid white;
	padding: 2px;
	background-color: #7D6536;
	color: white;
}


.fb_form_box input {
	border-width: 0px;
	background-color: transparent;
}


.fb_form_both {
	width: 720px;
	margin: 5px 0px;
	float:left;
}

.fb_form_info {
	border: 1px solid #5B5B3F;
	background-color: #ffffff;
	margin: 5px 0px 5px 1px;
	padding: 5px 10px;
	font-size: 11px;
}

.fb_form_spacer {
	clear: both;
}

#fb_message {
	border: 1px solid #5B5B3F;
	background-color: #EEECDA;
	margin: 0 0 10px 0;
	padding: 5px 10px;
}
