/* HTML Styles */
body {
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #F8F0DF;
	font-size: small;
}

/* ID Styles */
#wrapper {
	width: 762px;
	top: 0;
	left: 50%;
	position: absolute;
	float: left;
	margin-left: -381px;
	background: url(images/wrapper_bg.gif) top left repeat-y;
	border-bottom: 1px solid #CC9833;
}
#masthead {
	float: left;
	clear: both;
	width: 762px;
	height: 142px;
}
#masthead img {
	border: 0;
	margin: 0;
	padding: 0;
}
#navbar {
	width: 762px;
	float: left;
	clear: both;
	background: #B27B0C url(images/navbar_bg_15.gif) top left repeat-y;
	z-index:100;
}
#navbar ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 160px;
	float: left;
	clear: none;
}
#navbar ul li {
	display: inline;
	font: normal 90%/22px Verdana, Arial, Helvetica, sans-serif;
	margin-right: 15px;
}
#navbar ul li a, #navbar ul li a:visited {
	color: #FFF;
	text-decoration: none;
}
#navbar ul li a:hover {
	color: #333B4E;
}

/* ADDED ON 4/5 FOR SOCIAL NAV BAR */
#socialnavbar {
	width: 762px;
	height: 26px;
	float: left;
	clear: both;
	background: url(images/get_connected.jpg) bottom left;
	z-index:0;
}
ul#bottomnav {
	margin: 0; padding: 0;
	float:left;
	width: 100%;
	list-style: none;
	padding: 0 0 0px 150px;
	z-index:0;
}
ul#bottomnav li {
	font: normal 95%/20px Helvetica, sans-serif;
	float: left;
	margin: 0; padding: 0;
	position: relative; /*--Important--*/
}
ul#bottomnav li:hover a, ul#bottomnav li a:hover { background-position: left bottom; } /*--Hover State--*/
ul#bottomnav a.facebook {
	float: left;
	text-indent: -9999px; /*--Push text off of page--*/
	height: 26px;
	background: url(../images/nav_facebook.png) no-repeat;
	width: 92px;
}
ul#bottomnav a.twitter {
	float: left;
	text-indent: -9999px; /*--Push text off of page--*/
	height: 26px;
	background: url(../images/nav_twitter.png) no-repeat;
	width: 75px;
}
ul#bottomnav a.flickr {
	float: left;
	text-indent: -9999px; /*--Push text off of page--*/
	height: 26px;
	background: url(../images/nav_flickr.png) no-repeat;
	width: 69px;
}
ul#bottomnav a.youtube {
	float: left;
	text-indent: -9999px; /*--Push text off of page--*/
	height: 26px;
	background: url(../images/nav_youtube.png) no-repeat;
	width: 86px;
}
ul#bottomnav a.mobile {
	float: left;
	text-indent: -9999px; /*--Push text off of page--*/
	height: 26px;
	background: url(../images/nav_mobile.png) no-repeat;
	width: 79px;
}
ul#bottomnav a.vimeo {
	float: left;
	text-indent: -9999px; /*--Push text off of page--*/
	height: 26px;
	background: url(../images/nav_vimeo.png) no-repeat;
	width: 75px;
}
ul#bottomnav li .sub {
	position: absolute; /*--Important--*/
	top: 25px; left: 0;
	background: #fcfcfc;
	padding: 15px 15px 15px;
	float: left;
	border-top:0px;
	border-right: 1px solid #bcbec0;
	border-bottom: 1px solid #bcbec0;
	border-left: 1px solid #bcbec0;
	display: none; /*--Hidden for those with js turned off--*/
	z-index:3;
}
ul#bottomnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 150px;
	float: left;
	z-index:1000;
}

ul#bottomnav .sub ul#facebook {
	width: 300px;
}

/* END 4/5 ADDITION FOR SOCIAL NAV BAR */


#content {
	width: 759px;
	padding-left: 1px;
	float: left;
	background-color: none;
}

/* Fix Win IE double margin bug */
#wrapper > #content {
	width: 760px;
	padding-left: 0;
	margin-left: 1px;
}



/* BEGIN COLUMN 1 */

