@charset "UTF-8";
/* CSS Document */
* {
	margin:0px;
	padding:0px;
}

body {
	background:url('/wwwadmin/globals/templates/9972/images/bg_fade.jpg') left top repeat-x;
	text-align:center;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	line-height:1.5;
	font-size:12px;
	color:#444444;
}

#gh_spacer {
	clear:both;
	height:20px;
}

a, img, object {
	border:none;
	outline:none;
}

p {
	margin:0px;
	margin-bottom:10px;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	line-height:1.5;
	font-size:12px;
	color:#444444;
}

div {
	margin:0px;
	padding:0px;
}

object {
	outline:none;
}

/* Bullet Syles */

ul {
	list-style-image:url(images/bullet.png);
	list-style-type:none;
	text-align:left;
	list-style-position:outside;
	margin-top:0px;
	margin-bottom:15px;
	padding-left:30px;
}

ol {
	padding-bottom:3px;
}

/* Blockquote */

blockquote {
	display: block;
	margin: 15px 0 20px 15px;
	padding: 0 0 0 20px;
	border-left: 3px solid #DCD7D2;
	font-style: italic;

}

/* Horizontal Rule */

hr {
	background-color:transparent;
	color:#fff;
	height:1px;
	border:1px dotted #9F9993; 
	border-style:none none dotted; 
	margin-top:15px;
	margin-bottom:15px;
}

/* Main Link Syles - we added dotted underlines to the
link style, but this is not diplayed in the PSD */

	
a:link {
	color:#579AB6;
	cursor:pointer;
	border-bottom:#579AB6 1px dotted;
	text-decoration:none;
}
a:visited {
	color:#43788E;
	border-bottom:#43788E 1px dotted;
	text-decoration:none;
} 
a:hover {
	color:#579AB6;
	background-color:#E1F2F9;
	text-decoration:none;
	border-bottom:#579AB6 1px dotted;
} 

#search_links a:link,
#search_links a:visited {
	color:#c2c2c0;
	cursor:pointer;
	border:none;
	text-decoration:none;
}

#search_links a:hover {
	color:#c2c2c0;
	background:none;
	border:none;
	background-color:transparent;
	text-decoration:underline;
}

a[href$=".pdf"] {
	padding-right: 26px;
	background: url(images/pdf.png) no-repeat center right;
} 
a[href$=".doc"] {
	padding-right: 26px;
	background: url(images/doc.png) no-repeat center right;
} 
a[href$=".docx"] {
	padding-right: 26px;
	background: url(images/doc.png) no-repeat center right;
} 
a[href$=".xls"] {
	padding-right: 26px;
	background: url(images/xls.png) no-repeat center right;
}
a[href$=".xlsx"] {
	padding-right: 26px;
	background: url(images/xls.png) no-repeat center right;
}
a[href$=".ppt"] {
	padding-right: 26px;
	background: url(images/ppt.png) no-repeat center right;
}
a[href$=".pptx"] {
	padding-right: 26px;
	background: url(images/ppt.png) no-repeat center right;
}

/* header styles */


h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:normal;
	letter-spacing:0.05em;
	color:#444444;
	margin-top:0px;
	margin-bottom:2px;
	padding:0px;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	font-weight:normal;
	color:#444444;
	margin-top:0px;
	margin-bottom:2px;
	padding:0px;
}

h3 {
	font-family:Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	line-height:17px;
	text-transform:none;
	color:#444444;
	margin-top:0px;
	margin-bottom:10px;
}

h3 a:link {
	color:#579AB6;
	cursor:pointer;
	border-bottom:#579AB6 1px dotted;
	text-decoration:none;
}
h3 a:visited {
	color:#43788E;
	border-bottom:#43788E 1px dotted;
	text-decoration:none;
} 
h3 a:hover {
	color:#579AB6;
	background-color:#E1F2F9;
	border-bottom:#579AB6 1px dotted;
	text-decoration:none;
}

h4 {
	font-family:Helvetica;
	font-size:11px;
	font-weight:lighter;
	letter-spacing:0.05em;
	line-height:17px;
	text-transform:none;
	color:#757575;
	margin-top:0px;
	margin-bottom:17px;
}





/* Breadcrumb */

