/* BROWSER RESET */
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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
strong{font-weight:bold;}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Troy's presets*/

.center{
	margin:0 auto; 
	display:block;
	text-align:center;
} /* REMINDER set text align left on child element(s)*/
.fl{
	float:left;
}
.fr{
	float:right;
}
.cl{
	clear:left;
}
.cr{
	clear:right;
}
.cb{
	clear:both;
}
.fs-8{
	font-size:80%;
}
.fs-9{
	font-size:90%;
}
.fs-11{
	font-size:110%;
}
.fs-12{
	font-size:120%;
}
.fs-135{
	font-size:135%;
}
.fs-15{
	font-size:150%;
}
.hid{
	display:none;
}
.bold{
	/*font-weight:bold;*/
}
.red{
	color:#f00;
}
.mr-075{margin-right:0.75em;}
.mt-0{margin-top:0 !important;}
.mt-7{margin-top:7px}
.mb-7{margin-top:7px}
.pt-10{padding-top:10px}

/* SITE SPECIFIC STYLING */

body{
	background:#fff;
	font-family:Arial, Helvetica, Sans-Serif;
}
#cem-mag-dec-2009{
	width:988px;
	margin:0 auto;
	text-align:center;	
}
.wrapper{
	text-align:left;
}
#featured_story>p,#profile_story>p,#cover_story>p{
	margin:0;
}
#h-button{
	width: 20px; 
	display: inline; 
	float: left; 
	height: 20px;
	cursor:pointer;
}
#header-logo{
	background:url(/img/logos.jpg);
	width:365px; 
	height:86px; 
	position:relative; 
	left:9px; 
	top:14px;
	float:left; 
	cursor:pointer;

}
.archive_link a:link, .archive_link a:visited{color:#097db6!important;}
#header-logo-1stbank{
	background:url(/img/logos.jpg) 0 -86px; 
	width:330px; 
	height:94px; 
	position:relative; 
	right:17px; 
	top:14px; 
	display:block; 
	float:right; 
	cursor:pointer;
}
#main_navigation ul{ 
	z-index:4;
	position:relative;
	top:13px;
	background:url("/img/nav-sliver.jpg") repeat-x; 
	width:988px; 
	height:36px;
	display:block;
}
#main_navigation ul li{ 
	float:left; 
	display:block;
	padding:8px 33px 8px 30px;
	font-size:10pt;
	text-transform:uppercase;
	position:relative;
	font-weight:bold;
	background:url(/img/nav-sep.jpg) no-repeat right;
	text-shadow: #ddd 1px 1px 3px;
}
#main_navigation ul li a:link{
	text-decoration:none;
	color:#464444;
}
#main_navigation ul li a:visited{
	text-decoration:none;
	color:#828282;
}
#content{
	width:980px;
	z-index:3;
	position:relative;
	top:12px;
	border:#e0ebfb 4px solid;
	border-bottom:0px;
	border-top:0px;
}
#middle p{
	text-indent:1em;
}
#middle .ns{text-indent:0 !important;margin:0;}
.wide{
	font-family: "Arial Black", sans-serif;
}
.thin{
	font-family: "Trebushet MS", sans-serif;
}
#search{
	background:url(/img/search.jpg) no-repeat !important;
	width:176px;
	height:19px;
	top:8px;
	float:right!important;
	padding:0!important;
}
#search input{
	position:relative;
	left:20px;
	top:-1px;
	height:14px;
	border:0;
	width:147px;
	background:transparent;
	color:#999;
}
#email_address{
	color:#111;
}
#online-issue input{
	position:relative;
	left:4px;
	width:165px;
}
#more-articles{ 
	padding:0.5em 1.35em;
	text-align:left;
}
#more-articles table{ 
	line-height:1.2em !important;
	margin-bottom:10px;
}
#more-articles table td{ 
	vertical-align:middle;
	padding-bottom:5px;
	border-bottom:1px solid #dedcdc;
}
#more-articles table td img{ 
	margin:3px 5px 2px 0;
}
#more-articles a:link,#middle a:link{color:#a47100;}
#more-articles a:visited,#middle a:visited{color:#583F08;}
.article{margin-top:5px;display:block;}
#main-img{
position:relative;
	margin:7px auto 15px;
	padding:5px;
	border:#dedcdc 1px solid;
	background:#fff;
	
}
#main-img .ns{
	/*text-indent:0.5em;*/
	margin: 0.5em 0;
}

