/* General
*******************************************************************************/
* { padding: 0; margin: 0; }

body {
	font: 76% Arial, Verdana, Helvetica, sans-serif;
	font-size: 75%;
}
a:link, a:active, a:visited {
	color: #339999;
	text-decoration: underline;
	font-size:1em;
}
a:visited{
	color: #CCCCCC;	
} 
a:hover { 
	color: #336633; 
	text-decoration: none; 
}
#cntrdLink a{
	text-align:center;
}
.centeredTitle{
	text-align:center;
	font-weight:bold;
}
.drkTitle{
	color: #666666;
} 
.hide { 
	display: none; 
}
.bold{
	color: #666666;
	font-weight:bold;
}
.boldCenter{
	text-align:center;
	color: #666666;
	font-weight:bold;
}
.courseLink{
	color: #339999;
	font-weight:bold;
	background-image:url(../images/common/h2GrnBar.gif);
	background-position: left;
	background-repeat:no-repeat;
}
.article{
	background-image:url(../images/common/1pxGry.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	padding-bottom: 4px;
}
a.btnSml:link, a.btnSml:active, a.btnSml:visited, a.btnSml:hover {
	padding: 3px 10px 10px 10px;
	margin: 0 6px 0 0;
	width: 79px;
	height: 19px;
	font-size:1em;
	color: #666666;
	text-decoration:none;
	background-image: url(../images/common/btnBookCrseOff.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: compact;
}
a.btnLrg:link, a.btnLrg:active, a.btnLrg:visited, a.btnLrg:hover {
	padding: 3px 22px 10px 17px;
	margin: 0 6px 0 0;
	width: 110px;
	height: 19px;
	font-size:0.9em;
	color: #666666;
	font-weight:bold;
	text-decoration:none;
	background-image: url(../images/buttons/lrgBtn_off.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.titleEmphasis{
	color: #6699CC;
	font-weight: bold;
}
.titleEmphasisDark{
	color: #666;
	font-weight: bold;
}
a.btnSml:hover{
	background-image: url(../images/common/btnBookCrseOn.gif);
}
a.btnLrg:hover{
	background-image: url(../images/buttons/lrgBtn_on.jpg);
}
/* Layout
*******************************************************************************/
#pagewidth { 
	 margin: 0 auto;
	 width: 760px;
}
#faux {
	 background-image:url(../images/common/lftColBg.gif);
	 background-repeat: repeat-y;
	 margin-bottom: 0px;
	 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
	 width: 100%
}
#leftcolumn { 
	 display: inline;
	 color: #333;
	 margin: 0px;
	 padding: 0px;
	 width: 291px;
	 float: left;
}
#rightcolumn { 
	 float: right;
	 color: #333;
	 margin: 0px;
	 padding: 0px;
	 width: 469px;
	 display: inline;
	 position: relative;
}
#weclome{
	width:448px;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom:10px;
}
#frmSent{
	margin-left: 10px;
}
#courseList
{
	width: 235px;
	margin-left: 56px;
}
#topNav {
	width:448px;
	float: right;
	margin: 0 0 0 0;
	padding: 0;
	margin-bottom:10px;
}
#articles, #srchResults
{
	width:448px;
	padding-top:10px;
	margin-left: 10px;
	margin-right: 10px;
	background-image:url(../images/common/1pxGry.gif);
	background-repeat:repeat-x;
	background-position:top;
}
#leftArticle, #courseOutCome
{
	background-image:url(../images/common/1pxGry.gif);
	background-repeat:repeat-y;
	background-position:right;
	margin-right:10px;
	float:left;
	width:214px;
}
#courseOutComeNoLine{
	background-image:none;
}

