﻿/* GENERAL
------------------------------ */
html, body {
	margin: 0;
	padding: 0;
}
body {
	background: #88AD8C url(http://img.cgck.org/images/background.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
}
  @font-face
  {
    src: URL(http://img.cgck.org/fonts/BellCSub.ttf) format(TrueType);
    font-family: BellCent SubCap BT;
    font-weight: 100;
  }
  @font-face
  {
    src: URL(http://img.cgck.org/fonts/AGaramondPro-Bold.otf) format(OpenType);
    font-family: Adobe Garamond Pro;
    font-weight: bold;
  }
  @font-face
  {
    src: URL(http://img.cgck.org/fonts/AGaramondPro-Regular.otf) format(OpenType);
    font-family: Adobe Garamond Pro;
    font-weight: normal;
  }

img {
	border: 0;
}
a:link, a:active, a:visited {
	color: #3399FF; 
	text-decoration: underline; 
}
a:hover { 
	color: #79a744;
	text-decoration: none;
}

.transparent_class {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

h1 {
	font-family: "BellCent SubCap BT", Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 30px;
	font-weight:normal;
	color: #555555;
	margin: 0 0 20px 0;
	padding: 0;
}
h1 span {
	font-family: "Adobe Garamond Pro", "Times New Roman", Times, serif;
	font-size: 30px;
	line-height: 30px;
	font-weight:normal;
	margin: 0 0 20px 0;
	padding: 0;
	color: #65941A;
}
h1.sub {
	font-family: "BellCent SubCap BT", Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 35px;
	font-weight:normal;
	color: #555555;
	margin: 0 0 20px 0;
	padding: 0;
	float:left;
	width:175px;
}
h1.sub span {
	font-family: "Adobe Garamond Pro", "Times New Roman", Times, serif;
	font-size: 30px;
	line-height: 35px;
	font-weight:normal;
	margin: 0 0 20px 0;
	padding: 0;
	color: #65941A;
}
h2 {
	font-family: "BellCent SubCap BT", Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight:normal;
	color: #555555;
	margin: 0 0 20px 0;
	padding: 0;
}
h2 span {
	font-family: "Adobe Garamond Pro", "Times New Roman", Times, serif;
	font-size: 21px;
	font-weight:normal;
	color: #65941A;
	margin: 0 0 20px 0;
	padding: 0;
}
h2.sub {
	font-family: "BellCent SubCap BT", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 38px;
	font-weight:normal;
	color: #555555;
	margin: 0 0 20px 0;
	padding: 0;
	float:left;
	text-align:right;
	width:540px;
}
h2.head {
	font-family: "BellCent SubCap BT", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 38px;
	font-weight:normal;
	color: #555555;
	margin: 0 0 20px 0;
	padding: 0;
	float:left;
	text-align:left;
}
h2.head span {
	font-family: "BellCent SubCap BT", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 38px;
	font-weight:normal;
	color: #65941A;
	margin: 0 0 20px 0;
	padding: 0;
	text-align:left;
}
h3 {
	font-family: "BellCent SubCap BT", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:normal;
	color: #555555;
	margin: 10px 0;
	padding: 0;
}
h3.large {
	font-family: "Adobe Garamond Pro", "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight:normal;
	color: #555555;
	margin: 0;
	padding: 0;
}
h3 span {
	font-family: "Adobe Garamond Pro", "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight:bold;
	color: #65941A;
	margin: 10px 0;
	padding: 0;
}
h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #494738;
	margin: 10px 0;
	padding: 0;
}
div.dotsHR {
	margin:0 auto;
	margin-top:20px;
	margin-bottom:20px;
	background: url(http://img.cgck.org/images/dotsHR.png) repeat-x;
	height:13px;
	width:715px;
}
div.dotsLT {
	margin:0 auto;
	background: url(http://img.cgck.org/images/dotsLT.png) repeat-x;
	height:13px;
	width:655px;
}
div.dotsHRshort {
	margin:0 auto;
	background: url(http://img.cgck.org/images/dotsHRsm.png) repeat-x;
	height:1px;
	width:715px;
}
div.dotsHRsm {
	margin:0 auto;
	margin-top:2px;
	margin-bottom:2px;
	background: url(http://img.cgck.org/images/dotsHR.png) repeat-x;
	height:13px;
	width:180px;
}
div.dotsVR {
	margin:auto 0;
	background: url(http://img.cgck.org/images/dotsVR.png) repeat-y;
	width:13px;
	height:auto;
}
hr.nospace {
	margin:0 auto;
	margin-top:0px;
	margin-bottom:0px;
	border: 0;
	border-bottom: 1px solid #fff;
	color:#dcdcc7;
	background-color:#dcdcc7;
}
.vr {
	height: 100%;
	margin: 0 5px;
	width: 1px;
	background-color: #dcdcc7;
	border-right: 1px solid #fff;
	float: left;
}
.clear {
	clear:both;
}
.fr {
	float:right;
}
.fl {
	float:left;
}
.gap {
	height:25px;
}
.gapX2 {
	height:40px;
}
.gapHalf {
	height:15px;
}
.tac {
	text-align:center;
}
input.submit {
	background:url(http://img.cgck.org/images/btnSubmit.jpg); 
	width:77px; 
	height:25px; 
	font:normal 16px Arial, Helvetica, sans-serif; 
	line-height:23px;
	vertical-align:middle; 
	color:#FFF; 
	border:0; 
	margin:0 0 10px 0; 
	padding:0 0 5px 0;
}
input.start {
	background:url(http://img.cgck.org/images/btnPgmSteps.png); 
	width:200px; 
	height:25px; 
	font:normal 16px Arial, Helvetica, sans-serif; 
	line-height:23px;
	vertical-align:middle; 
	color:#FFF; 
	border:0; 
	margin:0 0 10px 0; 
	padding:0 0 5px 0;
}
input.pagingL {
	background:url(http://img.cgck.org/images/btnPaging.gif); 
	width:195px; 
	height:25px; 
	font:normal 16px Arial, Helvetica, sans-serif; 
	line-height:23px;
	vertical-align:middle; 
	color:#FFF; 
	border:0; 
	margin:0 0 10px 0; 
	padding:0 0 5px 0;
	text-align:center;
	cursor:pointer
}
input.pagingR {
	background:url(http://img.cgck.org/images/btnPaging.gif); 
	width:195px; 
	height:25px; 
	font:normal 16px Arial, Helvetica, sans-serif; 
	line-height:23px;
	vertical-align:middle; 
	color:#FFF; 
	border:0; 
	margin:0 0 10px 0; 
	padding:0 0 5px 0;
	text-align:center;
	cursor:pointer
}


/* MAIN
------------------------------ */
#mainContainer {
	width: 765px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	padding: 0 0 0 10px;
}
.header {
	padding:0 0 10px 0;
	width:715px;
}
#logo {
	float: left;
	text-align: left;
}

/*
#navigation {
	margin: 5px 5px 0 0;
	float: right;
	text-align: right;
}*/
#contentTop {
	height: 25px;
	background: url(http://img.cgck.org/images/contenttop.png) no-repeat;
	width:765px;
}
.contentBody {
	background: #FBFBF7 url(http://img.cgck.org/images/contentbody.png) repeat-y left top;
	width:715px;
	padding: 5px 25px;
	text-align: left;
}

.bold {font-weight:bold}

/*
.contentBody a:link, #contentBody a:active, #contentBody a:visited {
	color: #3399FF; 
	text-decoration: underline;
	font-weight: normal;
}*/
.contentBody a:hover { 
	color: #3399FF;
	text-decoration: none;
	font-weight: normal;
}
#contentBottom {
	height: 25px;
	background: url(http://img.cgck.org/images/contentbottom.png) no-repeat;
	width:765px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #E4EDE6;
	padding: 10px 0 25px 0;
	text-align: center;
}
#contentLeft {
	width: 160px;
	float: left;
}
#contentSep {
	width: 13px;
	float: left;
}
/*
#contentLeft li {
	margin-bottom: 10px;
}*/
#contentRight {
	width: 520px;
	float: right;
}

/* NAVIGATION 
------------------------------ */

	/* Main Navigation */
#nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin:0;
}
#nav li {
	display: block;
	float: left;
	padding: 0 5px;
}
#nav a:link, #nav a:visited, #nav a:active {
	color: #555555;
	text-decoration: none;
	font-weight: normal;
}
#nav a:hover {
	color: #7BA400;
	text-decoration: underline;
	font-weight: normal;
}
#navCurrent a:link, #navCurrent a:visited, #navCurrent a:active {
	color: #7BA400;
	text-decoration: underline;
	font-weight: normal;
}
#navCurrent a:hover {
	color: #7BA400;
	text-decoration: none;
	font-weight: normal;
}

	/* Subpage Left Navigation
#leftnav {
	font:bold 13px Arial, Helvetica, sans-serif;
	line-height: 30px;
	list-style: none;
	padding: 0;
	margin: 0;
	width:160px;
	float:left;
}
#leftnav li {
	display: block;
	text-align:left;
	margin: 0;
	padding: 0 10px;
}
#leftnav a:link, #leftnav a:visited, #leftnav a:active {
	color: #666666;
	font-weight:bold;
	text-decoration: none;
}
#leftnav a:hover {
	text-decoration: underline;
	color: #79a744;
}
#leftnavCurrent {
	color: #7BA400;
	text-decoration: none;
	background: #f3f3e9;
}
#leftnavCurrent a:link, #leftnavCurrent a:visited, #leftnavCurrent a:active {
	color: #7BA400;
	font-weight:bold;
	text-decoration: none;
}
#leftnavCurrent a:hover {
	color: #7BA400;
	text-decoration: underline;
}
#subnav {
	font:bold 12px Arial, Helvetica, sans-serif;
	line-height: 15px;
	padding:0 0 0 10px;
	margin: 0;
	width:150px;
	float:left;
}
#subnav li {
	display: block;
	list-style:none;
	text-align:left;
	margin-bottom: 5px;
	padding:0;
}
#subnav a:link, #subnav a:visited, #subnav a:active {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
#subnav a:hover {
	color: #79a744;
	text-decoration: underline;
	font-weight: bold;
}
#subnavCurrent {
	color: #79a744;
	text-decoration: none;
	font-weight: bold;
}
#subnavCurrent a:link, #subnavCurrent a:visited, #subnavCurrent a:active {
	color: #79a744;
	text-decoration: none;
	font-weight: bold;
}
#subnavCurrent a:hover {
	color: #79a744;
	text-decoration: underline;
	font-weight: bold;
}
#levelnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	width:140px;
	margin-left:17px;
	float:left;
}
#levelnav li {
	display: block;
	list-style:none;
	text-align: left;
	margin-bottom: 5px;
	padding:0;
}
#levelnav a:link, #levelnav a:visited, #levelnav a:active {
	color: #888888;
	text-decoration: none;
	font-weight: bold;
}
#levelnav a:hover {
	color: #79a744;
	text-decoration: underline;
	font-weight: bold;
}
#levelnavCurrent {
	color: #79a744;

	font-weight: bold;
}
#levelnavCurrent a:link, #levelnavCurrent a:visited, #levelnavCurrent a:active {
	color: #79a744;
	text-decoration: underline;
	font-weight: bold;
}
#levelnavCurrent a {
	color: #79a744;
	text-decoration: underline;
	font-weight: bold;
}
#levelnavCurrent a:hover {
	color: #79a744;
	text-decoration: none;
	font-weight: bold;
}




 FOOTER
------------------------------ */
.footernav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	line-height: 12px;
	color: #E4EDE6;
}
.footernav {
	padding: 5px 0;
	margin: 0;
}
.footernav li {
	display: inline;
	text-align:center;
	margin-top: 0;
	padding: 0 5px;
}
.footernav a:link, .footernav a:visited, .footernav a:active {
	color: #FBFBF7;
	text-decoration: underline;
	font-weight: normal;
}
.footernav a:hover {
	color: #E4EDE6;
	text-decoration: none;
	font-weight: normal;
}
#copyright {
	color: #E4EDE6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
}
sup {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight:normal;
}






