@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}

body {
	background: url(../images/bg-body.gif) top repeat-x #fff;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #676767;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	line-height: 14px;
	margin-bottom: 10px;
}

form, img {
	border: none;
}

.clearfloat {
	font-size: 1px;
	clear: both;
	height: 0px;
	line-height: 0px;
}

.fontSmall {
	font-size: 10px;
}

.fontDark {
	color: #000;
}

/* wrapper starts */
#wrapper {
	width: 960px;
	display: table;
	text-align: left;
	margin: 0px auto;
	margin-top: 10px;
}
/* wrapper ends */

/* ---------------------------------------------- */
/* header starts */
#header {
	display: block;
	margin-bottom: 6px;
	margin-top: 1px;
}
/* header ends */

/* headerL starts */
#headerL {
	width: 257px;
	float: left;
	margin-right: 227px;
	padding-left: 6px;
}

#headerL .hlLogo {
	width: 84px;
	float: left;
	margin-right: 10px;
}

#headerL .hlPic {
	width: 163px;
	float: left;
}
/* headerL ends */

/* headerR starts */
#headerR {
	width: 470px;
	height: 56px;
	float: left;
	padding-top: 26px;
}

#headerR a {
	color: #fe5400;
}

#headerR a:hover {
	color: #000;
}

#headerR .hrLinks {
	text-align: right;
	color: #fe5400;
	margin-bottom: 10px;
}
/* headerR ends */

/* hrSearch starts */
#hrSearch {
	width: 300px;
	height: 36px;
	background: url(../images/bg-search.gif) no-repeat;
	padding: 6px;
	float: right;
}

#hrSearch input {
	border: none;
	float: left;
}

#hrSearch .hrsInpTxt {
	width: 224px;
	height: 19px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4c4c4c;
	padding: 5px 5px;
	border: 1px solid #fff;
	margin-right: 1px;
}

* html #hrSearch .hrsInpTxt {
			width: 220px;
			height: 19px;
			font-family: Geneva, Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #4c4c4c;
			padding: 5px 5px;
			border: 1px solid #fff;
			margin-right: 1px;
}/* for ie 5.5 and 6.0 */

#hrSearch .hrsSelect {
	width: 156px;
	height: 31px;
	float: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4c4c4c;
	border: 1px solid #fff;
	margin-right: 1px;
	padding: 5px;
}

* html #hrSearch .hrsSelect {
	width: 136px;
	height: 31px;
	float: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4c4c4c;
	border: 1px solid #fff;
	margin-right: 1px;
	padding: 5px;
}/* for ie 5.5 and 6.0 */
/* hrSearch ends */
/* ---------------------------------------------- */


/* ---------------------------------------------- */
/* container starts */
#container {
	display: block;
}

#container .containerTop {
	font-size: 1px;
}

#container .containerBottom {
	width: 948px;
	background: url(../images/bg-containerBottom.gif) top repeat-x;
	padding: 0px 6px;
}
/* container ends */

/* containerL starts */
#containerL {
	width: 254px;
	float: left;
	margin-right: 6px;
}

#containerL .clDisplay {
	margin-bottom: 10px;
}
/* containerL ends */

/* nav starts */
#nav {
	background: url(../images/bg-nav.gif) no-repeat;
	width: 234px;
	height: 249px;
	padding: 6px 10px 0px 10px;
	margin-bottom: 10px;
}
/* nav ends */

/* Root = Vertical, Secondary = Vertical */
ul#navmenu,
ul#navmenu li,
ul#navmenu ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 234px; /*For KHTML*/
  list-style: none;
  z-index: 1;
}

ul#navmenu:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu li {
  float: left; /*For IE 7 lack of compliance*/
  display: block !important; /*For GOOD browsers*/
  display: inline; /*For IE*/
  position: relative;
}

