@charset "utf-8";
/* CSS Document */

@import url(/css/faq.css);
div#top-bar {
	display:block;
	overflow:hidden;
	height:33px;
	width:100%;
	margin-top:12px;
}
div#top-bar img {
	margin-left:26px;
	display:inline;
	float:left;
}
div#mainframe {
	position: relative;
	height: 658px;
	background: url(img/mainframe.jpg);
	background-repeat:no-repeat;
}
div#mainframe h2 {
	font-size: 12px;
	color:white;
	font-weight:bold;
	margin-top: 4px;
	line-height:16px;
	height:30px;
}
div#mainframe p {
	color:#D5D5D5;
	font-size:12px;
	line-height:18px;
	margin-top:8px;
}
div#toplead {
	position:relative;
	width: 485px;
	left: 81px;
	top: 27px;
	margin: 0px;
}
div#toplead h2 {
	color:#1B1D1F;
	font-size: 17px;
	line-height:21px;
	margin-bottom: 6px;
	font-weight:bold;
}
div#toplead p {
	color:#666666;
	font-size: 13px;
	line-height:18px;
}
div#f1, div#f2, div#f3 {
	position: relative;
	float: left;
	width: 180px;
	height: 110px;
	top: 287px;
}
div#f1 {
	left: 135px
}
div#f2 {
	left: 228px;
}
div#f3 {
	left: 320px;
}
div.panel {
	border: #FAFAFA 1px solid;
	background-color:#FBFBFB;
	padding: 6px;
}
div#comparision td {
	border-bottom: #EAEAEA 1px solid;
	padding: 2px;
}
div#comparision td.header {
	font-weight: bold;
	padding-bottom: 4px;
	background-color:#EAEAEA
}
div#doc ul li {
	list-style:none
}
div.quote {
	margin-bottom: 8px;
	padding: 0;
}
blockquote {
	color:#424242;
}
div.quote blockquote {
	margin-bottom: 4px;
}
blockquote.quote {
	background-color:#F9F9F9;
	font-style: italic;
}

#main-layout div#middle {
  width:60%;
}
div.col {
	float:left;
	width: 43%;
	padding-right: 6%;
	height: 160px;
}
div.col h2 {
	margin-top: 0;
	font-size:1.2em;
}
#sm_ss_tab .tab-page, #sm_fm_1 .tab-page, #sm_so_1 .tab-page, #sm_nc_1 .tab-page {
	min-height: 300px;
}
#sm_sc_1 .tab-page, #sm_ta_1 .tab-page {
	min-height: 180px;
}
div.tab-pane {
	margin-top: 18px
}
div#middle div.tab-pane p {
	margin-bottom: 8px
}
div#links {
	position: relative;
	float: right;
	top: 11px;
}
div#links a {
	margin-right: 22px;
	font-size:13px;
	font-weight:normal;
	text-decoration:none;
	color:#475259;
}
div#links a:hover {
	color:#F90;
}
