/* General reset */
body{
	margin:0;
	font:12px Arial, Helvetica, sans-serif;
	color:#252525;
	min-width:1003px;
}
img{border:none;}
a{color:#263caf;}
a:hover{text-decoration:none;}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border:none;
}
#header,
#content{
	width:100%;
	overflow:hidden;
	background:#0e1557 url(../images/bg-header.gif) repeat-x;
}
.header-holder,
.navigation{
	width:978px;
	margin:0 auto;
	overflow:hidden;
}
#content{
	background:#f5f5f5 url(../images/bg-content.gif) repeat-x 0 100%;
	padding:0 0 11px;
}
/* header */
.header-holder{
	background:url(../images/bg-header-holder.jpg) no-repeat 0 100%;
	padding:0 0 9px;
	margin:0 auto 10px;
}
.logo{
	float:left;
	margin:25px 0 0 32px;
}
.logo a{
	display:block;
	background:url(../images/logo.png) no-repeat;
	width:251px;
	height:63px;
	text-indent:-9999px;
	cursor:pointer;
	overflow:hidden;
}
.call{
	float:right;
	font-size:15px;
	color:#fff;
	padding:59px 36px 0 0;
}
.call strong{
	font-size:24px;
}
.call strong em{
	font-style:normal;
}
.green{
	color:#7bca22;
}
/* intro */
.intro{
	/*width:978px;*/
	width: 944px;
	margin:0 auto 2px;
	background:url(../images/bg-intro.jpg) no-repeat;
	overflow:hidden;
}
.buttons{
	float:left;
	width:200px;
	padding:0 0 0 17px;
}
.buttons a{
	display:block;
	background:url(../images/btn-intro.gif) no-repeat;
	width:162px;
	height:48px;
	overflow:hidden;
	padding:20px 0 0 36px;
	color:#1b2e84;
	text-decoration:none;
}
.buttons a:hover{
	text-decoration:underline;
}
a.first-btn{
	background:url(../images/bg-btn-green.jpg) no-repeat;
	width:192px;
	height:61px;
	padding:8px 0 0 36px;
	font-size:16px;
}
a.first-btn strong{
	display:block;
	font-size:17px;
	line-height:24px;
}
a.first-btn span{
	display:block;
	font-size:10px;
	font-weight:bold;
	margin:0 0 0 -25px;
	text-transform:uppercase;
	color:#fff;
}
.intro-txt{
	float:right;
	width:470px;
	text-align:right;
	padding:21px 153px 0 0;
}
.intro-txt span{
	font-size:20px;
	color:#888eaf;
	display:block;
}
.intro-txt span.green{
	color:#7bca22;
	margin:0 -17px 0 0;
}
/* navigation */
.navigation{
	list-style:none;
	padding:0;
	width:946px;
	margin:0 auto;
	overflow:hidden;
}
.navigation li{
	float:left;
	height:46px;
	padding:0 0 0 4px;
	overflow:hidden;
}
.navigation li:first-child{padding-left:0;}
.navigation li a{
	float:left;
	background:url(../images/bg-nav-right.gif) no-repeat 100% 0;
	height:46px;
	padding:0 9px 0 0;
	color:#8c93b3;
	cursor:pointer;
	text-decoration:none;
	font-weight: bold;
}
.navigation li a.green{
	background:url(../images/bg-nav-right-green.gif) no-repeat 100% 0;
	color:#0F167A;
}
.navigation li a span{
	float:left;
	background:url(../images/bg-nav-left.gif) no-repeat;
	height:36px;
	width:96px;
	text-align:center;
	padding:18px 0 0 9px;
	font-size:13px;
	letter-spacing:-1px;
}
.navigation li a.green span {
	background:url(../images/bg-nav-left-green.gif) no-repeat;
}
.navigation li a.active,
.navigation li a:hover{
	background-position:100% -46px;
	color:#0e1557;
	/* font-weight:bold; */
}
.navigation li a.active span,
.navigation li a:hover span{
	background-position:0 -46px;
}
/* content */
.content-holder{
	background:url(../images/bg-content-holder.gif) repeat-y;
	padding:0 17px 0 17px;
	width:944px;
	overflow:hidden;
	margin:0 auto;
}
.nav{
	width:922px;
	overflow:hidden;
	list-style:none;
	padding:10px 0 10px 22px;
	margin:0;
	background:#e3e3e3;
}
.nav li{
	display:inline;
	padding:0 7px 0 13px;
	background:url(../images/split-nav.gif) no-repeat 0 3px;
}
.nav li:first-child{background:none;}
.nav li a{
	color:#0e1557;
	text-decoration:none;
}
.nav li a:hover{
	text-decoration:underline;
}
.main{
	width:100%;
	overflow:hidden;
	background:url(../images/bg-main.gif) repeat-x;
}
.primary{
	float:left;
	width:624px;
	padding:21px 27px 10px 34px;
}
.primary h1{
	border-bottom:1px solid #dbdbdb;
	font-size:17px;
	color:#7bca22;
	padding:0 0 6px;
	margin:0 0 7px;
}
.primary h2{
  color: #393939;
  font-size: 16px;
  padding:0 0 3px;
	margin:0;
}
.primary h3 {
  color: #393939;
  font-size: 14px;
  padding:0 0 3px;
	margin:0;
	outline: none;
}
.primary h3 a {
  text-decoration: none;
}
.primary h3 a:hover {
  text-decoration: underline;
}
.primary img{
	float:right;
	margin:0 0 0 14px;
}
.primary p{
	margin:0 0 18px;
	line-height:21px;
}
.primary li {
	line-height:21px;
}
.primary blockquote {
  width: 583px;
  background: #C8CFF3 url(../images/blockquote-bg.gif) no-repeat top;
  margin: 0;
  padding: 40px 20px 10px 20px;
  color: #162370;
  font-style: italic;
  font-weight: bold;
  font-size: 13px;
  border-bottom: 1px solid #9BA6E9;
}
.sidebar{
	float:left;
	width:258px;
	border-left:1px solid #d1d0d0;
	margin:4px 0 0;
}
.box01{
	background:#ededed;
	border-bottom:1px solid #d1d0d0;
	padding:14px 20px 13px;
	width:218px;
	margin:0 0 2px;
	overflow:hidden;
	position:relative;
}
.box01 blockquote{
	margin:0;
	quotes:none;
}
.mark-left,
.mark-right{
	float:left;
	width:17px;
	height:15px;
	text-indent:-9999px;
}
.mark-left{
	background:url(../images/bg-mark-left.gif) no-repeat;
	margin:-10px 0 0;
}
.mark-right{
	background:url(../images/bg-mark-right.gif) no-repeat;
	margin:-12px 10px 0 0;
	position:absolute;
	float:none;
	bottom:10px;
	right:36px;
	z-index:10;
}
.box01 blockquote div{
	float:left;
	width:187px;
	text-align:center;
}
.box01 blockquote q{
	quotes:none;
	line-height:14px;
	color:#545c7e;
}
.box01 q:before{content:"";}
.box01 q:after{content:"";}
.box02{
	background:url(../images/bg-box02a.jpg) no-repeat;
	width:100%;
	overflow:hidden;
	margin:0 0 2px;
	color: white;
	font-weight: bold;
	cursor: pointer;
}
.tell{
	float:right;
	padding:22px 37px 20px 0;
	font-size:15px;
}
.box03,
.box04{
	background:#ededed url(../images/bg-box03.gif) repeat-x 0 100%;
	width:215px;
	padding:20px 22px 20px 21px;
	border-top:1px solid #d1d0d0;
	overflow:hidden;
	min-height:115px;
}
* html .box03{
	height:115px;
	overflow:visible;
}
.box03 h1{
	font-size:13px;
	color:#7bca22;
	margin:0 0 8px;
}
.box03 p{
	line-height:16px;
	color:#545c7e;
	margin:0;
}
#footer{
	width:920px;
	margin:0 auto;
	overflow:hidden;
	padding:2px 28px 0 30px;
}
.footer-button {
  padding: 5px;
  color: white;
  background:url(../images/bg-nav-left.gif) no-repeat -5px -10px;
  padding: 10px 15px 10px 15px;
  font-size:12px;
  display: block;
  float: left;
  margin: 0 5px 5px 0;
  text-decoration: none;
  font-weight: bold;
 }