/* Root Menu */
ul#navmenu a {
  /* border: 1px solid #FFF;
  border-right-color: #CCC;*/
  border-bottom: 1px dotted #b9b9b9; 
  padding: 4px 0 4px 18px;
  display: block;
  background: url(../images/bullet-001.gif) left no-repeat;
  color: #484848;
  font: normal 11px Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
  background: url(../images/bullet-001.gif) left no-repeat;
  color: #000;
}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
  background: #e9ede1;
  color: #484848;
  padding: 5px 10px;
}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
  background: url(../images/bg-nav-hover.gif) bottom repeat-x #d1d8c5;
  color: #000;
}

/* 3rd Menu */
ul#navmenu li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 3rd Menu Hover Persistence */
ul#navmenu li:hover li:hover li a:hover,
ul#navmenu li:hover li:hover li:hover a,
ul#navmenu li.iehover li.iehover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover a {
  background: #CCC;
  color: #FFF;
}

/* 4th Menu */
ul#navmenu li:hover li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 4th Menu Hover */
ul#navmenu li:hover li:hover li:hover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover li a:hover {
  background: #CCC;
  color: #FFF;
}

ul#navmenu ul,
ul#navmenu ul ul,
ul#navmenu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 234px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
  display: none;
}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
  display: block;
}
/* Root Menu Hover Persistence ends */

/* login starts */
#login {
	background: #555;
	color: #fff;
	margin-bottom: 10px;
}

#login a {
	color: #fff;
}

#login a:hover {
	color: #fff;
}

#login .loginInpTxt {
	background: url(../images/bg-loginInpTxt.gif) repeat-x #fff;
	width: 160px;
	height: 16px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #ddd;
	padding: 4px 5px;
}

#login .loginTop {
	height: 29px;
}

#login .loginTopBG {
	background: url(../images/bg-bar-login.gif) no-repeat;
	width: 234px;
	height: 26px;
	padding: 3px 10px 0px 10px;
	font-family: "Gill Sans MT";
	font-size: 14px;
	font-weight: bold;
}

#login .loginMid {
	width: 234px;
	padding: 10px 10px 0px 10px;
}

#login .loginMid ul {
	list-style-type: none;
}

#login .loginMid li {
	background: url(../images/bullet-003.gif) left no-repeat;
	padding-left: 18px;
	margin-bottom: 10px;
}

#login .loginMidMain {
	width: 234px;
	height: 26px;
	margin-bottom: 5px;
}

#login .loginMidMainL {
	width: 62px;
	float: left;
	padding-top: 5px;
}

#login .loginMidMainR {
	width: 172px;
	float: left;
}

#login .loginBottom {
	height: 4px;
	font-size: 1px;
	padding-top: 5px;
}

#login .loginBottom p {
	margin-bottom: 0px;
	line-height: 14px;
}
/* login ends */

/* containerR starts */
#containerR {
	width: 688px;
	float: left;
}
/* containerR ends */

/* banner starts */
#banner {
	margin-bottom: 10px;
}
/* banner ends */

/* imageFade starts */
#imageFade {
	width: 688px;
	height: 315px;
	position: relative;
	margin-bottom: 20px;
	display: block;
}

#imageFade img {
	width: 688px;
	height: 325px;
	display: none;
	position: absolute;
	top: 0; 
	left: 0;
}
/* imageFade starts */

/* content starts */
#content {
	width: 658px;
	padding: 0px 15px;
}
/* content ends */

/* newsScroll starts */
#newsScroll {
	background: url(../images/bg-newsScroll.gif) no-repeat;
	width: 528px;
	height: 23px;
	margin-bottom: 15px;
	color: #4c4c4c;
	padding: 7px 10px 0px 120px;
}
/* newsScroll ends */

/* boxHolder starts */
#boxHolder {
	width: 658px;
}

#boxHolder .bhMain {
	width: 326px;
	float: left;
	display: block;
}

#boxHolder .bhMainMargin {
	margin-right: 6px;
}

#boxHolder .bhGlobal {
	width: 326px;
	margin-bottom: 10px;
}

#boxHolder .bhGlobal a {
	color: #4c4c4c;
}

#boxHolder .bhGlobal a:hover {
	color: #000;
	text-decoration: none;
}

