@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}

body {
	background: url(../images/bg-body.gif) top repeat-x #517fa6;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #111;
}

img {
	border: none;
}

form {
	border: none;
}

h1 {
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	margin-bottom: 10px;
	line-height: 14px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 5px;
	line-height: 14px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 14px;
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
}

p {
	line-height: 16px;
	margin-bottom: 10px;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.marginRight {
	margin-right: 10px;
}

.hide {
	display: none;
}

.show {
	display: block;
}

.error {
	color:#990000;
	font-size: 16px;
	font-weight: bold;
}

/* wrapper starts */
#wrapper {
	background: #fff;
	width: 900px;
	margin: 0px auto;
	display: table;
}
/* wrapper ends */

/* main starts */
#main {
	width: 890px;
	display: block;
	padding: 5px;
}
/* main ends */

/* ------------------------------------ */
/* header starts */
#header {	
	background: url(../images/bg-header.jpg) no-repeat;
	width: 862px;
	height: 86px;
	display: block;
	margin-bottom: 5px;
	padding: 14px 14px 0px 14px;
	color: #fff;
}

#header .headerLogo {
	width: 476px;
	display: block;
	float: left;
}

#header .headerTopNav {
	width: 386px;
	display: block;
	float: left;
	text-align: right;
	padding-top: 65px;
	font-size: 12px;
	font-weight: bold;
}

#header .headerTopNav a {
	color: #fff;
	text-decoration: none;
}

#header .headerTopNav a:hover {
	color: #fff;
	text-decoration: underline;
}
/* header ends */
/* ------------------------------------ */


/* ------------------------------------ */
/* tab starts */
#tab {
	background: url(../images/bg-tab.gif) repeat-x;
	width: 890px;
	height: 40px;
	display: block;
	margin-bottom: 1px;
}

#tab a {
	float: left;
}
/* tab ends */
/* ------------------------------------ */


/* ------------------------------------ */
/* banner starts */
#banner {
	background: url(../images/bg-img-banner.jpg) right no-repeat #2c4f6d;
	width: 890px;
	height: 140px;
	color: #fff;
	display: block;
	margin-bottom: 5px;
}

#banner .bannerTxt {
	width: 410px;
	display: block;
	padding: 30px 0 0 38px;
}
/* banner ends */
/* ------------------------------------ */


/* ------------------------------------ */
/* container starts */
#container {
	width: 890px;
	display: block;
}
/* container ends */

/* topBar starts */
#topBar {
	width: 890px;
	display: block;
	margin-bottom: 5px;
}

#topBar p {
	line-height: 14px;
	margin-bottom: 6px;
}

#topBar input {
	float: left;
}

#topBar .tbInpTxt {
	width: 139px;
	height: 16px;
	border: 1px solid #8d8d8d;
	padding: 4px 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
}

#topBar .tbDisplay {
	background: url(../images/bg-display-box.gif) no-repeat;
	width: 290px;
	height: 190px;
	float: left;
	display: block;
}

#topBar .tbDisplayTop {
	width: 262px;
	height: 22px;
	display: block;
	padding: 8px 14px 0 14px;
}

#topBar .tbDisplayBottom {
	width: 262px;
	display: block;
	padding: 10px 14px 0 14px;
}

#topBar .tbDisplayBottom ul {
	list-style-type: none;
	margin-top: 14px!important;
}

#topBar .tbDisplayBottom li {
	background: url(../images/bullet-001.gif) left no-repeat;
	background-position: 0 5px;
	list-style-type: none;
	padding-left: 18px;
	margin-bottom: 6px;
}

#topBar .tbDisplayBottom a {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #ac0000;
}

#topBar .tbDisplayBottom a:hover {
	color: #000;
	text-decoration: underline;
}

#topBar .tbDisplayBottomTwo {
	width: 289px;
	display: block;
	padding: 0 0 0 1px;
}
/* topBar ends */
/* ------------------------------------ */

/* ------------------------------------ */
/* midLinks starts */
#midLinks {
	background: #eee;
	border: 1px solid #c1c1c1;
	width: 862px;
	display: block;
	padding: 10px 13px 4px 13px;
	margin-bottom: 5px;
}

#midLinks .mlHolder {
	width: 208px;
	float: left;
	display: block;
}

#midLinks ul {
	list-style-type: none;
}

#midLinks li {
	background: url(../images/bullet-002.gif) left no-repeat;
	background-position: 0 4px;
	padding-left: 18px;
	margin-bottom: 6px;
}

#midLinks a {
	color: #2c4f6d;
	text-decoration: none;
}

#midLinks a:hover {
	color: #000;
	text-decoration: underline;
}
/* midLinks ends */
/* ------------------------------------ */


/* ------------------------------------ */
/* bottomBar starts */
#bottomBar {
	width: 890px;
	display: block;
	margin-bottom: 5px;
}

#bottomBar p {
	line-height: 14px;
	margin-bottom: 6px;
}

#bottomBar .bbDisplay {
	background: url(../images/bg-display-box.gif) no-repeat;
	width: 290px;
	height: 190px;
	float: left;
	display: block;
}

