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, table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0px;
	font-family: arial, verdana, sans-serif;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}



/* General HTML
----------------------------------------------- */

body {
   color: #555;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
a {
	border: none;
	outline: none;
}
img {
	border: none;
}
ul {
	list-style-type: none;
}
span.hide {
	visibility: hidden;
}


/* Type Elements
--------------------------------------------------- */
.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}
p {
	color: #555;
	font-size: 12px;
	line-height: 16px;
	padding-top: 10px;
}
h1, h2, h3, h4, h5, h6, h7, h8 {
	font-weight: normal;
}
h1 {
	color: #005aaa;
	font-size: 17px;
	padding-bottom: 5px;
}
h2 {
	color: #818181;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}
h3 {
	color: #818181;
	font-size: 13px;
	padding-bottom: 5px;
}
h4 {
	border-bottom: 1px dotted #ccc;
	color: #7c499b;
	font-size: 16px;
	letter-spacing: .05em;
	line-height: 16px;
	margin-bottom: 10px;
	padding-bottom: 2px;
	text-transform: uppercase;
	width: 500px;	
}
h5 {
	color: #818181;
	font-size: 13px;
}
a {
	color: #555;
	text-decoration: underline;
}
a:hover {
	color: #005aaa;
}
a.blue {
	color: #005aaa;
}
a.blue:hover {
	color: #555;
}
a.error-link { color: #cc0000; }
a.error-link:hover { color: #555; }

/* Forms
----------------------------------------------- */

div.error input,
div.error select,
div.error textarea {
	border-color: #c00 !important;
	color: #c00 !important;
}
.error {
    color: #c00 !important;
}
.success {
	color: #005aaa;
}
form {
	clear: both;
	display: inline;
}
input, select, textarea {
	color: #666;
	font-family: arial, sans-serif;
	font-size: 12px;
	margin-bottom: 5px;
}
option {
	margin-bottom: 0px
}
input[type="radio"],
input[type="checkbox"] {
	margin: 0px 4px 0px 10px;
}
input[type="radio"]:first-child,
input[type="checkbox"]:first-child {
	margin-left: 0px !important;
}
input[type="text"],
input[type="password"],
textarea,
select {
	border: 1px solid #ddd;
	padding: 3px;
}
select {
	padding: 3px;
}
fieldset {
	border: 0px;
	margin: 15px 0px 0px 0px;
	padding: 0px;
}
fieldset .btn1,
fieldset .btn2 {
	margin-top: 10px;
}
fieldset > h2 {
	font-style: normal;
}
fieldset p {
	margin-bottom: 10px;
}
.form-label {
	clear: left;
}
.form-entry {
	clear: right !important;
	margin-bottom: 7px;
	position: relative;
}
.form-entry input[type="text"] + a,
.form-entry input[type="hidden"] + a {
	color: #888;
	display: block;
	font-size: 11px;
	margin: 5px 0px 0px 128px;
}
.form-parent {
	clear: both;
}
.form-entry input,
.form-entry select,
.form-entry textarea {
	margin-bottom: 0px;
}
.form1col, .form2col {
	width: 350px;
}
.form2col .form-label {
	float: left;
	margin-top: 3px;
	padding-right: 10px;
	text-align: right;
	width: 100px;
}
.form2col .form-entry input[type="text"],
.form2col .form-entry input[type="password"],
.form2col .form-entry textarea {
	width: 200px;
}
.req {
	color: #c00;
	padding-left: 2px;
}
.instructions {
	color: #999;
	font-size: 12px;
	padding-left: 10px;
}
.instructions a {
	font-size: 12px !important;
}
.req + .instructions {
	padding-left: 0px;
	padding-top: 10px;
	width: 500px;
}
textarea + .instructions {
	display: block;
	margin-left: 140px;
	padding-top: 2px;
}
#error_message {
	margin-top: 20px;
	color: black;
	font-weight: bold;
}
#thank_you_message {
	color: #f00;
	left: 0px;
	position: absolute;
	top: 25px;
}
.prefill {
}
.form-entry .col2 {
	border: 0px !important;
	padding: 0px !important;
	width: 230px !important;
}
.multicheck li {
	margin-bottom: 2px;
}
.form-entry + h4,
.clearit + h4 {
	margin-top: 30px;
}
.form-entry img {
	border: 1px solid #ccc;
	float: right;
	margin-right: 243px;
	padding: 3px;
}
.summary .form-label {
	color: #999;
}
.summary .form-entry img {
	float: none;
	margin: 0px;
}
.summary .form-entry div {
	padding-left: 150px;
	width: 350px;
}

/* Login & Registration Form Elements
--------------------------------------------------- */

#loginForm,
#registerForm  {
	color: #818181;
	min-height: 160px;
	padding: 15px;
	width: 345px;
}
#loginForm fieldset,
.welcome-box, .welcome-box2 {
	background-color: #d1d1d1;
	margin: 0px;
	padding: 10px;
}
.welcome-box
#registerForm fieldset {
	margin: 0px;
	padding: 10px;
}
.welcome-box2
#registerForm fieldset {
	margin: 0px;
	padding: 10px;
}
.column-right #loginForm .form-label,
.column-right #registerForm .form-label {
	color: #818181;
	font-size: 12px;
	padding-top: 0px;
}
#loginForm input[type="text"],
#loginForm input[type="password"],
#registerForm input[type="text"],
#registerForm input[type="password"],
#subscriberForm input[type="text"],
#subscriberForm input[type="password"] {
	background-color: #f2f2f2;
	border: #ababab solid 1px;
	margin-top: 2px;
	width: 200px;
}
#loginForm input[type="text"]:focus,
#loginForm input[type="password"]:focus,
#registerForm input[type="text"]:focus,
#registerForm input[type="password"]:focus,
#subscriberForm input[type="text"]:focus,
#subscriberForm input[type="password"]:focus {
	background-color: #fff;
}
#loginForm span {
	font-style: italic; 
	font-weight: normal;
	text-transform: none;
}