#rghtArticle, #courseContent
{
	margin-left:0;
	float:right;
	width:210px;
}
#footer { 
 	width: 760px;
	min-height: 64px;
 	clear: both;
 	padding-top:28px;
	text-align:center;
	clear:both;
	background-image:url(../images/common/footerBg.jpg);
	background-repeat:repeat-x;
}
#img{
	width:161px;
	margin: 50px 0 0 0;
	padding:0;
	float:right;
}
#txt{
	float:left;
	width:287px;
}
.clear { clear: both; background: none; }
/* Forms
*******************************************************************************/
label,input {
	font: 0.8em "Trebuchet MS", "Helvetica", "Arial", "Verdana", sans-serif;
	display: block;
	width: 22em;
	float: left;
	margin-bottom: 0.4em;
}
label {
	text-align: left;
	width: 15em;
	padding-right: 1em;
	margin-left: 10px;
}
#frmMainCol br {
	clear: left;
}
#frmMainCol h3{
	margin: 5px 0 5px 10px;
}
#frmMainCol dt {
	padding-left: 0.5em;
	padding-right: 0.5em;
	color: #666;
}
#frmMainCol dd {
	margin: 0 0 0.9em 0;
	padding-top: 0em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 2em;
	color: #666666;
}
input.txt {
	font-size:0.9em;
	color: #575757;
	border: 1px solid #ddd;
	padding-left: 0.2em;
}
input.txt:focus {
	color: #000;
	border: 1px solid #585858;
}
input.srchTxt {
	width: 14em;
	font-size: 0.9em;
	color: #575757;
	border: 1px solid #ddd;
	padding-left: 0.2em;
}
input.srchTxt:focus {
	color: #000;
	border: 1px solid #585858;
}
textarea.txt {
	font-size: 0.9em;
	color: #575757;
	border: 1px solid #ddd;
	padding-left: 0.2em;
}
textarea.txt:focus {
	color: #000;
	border: 1px solid #585858;
}
select {
	font: 0.8em "Trebuchet MS", "Helvetica", "Arial", "Verdana", sans-serif;
	color: #575757;
	border: 1px solid #ddd;
	margin-bottom: 0.3em;
}
select:focus {
	color: #000;
	border: 1px solid #585858;
}
.btnPost {
	clear: both;
	border: none;
	width: 110px;
	margin-top: -0.1em;
	margin-left: 0.8em;
	padding-top: 0.1em;
}
/* Top Navigation
*******************************************************************************/
#topNav ul{
	margin-top: 0;
}
#topNav li {
	display: inline;
	list-style: none;
}
#topNav a{
	float: left;
	margin: 0 0px 12px 0px;
	padding: 20px 14px 6px 10px;
	border-left: 1px solid #CCCCCC;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	color: #6699CC;
	background-image:url(../images/common/h2GrnBar.gif);
	background-repeat: no-repeat;
	background-position: 5px 22px;
}
#topNav a.active, #topNav a:hover {
	color: #339933;
}
/* Right Column
*******************************************************************************/
#rightcolumn h2, #rightcolumn p{
	color: #333333;
	font-size: 0.9em;
}
#rightcolumn p{
	margin: 10px 0 10px 0px;
}
#frmMainCol p{
	margin-left: 10px;
}
#rightcolumn h2{
	padding: 0 0 0 6px;
	font-size:1.2em;
	color: #6699CC;
	background-image:url(../images/common/h2GrnBarMain.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
}
#rightcolumn h3{
	padding: 0 0 0 5px;
	font-weight:bold;
	font-size:1.0em;
	color: #6699CC;
	background-image:url(../images/common/h2GrnBar.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
}
#rightcolumn h4{
	padding: 0 0 0 0px;
	margin:0 0 6px 0;
	font-size:1.0em;
	font-weight:bold;
	color: #6699CC;
}
#courseOutCome ul, #courseContent ul, #courseOutComeNoLine ul{
	margin:10px 8px 8px 0;
	padding:0 0 10px 0;
	font-size: 0.9em;
	list-style: none;
}
#courseOutCome li, #courseContent li, #courseOutComeNoLine li{
	margin: 5px 0 5px 0;
	background-image:url(../images/common/grnSq.gif);
	background-position: 0 5px;
	background-repeat:no-repeat;
	padding-left: 8px;
}
#leftArticle ul{
	margin:14px 8px 8px 0;
	padding:0 0 10px 0;
	list-style: none;
	color: #333333;
	font-size: 0.9em;
	background-image: url(../images/common/1pxGry.gif);
	background-repeat:repeat-x;
	background-position: bottom;
}
#leftArticle p, #courseOutCome p, #courseOutComeNoLine {
	margin: 6px 6px 0 0;
}
#leftArticle li{
	margin: 2px 0 2px 0;
}
#leftArticle li.centered
{
	text-align:center;
	margin-top: 10px;
}
/* welcome
*/
#weclome li{
	display: inline;
	list-style: none;
}

