/**
 * FAME Light blue: BFD4F0
 * FAME Dark blue: 27197F
 * FAME Red: FF283D
 */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote{margin:0;padding:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}

body {
	font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size:12px;
	color:#555;
	line-height:18px;
	background-color:#fff;
	text-align:center;
	margin:0;padding:0;border:0;
}

td {
	font-size:13px;
}

hr {
	line-height: 10px;
	height:1px;
	background-color:#999; /* Netscape 6/7, Mozilla */
	color:#999; /* IE */
	border: #999; /* Opera */
}

#bd strong {
	color: #444;
	font-weight: bold !important;
}

#bd em {
	font-style:italic;
}

.client-quote {
	font-size: 10px;
	font-weight: bold;
	color: #27197F;
	font-style:italic;
	line-height: 13px;
	font-family: Verdana, Arial;
}
.client-quote strong {
	color: #444;
	font-weight: bold;
	font-style: normal;
}

div.line {
	margin:0;
	padding:0;
	border-top:solid thin #666;
}

#tblmodules td {
	font-size: 11px;
	height: 40px;
}

a:link, a:visited, a:active {
	color: #0464BB;
	text-decoration:none;
}
a:hover {
	color: #1C417C;
	text-decoration: underline;
}

/* main document center */
#viewport {
	margin:auto;
	text-align:left;
	width:960px;
}

/* header styles */
#hd {
	background:transparent url(../../images/topbar.png) no-repeat 10px bottom;
	height:122px;
	position:relative;
}

#hd table.nav {
	position:absolute;
	margin-left:0;
}
#hd table.nav tr {
}
#hd table.nav tr td {
	padding-top:1px;
	padding-left:0;
	padding-right:0;
}
#hd table.nav a, #hd table.main-nav a:hover, #hd table.main-nav a:visited {
	color: #fff;
}

#hd table.nav a, #hd table.main-nav a span {
	color: #fff;
	display:block;
}
#hd table.nav a {
	line-height:14px;
}
#hd table.nav a span {
	padding:6px 15px 7px 15px;
}
#hd table.nav a span {
	font-family:tahoma,helvetica,arial,sans-serif;
	font-size:12px;
}

/* Main nav */
#hd table.main-nav {
	left:15px;
	top:66px;
}
#hd table.main-nav tr {
	height:28px;
}

#hd table.main-nav a:hover {
	text-decoration:underline;
}

#hd table.main-nav a:hover span {
	text-decoration:underline;
}

#hd table.main-nav td.active a {
	background:transparent url(../../images/nav-left.png) repeat-x;
	text-decoration:none;
}

#hd table.main-nav td.active a span {
	background:transparent url(../../images/nav-right.png) no-repeat right 0;
	font-weight:bold;
	padding:7px 15px 6px 15px;
	text-decoration:none;
	color: #444;
}

/* Login link */
#hd .login {
	position: absolute;
	right: 20px;
	top: 72px;
	height: 21px;
}
#hd .login a {
	color:#fff;
	font-family:tahoma,helvetica,arial,sans-serif;
	font-weight: bold;
}


/* Sub nav */

#hd .sub-nav {
	position:absolute;
	left:25px;
	top:98px;
	height:21px;
}
#hd .sub-nav td {
	font-size:11px;
	color:#777;
	font-family:tahoma,helvetica,arial,sans-serif;
}
#hd .sub-nav td span {
	color:#777;
}
#hd .sub-nav td a {
	color:#046BCA;
	font-family:tahoma,helvetica,arial,sans-serif;
}
#hd .sub-nav td img {
	margin-left: 3px;
	margin-right: 4px;
}

/* FAME Logo */
#hd h1 a {
	position:relative;
	float:left;
	top: 9px;
	left: 20px;
	height:52px;
	width:359px; /* 227*/
	background-color: transparent;
	/*background-image: url(../../images/LogoandTag.png); */
	background-repeat: no-repeat;
}

#hd h1 a span {
	display:none;
}

/* body styles */
#bd {
	margin:5px 15px 0;
	zoom:1;
}

#bd p {
	margin-top:8px;
	margin-bottom:8px;
}

#bd br {
	font-size:10px;
	line-height:10px;
}

#bd .left-column {
	width:500px;
	float:left;
}
#bd .right-column {
	width:400px;
	float:left;
	margin-left:20px;
}
#bd .right-column p {
	margin:5px;
}

#bd h3 {
	font-family: verdana,arial,sans-serif;
	font-size:18px;
	letter-spacing:-1px;
	font-weight:normal;
	color: #385F95;
	margin:7px 0;
}
#bd h4 {
	font-family: "Trebuchet MS", Tahoma,arial,sans-serif;
	font-size:14px;
	font-weight:bold;
	color: #555;
	margin:5px 0;
}
#bd h5 {
	font-family: "Trebuchet MS", Tahoma,arial,sans-serif;
	background-color:#F1F1F1;
	padding:3px;
	line-height:20px;