#boxHolder .bhGlobalTop {
	height: 33px;
}

#boxHolder .bhGlobalMid {
	width: 306px;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	padding: 5px 9px;
}

#boxHolder .bhGlobalMidBlue {
	background: #e2eafc;
	width: 306px;
	border-left: 1px solid #97a1b6;
	border-right: 1px solid #97a1b6;
	padding: 5px 9px;
}

#boxHolder .bhGlobalMidMore {
	width: 306px;
}

#boxHolder .bhGlobalMidMore a {
	background: url(../images/bullet-001.gif) left no-repeat;
	font-size: 12px;
	color: #fe5400;
	padding-left: 18px;
	font-weight: bold;
}

#boxHolder .bhGlobalMidMore a.blue {
	background: url(../images/bullet-002.gif) left no-repeat;
	color: #455983;
}

#boxHolder .bhGlobalMidMore a.blue:hover {
	background: url(../images/bullet-002.gif) left no-repeat;
	color: #112142;
}

#boxHolder .bhGlobalMid img {
	border: 1px solid #e6e6e6;
	background: #fff;
	padding: 1px;
}

#boxHolder .bhgmBar {
	width: 306px;
	background: url(../images/bg-dott.gif) bottom repeat-x;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#boxHolder .bhgmBarL {
	width: 60px;
	margin-right: 10px;
	float: left;
}

#boxHolder .bhgmBarR {
	width: 236px;
	float: left;
}

#boxHolder .bhgmBarR p {
	line-height: 12px;
	margin-bottom: 2px;
}

#boxHolder .bhGlobalBottom {
	height: 4px;
	font-size: 1px;
}
/* boxHolder ends */
/* ---------------------------------------------- */


/* ---------------------------------------------- */
/* footer starts */
#footer {
	display: block;
	margin-bottom: 20px;
}

#footer .footerLR {
	width: 10px;
	float: left;
}

#footer .footerM {
	background: url(../images/bg-footerM.gif) repeat-x;
	width: 940px;
	height: 74px;
	float: left;
}

#footer .footerMTop {
	color: #b3b3b3;
	height: 22px;
	padding-top: 8px;
}

#footer .footerMTop a {
	color: #b3b3b3;
}

#footer .footerMTop a:hover {
	color: #fff;
}

#footer .footerMBottom {
	color: #747474;
	height: 38px;
	padding-top: 6px;
}

#footer .footerMBottomL {
	width: 800px;
	float: left;
}

#footer .footerMBottomL a {
	color: #747474;
}

#footer .footerMBottomL a:hover {
	color: #000;
}

#footer .footerMBottomR {
	width: 140px;
	float: left;
	text-align: right;
	padding-top: 0px;
}

#footer .footerMBottomR a {
	color: #747474;
}

#footer .footerMBottomR a:hover {
	color: #000;
}
/* footer ends */
/* ---------------------------------------------- */


/* --------------------- Inner Pages ------------------------- */
/* inner starts */
#inner {
	width: 688px;
}

#inner p {
	line-height: 18px;
}

#inner a {
	color: #fe5400;
}

#inner a:hover {
	color: #000;
}

#inner h1 {
	background: url(../images/bg-dott.gif) bottom repeat-x;
	padding-bottom: 10px;
	margin-bottom: 10px;
	line-height: 16px;
	font-family: "Gill Sans MT";
	font-size: 18px;
	font-weight: normal;
	color: #fe5400;
}

#inner h1 .innerSmall {
	font-size: 10px;
	color: #505050;
	font-family: Arial, Helvetica, sans-serif;
}

#inner h2 {
	font-size: 14px;
	font-weight: normal;
	color: #000;
	margin-bottom: 15px;
	line-height: 12px;
}

#inner h2 .innerBig {
	font-size: 22px;
	font-weight: bold;
	color: #000;
	margin-bottom: 15px;
	line-height: 14px;
}

#inner h3 {
	font-size: 11px;
	font-weight: bold;
	color: #000;
	margin-bottom: 6px;
	line-height: 12px;
}