/* pageLftCol
*******************************************************************************/
#leftcolumn h2{
	padding: 0 0 0 5px;
	font-size:1.0em;
	color: #6699CC;
	margin-left: 55px;
	background-image:url(../images/common/h2GrnBar.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
}
#leftcolumn ul{
	margin:10px 10px 10px 56px;
	padding:0 0 14px 0;
	list-style: none;
	color: #333333;
	font-size: 0.9em;
	/*background-repeat:repeat-x;
	background-position: bottom;*/
}
#leftcolumn li{
	margin-bottom: 3px;
}
.smallHeader{
	font-weight:bolder;
}
/* Credientials
*******************************************************************************/
#c-cieh a{
	margin-left: 48px;
	width: 244px;
	height: 83px;
	float: left;
	background: url(../images/buttons/ciehCrefOff.gif);
	background-position: 0 0;
}
#c-cieh  a:hover{
	background: url(../images/buttons/ciehCrefOn.gif);
}
#c-training a{
	margin-left: 48px;
	width: 244px;
	height: 83px;
	float: left;
	background: url(../images/buttons/trainingCrefOff.gif);
	background-position: 0 0;
}
#c-training  a:hover{
	background: url(../images/buttons/trainingCrefOn.gif);
}
#c-ukata a{
	margin-left: 48px;
	width: 244px;
	height: 83px;
	float: left;
	background: url(../images/buttons/ukataCredOff.gif);
	background-position: 0 0;
}
#c-ukata  a:hover{
	background: url(../images/buttons/ukataCredOn.gif);
}
#c-invicta a{
	margin-left: 48px;
	width: 244px;
	height: 83px;
	float: left;
	background: url(../images/buttons/invictaCrefOff.gif);
	background-position: 0 0;
}
#c-invicta  a:hover{
	background:url(../images/buttons/invictaCrefOn.gif);
}
/*Course List
*******************************************************************************/
.courseLink{
	color: #6699CC;
	font-weight:bold;
	background-image:url(../images/common/grnSq.gif);
	background-position: left;
	background-repeat:no-repeat;
	padding-left: 8px;
}
#courseList a:link, #courseList a:active, #courseList a:visited {
	color: #666666;
	font-weight:bold;
	text-decoration: none;
	font-size:1em;
}
#courseList a:hover { 
	color: #6699CC; 
}
#courseList ul{
	margin-left: 0;
}
/* Search Page
*******************************************************************************/
#srchResults{
	clear:both;
}

#srchRsltBr, #srchRsltBtmBr {
	background-image:url(../images/srch/topRsltsBg.gif);
	background-repeat:no-repeat;
	margin-top:10px;
	clear:both;
}
#srchRsltBtmBr{
	margin-top: 12px;
	margin-bottom: 12px;
}
#srchRsltBtmBr li {
	text-decoration: none;
	display:inline;
}
#srchResults h3{
	background-image:none;
	padding: 0;
}
#srchResults p{
	margin-top: 5px;
	padding:0;
}
#srchRsltBr p, #srchRsltBtmBr ul {
	padding: 4px 8px 4px 8px;
	margin-top: 2px;
}
#srchRsltBtmBr ul, .srchLink {
	text-align: right;
}
#srchResults dl {
	margin-top:12px;
	margin-bottom: 5px;
}
#srchResults dt, #srchResults dd {
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 2px;
	clear:both;
}
#srchResults dt {
	background:url(../images/srch/rsltItemTop.gif);
	background-position:top;
	padding-top: 5px;
}
#srchResults dd {
	background:url(../images/srch/rsltItemBtm.gif);
	background-position:bottom;
}
/*footer
*******************************************************************************/
#footer ul{
	background:none;
}
#footer li {
	display: inline;
	list-style: none;
}
#footer a{
	margin:0px 0px 12px 0px;
	padding: 0px 14px 20px 10px;
	border-left: 1px solid #FFFFFF;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
#footer a.active, #footer a:hover {
	color: #339933;
}