#bottomBar .bbDisplay p {
	padding-left: 10px;
	line-height: 9px;
	margin-bottom: 2px;
}

#bottomBar .bbDisplayTop {
	width: 262px;
	height: 22px;
	display: block;
	padding: 8px 14px 0 14px;
}

#bottomBar .bbDisplayImg {
	width: 262px;
	height: 22px;
	display: block;
	padding: 0px 0px 0px 1px;
}

#bottomBar .bbDisplayTopL {
	width: 164px;
	float: left;
}

#bottomBar .bbDisplayTopR {
	width: 98px;
	float: left;
	text-align: right;
}

#bottomBar .bbDisplayTopLNew {
	width: 184px;
	float: left;
}

#bottomBar .bbDisplayTopRNew a {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}

#bottomBar .bbDisplayTopRNew a:hover {
	text-decoration: none;
}

#bottomBar .bbDisplayTopRNew {
	width: 78px;
	float: left;
	text-align: right;
}

#bottomBar .bbDisplayTopR a {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}

#bottomBar .bbDisplayTopR a:hover {
	text-decoration: none;
}

#bottomBar .bbDisplayBottom {
	width: 262px;
	display: block;
	padding: 10px 14px 0 14px;
}
#bottomBar .bbDisplayBottomNew {
	width: 262px;
	display: block;
	padding: 0px 14px 0 1px;
}

#bottomBar .bbDisplayBottomMain {
	width: 262px;
	display: block;
	margin-bottom: 6px;
}
	
#bottomBar .bbDisplayBottomMainLNew {
	width: 262px;
	float: left;
}

#bottomBar .bbDisplayBottomMainL {
	width: 164px;
	float: left;
}

#bottomBar .bbDisplayBottomMainL a {
	background: url(../images/bullet-002.gif) left no-repeat;
	background-position: 0 4px;
	color: #2c4f6d;
	text-decoration: none;
	padding-left: 18px;
}

#bottomBar .bbDisplayBottomMainL a:hover {
	color: #000;
	text-decoration: underline;
}

#bottomBar .bbDisplayBottomMainR {
	width: 98px;
	float: left;
	text-align: right;
}

#bottomBar .tbDisplayBottomBar {
	width: 289px;
	display: block;
	padding: 0 0 0 1px;
}

#bottomBar .bbDisplayNew {
	background: url(../images/bg-display-box.gif) no-repeat;
	width: 290px;
	height: 190px;
	float: left;
	display: block;
}
#bottomBar .bbDisplayTopNew {
	width: 262px;
	height: 22px;
	display: block;
	padding: 8px 14px 0 14px;
}

#bottomBar .bbDisplayBottomTwoNew {
	width: 289px;
	display: block;
	padding: 0 0 0 1px;
}
/* bottomBar ends */
/* ------------------------------------ */


/* ------------------------------------ */
/* footer starts */
#footer {
	background: url(../images/bg-footer.gif) repeat-x #517ea5;
	width: 900px;
	height: 68px;
	display: block;
	text-align: center;
	color: #fff;
	padding: 10px 0px 0px 0px;
}

#footer p {
	margin-bottom: 2px;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
}
/* footer ends */
/* ------------------------------------ */


/* ------------------------------------ */
/* content starts */
#content {
	background: url(../images/bg-content.gif) top repeat-x;
	width: 890px;
	display: block;
}

#content .contentBG {
	background: url(../images/bg-contentBG.jpg) right top no-repeat;
	width: 862px;
	display: block;
	padding: 0 14px;
}
/* content ends */

/* contentL starts */
#contentL {
	width: 600px;
	display: block;
	float: left;
	margin-right: 14px;
	margin-bottom: 20px;
}

#contentL .contentLTitle {
	width: 572px;
	display: block;
	padding: 20px 14px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}

#contentL .contentLBox {
	background: #fff;
	width: 572px;
	display: block;
	padding: 14px;
}

#contentL .catHolder {
	width: 208px;
	float: left;
	display: block;
}

#contentL ul {
	list-style-type: none;
}

#contentL li {
	background: url(../images/bullet-002.gif) left no-repeat;
	background-position: 0 4px;
	padding-left: 18px;
	margin-bottom: 6px;
}

#contentL a {
	color: #2c4f6d;
	text-decoration: none;
}

#contentL a:hover {
	color: #000;
	text-decoration: underline;
}

/* contentL ends */

/* faq starts */
#faq {
	display: block;
}

#faq a {
	text-decoration: none;
}

#faq ol {
	list-style-type: none;
	margin: 0 0 0 24px;
}

#faq li {
	background: none;
	list-style-type: decimal;
	padding: 0 0 0 10px;
	margin:0;
}

#faq .faqQuestion {
	font-size: 12px;
	font-weight: bold;
	color: #ac0000;
}
/* faq ends */

/* contentR starts */
#contentR {
	width: 248px;
	display: block;
	float: left;
	padding-top: 129px;
}