#inner .innerImg {
	background: #fff;
	border: 1px solid #e3e3e3;
	padding: 6px;
}

#inner .titleBox {
	background: url(../images/bg-innerBox.gif) no-repeat;
	width: 658px;
	height: 25px;
	padding: 10px 15px 0px 15px;
}

#inner .titleBox a:hover {
	text-decoration: none;
}

#inner .innerContainer {
	background: #fff;
	width: 658px;
	padding: 10px 15px;
}

#inner .innerContainer ul {
	list-style-type: none;
}

#inner .innerContainer li {
	background: url(../images/bullet-001.gif) left no-repeat;
	list-style-type: none;
	margin-bottom: 10px;
	padding-left: 18px;
}

#inner .innerContainer .icBoxMain {
	width: 658px;
	display: block;
	margin-bottom: 15px;
}

#inner .innerContainer .icBoxMainL {
	width: 123px;
	display: block;
	float: left;
	margin-right: 20px;
}

#inner .innerContainer .icBoxMainL img {
	padding: 5px;
}

#inner .innerContainer .icBoxMainR {
	width: 505px;
	display: block;
	float: left;
}

#inner .icLQuote {
	border: 1px solid #e8e8e8;
	padding: 5px 5px 0px 5px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	font-size: 10px;
	color: #848484;
}

#inner .icRQuote {
	border: 1px solid #e8e8e8;
	padding: 5px 5px 0px 5px;
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
	font-size: 10px;
	color: #848484;
}

#inner .icLQuote, #inner .icRQuote p {
	margin-bottom: 5px;
}

#inner .innerHolder {
	width: 658px;
	margin-bottom: 10px;
}

#inner .innerPartners {
	width: 658px;
	margin-bottom: 10px;
}

#inner .innerPartners a {
	color: #4c4c4c;
}

#inner .innerPartners a:hover {
	color: #000;
	text-decoration: none;
}

#inner .innerPartnersBox {
	background: url(../images/bg-dott.gif) bottom repeat-x;
	width: 306px;
	float: left;
	padding-bottom: 10px;
}

#inner .ipbMargin {
	margin-right: 46px;
}

#inner .innerPartnersBoxL {
	width: 60px;
	float: left;
	margin-right: 10px;
}

#inner .innerPartnersBoxL img {
	background: #fff;
	border: 1px solid #e6e6e6;
	padding: 1px;
}

#inner .innerPartnersBoxR {
	width: 236px;
	float: left;
}

#inner .innerPartnersBoxR p {
	line-height: 12px;
	margin-bottom: 2px;
}

#inner .innerNews {
	width: 658px;
}

#inner .innerNewsMain {
	width: 658px;
	margin-bottom: 10px;
}

#inner .innerNewsMainL {
	width: 124px;
	float: left;
	margin-right: 10px;
	font-weight: bold;
	color: #000;
}

#inner .innerNewsMainR {
	width: 524px;
	float: left;
	background: url(../images/bg-dott.gif) bottom repeat-x;
	padding-bottom: 10px;
}

#inner .innerNewsMainR a {
	color: #505050;
}

#inner .innerNewsMainR a:hover {
	color: #000;
}
/* inner ends */

/* formDisplay starts */
#formDisplay {
	width: 658px;
}

#formDisplay h2 {
	font-size: 14px;
	font-weight: normal;
	color: #000;
	margin-bottom: 15px;
	line-height: 12px;
}

#formDisplay .fdInpTxt {
	width: 249px;
	height: 22px;
	background: url(../images/bg-loginInpTxt.gif) top repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #efefef;
	padding: 8px 6px 0px 6px;
}

#formDisplay .fdInpTxtP {
	width: 449px;
	height: 22px;
	background: url(../images/bg-loginInpTxt.gif) top repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #efefef;
	padding: 8px 6px 0px 6px;
}