#main-img img{
	margin:0 auto;
	position:relative;
}
#main-img p{
	margin:0;
	line-height:1.25em !important;
	text-align:center;
	text-indent:0;
}
#main-img .inexofckeditor{width:620px;}
#inner-cover{
	z-index:0;
	position:absolute;
	height:89px;
	width:10px;
	left:240px;
	background:#fff;	
}

#featured_story img,#profile_story img,#cover_story img{
	margin-right:0.75em;
	float:left;
}

#cover_story #cover_inner br, #profile_story #profile_inner br, #featured_story #profile_inner br, {display:block !important;}
#cover_story > br, #profile_story > br, #featured_story > br {display:none;}

#main-article>img,#main-article>p>img{
	display:block;
	margin: 7px auto 15px auto;
	padding:5px;
	border:#dedcdc 1px solid;
	background:#fff;
}
#main-article>img+br{display:none;}
.r-sep{
	margin-top:7px;
	width:301px;
	border-bottom:4px solid #e0ecfc;
	height:0;
}
.ns{
	padding:0;
	margin:0;
	line-height:0;
}
.nsa{
	padding-bottom:0;
	margin-bottom:0;
	line-height:0;
}
#main-content{margin-top:1em;}
#main-content h2{width:auto;overflow:hidden;}

#main-content p {
	margin-bottom:1.65em;
	line-height:1.5em !important;
	text-indent:1em;
}
#main-content ul{margin-left:1em;list-style:disc;}
#main-content ul ul{margin-left:3em;}
#main-content a:link{color:#A47100;}
#main-content a:visited{color:#583F08;}
#video img{float:left;margin-right:0.5em;}
.btn-go{
	background:url(/img/buttons.jpg);
	width:43px;
	height:25px;
	position:relative;
	left:11px;
}
.btn-signup{
	background:url(/img/buttons.jpg) -42px 0 no-repeat;
	width:84px;
	height:25px;
	position:relative;
	left:0px;
	top:8px;
	cursor:pointer;
}
.btn-readmore{
	background:url(/img/buttons.jpg) 0px -25px no-repeat;
	width:106px;
	height:25px;
	position:relative;
	margin-bottom:6px;
	cursor:pointer;
}
/*a:visited .btn-readmore, a:visited .btn-watch, a:visited .btn-signup, a:visited .btn-go, {
	-moz-opacity:0.75;
	opacity:0.75;
	filter:alpha(opacity=75);
}*/
.btn-watch{
	background:url(/img/buttons.jpg) -106px -25px no-repeat;
	width:77px;
	height:25px;
	position:relative;
	margin-bottom:6px;
}
.logo-rem{
	background:url(/img/logos.jpg) 0 -180px; 
	width:194px; 
	height:48px;
	margin-top:12px;
	margin-bottom:14px;
	cursor:pointer;
}
.logo-aps{
	background:url(/img/logos.jpg) -192px -180px no-repeat; 
	width:233px; 
	height:54px;
	cursor:pointer;
}
.rockefeller{
	background:url('/img/rockefeller.png') no-repeat; 
	width:141px; 
	height:91px; 
	margin-top:10px;
	cursor:pointer;
}
.firstbank{
	background:url(/img/logo-firstbank.png) no-repeat;
	height:90px;
	width:90px;
	cursor:pointer;
	margin-top:7px;
}
.plaza{
	background:url(/img/logo-plaza.png) no-repeat;
	height:63px;
	width:210px;
	cursor:pointer;
	margin-top:7px;
}
.partners{
	margin-top:1px;
	margin-bottom:0;
	padding-top:0;
}
#left img{
	/*margin-right:0.75em;*/
}
/* MENU EDGES */
.le{
	background:url(/img/nav-edges.jpg) no-repeat !important;
}
.re{
	position:absolute;
	background:url(/img/nav-edges.jpg) -6px no-repeat !important;
	float:right!important;
}
.le,.re{
	padding:0 !important;
	top:0;
	width:6px;
	height:36px;
}