#breadcrumb {
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	color: #757575;
	line-height:17px;
	text-align:left;
	padding:5px;
	position:relative;
}

#breadcrumb a:link {
	color:#579AB6;
	text-decoration:none;
	border:none;
}
#breadcrumb a:visited {
	color:#43788E;
	text-decoration:none;
	border:none;
}

#breadcrumb a:hover {
	color:#579AB6;
	background-color:#E1F2F9;
	text-decoration:none;
	border:none;
}

/*caption style*/

.caption{
	font-family: Helvetica, sans-serif;
	text-align:left;
	font-style:normal;
	font-size: 12px;
	color: #878787;
	margin-bottom:10px;
	
}

.clear {
	clear:both;
}

.caps {
	text-transform:uppercase;
}

.justify {
	text-align:justify;
}

.indented {
	padding:20px;
}

.img_border_fp {
	padding:3px;
	border:#B6B6B6 1px solid;
}

#wrapper {
	width:800px;
	margin:auto;
	position:relative;
}

#header {
	position:relative;
	height:117px;
}

.horiz_line {
	position:absolute;
	left:0px;
	width:100%;
	height:34px;
	background:url('/wwwadmin/globals/templates/9972/images/brackets.png') center no-repeat;
	top:123px;
}

#logo {
	position:absolute;
	left:0px;
	top:0px;
}

#search_container {
	position:absolute;
	right:0;
	top:10px;
}

#search {
	width:284px;
	min-width:284px;
	max-width:284px;
	height:19px;
	min-height:19px;
	max-height:19px;
	background:#082432;
	border:1px solid #9e9c9c;
	padding:0;
	margin:0;
}

#search_links {
	text-align:left;
	float:right;
	padding-top:8px;
	font-size:11px;
	line-height:11px;
	color:#c2c2c0;
}

.search_link {
	float:left;
	padding:0;
	margin:0;
	padding-right:10px;
	border-right:2px solid #143645;
	margin-right:10px;
}

.search_link_noborder {
	float:left;
	padding:0;
	margin:0;
}

#btnG {
	padding:0;
	margin:0;
	background:none;
	border:none;
	width:26px;
	height:19px;
	background:url(/wwwadmin/globals/templates/9972/images/search_btn.jpg) bottom right no-repeat;
	cursor:pointer;
	float:right;
}

#qid {
	padding:0;
	margin:0;
	background:none;
	border:none;
	width:250px;
	height:16px;
	padding-left:3px;
	padding-right:4px;
	padding-top:3px;
	color:#c2c2c0;
	float:left;
	font-size:11px;
}

#sections {
	position:absolute;
	bottom:0px;
	left:0px;
	width:800px;
	height:28px;
	padding:0px;
	padding-top:3px;
	margin:0px;
	overflow:hidden;
	font-weight:normal;
}

#sections ul {
	list-style:none;
	padding:0px;
	margin:0px;
	list-style-image:none;
	list-style-type:none;
}

#sections li {
	float:left;
	padding-right:21px;
	list-style-image:none;
	list-style-type:none;
	/*padding-right:15px; used with Web Exclusives Tabs*/
}

#sections a:link {
	font-family:Verdana;
	font-size:11px;
	text-decoration:none;
	text-transform:uppercase;
	color:#DAD6D1;
	display:block;
	height:100%;
	padding:4px;
	padding-top:2px;
	padding-bottom:15px;
}

#sections a:visited {
	font-family:Verdana;
	font-size:11px;
	text-decoration:none;
	text-transform:uppercase;
	color:#DAD6D1;
	display:block;
	height:100%;
	padding:4px;
	padding-top:2px;
	padding-bottom:15px;
}

#sections a:hover {
	font-family:Verdana;
	font-size:11px;
	text-decoration:none;
	text-transform:uppercase;
	color:#DAD6D1;
	display:block;
	height:100%;
	padding:4px;
	padding-top:2px;
	padding-bottom:15px;
}

.default_title {
	color:#7F7A74;
	border-top:#7F7A74 19px solid;
}

.l30677E {
	background:#30677E;
}

.l953114 {
	background:#953114;
}

.l542D4B {
	background:#542D4B;
}

.l3B4B11 {
	background:#3B4B11;
}

.lC29328 {
	background:#C29328;
}

