/*
	Element Styles
*/
* {
	margin:0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

ul li {
	color: #404041;
	font-size: 13px;
	line-height: 18px;
}

h3 {
	font-size: 18px;
	color: #990000;
	margin-bottom: 10px;
}

h4 {
	font-size: 14px;
	color: #aa3420;
	margin-bottom: 10px;
}

p {
	color: #404041;
	font-size: 13px;
	line-height: 18px;
}

li p {
	margin-bottom: 10px;
}

label {
	font-size: 11px;
	color: #B61010;
	font-weight: bold;
	text-transform: uppercase;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p a {
	color: #aa3420;
	font-size: 12px;
}

a img {
	border: none;
}

h3 a {
	text-decoration: none;
	color: #990000;
}

#banner p {
	margin: 0;
	padding: 2px 0;
}

#banner a {
	color: #8d8c8c;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: .5px;
}

select {
	width: 244px;
}

.textInput {
	width: 240px;
}


/*
	Generic Classes
*/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

.center {
	text-align: center;
}

.button {
	margin-left: 8px;
}

.imageHeader {
	margin-bottom: 10px;
}

.italic {
	font-style: italic;
}

ul.bulletList li {
	padding-left: 5px;
	background: url('../images/bullet.gif') no-repeat 0 .4em;
}



p.noMargin {
	margin:0;
}

.noMargins {
	margin-bottom: 10px;
}

.division {
	margin-bottom: 45px;
}

.division .noMargins {
	margin-bottom: 0;
}

.noMargins * {
	margin: 0;
}

.standOut {
	color: #aa3420;
}

.small, .small a {
	font-size: 11px;
}

.charcoal {
	color: #404041;
}

.inline_head {
	color: #aa3420;
	font-weight: bold;
}


/*
	Other, Special Elements, etc.
*/

#vote_link {
}

#vote_link a {
	color: #FFF;
	display: block;
	padding: 10px 0;
	padding-right: 91px;
	background: url('../images/vote_arrow.gif') no-repeat right;
}

#vote_link a:hover {
	text-decoration: none;
}

#vote_link span {
	display: block;
	padding: 6px 0 6px 6px;
	background-color: #aa3420;
}

#landmark_articles_list li {
	background-repeat: no-repeat;
	margin-bottom: 25px;
	background: url('../images/two_col_right_sidebar_border_bottom.gif') no-repeat 0 bottom;
	padding-bottom: 25px;
}

#landmark_articles_list li .articleInfo {
	width: 518px;
	padding: 0 32px 0 32px;
	float: left;
	padding-left: 224px;
	background-repeat: no-repeat;
	background-position: left top;
}

#landmark_articles_list li .voteInfo {
	width: 163px;
	padding: 0;
	margin-left: 32px;
	text-align: right;
	height: 50px;
	float: left;
	background: url('../images/votes_bg.gif') no-repeat;
	margin-top: 32px;
}

.voteInfo .numOfVotes {
	color: #FFF;
	font-size: 14px;
	padding: 3px 8px 3px 0;
	border-bottom: dashed 1px #eaccc7;
	margin: 0;
}

.voteInfo .voteNowLink {
	padding-right: 8px;
	padding-top: 3px;
	color: #FFF;
	font-size: 11px;
}

.voteInfo .voteNowLink strong {
	color: #404041;
}

#footnote p {
	padding-left: 10px;
	margin: 0 128px 50px 46px;
	background: url('../images/footnote.gif') no-repeat 0 2px;
	font-size: 11px;
}

/*
	Layout: 2 column
*/

#container {
	width: 1033px;
}

.twocol {
	background: url('../images/two_col_bg.gif') no-repeat;
	padding-top: 52px;
	min-height: 648px;
	height: auto !important;
	height: 648px;
	margin-bottom: 20px;
}

.twocol .col1 {
	width: 601px;
	padding-right: 32px;
	padding-left: 32px;
	float: left;
}

.twocol .col2 {
	width: 319px;
	padding: 0 0 0 32px;
	float: left;
}

.threecol {
	background: url('../images/three_col_bg.gif') no-repeat;
	padding-top: 36px;
	min-height: 648px;
	height: 648px;
	height: auto !important;
	margin-bottom: 20px;
}

.threecol .col1 {
	width: 168px;
	padding-right: 24px;
	padding-left: 32px;
	float: left;
}

.threecol .col2 {
	width: 377px;
	padding: 0 32px;
	float: left;
}

.threecol .col3 {
	width: 311px;
	padding: 0 0 0 32px;
	float: left;
}