#loginForm a {
	color: #fff;
}
#loginForm .btn1 {
	margin-right: 30px;
	float: right;
	/* margin-left: 100px; */
}
#login-errors {
	height: 15px;
}



/* =Buttons and Links
----------------------------------------------- */

a.btn1 {
    background-color: #f2f2f2;
	border: #ababab solid 1px;
	color: #888 !important;
    display: block;
    float: right;
    font-size: 11px;
	font-style: normal;
   	/* margin: 10px 20px 10px 110px; */
	margin-right: 30px;
	padding: 5px;
	text-decoration: none;
    text-transform: uppercase;
}
a.btn1 span {
 	cursor: pointer;
	display: block;
    font-size: 11px !important;
	font-style: normal !important;
   	letter-spacing: .09em !important;
	text-transform: uppercase !important;
} 
a.btn1:hover {
    background-color: #888;
    color: #fff !important;
}
a.btn2 {
    background-color: #f2f2f2;
	border: #ababab solid 1px;
	color: #888 !important;
    display: block;
    float: left;
    font-size: 11px;
	font-style: normal;
   	padding: 5px;
	text-decoration: none;
    text-transform: uppercase;
}
a.btn2 span {
 	cursor: pointer;
	display: block;
    font-size: 10px !important;
	letter-spacing: .09em !important;
	text-transform: uppercase !important;
} 
a.btn2:hover {
    background-color: #888;
    color: #fff !important;
}



/* All Other Styling
--------------------------------------------------- */

.click-to-view {
	position: absolute;
	right: 0px;
	top: 175px;
	width: 120px;
}
.click-to-view a, .click-to-view a:visited {
	text-decoration: none;
}
.click-to-view a:hover, .click-to-view a:active {
	text-decoration: underline;
}
.column-left {
	float: left;
	position: relative;
	width: 330px;
}
.column-right {
	background: url(../images/bg-dividerLine.gif) repeat-y 24px 0px;
	float: left;
	min-height: 480px;
	padding-left: 50px;
	width: 375px;
}
.column-right-short {
	background: url(../images/bg-dividerLine.gif) repeat-y 24px 0px;
	float: left;
	min-height: 100px;
	padding-left: 50px;
	width: 375px;
}
.column-right-short2 {
	background: url(../images/bg-dividerLine.gif) repeat-y 24px 0px;
	float: left;
	min-height: 50px;
	padding-left: 50px;
	width: 375px;
}
.content {
	min-height: 480px;
	/* background: url(../images/bg-internal.gif) repeat-y 0px 0px;
	padding: 25px 30px; */
	width: 755px;
}
div.content a.subscribe {
	color: #4698e2;
	font-size: 17px;
	position: absolute;
	right: 0px;
	text-decoration: none;
	top: 100px;
	width: 120px;
}
div.content a.subscribe:hover {
	color: #005aaa;
	text-decoration: none;
	
	}
	.restrict a:link, .restrict a:visited, .restrict a:hover {
	color: #ff0000;
	text-decoration: underline;
}
.content-index {
	width: 755px;
}
.content-short {
	background: url(../images/bg-internal.gif) repeat-y 0px 0px;
	min-height: 200px;
	padding: 25px 30px;
	width: 755px;
}
.current-title {
	margin-bottom: 25px;
}
.current-year-issues li {
	float: left;
	margin-right: 25px;
}
.current-year-issues li.last {
	margin-right: 0px;
}
.footer {
	background: url(../images/footer.gif) no-repeat 0px 0px;
	height: 37px;
	margin-bottom: 30px;
	width: 815px;
}
.header-display {
	/* background: url(../images/header.gif) no-repeat 0px 0px; */
	display: block;
	height: 110px;
	width: 815px;
}
.logout {
	position: absolute;
	right: 10px;
	top: 10px;
}
.outer-container {
	margin: 0px auto;
	width: 815px;
}
#user-info-box {
	background-color: #dcdcdc;
	clear:both;
	padding: 10px;
	width: 300px;
}
.welcome-box {
	float: right;
	position: relative;
	width: 350px;
}
.welcome-box .logout {
	float: right;
}
.welcome-box p {
	padding-top: 5px;
}
.welcome-box p span {
	font-weight: bold;
}
.welcome-box2 {
	float: right;
	position: relative;
	width: 300px;
}
.welcome-box2 .logout {
	float: right;
}
.welcome-box2 p {
	padding-top: 5px;
}
.welcome-box2 p span {
	font-weight: bold;
}