#contentR .crHolder {
	background: url(../images/bg-crHolder.gif) top no-repeat;
	width: 228px;
	height: 190px;
	display: block;
	margin-bottom: 20px;
	padding: 0 10px;
}

#contentR .crHolder .crhTop {
	width: 228px;
	height: 25px;
	display: block;
	padding-top: 5px;
}

#contentR .crHolder .crhTopL {
	width: 177px;
	display: block;
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

#contentR .crHolder .crhTopR {
	width: 51px;
	display: block;
	float: left;
	text-align: right;
	padding-top: 2px;
}

#contentR .crHolder .crhTopR a {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}

#contentR .crHolder .crhTopR a:hover {
	text-decoration: none;
}

#contentR .crHolder .crhBottom {
	width: 228px;
	display: block;
	padding: 10px 0px 0px 0px;
}

#contentR .crHolder .crhBottomMain {
	width: 228px;
	display: block;
	margin-bottom: 6px;
}

#contentR .crHolder .crhBottomMainL {
	width: 137px;
	display: block;
	float: left;
}

#contentR .crHolder .crhBottomMainL a {
	background: url(../images/bullet-002.gif) left no-repeat;
	background-position: 0 5px;
	color: #2c4f6d;
	text-decoration: none;
	padding-left: 13px;
}

#contentR .crHolder .crhBottomMainL a:hover {
	text-decoration: underline;
}

#contentR .crHolder .crhBottomMainR {
	width: 91px;
	display: block;
	float: left;
	text-align: right;
}

/* contentR ends */

/* login starts */
#login {
	display: block;
}

#login p {
	line-height: 16px;
	margin-bottom: 5px;
}

#login a {
	background: url(../images/bullet-001.gif) left no-repeat;
	background-position: 0 5px;
	font-family: "Lucida Grande";
	font-size: 12px;
	font-weight: bold;
	color: #ac0000;
	text-decoration: none;
	padding-left: 18px;
}

#login a:hover {
	text-decoration: underline;
}

#login .loginSmall {
	font-size: 10px;
	color: #999;
}

#login .loginInpTxt {
	width: 170px;
	padding: 4px 6px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	border: 1px solid #8d8d8d;
}

#login .loginSubmit {
	padding: 4px 6px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-transform: uppercase;
	text-align: center;
}

#login .loginMain {
	width: 570px;
	margin-bottom: 10px;
	display: block;
}

#login .loginMainL {
	width: 120px;
	margin-right: 30px;
	display: block;
	float: left;
	padding-top: 4px;
}

#login .loginMainR {
	width: 420px;
	display: block;
	float: left;
}

#login .loginMainDesc {
	width: 420px;
	margin-top: 3px;
	display: block;
	float: left;
}

#login .loginMainR a {
	background: none;
	background-position: 0 5px;
	font-family: "Lucida Grande";
	font-size: 12px;
	font-weight: bold;
	color: #ac0000;
	text-decoration: none;
	padding-left: 5px;
}

#login .loginMainL2 {
	width: 120px;
	margin-right: 30px;
	display: block;
	float: left;
	padding-top: 4px;
}

#login .loginMainM2 {
	width: 320px;
	display: block;
	float: left;
	margin-right: 10px;
}

#login .loginMainR2 {
	width: 90px;
	display: block;
	float: left;
	padding-top: 4px;
	color: #ac0000;
	font-size: 18px;
}

/* login ends */

/* listing starts */
#listing {
	width: 862px;
	display: block;
	padding: 14px;
}

#listing a{
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

#listing a:hover {
	color: #000;
	text-decoration: underline;
}

#listing .listingTitle {
	width: 834px;
	display: block;
	padding: 20px 14px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}

#listing .listingHolder {
	background: #fff;
	width: 834px;
	display: block;
	padding: 14px;
}

#listing .lhAcronyms {
	background: #eee;
	width: 812px;
	border: 1px solid #a3a3a3;
	display: block;
	padding: 10px 10px 4px 10px;
	margin-bottom: 14px;
}

#listing .lhAcronymsBox {
	width: 262px;
	float: left;
	display: block;
}

#listing .lhAcronymsBox ul {
	list-style-type: none;
}

#listing .lhAcronymsBox li {
	list-style-type: none;
	margin-bottom: 6px;
}

#listing .lhAcronymsMargin {
	margin-right: 13px;
}

#listing .listingSelect {
	width: 130px;
	padding: 2px 6px;
	font-size: 11px;
}

#listing .listingBgRowOne {
	background: #a3a3a3;
	color: #fff;
	font-weight: bold;
	border-bottom: 1px solid #fff;
}

#listing .listingBgRowTwo {
	background: #f6f6f6;
	font-weight: bold;
	border-bottom: 1px solid #fff;
}
/* listing ends */
/* ------------------------------------ */

.searchTxt {
	height: 18px;
	padding: 4px 6px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000; 
	margin-right: 5px;
	border: 1px solid #8d8d8d;
}

.searchBtn {
	height: 28px;
	padding: 4px 6px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000; 
	margin-right: 5px;
}