.l735B47 {
	background:#735B47;
}

.l822917 {
	background:#822917;
}

.l155566 {
	background:#155566;
}

.t30677E a:hover {
	background:#30677E;
}

.t953114 a:hover {
	background:#953114;
}

.t542D4B a:hover {
	background:#542D4B;
}

.t3B4B11 a:hover {
	background:#3B4B11;
}

.tC29328 a:hover {
	background:#C29328;
}

.t735B47 a:hover {
	background:#735B47;
}

.t822917 a:hover {
	background:#822917;
}

.t155566 a:hover {
	background:#155566;
}

#sections #end_section {
	padding-right:0px;
	float:right;
}

#search_button {
	color:#FFFFFF;
	font-family:Georgia, Helvetica, sans-serif;
}

#title_bar {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	background:#EFECEA;
	height:21px;
	padding-top:0px;
	padding-left:6px;
	text-align:left;
}

#page_content {
	background:#FFFFFF;
	text-align:justify;
}

#main_pane {
	padding:0px;
	width:563px;
	float:left;
	text-align:center;
}

#art_pane {
	padding:0px;
	float:left;
	text-align:center;
	background:#FFFFFF;
}

#main_pane p {
	text-align:justify;
}

#art_pane p {
	text-align:justify;
}

.art_img, .imageborder {
	max-width:757px;
	padding:4px;
	background:#EFECEA;
	border:#CFCFCF 1px solid;
	margin-bottom:5px;
}

.main_img {
	max-width:532px;
	padding:4px;
	background:#EFECEA;
	border:#CFCFCF 1px solid;
	margin-bottom:5px;
}

.sub_img {
	max-width:252px;
	padding:4px;
	background:#EFECEA;
	border:#CFCFCF 1px solid;
	margin-bottom:5px;
}

#full_content {
	margin:16px;
	margin-bottom:30px;
}

#full_content h1 {
	text-align:left;
}

#full_content div {
	text-align:left;
}

#article_tools {
	height:99px;
	width:169px;
	background:#EFECEA;
	margin-right:15px;
	margin-bottom:15px;
	float:left;
}

#article_tools h3 {
	margin:0px;
	margin-bottom:15px;
	padding:0px;
	padding-left:5px;
	background:#DCD7D2;
	color:#7E7E7E;
	font-weight:normal;
}

#article_tools a {
	border-bottom:none;
}

#article_tools ul {
	margin-left:35px;
}

#article_tools li {
	padding-bottom:10px;
}

.print {
	list-style-image:url(/wwwadmin/globals/templates/9972/images/p_icon.png);
	padding-left:10px;
}

.email {
	list-style-image:url(/wwwadmin/globals/templates/9972/images/e_icon.png);
	padding-left:10px;
}

#top_content {
	margin:16px;
	margin-bottom:30px;
	padding-bottom:20px;
	border-bottom:#D9D9D9 1px solid;
}

#top_content h1 {
	text-align:left;
	position:relative;
}

#top_content div {
	text-align:left;
}

#bottom_content {
	padding-left:16px;
}

.sub_art_l {
	float:left;
	width:260px;
	max-width:260px;
	padding-bottom:10px;
}

.sub_art_l div {
	text-align:left;
	max-width:260px;
}

.sub_art_l h2 {
	text-align:left;
	padding:0px;
	margin:0px;
	max-width:260px;
}

.sub_art_l p {
	max-width:260px;	
}

.sub_art_r {
	float:right;
	width:260px;
	max-width:260px;
	padding-bottom:10px;
}

.sub_art_r div {
	text-align:left;
	max-width:260px;
}

.sub_art_r h2 {
	text-align:left;
	padding:0px;
	margin:0px;
	max-width:260px;
}

.sub_art_r p {
	max-width:260px;	
}

#side_menu {
	width:225px;
	float:right;
	text-align:center;
	padding:0px;
	margin:0px;
}

#features {
	background:#EFECEA;
}

#features h2 {
	padding-top:0px;
	margin-top:0px;
}

#side_menu ul {
	text-align:center;
	margin:0px;
	padding-bottom:2px;
	padding-left:17px;
	padding-right:17px;
	list-style:none;
}

#side_menu ul#features {
	text-align:left;
}