/* MISC.
------------------------------ */
#leadIn {
	font-size: 14px;
	line-height: 130%;
}
#orderPhone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	float: left;
}
#mainContent{
	font-size: 12px;
	line-height: 135%;
}



/* EDUCATION
------------------------------ */
#education {
	list-style:none; 
	margin-left:0; 
	padding-top:0px; 
	padding-left:1em; 
	line-height:175%;
	}
#education li, #educatSide li {
	background-image:url(http://img.cgck.org/images/edBullet.png);
	background-position:0 10%;
	background-repeat:no-repeat;
	padding:0 0 0 20px;
	margin-bottom:5px;
	border-bottom:dashed 0px #ccc;
	padding-bottom:10px;
	margin-left:0;
	}
#education li div, #eduLink li div, #educatSide li div {
	font:normal 12px arial,helvetica;
	}
#educatSide li div {
	margin-top:3px;
	}
#eduLink {
	list-style:none; 
	margin-left:0; 
	padding-top:0px; 
	padding-left:1em;
	line-height:13px;
	}
#edSide {
	list-style:none; 
	margin-left:0; 
	padding-top:0px; 
	padding-left:0; 
	line-height:13px;
	}
#edSide li, #eduLink li {
	background-image:url(http://img.cgck.org/images/edBullet.png);
	background-position:0 10%;
	background-repeat:no-repeat;
	padding:0 0 0 20px;
	margin-bottom:5px;
	border-bottom:dashed 0px #ccc;
	padding-bottom:5px;
	margin-left:0;
	}
