* {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	word-wrap: break-word;
}
html { height: 100%;
	background: #c1272d url('../gfx/bg-logoshape.gif') no-repeat top center;
}
body {
	font: 14px/22px Helvetica, Arial, sans-serif;
	color: #444;
}
p {	margin: 10px 0; }
a {
	color: #c1272d;
	border-bottom: 1px dotted #c1272d;
	text-decoration: none;
	font-weight: bold;
}
a:visited { color: #da7276; }
a:hover { border-style: solid; }
blockquote {
	margin-left: 20px;
	padding-left: 10px;
	border-left: 1px dotted #444;
	color: #888;
}

.wrapper {
	width: 960px;
	margin: 0 auto;
}
.header {
	top: 22px;
	left: 0;
	height: 140px;
	padding: 9px 0;
	background: url('../gfx/bg-header.png');
	position: absolute;
	width: 100%;
	z-index: 4;
}
.breadcrumbs a {
	margin: 0 5px;
}
a.noleft { margin-left: 0; }
a.logo {
	background: url('../gfx/ngm.gif');
	width: 685px;
	height: 140px;
	display: block;
	border-width: 0;
}
a.logo img {
	width: 685px;
	height: 140px;
}
.contactbox {
	float: right;
	text-align: right;
	margin-top: -49px;
	font-size: 16px;
	color: #666;
}
.contactbox .red {
	color: #c1272d;
	font-weight: bold;
}
.contactbox a {
	font-weight: normal;
	text-decoration: none;
	color: #666;
	border-bottom-style: none;
}
.contactbox a:hover { border-bottom-style: dotted; }
.midbox {
	width: 978px;
	margin: 0 auto;
	background: url('../gfx/bg-box-shadow.png') no-repeat bottom;
	padding-bottom: 9px;
	padding-top: 171px;
	position: relative;
	z-index: 2;
}
.midbox .wrapper {
	width: 940px;
	margin: 0 auto;
	padding: 10px;
	background: #f6f6e5 url('../gfx/bg-content.gif') no-repeat;
	min-height: 455px;
	height: auto !important;
	height: 455px;
	padding-bottom: 75px;
	position: relative;
}
.midbox .wrapper .index, .midbox .wrapper .contact { margin-bottom: -75px; }
.leftcol { float: left; width: 220px; }

.fl_menu a {
	font-size: 24px;
	line-height: 48px;
	letter-spacing: -1px;
	border-width: 0;
	display: block;
	color: #c1272d;
}

.fl_menu ul, .moreopts, #fl_tracksbox, .fl_orreg, .contact .sharebar, .expired .sharebar, .index .sharebar, .account .sharebar, .index .fl_rsslinks { display: none; }
.fl_menu .current ul, .fl_menu ul.subcur { display: block; }
.fl_menu .current a, .fl_menu .current a:visited, .fl_menu ul.subcur .current a, .fl_menu ul.subcur .current a:visited {
	color: #fff;
	border-right: 10px solid #da7276;
	position: relative;
	margin-left: -11px;
	background-color: #a52227;
	padding-left: 11px;
}
.fl_menu ul a, .fl_menu .current ul a, .fl_menu .current ul a:visited {
	background-color: transparent;
	border-right: 0;
	font-size: 18px;
	line-height: 40px;
	padding-left: 21px;
	color: #c1272d;
}
.fl_menu ul.subcur a, .fl_menu ul.subcur a:visited {
	padding-left: 10px;
}
.fl_menu ul.subcur li.current a, .fl_menu ul.subcur li.current a:visited {
	padding-left: 21px;
}
.fl_menu a:visited, .fl_menu ul a:visited, .fl_menu ul.subcur a:visited, .fl_menu .current ul a:visited { color: #da7276; }

.fl_menu a:hover { color: #a52227; }
.fl_menu .current a:hover { color: #fff; }
.fl_menu .current ul a:hover { color: #a52227; }
.fl_menu a:hover:after, .fl_menu li.current ul a:hover:after {
	margin-left: 10px;
	content: "«";
}
.fl_menu li.current a:hover:after {
	margin-left: 0;
	content: "";
}

.content {
	float: left;
	margin-left: 10px;
	width: 710px;
}
.breadcrumbs {
	font-size: 10px;
	line-height: 12px;
	text-transform: uppercase;
}
h1 {
	color: #c1272d;
	font-size: 36px;
	line-height: 36px;
	padding-top: 10px;
	letter-spacing: -2px;
}
.smallhead {
	color: #444;
	font-size: 24px;
	letter-spacing: -1px;
}
.cms_imgleft, .cms_imgright { border: 1px solid #c1272d; }
.fl_rsslinks a { font-size: 9px; }
.clear { clear: both; }
.footer {
	background: url('../gfx/bg-footer.png');
	height: 154px;
	margin-top: -50px;
	padding-top: 55px;
	color: #fff;
	font-size: 11px;
	line-height: 14px;
	border-bottom: 1px solid #444;
}
.footer .wrapper {
	position: relative;
	z-index: 4;
}
.footer a, .footer a:visited { color: #fff; border-color: #fff; }
.footerbox {
	width: 230px;
	margin-right: 10px;
	float: left;
}
.footerbox h4 {
	font-size: 12px;
	padding-bottom: 10px;
}
.footerbox p {
	margin: 7px 0;
}

/* specific styles for blogs, comments and forms */

.fl_mailform td, .fl_postingform td {
	float: right;
	clear: right;
	display: block;
	width: 400px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
.fl_mailform input, .fl_mailform textarea, .fl_postingform input, .fl_postingform textarea, #topcont input, select, .loginbox input {
	width: 400px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	padding: 2px;
	border: 1px dotted #ccc;
	background-color: #fff;
	color: #999;
}
.loginbox input { width: 200px; }
select { width: auto; padding: 2px; text-transform: none; }
option { padding-right: 5px; }
#topcont input { width: 150px; margin: 0 5px 0 3px; }
.fl_mailform textarea, .fl_postingform textarea { margin-bottom: 5px; }
.fl_mailform input:hover, .fl_mailform textarea:hover, .fl_postingform input:hover, .fl_postingform textarea:hover, #topcont input:hover, select:hover, .loginbox input:hover {
	border-style: solid;
	background-color: #fff;
}
.fl_mailform input:focus, .fl_mailform textarea:focus, .fl_postingform input:focus, .fl_postingform textarea:focus, #topcont input:focus, select:focus, .loginbox input:focus {
	border: 1px solid #c1272d;
	background-color: #eee;
	color: #444;
}
.fl_mailform a, .fl_postingform a {
	position: relative;
	top: 3px;
}
.fl_mailform img, .fl_postingform img {
	position: relative; top: -4px; margin: 0 3px;
}
#mailspamcode, #commspamcode {
	float: left;
	width: 370px;
	margin: 3px 5px 0 0;
}
.fl_label {  padding: 2px 0 0; } 

input.emailsub, input.commentsub, #topcont input.fl_signinsub, input.fl_loginsub { 
	width: 150px;
	float: right;
	margin-top: -8px;
	position: relative;
	left: 5px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	padding: 3px 0;
	background-color: #ccc;
	border: 1px solid #333;
	border-top-color: #999;
	border-left-color: #999;
	color: #444;
}
input.fl_loginsub { width: auto; margin: 0 8px 8px; }
input.emailsub:hover, input.commentsub:hover, #topcont input.fl_signinsub:hover, input.fl_loginsub:hover {
	border-color: #999;
	border-top-color: #333;
	border-left-color: #333;
	background-color: #ccc;
}
input.emailsub:active, input.commentsub:active, #topcont input.fl_signinsub:active, input.fl_loginsub:active {
	background-color: #c1272d;
	color: #fff;
}
#topcont input.fl_signinsub { float: none; margin-top: -3px; width: auto; padding: 3px 10px; }

.fl_blogpost1, .fl_blogpost2 {
	margin-top: 10px;
	border-bottom: 1px dotted #ccc;
}
h2, h3 {
	letter-spacing: -1px;
	color: #c1272d;
}
h2 { display: inline; margin-right: 5px; }
.fl_blogfooter {
	font-size: 11px;
	text-transform: uppercase;
}
.fl_tags {
	float: right;
	max-width: 60%;
	text-align: right;
}
.fl_blogend { clear: both; }
.fl_pagelinks {
	font-size: 11px;
	text-transform: uppercase;
}

#fl_commsbox {
	margin: 10px 0 5px;
	padding: 10px 0 0;
	border: 0;
	border-top: 1px dotted #ccc;
	background: transparent;
}
.fl_comment1, .fl_comment2 {
	padding: 0 0 5px 10px;
	border-left: 1px dotted #888;
	margin-bottom: 10px;
	background: transparent;
}
.fl_commentname, .fl_commentmessage {
	margin-left: 0;
}