/* -- Unused Elements --
#logo {
	background: url(../images/logo.png) no-repeat 0px 0px;
	height: 60px;
	left: 20px;
	position: absolute;
	top: 20px;
	width: 225px;
}
#logo a {
	cursor: pointer;
	display: block;
	height: 60px;
	text-decoration: none;
	width: 225px;
}
#logo span {
	visibility: hidden;
}
#content {
	background-color: #fcfbfb;
	min-height: 250px;
	padding: 30px;
	width: 940px;
}
#page-content {
	min-height: 200px;
	position: relative;
}
.col2 {
	float: left;
	padding-right: 30px;
	width: 440px;
}
.col2:first-child + .col2 {
	border-left: 1px solid #a4a4a4;
	padding: 0px 0px 0px 30px;
	width: 439px;
}
#intro p {
	font-size: 14px;
	line-height: 26px;
	width: 440px !important;
}
#side {
	background-color: #dcdcdc;
	padding: 10px;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 300px;
}
#side h3 {
	margin-bottom: 10px;
}
#side h3 + div,
#side h3 + div + div {
	margin-bottom: 3px;
}
#side h3 + div span,
#side h3 + div + div span {
	font-weight: bold;
}
#side .btn1 {
	float: right;
	margin-top: 5px;
}
.form2col h4 {
	position: relative;
}
.help-text {
	background-color: #eee;
	color: #999;
	display: block;
	font-size: 13px;
	font-weight: normal;
	left: 620px;
	letter-spacing: 0px;
	padding: 15px;
	position: absolute;
	text-transform: none;
	top: 0px;
	width: 290px;
}
.help-text strong {
	color: #7c499b;
	display: block;
	font-size: 13px;
	margin-top: 15px;
}
.help-text strong:first-child, 
.help-text .error + strong {
	margin-top: 0px;
}
.help-text .error {
	display: block;
	margin-bottom: 5px;
}
#biz_edit p,
#biz_waiting p,
#page-content p {
	width: 500px;
}
a.clear-field {
	padding: 0px 10px 0px 0px;
}
a.delete-pic {
	border-left: 1px solid #ccc;
	display: none;
	padding: 0px 10px;
}
----- */

/* WIDE FORMAT STYLES
------------------------------------------------- */
.wide-format-wrapper {
	width:100%;
	height:93px; 
	display:block; 
	background-color: #005aaa;
	}
.wide-format-header-bg {
	background-image: url(images/issu-images/header-bg.jpg); 
	background-position: top left; 
	background-repeat: no-repeat; 
	width:1300px;
	height:93px; 
	display:block; 
	background-color: #005aaa;
	}	
.logo-container-issu {
	float: left; 
	width:320px;
	}	
.download-link-container {
	float: left; 
	color:#ffffff; 
	padding: 40px 50px 0 50px; 
	font-size: 11px;
	}	
.download-link-container a:link, .download-link-container a:visited, .download-link-container a:hover {
	color:#ffffff; 
	font-size: 11px;
	text-decoration:underline;
	}
.login-box-container {
	float:left; 
	width:350px; 
	padding: 30px 0 0 0;
	}	
.back-to-list-container {
	padding: 50px 0 0 50px; 
	width:200px; 
	float: left; 
	color: #ffffff; 
	font-size:11px;
	}		

.back-to-list-container a:link, .back-to-list-container a:visited, .back-to-list-container a:hover {
	color:#ffffff; 
	font-size:11px;
	text-decoration:underline;
	}
.wide-format-main-content-wrapper {
	background-color: #ffffff;
	}
.wide-format-main-content-inner-wrapper {
	width:1300px; 
	background-color: #ffffff;
	float:left;
	text-align:left;
	}
.left-side-bar {
	float: left; 
	padding: 80px 45px 0 0;
	margin:0; 
	width:241px;
	display: block;
}
.left-side-bar-top-bg {
	float:left; 
	padding: 14px 0 0 0; 
	width:241px;
	background-image: url(../images/issu-images/left-side-top.png); 
	background-position: top left;
	background-repeat: no-repeat;
}
.left-side-bar-bg {
	background-image: url(../images/issu-images/left-side-bottom.png); 
	background-position: left bottom; 
	background-repeat: no-repeat; 
	width: 241px; 
	padding: 0 0 14px 0;
	}
.table-of-contents-header {
	color: #00519a; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:14px; 
	padding: 0;
	margin: 0; 
	font-weight: normal;
	}	
.contents-list {
	list-style: none; 
	padding: 0; 
	margin: 0;
	}
.mag-container {
	float: right; 
	width:1003px;
	}	