#educatSide {
	list-style:none; 
	margin-left:0; 
	padding-top:0px; 
	padding-left:0; 
	line-height:15px;
	}
.certIcon {
	margin:5px 10px 10px 0;
}
h2#edHead {
	height:38px;
	width:715px;
}
h2#edHead div {
	font-family: "Adobe Garamond Pro", "Times New Roman", Times, serif;
	font-size: 21px;
	line-height:38px;
	font-weight:normal;
	color: #FFF;
	margin:0;
	padding:0;
	margin-left:10px;
}
h1.ed {
	font-family: "Adobe Garamond Pro", "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight:normal;
	margin: 15px 0 5px 0;
	padding: 0;
	color: #65941A;
}
h2.ed {
	font-family: "Adobe Garamond Pro", "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight:bold;
	color: #555555;
	margin: 8px 0 3px 0;
	padding: 0;
}
h3.ed {
	font-family: "Adobe Garamond Pro", "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight:bold;
	color: #65941A;
	margin: 4px 0 0 0;
	padding: 0;
}
h4.ed {
	font-family: "Adobe Garamond Pro", "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight:bold;
	color: #555555;
	margin: 8px 0 3px 0;
	padding: 0;
}
div.article p {
	padding:0;
	margin:0 0 10px 0;
}
span.learn {
font-size:11px;	
}
.dataBar {width:120px; margin-left:20px; border-left:1px solid #ccc; padding-left:20px; float:left}
.dataBar DIV {float:left;}
.dataBar DIV DIV {line-height:12px;padding-top:10px}
#productTable {border-right:1px solid #666; border-bottom:1px solid #666}
#productTable TR TD {border-left:1px solid #666; border-top:1px solid #666}

#productTable tr td {font:11px arial;}
#productTable tr td.header {font:bold 10px arial; background-color:#ccc;}
#productTable tr td.sub {font:normal 10px arial; background-color:#ccc;}



.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	color:#000;
	width:500px;
	margin-bottom:2px;
	margin-top:2px;
	padding-left:5px;
	padding-top:2px;
	background-image:url('http://img.cgck.org/images/expandBar.gif');
	background-repeat:repeat-x;
	background-position:top right;	
	height:18px;
	border:1px solid #62703b;
	border-bottom:1px solid #4a761f;
	font:bold 10px verdana;
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	border:1px solid #62703b;
	background-color:#ffff99;
	width:500px;
	font-size:13px;
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:1px;
	font-size:0.9em;	
	position:relative;
}

.RadTreeView UL LI {font:10px arial}
#navigation DIV UL LI DIV A {font:10px arial}