.fl_pagelinks { line-height: 14px; }

#company-insider-info-window { position: relative; z-index: 50; }
#company-insider-info-window a { border: 0; }

.searchbox {
	position: absolute;
	top: 0;
	margin-top: 15px;
	margin-left: 786px;
}
.searchbox input {
	color: #999;
	font: bold 14px/15px Helvetica, Arial, sans-serif;
	padding: 5px 2px 3px;
	height: 16px;
	border: 1px solid #a52227;
	width: 150px;
	border-right: 0;
	position: absolute;
}
input.button { width: auto; border: 0; }
.searchbox button {
	width: 24px;
	height: 26px;
	padding: 0;
	margin: 0 0 0 151px;
	border: 1px solid #a52227;
	background: url('../gfx/search-go.gif') no-repeat;
	position: absolute;
}
.searchbox input:hover {
	border-color: #ccc;
	background-color: #fff;
}
.searchbox input:focus {
	background-color: #eee;
	border-color: #ccc;
	color: #333;
}
.searchbox button:focus, .searchbox button:active { border-color: #ccc; }
.skypebox, .tweetbox {
	float: right;
	background: #fff;
	border: 1px solid #c1272d;
	padding: 3px 5px;
	margin: 10px 0 0 5px;
	width: 210px;
	display: block;
	font-size: 11px;
	line-height: 18px;
}
.tweetbox { margin-top: 0; }
.tweetbox b { font-size: 14px; }
.skypebox img { padding-bottom: 3px; display: block; }
.skypebox:hover { background: #eee; }

/* front page boxes */

.frontbox, .frontbox:visited {
	width: 348px;
	height: 188px;
	border: 1px solid #666;
	float: left;
	margin-bottom: 10px;
	color: #fff;
	position: relative;
}
.mainbox, .mainbox:visited {
	width: 708px;
	height: 318px;
}
.leftbox {
	margin-right: 10px;
}
.frontblock { 
	background: url('../gfx/bg-black50.png');
	display: block;
	padding: 5px;
	position: absolute;
	bottom: 0;
	width: 338px;
}
.mainbox .frontblock { width: 698px; }
.fronthead {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 5px;
	letter-spacing: -1px;
	display: block;
}
.fronttext {
	font-size: 14px;
	line-height: 20px;
	display: block;
	font-weight: normal;
}
.mainbox .fronthead { font-size: 32px; line-height: 32px; }
.mainbox .fronttext { font-size: 18px; line-height: 22px; letter-spacing: -1px; }
.frontbox:hover { color: #da7276; }
.index .sharebar, .index .fl_rsslinks, .search .sharebar, .search .fl_rsslinks, 

/* sharing */

.sharebar {
	float: left;
	padding: 5px;
	border: 1px solid #ccc;
	background: #fff url('../gfx/share/bg-shares.gif') repeat-x bottom;
	height: 45px;
	position: absolute;
	bottom: 10px;
}
.shareto {
	display: block;
	float: left;
	width: 43px;
	padding-top: 31px;
	height: 12px;
	margin-right: 4px;
	background-color: #fff;
	border: 1px solid #ccc;
	font-size: 7px;
	line-height: 8px;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	color: #666;
	background-repeat: no-repeat;
	background-position: center 4px;
}
.shareto:hover {
	background-color: #eee;
	border-color: #aaa;
}
.shareemail { background-image: url('../gfx/share/email.png'); }
.digg { background-image: url('../gfx/share/digg.png'); }
.twitter { background-image: url('../gfx/share/twitter.png'); }
.stumbleupon { background-image: url('../gfx/share/stumbleupon.png'); }
.delicious { background-image: url('../gfx/share/delicious.png'); }
.facebook { background-image: url('../gfx/share/facebook.png'); }
.myspace { background-image: url('../gfx/share/myspace.png'); }
.google { background-image: url('../gfx/share/google.png'); }
.technorati { background-image: url('../gfx/share/technorati.png'); }
.reddit { background-image: url('../gfx/share/reddit.png'); }

.loginbox {
	margin-top: 10px;
	font-size: 11px;
	line-height: 19px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px;
	border: 1px solid #c1272d;
	background: #fff;
	word-wrap: break-word;
}
.bullet { color: #c1272d; font-size: 24px; position: relative; top: 3px; }
.fronttext p { display: inline; }

.content ul, .content ol { margin-left: 30px; }
.content ul li { list-style: disc; }
.content ol li { list-style: decimal; }
.affil { float: right; }
.affil div { padding-bottom: 10px; }
.book p { width: 550px; }
.book { padding: 10px 10px 0; background: #fff; border: 1px solid #eee; margin-bottom: 10px; }
.bookodd { background: #eee; border-color: #999; }