.two_col_right_sidebar {
	background: url('../images/two_col_right_sidebar.gif') no-repeat;
	padding-top: 40px;
	padding-left: 32px;
	min-height: 648px;
	height: auto !important;
	height: 648px;
	margin-bottom: 20px;
}

.two_col_left_sidebar {
	background: url('../images/two_col_left_sidebar_bg.gif') no-repeat;
	padding-top: 40px;
	padding-left: 32px;
	min-height: 648px;
	height: auto !important;
	height: 648px;
	margin-bottom: 20px;
}


.one_col_no_bar {
	padding-top: 0;
	padding-left: 0;
	min-height: 648px;
	height: auto !important;
	height: 648px;
	margin-bottom: 20px;
}



.two_col_left_sidebar .col1 {
	width: 170px;
	padding: 0 24px 0 0;
	float: left;
}

.two_col_left_sidebar .col2 {
	width: 737px;
	padding: 0 24px 0 32px;
	float: left;
}

.threecol_equal_sidebars {
	background: url('../images/three_col_equal_sidebars.gif') no-repeat;
	padding-top: 40px;
	min-height: 648px;
	height: auto !important;
	height: 648px;
	margin-bottom: 20px;
	margin-left: 17px;
}

.threecol_equal_sidebars .col1 {
	width: 163px;
	padding: 0 17px 0 21px;
	float: left;
}

.threecol_equal_sidebars .col2 {
	width: 521px;
	float: left;
	padding: 0 32px;
}

.threecol_equal_sidebars .col3 {
	width: 163px;
	float: left;
	padding: 0 16px 0 32px;
}

.two_equal_col {
	background: url('../images/twocol_equal.gif') no-repeat;
	padding-top: 40px;
	min-height: 648px;
	height: auto !important;
	height: 648px;
	margin-bottom: 20px;
	margin-left: 17px;
}

.two_equal_col .col1, .two_equal_col .col2 {
	width: 437px;
	padding: 0 24px 0 32px;
	float: left;
}

#footer {
	clear: both;
}

/*
	Header
*/
#logoAndSearch {
	position: relative;
	padding: 16px 23px 16px 15px;
	border-top: 3px solid #b04244;
	border-bottom: 3px solid #b04244;
}

#logoAndSearch h1 {
	float: left;
	clear: left;
}
#logoAndSearch h1 a {
	display: block;
	width: 277px;
	height: 86px;
	text-indent: -10000px;
	background: url('../images/JAMA_logo.gif') no-repeat;
}

p#search_backfiles {
	text-indent: -10000px;
	text-align: left;
	background: url('../images/search_backfiles.gif') no-repeat right top;
	height: 7px;
	width: 115px;
}

p#search_all {
	text-indent: -10000px;
	text-align: left;
	background: url('../images/searchall.gif') no-repeat left bottom;
	height: 7px;
	width: 139px;
	float: left;
}

#search {
	width: 286px;
	float: right;
	text-align: right;
}

#search_form {

}
#select_journal_form {
	margin-bottom: 30px;
}

#advanced_search_btn a {
	display: block;
	width: 169px;
	height: 14px;
	margin-top: 3px;
	text-indent: -10000px;
	text-align: left; 
	float: left;
	background: url('../images/go_to_advanced_search.gif') no-repeat;
}

#back_to_pubs_btn {
	float: left;
}

#back_to_pubs_btn a {
	display: block;
	width: 234px;
	height: 14px;
	margin-top: 3px;
	margin-bottom: 7px;
	text-indent: -10000px;
	text-align: left;
	background: url('../images/go_to_pubs_home.gif') no-repeat;
}

#content_header {
	margin-left: 43px;
}



/*
	Main Nav
*/
#nav {
	background: url('../images/nav_fill.gif') repeat-x right;
	margin-top: 10px;
	margin-bottom: 38px;
}

#nav ul {
	float: left;
	background: #FFF url('../images/borderBottom.gif') repeat-x bottom;
	border-right: 1px solid #9f140e;
}

#nav ul li {
	float: left;
	margin-right: 1px;
	margin-bottom: 0;
	background: #e6eaeb url('../images/nav_fill.gif') repeat-x;
	line-height: 0;
}

#nav ul li a {
	color: #3b4cd7;
	font-size: 10px;
	padding: 0;
	height: 14px;
	display: block;
	text-decoration: none;
	float: left;
	text-transform: uppercase;
	border-right: 1px solid #990000;
	border-left: 1px solid #990000;	
	text-indent: -10000px;
	background-position: left center;
	background-repeat: no-repeat;
}

#nav ul li a:hover {
	background-position: right center;
}

#nav ul li.active {
	
}

#nav ul li.active a {
	background-position: left 1px;
}

#nav ul li.active a:hover {
}


