/* Style structure by Ivanob */

/* global */

*{
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	min-height: 100%;
}

body {
	height: 100%;
	min-height: 100%;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
}

td {
	font-size: 12px;
}


h1 {
	font-size: 24px;
	line-height: 26px;
}

h2 {
	font-size: 18px;
	line-height: 20px;
}

h3 {
	font-size: 16px;
	line-height: 18px;
}

h4 {
	font-size: 14px;
	line-height: 16px;
}

h5 {
	font-size: 12px;
	line-height: 16px;
}

h6 {
	font-size: 10px;
	line-height: 12px;
}

ul {
	list-style-type: disc;
	margin: 0 0 0 14px;
}

li {
	
}

a {
	text-decoration: underline;
	color: #c6460d;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

p {
	padding: 0 0 15px 0;
}


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.clearAll {
	width: 100%;
	height: 0;
	overflow: hidden;
	clear: both;
}

.block {
	padding: 10px;
}

/* end global */


/* basic */

.inner-holder {
	background: #fff url(../images/bg_body_in.gif) repeat-x 0 0;
	width: 100%;
	float: left;
	padding-bottom: 30px;
}

.home-holder {
	background: #000 url(../images/bg_body.gif) repeat-x 0 0;
	width: 100%;
	float: left;
	padding-bottom: 30px;
}

.training-holder {
	background: #566d71 url(../images/bg_body_training.gif) repeat-x 0 0;
	width: 100%;
	float: left;
	padding-bottom: 30px;
}

#wrap {
	margin: auto; 
	width: 828px;
	text-align: left;
}

#header {
	height: 158px;
	width: 100%;
	padding-top: 5px;
	overflow: hidden;
}

.inner-holder #header {
	height: 124px;
	width: 100%;
	padding-top: 5px;
}

#content {
	width: 100%;
	float: left;
	background: #fff;
}

.inner-holder #content {
	width: 100%;
	float: left;
	background: url(../images/bg_content.gif) #fff repeat-y;
	margin: 16px 0;
}

#footer {
    clear: both;
	width: 100%;
}

/* end basic */


/* header */

.topNav {
	height: 33px;
}

.topics {
	width: 655px;
	float: left;
	height: 33px;
	padding-left: 9px;
}

.topics a {
	float: left;
	padding: 10px 9px 0 9px;
	height: 23px;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}

.topics a:hover, .topics a.active {
	text-decoration: none;
	background: #c6460d;
}

.minorNav {
	width: 164px;
	float: left;
	height: 33px;
	color: #fff;
}

.minorNav a {
	float: left;
	padding: 10px 0 0 0;
	height: 23px;
	color: #fff;
	font-size: 11px;
	text-decoration: none;
}

.minorNav a:hover {
	text-decoration: underline;
}

.minorNav span {
	float: left;
	padding: 9px 5px 0 5px;
	height: 26px;
	color: #fff;
	font-size: 11px;
}

.minorNav span.noFloat {
	float: none;
	padding: 0;
	height: auto;
	color: #fff;
	font-size: 11px;
}

.bottomHeader {
	height: 125px;
	position: relative;
}

.logo {
	padding: 20px 0 0 8px;
	width: 343px;
	float: left;
}

.logoIn {
	padding: 17px 0 0 8px;
	width: 234px;
	float: left;
}

.headTitle {
	width: 477px;
	float: left;
	text-align: center;
	font-size: 18px;
	color: #4a221b;
	padding-top: 65px;
}

.inner-holder .headTitle {
	width: 440px;
	float: left;
	text-align: center;
	font-size: 16px;
	color: #4a221b;
	padding-top: 49px;
	font-weight: bold;
}

#formSearch {
	display: none;
}

.search {
	position: absolute;
	right: 5px;
	top: 11px;
}

.searchText {
	background: #cad8dc;
	border: none;
	border-left: 1px solid #919b9e;
	border-bottom: 1px solid #919b9e;
	border-top: 1px solid #dde9ec;
	border-top: 1px solid #right;
	padding: 1px 4px;
	width: 196px;
}

/* end header */



/* content */

.flash {
	width: 828px;
	height: 213px;
	margin-bottom: 10px;
	overflow: hidden;
}

.callouts {
	padding: 11px 0;
	font-size: 11px;
}

.callouts .box {
	width: 184px;
	padding: 0 11px;
	float: left;
}

.callouts .wide {
	width: 356px;
}

.callouts .narrow {
	width: 178px;
}

.callouts .medium {
	width: 225px;
}

.callouts .vSeparator {
	width: 1px;
	float: left;
	background: url(../images/v_dott.gif) repeat-y;
	height: 300px;
}

.callouts .hSep {
	display: block;
	padding-bottom: 5px;
}

.callouts .hSep1 {
	display: block;
	padding-top: 12px;
}

.callouts a {
	color:#000;
}

.callouts a:hover {
	color:#000;
}


.callouts ul{
	margin-bottom:8px;
}

.box-title {
	font-size: 11px;
}

.imgPad {
	padding-bottom: 18px;
}

.new a {
	color: #000;
}