#formDisplay .fdInpTxtarea {
	width: 349px;
	height: 122px;
	background: url(../images/bg-loginInpTxt.gif) top repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #efefef;
	padding: 8px 6px 0px 6px;
}

#formDisplay .fdInpTxtareaP {
	width: 500px;
	height: 122px;
	background: url(../images/bg-loginInpTxt.gif) top repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #efefef;
	padding: 8px 6px 0px 6px;
}

#formDisplay .fdSelect {
	background: url(../images/bg-loginInpTxt.gif) top repeat-x #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #efefef;
	padding: 4px 6px 4px 6px;
}

#formDisplay .fdHolder {
	background: url(../images/bg-dott.gif) bottom repeat-x;
	width: 658px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#formDisplay .fdMain {
	width: 658px;
	margin-bottom: 10px;
}

#formDisplay .fdMainL {
	width: 124px;
	float: left;
	margin-right: 10px;
	padding-top: 8px;
}

#formDisplay .fdMainR {
	width: 524px;
	float: left;
}

/* --------------------------------------------*/

input[type=text]{
	width: 249px;
	height: 22px;
	background: url(../images/bg-loginInpTxt.gif) top repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #efefef;
	padding: 8px 6px 0px 6px;
}
input[type=file]{
	width: 249px;
	height: 22px;
	background: url(../images/bg-loginInpTxt.gif) top repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #efefef;
	padding: 8px 6px 0px 6px;
}
input[type=password]{
	width: 249px;
	height: 22px;
	background: url(../images/bg-loginInpTxt.gif) top repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #efefef;
	padding: 8px 6px 0px 6px;
}


textarea{
	width: 349px;
	height: 122px;
	background: url(../images/bg-loginInpTxt.gif) top repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #efefef;
	padding: 8px 6px 0px 6px;
}


select {
	background: url(../images/bg-loginInpTxt.gif) top repeat-x #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #efefef;
	padding: 4px 4px 4px 4px;
	height:22px;
}

.input_textbox {
	background: url(../images/bg-loginInpTxt.gif) top repeat-x #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #efefef;
	padding: 4px 4px 4px 4px;
	height:22px;
}


/* formDisplay ends */
/* --------------------- Inner Pages ends ------------------------- */

/* pmiCourse starts */
#pmiCourse {
	width: 600px;
	display: block;
}

#pmiCourse p {
	margin-bottom: 10px;
	line-height: 16px;
}

#pmiCourse ul {
	list-style-type: none;
	margin-left: 20px;
}

#pmiCourse li {
	background: url(../images/bullet-004.gif) left no-repeat;
	background-position: 0 5px;
	list-style-type: none;
	padding-left: 15px;
	margin-bottom: 5px;
}

#pmiCourse ul li li {
	background: url(../images/bullet-008.gif) left no-repeat;
	background-position: 0 5px;
	list-style-type: none;
	padding-left: 15px;
	margin-bottom: 5px;
}

#pmiCourse h3 {
	background: url(../images/bg-bottom.gif) bottom repeat-x;
	font-family: "fonce Sans", "Trebuchet MS";
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 5px;
	padding-bottom: 5px;
	display: block;
}

#pmiCourse .pcHolder {
	width: 600px;
	display: block; 
	margin-bottom: 15px;
}

#pmiCourse .pcHolderL {
	width: 100px;
	margin-right: 15px;
	display: block;
	float: left;
	font-weight: bold;
}

#pmiCourse .pcHolderR {
	width: 485px;
	display: block;
	float: left;
}

#pmiCourse .pcHolderR .picHolder {
	width: auto;
	height: auto;
	padding: 2px;
	border: 1px solid #efefef;
	margin-right: 10px;
	float: left;
	display: block;
}

#pmiCourse img {
	width: auto;
	height: auto;
	padding: 2px;
	border: 1px solid #efefef;	
	display: block;
}
/* pmiCourse ends */
.entry {
	width: 630px;
	background: #ffffff;
	padding:8px;
	border:1px solid #bbbbbb;
	margin:5px auto;
	-moz-border-radius:8px;
}