#footer{
	height:50px!important;
	background:#e0ebfb;
	position:relative;
	top:12px;
	color:#999;
}
#footl{
	position:relative;
	top:40px;
	background:url(/img/foot-corners.jpg)  no-repeat;
	width:10px;
	height:10px;
	float:left;
}
#footr{
	position:relative;
	top:40px;
	background:url(/img/foot-corners.jpg) -10px no-repeat;
	width:10px;
	height:10px;
	float:right;
}
.text{
	background:#fff;
	border:1px solid #000;
	height:20px;
}
.navy{
	color:#097db6 !important;
}
.midnight{
	color:#082458;
}
h1,.h1-like{
	color:#097db6;
	font-size:200%;
	line-height:1.25em;
	font-weight:normal;
	text-shadow: #ddd 2px 2px 2px;
}
h1 a:link, h1 a:visited{color:#097db6;}
h2{
	color:#082458;
	font-size:165%;
	font-family:"Arial Black", sans-serif;
	text-transform:uppercase;
	font-weight: normal;
	text-shadow: #ddd 2px 2px 1px;
}
h3{
	color:#082458;
	font-size:135%;
	font-family:"Arial Black", sans-serif;
}
.hr{
	width:216px;
	height:9px;
	border-bottom:1px solid #dedcdc;
	display:block;
	margin-bottom:6px;
}
#middle .hr{
	width:408px;
}

/* adds in forgotten border on FACEBOOK MODULE - OCCURS when there are more than one row of fans*/
.FB_SERVER_IFRAME{
	border-bottom:1px solid #94A3C4!important;
}

/* pasted from elsewhere for COLUMN STRUCTURE + modifications to suit layout and supplementary style*/
body {
	margin:0; padding:0;
	font:11pt/1.5 sans-serif;
	width:988px;
	margin:0 auto;
	color:#666;
	}

#header {
	margin:0; padding:0;
	}

#main1 {
	margin:0; padding:0;
	font-size:80%;
	position:relative;top:12px;
	background:url("/img/content-bg.jpg") repeat-y;
	}
#main2 {
	margin:0; padding:0;
	}
#left {
	float:left;
	width:245px;
	margin:0; padding:0;

	}
#left p{line-height:1.4em;color:#666;}
#left .title{line-height:1.33em;color:#082458;}
#right {

	float:right;
	width:305px;
	margin:0; padding:0;

	}
#right .inner{	background:#fff;width:297px;}
#middle {
	margin:0 305px 0 245px;

	}
.column-in {
	margin:0; padding:0.5em 1.35em;
	}
.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
	}
	
p { margin: 0.5em 0 }
a { /*color:black*/ text-decoration:none; color:#999; }
#footer a:visited{color:#bbb;}

.copy { text-align:center; font-size:80% }

/* CMX FORM (subscribe form) */
/* CSS Document */
form.cmxform fieldset {
  margin			: 0 0 10px 0px;
  border			: 0;
}
form.cmxform legend {
  padding			: 0 2px;
  font-weight		: bold;
}
form.cmxform label {
  display			: inline-block;
  line-height		: 1.8;
  vertical-align	: top;
}
form.cmxform fieldset ol {
  margin			: 0;
  padding			: 0;
}
form.cmxform fieldset li {
  list-style		: none;
  padding			: 5px;
  padding-left		: 0;
  margin			: 0;
}
form.cmxform fieldset fieldset {
  border			: none;
  margin			: 3px 0 0;
}
form.cmxform fieldset fieldset legend {
  padding			: 0 0 5px;
  font-weight		: normal;
}
form.cmxform  label {
  float:left;
  display			: block;
  width				: auto;
}
form.cmxform em {
  font-weight		: bold;
  font-style		: normal;
  color				: #f00;
}
form.cmxform label {
  width				: 140px; /* Width of labels */
}
form.cmxform fieldset fieldset label {
  margin-left		: 123px; /* Width plus 3 (html space) */
}