.newTitle {
	color: #879622;
	text-transform: uppercase;
	font-weight: bold;
	padding-right: 3px;
}

.light {
	color: #8e8686;
}

.follow * {
	vertical-align: middle;
}

.follow a {
	padding: 0 3px;
}

.leftColumn {
	float: left;
	width: 130px;
	padding: 0 8px;
}

.middleColumn {
	float: left;
	width: 444px;
	padding: 0 15px;
}

.rightColumn {
	float: right;
	width: 200px;
	padding: 0 4px;
	overflow: hidden;

}

.rightColumn .block {
	padding: 10px 6px;
} 

.leftNav li {
	float: left;
}

.leftNav a {
	display: block;
	padding: 10px;
	color: #566d71;
	text-decoration: none;
	font-weight: bold;
	float: left;
	width: 110px;
}

.leftNav {
	margin: 0;
	list-style: none;
}

.leftNav a:hover, .leftNav a.active {
	background: #f8cb7b url(../images/bg_left_nav.gif) repeat-x bottom;
}

.page-title {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
		font-size: 50px;
	font-weight: bold;
	line-height: 60px;
	padding-bottom: 0px;
	border-bottom: 1px solid #849324;
	margin-bottom: 20px;
	margin-top: 10px;
}

.page-title1 {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 35px;
	font-weight: bold;
	line-height: 45px;
	padding-bottom: 5px;
	border-bottom: 1px solid #849324;
	margin-bottom: 10px;
}

.darkBlue {
	color: #566d71;
}

.green {
	color: #93a13f;
}

.noBorder {
	border: none;
}

.img6 {
	margin: 3px 0 10px 0;
}

.right-title {
	margin-bottom: 10px;
	font-size: 14px;
}

.green-title {
	color: #849324;
	font-size: 14px;
	margin-bottom: 3px;
}

.rightColumn ul {
	margin-bottom: 20px;
	line-height: 18px;
}

.rightColumn ul a {
	color: #000;
}

.by {
	height: 34px;
	overflow: hidden;
}

ul.staff {
	margin: 0;
	background: #dddddd;
	padding: 14px 12px 22px 12px;
	list-style: none;
	border-top:#849439 solid 1px;
}

ul.staff li {
	padding: 3px 0 5px 0;
	border-bottom: 1px solid #fff;
}

ul.staff li a {
	color: #000;
}

#projectArea {
	display: none;
}

.projectImage {
	border: 1px solid #69bedd;
	margin-bottom: 10px;
}

.projectBlock {
	font-size: 11px;
}

.tetleWithMargin {
	margin-bottom: 10px;
}

.noPadding {
	padding: 0;
}

ul.notStyle {
	list-style: none;
	margin: 0;
}

.projectBlock {
	display: none;
}

#staff1 {
	display: block;
}

/* end content */


/* footer */

#footerIn {
	margin: auto;
	width: 828px;
	padding-top: 12px;
	font-size: 11px;
	padding-bottom: 20px;
}

#footerIn a {
	color: #566d71;
	padding: 0 3px;
	text-decoration: none;
}

#footerIn a:hover {
	text-decoration: underline;
}

.copyRights {
	color: #566d71;
	padding-left: 10px;
}

/* end footer */




.pageTitle_about {
	margin-bottom: 15px;
}

.pageTitle_what_we_do {
    padding-bottom: 10px;
	border-bottom: 1px solid #849324;
	margin-bottom: 20px;
	margin-top: 10px;
}

.pageTitle_issues {
    padding-bottom: 10px;
	border-bottom: 1px solid #c6460d;
	margin-bottom: 20px;
	margin-top: 10px;
}

.pageTitle_whats_new {
	margin-bottom: 15px;
}


.sidebar img {
    display:block;
	margin: 3px 0 10px 0;
}


.sidebar p {
    margin:0 0 0 0;
    padding:0 0 0 0;
}

.page-titleDefault {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: normal;
	padding: 0 0 0 0;
	margin: 0 0 20px; 0;
	border:none;
}

.page-titleDefault img {
	display:block;
}

.page-titleDefault p {
	margin:0 0 0 0;
}

.trainingSplash {
    width:534px;
    height:175px;
    padding:30px 270px 17px 24px;
    background: url(/images/bg_training_splash.gif) no-repeat;
    color:#fff;
    font-size:16px;
    line-height:20px;
}

.trainingSplash ul{
    margin-top:10px;
}

.trainingSplash ul li{
    margin-left:2px;
    margin-bottom:5px;
    color:#fff;
    font-size:16px;
    line-height:20px;
}
.trainingHeadRight {
    width:178px;
    float:right;
    padding:25px 15px 0 0;
}
.trainingHeadRightSub {
    width:150px;
    float:right;
    padding:12px 18px 0 0;
}

.trainingHeadRight a{
    display:block;
    margin-bottom:12px;
}

.trainingHeadRightSub a{
    display:block;
    margin-bottom:8px;
}

.logoT3{
    padding: 24px 0 0 57px;
}

.logoT3Sub{
    padding: 10px 0 0 64px;
}