#nav li#home a{
	background-image: url(../images/home_btn.gif);
	width: 118px;
}

#nav li#home.active a {
	background-image:  url('../images/home_active.gif');
	border-left: 1px solid #990000;	
}

li#pricing a{
	width: 149px;
	background-image: url('../images/pricing_and_ordering_btn.gif');
}

li#pricing.active a {
	background-image: url('../images/pricing_active.gif');
}

li#titles a{
	width: 65px;
	background-image: url('../images/titles_btn.gif');
}

li#titles.active a {
	background-image: url('../images/titles_active.gif');
}

li#contact a{
	width: 81px;
	background-image: url('../images/contact_btn.gif');
}

li#contact.active a {
	background-image: url('../images/contact_active.gif');
}

li#landmarkArticles a{
	width: 151px;
	background-image: url('../images/landmark_articles_btn.gif');
}

li#landmarkArticles a {
	background-image: url('../images/landmark_articles_inactive.gif');
}

li#landmarkArticles.active a {
	background-image: url('../images/landmark_active.gif');
}

li#timeline a{
	width: 81px;
	background-image: url('../images/timeline_btn.gif');
}

li#timeline a {
	background-image: url('../images/timeline_inactive.gif');
}

#nav ul li#timeline a, #nav ul li#landmarkArticles a {
	border-right-color: #d7a499;
	border-left-color: #d7a499;
}

#nav ul li#timeline a:hover, #nav ul li#landmarkArticles a:hover {
	background-position: left center;
	cursor: default;
}

li#timeline.active a {
	background-image: url('../images/timeline_active.gif');
}

li#coverArt a{
	width: 91px;
	background-image: url('../images/cover_art_btn.gif');
}

li#coverArt.active a {
	background-image: url('../images/cover_art_active.gif');
}

/*
	Image replacements
*/

.quote1 {
	margin-bottom: 66px;
	text-indent: -10000px;
}

.quote2 {
	margin-bottom: 31px;
	text-indent: -10000px;
}

.quote3 {
	margin-bottom: 1px;
	text-indent: -10000px;
}

#backfiles_tagline {
	width: 648px;
	height: 114px;
	background: url('../images/homepage_about_jama.gif') no-repeat;
}

#jama_and_archives_journals_blockquote {
	width: 847px;
	height: 150px;
	background: url('../images/home_blockquote_static.gif') no-repeat;
}

#contact_information_blockquote {
	width: 525px;
	height: 69px;
	background: url('../images/contact_info_blockquote.gif') no-repeat;
}

#landmark_articles_blockquote {
	width: 734px;
	height: 114px;
	background: url('../images/groundbreaking_studies_blockquote.gif') no-repeat;
}

#available_as_a_one_time_purchase {
	width: 762px;
	height: 120px;
	background: url('../images/available_as_a_one_time_purchase.gif') no-repeat;
}

#publications_included_in_JAMA {
	width: 569px;
	height: 68px;
	background: url('../images/publications_included_in_JAMA.gif') no-repeat;
}


#recommend_to_your_library {
	width: 847px;
	height: 150px;
	background: url('../images/form_text.gif') no-repeat;
}



#thank_you {
	width: 847px;
	height: 150px;
	background: url('../images/thankyou.gif') no-repeat;
}



/*
	Footer
*/

#footer {
	
}

#footer ul#footer_nav {
	margin-bottom: 15px;
}

#footer ul#footer_nav li {
	display: inline;
	font-size: 9px;
	letter-spacing: 1px;
}

ul#footer_nav li a {
	padding: 0 8px;
	color: #000;
	text-transform: uppercase;
	border-right: 1px solid #990000;
}

ul#footer_nav li.lastInList a {
	border-right: none;
}

#legal a {
	color: #990000;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
}

#copyright {
	color: #990000;
	font-size: 11px;
	letter-spacing: 1px;
}

/* Cover Flow */

.coverFlow {
	background-color:#fff;
	color:#fff;
	visibility:hidden;
	position:relative;
	overflow:hidden;
	padding:0;
	margin:0;
	margin-bottom: 10px;
	padding-top: 10px;
}
.coverFlow * {
	margin:0;
	padding:0;
}
.coverFlowImages {
	position:relative;
}
.coverFlowImages img {
	position:absolute;
	border:none;
}

#prev {
	position: absolute;
	left: 0;
	top: 50%;
}

#next {
	position: absolute;
	right: 0;
	top: 50%;
}

.inactive {
	opacity: .3;
	filter: alpha(opacity = '30');
	width: 100%;
}

.inactive-container {
	position: relative;
}

.inactive-container .coming-soon {
	position: absolute;
	right: 0;
	top: -20px;
	z-index: 3000;
}