/*	color:#000066; */
/*	color:#C0120E; */
	color:#27197F;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}

#bd .big-box h5.alt {
	text-align:center;
	font-size:13px;
	border-bottom:1px solid #eee;
	color:#385F95;
}

#bd .box {
	padding: 3px 5px 15px;
}

/* footer */
#ft {
	margin-top:18px;
	text-align:center;
	background: transparent url(../../images/ft-bg.png) no-repeat center 0;
	padding-top:5px;
}
#ft table.nav {
	margin: 0 auto;
}

#ft table.nav a, #ft table.nav a:hover, #ft table.nav a:visited {
	color:#666666;
	font-size:12px;
	display:block;
	padding:5px 15px 0;
}

#ft div.copy {
	margin: 0 auto;
	padding:10px 0;
	color:gray;
}

#markets {
	color: #0464BB;
	font-size: 11px;
}

#markets th {
	font-weight: bold;
	font-size: 11px;
}
#markets td {
	font-size: 11px;
}


/* bullet list */
ul.bullet-list, .content-box ul, .side-box ul {
	margin-left:15px;
	list-style-image: url(../../images/blue-bullet.jpg);
	line-height: 16px;
}
ul.bullet-list li,  .content-box ul li, .side-box ul li {
	margin-top:5px;
	margin-bottom:5px;
}

/* flyout menus */
.flyout-menu {
	position:absolute;
	left:-200px;
	top:-200px;
	background:#fff;
	padding:10px 15px;
	text-align:left;
	border:1px solid #ccc;
	font-family: helvetica,arial,tahoma,sans-serif;
}
.flyout-menu a {
	color:#046BCA; 
}
.flyout-menu p {
	margin:4px 0;
	font-size:11px;
	color:#555;
	line-height:16px;
}
.flyout-menu br {
	line-height:10px;
}
.flyout-menu h3 {
	font-size:12px;
	font-weight:bold;
	line-height:16px;
}
.flyout-menu ul {
	font-size:11px;
	list-style-type: square;
	margin-left:15px;
}
.flyout-menu li {
	color:#ccc;
	line-height:16px;
}

/* side boxes */
div.side-box {
	background: transparent url(../../images/side-box.png) no-repeat;
	padding-top:9px;
	width:200px;
	margin-bottom:20px;
	zoom:1;
}
div.side-box-inner {
	background: transparent url(../../images/side-box.png) no-repeat 0 bottom;
	padding:0 15px 5px;
	font-size:12px;
	zoom:1;
}
#bd div.side-box-inner h5 {
	background:transparent !important;
	padding-top:0;
}


div.big-box {
	background: transparent url(../../images/big-box.png) no-repeat;
	padding-top:12px;
	width:700px;
	margin-bottom:20px;
}
div.big-box-inner {
	background: transparent url(../../images/big-box.png) no-repeat 0 bottom;
	padding:0 15px 12px;
	font-size:12px;
}
div.big-box-solid {
	background: transparent url(../../images/big-box-solid.png) no-repeat;
	padding-top:8px;
	width:700px;
	margin-bottom:20px;
}
div.big-box-solid-inner {
	background: transparent url(../../images/big-box-solid.png) no-repeat 0 bottom;
	padding:0 15px 5px;
	font-size:12px;
	color:#555577;
}
#bd div.big-box-inner h5 {
	background:transparent !important;
	padding-top:0;
}

div.full-box-nb {
	padding-top:12px;
	width:920px;
	padding:12px 15px 10px;
	font-size:12px;
}

div.full-box-nb h2 {
	color:#1A5C9A;
	font-size:18px;
	margin:0 0 7px 0;
}

div.full-box {
	background: transparent url(../../images/full-box.png) no-repeat;
	padding-top:12px;
	width:920px;
	text-align: left;
}

div.full-box-inner {
	background: transparent url(../../images/full-box.png) no-repeat 0 bottom;
	padding:0 15px 10px;
	font-size:12px;
}



div.full-box-long {
	background: transparent url(../../images/full-box-long.png) no-repeat;
	padding-top:12px;
	width:920px;
	text-align: left;
}

div.full-box-inner-long {
	background: transparent url(../../images/full-box-long.png) no-repeat 0 bottom; 
	padding:0 15px 10px;
	font-size:12px;
}




table.license {
   margin-left:5px;
}
table.license, table.license td {
   border-collapse: separate;
   border: 0 none !important;
   font-size:12px;
}
table.license td {
   padding:0 5px 5px;
}