#side_menu img {
	margin-top:20px;
	max-width:193px;
}

#web_exclusives {
	padding:0px;
	margin:0px;
	background:url('/wwwadmin/globals/templates/9972/images/web_exclusives.png') left top no-repeat;
	padding-top:30px;
	margin-top:10px;
	width:587px;
	float:left;
	list-style-image:none !important;
}

#web_exclusives li {
	padding:0px;
	margin:0px;
	padding-top:17px;
	padding-bottom:17px;
}

#web_exclusives li div h1 {
	line-height:1.5;
}

#web_exclusives li img {
	width:124px;
	float:left;
}

.web_exclusive_block {
	float:left;
	padding-left: 20px;
	text-align:justify;
	width:427px;
}

.web_exclusives_link {
	padding:0px;
	margin:0px;
	text-align:left;
}

.author {
	font-size:10px;
	color:#818080;
	text-align:left;
	padding-bottom:10px;
}

.art_list {
	padding-bottom:6px;
}

#flash_placeholder {
	width:800px;
	height:450px;
	min-width:800px;
	min-height:450px;
}

#flash_background {
	width:800px;
	height:450px;
	min-width:800px;
	min-height:450px;
	background:#B9ACA3;
}

#flash_slideshow {
	width:1000px;
	height:450px;
	min-width:1000px;
	min-height:450px;
	position:absolute;
	left:-100px;
	top:117px;
}

#journal_issues {
	width: 177px;
	padding-top:10px;
	padding-bottom:10px;
	float:right;
}

#journal_issues ul {
	list-style:none;
	padding:0px;
	margin:0px;
	text-align:center;
}

#archive {
	position:relative;
	width:538px;
	margin:auto;
	text-align:left;
	border-bottom:#D4D4D4 1px solid;
	padding-top:39px;
}

#archive h3 {
	position:absolute;
	left:0px;
	top:0px;
	background:url('/wwwadmin/globals/templates/9972/images/archive_header.png') left top;
	text-transform:uppercase;
	width:525px;
	height:50px;
	font-size:12px;
	padding-left:13px;
	padding-top:7px;
}

#archive h3 a {
	text-transform:capitalize;
	font-weight:normal;
	font-size:11px;
}

#archive table td {
	padding-bottom:44px;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	vertical-align:top;
}

.padded_cells {
	padding-right:44px;
}


#archive_lists {
	width:769px;
	min-width:769px;
	max-width:769px;
	margin-left:15px;
}

#archive_lists ul {
	float:left;
	width:247px;
	min-width:247px;
	max-width:247px;
	padding:0;
	margin:0;
	padding-right:14px;
	padding-top:30px;
	list-style-image:none !important;
}

#archive_lists ul.no_right_padding {
	float:left;
	width:247px;
	min-width:247px;
	max-width:247px;
	padding:0;
	margin:0;
	padding-top:30px;
}

#this_issue {
	width:769px;
	margin-left:15px;
	border-top:#EFECEA 23px solid;
	position:relative;
}

#this_issue h1 {
	position:absolute;
	top:-24px;
	left:205px;
	font-size:16px;
}

#cover_tools {
	background:#EFECEA;
	width:150px;
	padding-top:0px;
	padding-right:27px;
	padding-bottom:23px;
	padding-left:27px;
	float:left;
}

#cover_tools ul {
	padding:0px;
	padding-top:10px;
	margin:0px;
	list-style-image:none !important;
}

#features_list {
	width:550px;
	min-width:550px;
	max-width:550px;
	float:right;
	padding:0;
	margin:0;
	list-style-image:none !important;
}

#features_list li {
	width:263px;
	min-width:263px;
	max-width:263px;
	float:left;
	padding-top:15px;
	padding-right:24px;
}

#features_list li.no_padding_right {
	width:263px;
	min-width:263px;
	max-width:263px;
	float:left;
	padding-top:15px;
	padding-right:0px;
}

#features_list img{
	width:124px;
	padding:3px;
	border:#EFECEA 1px solid;
}

#email_form {
	padding-left:150px;
	padding-top:40px;
}

#footer {
	margin-top:30px;
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	color: #757575;
	line-height:14px;
	text-align:center;
	text-decoration:none;
	border-top:1px solid #757575;
}