#footer-quote {
  background:url(../images/bg-nav-left-green.gif) no-repeat -5px -10px;
}
#footer p{
	font-size:10px;
	color:#7a7a7a;
	line-height:13px;
	text-align:justify;
	margin:0 0 5px;
	clear: both;
}
#mcwebs-byline{
	float:right;
	font-size:10px;
	color:#1b2d82;
}
#mcwebs-byline a{
	color:#1b2d82;
	text-decoration: none;
}
#mcwebs-byline a:hover{
  text-decoration: underline;
}
/* content-page */
.box-table{
	margin:0;
	width:624px;
	border-collapse:collapse;
}
.box-table img{
	margin:0;
	float:left;
}
.box-table td{
	padding:7px 0 0;
}
td.head1{
	width:244px;
	padding:10px 0 7px;
	border-bottom:1px solid #dbdbdb;
}
td.head2,
td.head3,
td.head4{
	width:127px;
	padding:10px 0 7px;
	border-bottom:1px solid #dbdbdb;
	text-align:center;
}
td.head2 strong,
td.head3 strong,
td.head4 strong{
	background:url(../images/btn-grey.gif) repeat-x;
	height:18px;
	display:block;
	overflow:hidden;
	color:#fff;
	padding:7px 0 5px;
	margin: 0 5px 0 5px;
	font-size:14px;
}
td.head4 strong{
	background:url(../images/btn-green.gif) repeat-x;
}
.gray-box {
	border: 1px solid #D1D0D0;
	background-color: #EDEDED;
	margin-bottom: 17px;
}
.gray-box p {
	padding: 7px 7px 0 7px;
}
.gray-box h1 {
	color:#fff;
	padding:7px 0 5px 7px;
	font-size:14px;
	border: 0;
	background:url(../images/btn-grey.gif)
}
td.txt{
	text-align:center;
}
.box04{
	border:none;
	min-height:205px;
}
* html .box04{
	height:205px;
	overflow:visible;
}

.ui-icon {
  margin-right: 5px;
  height: 7px;
  width: 7px;
  display: block;
  float: left;
}
.ui-icon-triangle-1-e {
  background:url(../images/right-arrow.png) no-repeat;
  margin-top: 4px;
}
.ui-icon-triangle-1-s {
  background:url(../images/down-arrow.png) no-repeat;
  margin-top: 7px;
}
td.quote-selling, td.quote-buying {
	padding: 20px 20px 40px 20px;
	font-size: 16px;
}
td.quote-selling span, td.quote-buying span {
	font-size: 20px;
	font-weight: bold;
}
td.quote-selling a, td.quote-buying a{
	color: #FFFFFF;
	text-decoration: none;
}
td.quote-selling a:hover, td.quote-buying a:hover{
	text-decoration: underline;
}
td.quote-selling {
	background:url(../images/bg-blue.gif) #0F185C repeat-x;
}
td.quote-buying {
	background:url(../images/bg-green.gif) #5BB41C repeat-x;
}