/* contact us */
.contact-list {
	margin-top: 5px;
}
.contact-list td {
	vertical-align:top;
	padding: 5px 10px 10px;
}
.contact-list li {
	margin-top:0 !important;
}
.contact-list strong {
	font-weight:bold;
}


.expandable {
	background:#F7F7F7;
	padding:4px;
	border:1px solid #DEDEDE;
}

.expandable-body{
	background:#fff;
	padding:5px;
	zoom:1;
}
.expandable-body-inner{
	zoom:1;
}

.expandable-body dd {
	float:left;
	width:300px;
	padding:5px;
}

a.link {
	font-family:tahoma,helvetica,arial,sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:19px;
}

/* MSG Popup box */
#msg-ct {
	position:absolute;
	left:680px;
	top:44px; 
	width:217px;
	height:22px;
}

#msg {
	width:247px;
	height:22px;
	background-image:url(../../images/msg-bg247.png);
	background-repeat:no-repeat;
	color:#777;
	font-family:tahoma,helvetica,arial,sans-serif;
	font-size:11px;
	cursor:pointer;
	visibility:hidden;
}
#msg-inner {
	padding:5px 10px 0;
	zoom:1;
	line-height:12px;
	text-align:center;
	white-space:nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
	width: 245px;
}
.msg-over {
	color:#FF283D !important;
}

#msg img {
	width:19px;
	height:19px;
}

.strong-desc p {
	color:#27197F;
	font-weight: normal;
	font-size: 14px;
}

/* Front page Ad box */
#ad {
	position:absolute;
	left:620px;
	top:21px;
	width:287px;
	height:313px;
	cursor:pointer;
	/*visibility:hidden;*/
}

#ad-inner {
	padding:5px 10px 0;
	zoom:1;
	line-height:12px;
	text-align:center;
}

.ad-over {
}

.ad-over .nxtarrow {
	border: 1px solid BFD4F0;
}

.quote {
	font-size: 10px;
	font-style:italic;
	line-height: 13px;
	font-weight: bold;
}

.quoteby {
	padding-top: 2px;
	padding-bottom: 3px;
	font-size: 10px;
	font-style: normal;
}


/******************************/
#bd {
}

div.home-block {
	background: transparent url(../../images/med-box-blue-gr.png) no-repeat;
	padding-top:7px;
	width:450px;
}
div.home-block-inner {
	background: transparent url(../../images/med-box-blue-gr.png) no-repeat 0 bottom;
	padding:5px 20px 20px;
	font-size:11px;
	line-height: 16px;
}
div.home-block-inner h2 {
	color:#1A5C9A;
	font-size:18px;
	margin:0 0 10px 0;
}

div.home-block-inner ul {
	list-style-type:square;
	margin-left:20px;
	color: #27197F;
}

div.home-block-inner ul li span {
	color: #555;
}

div.full-box-inner h2, div.full-box-inner-long h2 {
	color:#1A5C9A;
	font-size:18px;
	margin:0 0 7px 0;
}

div.full-box-inner ul {
	list-style-type:square;
	margin-left:20px;
	color: #27197F;
}
div.full-box-inner ul li span {
	color: #555;
}

img.learn-more {
	float:right;
	margin-right:10px;
}
img.shot {
	float:right;
	margin: 0 0 3px 10px;
}

#bd .left-column {
	width:450px;
	float:left;
	text-align: left;
}
#bd .right-column {
	width:450px;
	float:left;
	margin-left:20px;
	text-align: left;
}

#bd .box {
	padding:7px;
}

#bd .box h4 {
	margin:0;
}
#bd .box .meta {
	font-size:12px;
}
.post-icon {
	width:120px;
	height:90px;
	float:left;
	margin: 10px 8px 4px 0;
}

#bd h5 {
	background-image: url(../../images/shd.png);
	padding-left:10px;
}

#home {
	padding-top:15px;
}

#WebForm {
	width: 98%;
	font-size: 12px;
	font-color: #333;
}

#WebForm th {
	font-weight: bold;
	text-align: right !important;
	line-height: 24px;
}

#WebNews {
	width: 98%;
	margin-top: 10px;
	border: 1px solid #ddd;
	font-size: 11px;
}
#WebNews th {
	font-weight: bold;
	background:#ddd;
	font-size: 11px;
}	
#WebNews td {
	font-size: 11px;
}

.NewsArticle {
	font-size: 11px
}
.NewsArticle ul {
	list-style-type:square;
	color: #444;
}
.NewsArticle ul li {
	color: #444;
	margin-left:25px;
}

.NewsArticle Div {
	padding-left: 70px;
}
.NewsArticle .Date {
}
.NewsArticle .Title {
	font-weight: bold;
}