#col1 {
	width: 142px;
	float: left;
	clear: none;
	font: normal 85% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#home {
	text-indent: 70px;
	padding: 12px 0;
	float: left;
}
#home a, #home a:visited {
	text-decoration: none;
	color: #838282;
}
#how {
	width: 140px;
	float: left;
	clear: both;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333B4E;
	margin: 0 0 5px 1px;
	padding: 0;
}
#howdoi {
	width: 140px;
}
#howdoi_select {
	width: 140px;
	font: .8ems Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 0 0;
	padding: 0;
}	
#login {
	width: 142px;
	height: 70px;
	background: url(images/col1_52.gif) top left no-repeat;
	margin-bottom: 0px;
	float: left;
}
#login a, #login a:visited {
	display: block;
	width: 100%;
	height: 100%;
}
#search {
	width: 142px;
	background: #4A515F url(images/col1_85.gif) bottom left no-repeat;
	margin: 0 0 0 0;
	float: left;
}
#search h3 {
	margin: 0;
	padding: 0;
	width: 142px;
	height: 40px;
	background: url(images/col1_68.gif) top left no-repeat;
}
#search_form {
	padding: 15px 0;
	margin: 0 0 2px 0;
	z-index: 0;
}
#search_txt {
	width: 85px;
	margin-left: 10px;
	border-style: outset;
}

/* ADDED CONTACT NAVIGATION 4/5 */
#communication {
	width:142px;
	height:167px;
	background: url(images/contact.jpg) no-repeat;
	float: left;
}
#communication ul {
	margin-top: 30px;
	padding: 7px 0 0 0;
	list-style-type: none;
	text-align: left;
	line-height: 24px;
}
#communication ul li a, #communication ul li a:hover {
	color: #FFF;
	text-decoration: none;
}
#communication ul li a:hover {
	color: #464f61;
}
#contact_li_1 {
	background: url(images/icon_chat.png) no-repeat left center;
	margin-left: 30px;
	padding: 0 5px 0 30px;
}
#contact_li_2 {
	background: url(images/icon_im.png) no-repeat left center;
	margin-left: 30px;
	padding: 0 5px 0 30px;
}
#contact_li_3 {
	background: url(images/icon_text.png) no-repeat left center;
	margin-left: 30px;
	padding: 0 5px 0 30px;
}
#contact_li_4 {
	background: url(images/icon_email.png) no-repeat left center;
	margin-left: 30px;
	padding: 0 5px 0 30px;
}	
#contact_li_5 {
	background: url(images/icon_call.png) no-repeat left center;
	margin-left: 30px;
	padding: 0 5px 0 30px;
}
/* END 4/5 ADDITION FOR CONTACT NAV */
#quicklink {
	width: 142px;
	background: #4A515F url(images/col1_108.gif) bottom left no-repeat;
	padding-bottom: 10px;
	float: left;
}
#quicklink h3 {
	margin: 0;
	padding: 0;
	width: 142px;
	height: 34px;
	background: url(images/col1_92.gif) top left no-repeat;
}
#quicklink ul {
	margin: 0;
	padding: 7px 0 0 0;
	list-style-type: none;
	text-align: right;
	line-height: 24px;
}
#quicklink ul li {
	margin: 0;
	padding: 0 5px;
}
#quicklink ul li a, #quicklink ul li a:hover {
	color: #FFF;
	text-decoration: none;
}
#quicklink ul li a:hover {
	color: #D4AB59;
}

/* END COLUMN 1 */


/* BEGIN COLUMN 2 */
#col2 {
	float: left;
	clear: right;
	width: 596px;
	margin-left: 22px;
	padding-top: 18px;
}
/* END COLUMN 2 */

/* BEGIN HEADER */
#header {
	width: 596px;
	padding: 0 0 5px 0;
	border-bottom: 2px solid #CCC;
	float: left;
}
#header h1 {
	width: 578px;
	font: normal 140% Verdana, Arial, Helvetica, sans-serif;
	color: #875D08;
	margin: 0;
	padding: 0px 0 0 0;
	float: left;
	clear: none;
	text-decoration:none;
}
/* END HEADER */


/* BEGIN BODY CONTENT ALL PAGES */
#body_content {
	margin-top: 20px;
	float: left;
	width: 596px;
}

/* BEGIN BODY CONTENT MAIN INDEX ONLY */
#body_content_copy {
	float: left;
	width: 350px;
	font: normal 85% Verdana, Arial, Helvetica, sans-serif;
	color: #5E5E5E;
}
#body_content_copy a, #body_content_copy a:visited {
	color: #5E5E5E;
}
#body_content_copy a:hover {
	color: #B27B0C;
} 
#body_content_copy h2 {
	font: normal 135% Verdana, Arial, Helvetica, sans-serif;
	color: #B27B0C;
	margin: 0;
	padding: 12px 0 4px 0;
	float: left;
	clear: both;
	width: 350px;
}
#body_content_copy p {
	margin: 0 0 10px 0;
	padding: 0;
	float: left;
	width: 350px;
}
#body_content_copy p img {
	float: left;
	clear: none;
	margin: 0 5px 0 0;
}