.certification{
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px dashed #000;
}

h2.boxSubheaderBig {
    font-size:20px;
    font-weight:normal;
    color:#566d71;
    margin:0 0 6px 0;
    padding:0;
}

h2.boxSubheaderBig a {
    color:#566d71;
    text-decoration:none;
}

h2.boxSubheaderBig a:hover {
    color:#566d71;
    text-decoration:none;
}

h2.boxSubheaderSmall {
    font-size:12px;
    line-height:14px;
    font-weight:bold;
    color:#7f9856;
    margin:0 0 6px 0;
    padding:0;
}

.t3Button {
    display:block;
    margin-bottom:6px;
}

.t3ButtonLink {
    background:url(/images/btn_training_about_off.gif) #000000 no-repeat;
    display:block;
    width:172px;
    height:38px;
    line-height:38px;
    margin-bottom:6px;
    
}

.t3ButtonLink:hover {
    background:url(/images/btn_training_about_on.gif) #c6460d no-repeat;
}

.t3ButtonText {
	top:-500px;
	position:absolute;
}

.t3CoursesLink {
    background:url(/images/btn_training_courses_off.gif) #000000 no-repeat;
    display:block;
    width:219px;
    height:38px;
    line-height:38px;
    margin-bottom:6px;
    
}

.t3CoursesLink:hover {
    background:url(/images/btn_training_courses_on.gif) #c6460d no-repeat;
}

.t3CoursesText {
	top:-500px;
	position:absolute;
}

.redBorderBottom {
    padding-bottom:6px;
    margin-bottom:10px;
    border-bottom: 1px solid #c6460d;
}

.courseTab {
    float:left;
    width:143px;
    height:23px;
    margin-right:7px;
}

.tabEnd {
    margin-right:0;
}



.ctabRed .courseTab {
    background:url(/images/course_tab_red.gif) no-repeat;
}
.ctabRed .courseTab:hover {
    background:url(/images/course_tab_red_on.gif) no-repeat;
}

.ctabRed .courseTabOn {
    background:url(/images/course_tab_red_on.gif) no-repeat;
}

.ctabGray .courseTab {
    background:url(/images/course_tab_gray.gif) no-repeat;
}

.ctabGray .courseTab:hover {
    background:url(/images/course_tab_gray_on.gif) no-repeat;
}

.ctabGray .courseTabOn {
    background:url(/images/course_tab_gray_on.gif) no-repeat;
}

.ctabGreen .courseTab {
    background:url(/images/course_tab_green.gif) no-repeat;
    margin-right:0;
}

.ctabGreen .courseTab:hover {
    background:url(/images/course_tab_green_on.gif) no-repeat;
}

.ctabGreen .courseTabOn {
    background:url(/images/course_tab_green_on.gif) no-repeat;
    margin-right:0;
}

.courseTab a {
    display:block;
    padding:5px 0 5px 20px;
    color:#fff;
    font-weight:bold;
    text-decoration:none;
}

.redText {
    color:#c6460d;
}

.courseList {
    margin-bottom:12px;
}

.courseList tr.oddRow td{
    background-color:#fff;
}

.courseList td{
    padding: 3px;
}

.courseList td.noPad{
    padding: 0;
}

.courseList tr.evenRow td{
    background-color:#e5e4e4;
}

.courseList td .courseInfo{
    display:none;
    padding:5px;
    border-bottom:1px solid #c6460d;
}

.submitBtnRed {
    border:none;
    text-align:left;
    font-size:11px;
    font-weight:bold;
    height:25px;
    width:140px;
    padding:1px 4px 6px 25px;
    color:#fff;
    background:url(/images/course_tab_red.gif) no-repeat;
}

.checkoutBg {
    background:url(/images/checkout_bg.gif) no-repeat 95% 0%;
}

.regBg {
    background:url(/images/reg_bg.gif) no-repeat 95% 0%;
}

.checkoutForm {
    margin-bottom:12px;
}

.checkoutForm td {
    padding:3px 5px 3px 0;
}

.checkoutForm input {
    width:150px;
}

.checkoutForm select {
    width:150px;
}

.hDividerRed {
    height: 1px;
    overflow:hidden;
    margin-top:6px;
    margin-bottom:6px;
    background:url(/images/hDividerRed.gif) repeat-x;
}

.orderSummary {
    margin-bottom:12px;
}

.orderSummary td {
    padding:1px 5px 1px 0;
}

.orderSummary tr.total td {
    padding-top:6px;
    font-weight:bold;
}

.noBg {
    background-image:none!important;
}

.certification h2, .testimonials h2{
    font-size:20px;
    font-weight:normal;
    color:#566d71;
    margin:0 0 6px 0;
    padding:0;

}

.certification h2 a, .testimonials h2 a {
    color:#566d71;
    text-decoration:none;
}

.certification h2 a:hover, .testimonials h2 a:hover {
    color:#566d71;
    text-decoration:none;
}

.tbox h2 {
    font-size:12px;
    line-height:14px;
    font-weight:bold;
    color:#7f9856;
    margin:0 0 6px 0;
    padding:0;     
}