/* BEGIN BODY CONTENT ALL SUB PAGES NOT MAIN INDEX */
#body_content_copy2 {
	float: left;
	width: 565px;
	font: normal 95% Verdana, Arial, Helvetica, sans-serif;
	color: #5E5E5E;
}
#body_content_copy2 a, #body_content_copy a:visited {
	color: #5E5E5E;
}
#body_content_copy2 a:hover {
	color: #00F;
} 
#body_content_copy2 h2 {
	font: normal 145% Verdana, Arial, Helvetica, sans-serif;
	color: #B27B0C;
	margin: 0;
	padding: 12px 0 4px 0;
	float: left;
	clear: both;
	width: 350px;
}
#body_content_copy2 p {
	margin: 0 0 10px 0;
	padding: 0;
	float: left;
	width: 500px;
}
#body_content_copy2 p img {
	float: none;
	clear: none;
	margin: 0 5px 0 0;
}
				
/* BEGIN RIGHT SIDEBARS */

#body_content_sidebar2 {
	float: right;
	width: 200px;
}
#body_content_sidebar {
	float: right;
	width: 200px;
	margin:0px 0 0 0;
	padding: 0 0 20px 0;
	background: #5A5E69 url(images/goodread_129.gif) bottom left no-repeat;
	font: normal 80%/14px Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
}
#body_content_sidebar p {
	margin: 0;
	padding: 5px 8px;
	width: 184px;
	float: left;
}
#body_content_sidebar a, #body_content_sidebar a:visited {
	color: #FFF;
}
#body_content_sidebar a:hover {
	color: #D4AB59;
}
#body_content_sidebar p img {
	float: right;
	margin-left: 3px;
}
#body_content_sidebar h4 {
	margin: 0;
	padding: 5px 8px;
	float: left;
	font-size: 12px;
}
#body_content_sidebar h3 {
	width: 200px;
	height: 40px;
	background: url(images/goodread_107.gif) top left no-repeat;
	margin: 0;
	padding: 0 0 20px 0;
}
/* END RIGHT SIDEBARS */


/* STYLE FOR FOOTER */
#bottom {
	float: left;
	clear: none;
	width: 760px;
	background:none;
	padding-top: 0px;
	color: #333B4E;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}
#bottom p {
	background: url(../images/bottom_276.gif) 1px 0 no-repeat;
	margin: 0;
	float: left;
	clear: none;
	padding: 20px 0px 20px 240px;
	width: 490px;
}
#webpolicy {
	width: 760px;
	padding: 30px 0px 0px 40px;

}
#webpolicy p{
	background: url(../images/footer_weblinks.jpg) 1px 0 no-repeat;
	background-position: center;
	width: 665px;
	float: left;
	clear: none;
	padding: 8px 8px 8px 8px;
	font: normal 8.5px Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
}




/* Generic Class Styles */
.hide {
	display: none;
}
.column {
	width: 150px !important;
	float: left !important;
	margin-right: 10px !important;
}
.blueheader {
	float: none !important;
	margin: 0 !important;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bolder;
	color: #FFF;
	font-style: normal;
	font-variant: normal;
	padding-top: 0px;
}
.comingsoon img {
	float: none !important;
	margin: 0 0 5px 0 !important;
	display: block;
}

/* Class styles for icon headers */
.icon_hand {
	width: 543px !important;
	/*padding: 0px 0 0 35px !important; 11/20/2006 sop*/
	/*background: url(images/icon_hand.gif) 0 5px no-repeat; 11/20/2006 sop*/
}
.icon_book {
	width: 543px !important;
	/*padding: 0px 0 0 35px !important; 11/20/2006 sop*/
	/*background: url(images/icon_book.gif) 0 5px no-repeat; 11/20/2006*/
}
.icon_mag {
	width: 543px !important;
	/*padding: 0px 0 0 35px !important; 11/20/2006*/
	/*background: url(images/icon_mag.gif) 0 5px no-repeat; 11/20/2006 sop*/
}
.icon_people {
	width: 543px !important;
	/*padding: 0px 0 0 35px !important; 11/20/2006 sop*/
	/*background: url(images/icon_people.gif) 0 5px no-repeat; 11/20/2006 sop*/
}
