/** Reset Minimized ***********************************************/
/******************************************************************/
@charset"utf-8";html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,button{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}button{cursor:pointer}hr{margin:0;padding:0}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{background-color: #ff9; color: #000; text-decoration: none;}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}
/** Additional CSS Love - Minimized *******************************/
/******************************************************************/
html{overflow-y:scroll}ul,ol{margin-left:0}ol{list-style-type:decimal}nav ul,nav li{margin:0;list-style:none;list-style-image:none}strong,th{font-weight:bold}label,input[type=button],input[type=submit],button{cursor:pointer}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}sub,sup{font-size:75%;line-height:0;position:relative}sup{top:-0.5em}sub{bottom:-0.25em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word;padding:15px}textarea{overflow:auto}.ie6 legend,.ie7 legend{margin-left:-7px}input[type="radio"]{vertical-align:text-bottom}input[type="checkbox"]{vertical-align:bottom}.ie7 input[type="checkbox"]{vertical-align:baseline}.ie6 input{vertical-align:text-bottom}

/*================*/
body { 
	background-color:#f6f6f6;
	font: 15px/20px 'roboto_condensedregular', Arial, Helvetica, sans-serif;
	color: #666666;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	
}
h1{font-size:26px; color:#000; text-transform:uppercase;font-weight:normal; margin:0 0 17px}
h2{font-size:21px; color:#2758aa; font-weight:normal; margin:0 0 12px;}
h3{font-size:19px; color:#2758aa; font-weight:normal; margin:0 0 12px;}
h4{font-size:17px; color:#2758aa; font-weight:normal; margin:0 0 12px;}
h5{font-size:15px; color:#2758aa; font-weight:normal; margin:0 0 12px;}
h6{font-size:14px; color:#2758aa; font-weight:normal; margin:0 0 12px;}
p{margin:0 0 12px;}
p em{clear:both; width:100%; float:left;}
a{color:#2758aa; text-decoration:none;}
a:hover{color:#000;}
.clear{clear:both;}
.container{max-width:1000px; margin:0 auto;}
/*Header*/
.topbar{background-color:#2758aa; height:50px;}
.tollfree{line-height:50px; border-left:1px solid #3f6ab3; border-right:1px solid #3f6ab3; float:left; font-size:20px; color:#fff; padding:0 20px; font-family: 'roboto_condensedlight';} 
.tollfree a{color:#fff; text-decoration:none; }
.topsocial{ border-right:1px solid #3f6ab3; float:right;}
.topsocial ul{float:right}
.topsocial li{float:left; display:inline-block; border-left:1px solid #3f6ab3}
.topsocial li a{width:49px; height:50px; text-indent:-9999px; display:block; background-position:center center; opacity:0.5;-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;  }
.topsocial li a:hover{opacity:1;}
.topsocial li.facebook a{background:url(../images/facebook.png) center center no-repeat;}
.topsocial li.twitter a{background:url(../images/twitter.png) center center no-repeat;}
.topsocial li.flickr a{background:url(../images/flickr.png) center center no-repeat;}
.topsocial li.linkedin a{background:url(../images/linkedin.png) center center no-repeat;}
.topsocial li.rss a{background:url(../images/rss.png) center center no-repeat;}
.topsocial li.vimeo a{background:url(../images/vimeo.png) center center no-repeat;}
header{height:112px; background-color:#fff; border-radius:0 3px 3px 0; max-width:1000px; margin:0 auto; z-index:100; position:relative; box-shadow:0 1px 3px #bfbfbf;}
#logo{padding:20px 0 0 20px; float:left;}
.topmenu{float:right;}
.topmenu nav {
    clear: both;
    float: left;
    position: relative;
}
.topmenu nav ul {
    float: left;
    padding: 0 0 0 30px;
}
.topmenu nav ul li {
    float: left;
    position: relative;
}
.topmenu nav ul li a {
    color: #595959;
    display: block;
    font-size: 18px;
    line-height:112px;
    padding: 0 13px;
    text-decoration: none;
    text-transform: uppercase;
}
.topmenu nav ul li a.active, .topmenu nav ul li a:hover, .topmenu nav > ul > li:hover > a, .topmenu nav ul li a.nav-path-selected {
    background:url(../images/arrow-down.png) center top no-repeat;
    color: #2758aa;
}
.topmenu nav ul ul {
    background: none repeat scroll 0 0 #fff;
    display: none;
    left: 0;
    padding: 0;
    position: absolute;
    top: 65px;
    width: 160px;
}
.topmenu nav ul li:hover ul {
    display: block;
}
.topmenu nav ul li:hover ul li {
    display: block;
    float: none;
    width: auto;
}
.topmenu nav ul li ul li a {
    color: #333333;
    font-size: 14px;
    line-height: normal;
    padding: 6px 0 6px 16px;
    position: relative;
    text-decoration: none;
    text-transform: none;
	background-image:none !important;
}
.topmenu nav li {
    padding-right: 6px;
}
.topmenu nav li li {
    border-bottom: 1px solid #cccccc;
    height: auto;
    line-height: normal;
    padding-right: 0;
    width: 100%;
}

/*midmenu*/
.midmenu{
	float: left;
	padding-left: 50px;
	margin-left: 100px;
	padding-bottom: 20px;
}


/*Mainimage*/
#mainimage{
	margin-top: -112px;
	position: relative;
	z-index: 99;
	float: left;
	width: 100%;
	background-color: #e5e5e5;
	background-image: url(../images/main_tr_bg.jpg);
	background-repeat: repeat;
}
#mainimage_wrap{
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 0px;
}
#mainimage_wrap img{margin:0 auto}

#Inner_mainimage{background:url(../images/inner-mainimage-bg.png) center bottom no-repeat #e5e5e5 ; margin-top:-112px; position:relative; z-index:99; float:left; width:100%; min-height:320px; background-size:cover;}
#Inner_mainimage_wrap {
    margin: 0 auto;
    max-width: 1000px;
    text-align: center;
}

.breadcrumb_title {
    float: left;
    padding: 122px 0 0 20px;
    text-align: left;
}
.breadcrumbs{
	letter-spacing: 0.03em;
	padding-bottom:35px;
	}
.imageright {
    float: right;
	width:600px;
	text-align:center;
    padding-top: 56px;
}



#mainimage_wrap .bx-wrapper{margin:0}
#mainimage_wrap .bx-wrapper .bx-caption {
    background: none repeat scroll 0 0 rgba(255,255, 255, 0.45);
    bottom: 70px;
    left:8px;
    margin: auto;
    max-width: 1000px;
    position: absolute;
    right: 0;
    text-align: center;
    width: auto;
}
#mainimage_wrap .bx-wrapper .bx-caption span {
    color: #000;
    display: block;
    font-size: 40px;
    padding: 24px 0;
}

#mainimage_wrap .bx-wrapper .bx-prev {
    background: url(../images/big-arrow-left.png) no-repeat 0 0 ;
	width:30px;
	height:64px;
	left:18%;
	top:53%;
}
#mainimage_wrap .bx-wrapper .bx-next {
    background: url(../images/big-arrow-right.png) no-repeat 0 0 ;
	width:30px;
	height:64px;
	right: 18.5%;
	top:53%;
}


/*Content*/
#content{
	background-color:#f6f6f6;
	float:left;
	width:100%;
	position:relative;
	padding-bottom:40px;
	}
	#work-area { padding-top:0!important;}
	
.contentLeft{width:660px; float:left;z-index:101;margin-top:-50px;position:relative;}
.inner_content_wrap{float:left;z-index:101;margin-top:-58px;position:relative; width:100%;}
.inner_content_wrap .pad20{padding:17px 20px;}

.imgright{float:right; margin:0 0 20px 20px;}
.imgleft{float:left; margin:3px 20px 20px 0;}
.imgrightjava{float:right; margin:0 0 10px 10px;}
.sidebarRight{width:320px; float:right; min-height:200px; margin-top:-50px;z-index:101;position:relative;}
.welcometxt{z-index:101;position:relative; min-height:100px;}
.welcometxt .right{font-size:14px;}
.shadedbox{border-radius:3px; box-shadow:0 3px 3px #b8b8b8;background-color:#fff;}
.pad20{padding:20px;}
.right{text-align:right;}
.contentLeft p{letter-spacing:0.02em;}
.box{padding-bottom:20px;}
.threeboxes{
	margin:20px 0 0 0;
	padding:20px;
	letter-spacing:0.02em;
	}
.threeboxes img{border-radius:3px; margin-bottom:10px;}
.threeboxes h2{margin-bottom:5px;letter-spacing:normal;}
.threeboxes .col31{width:193px; margin:0 20px 0 0; float:left;}
.threeboxes .col32{width:193px; margin:0 20px 0 0; float:left;}
.threeboxes .col33{width:193px; margin:0 0px 0 0; float:left;}

.newstitle{background-color:#2758aa; padding:0 20px; border-radius:3px 3px 0 0; line-height:50px; color:#fff; font-size:26px; text-transform:uppercase;}
.newsListing{padding:20px;}
.newsListing li{border-bottom:1px solid #e5e5e5; padding:0 0 16px; margin-bottom:20px;}
.newsListing li.last{border:none; margin:0; padding:0;}
.newsListing li img{border-radius:3px; float:left; margin:0 10px 0px 0; border:1px solid #bfbfbf;}
.newsListing li .meta{display:block; padding-bottom:20px;}
.meta .newsdate{display:inline-block; float:left; padding:0px 4px; background-color:#2758aa; font-size:13px; color:#fff;font-family: 'roboto_condensedlight';line-height: 16px;}
.meta .newscomments{display:inline-block; float:left; padding:0px 4px; background-color:#ababab; font-size:13px; color:#fff;font-family: 'roboto_condensedlight';line-height: 16px;}
.news-title-text{color:#000;line-height: 18px;letter-spacing:0.02em;}
.news-snip{color:#595959;line-height: 18px;letter-spacing:0.02em;}
.news-readmore{padding:10px 20px 20px 0; text-align:right; float:right; font-size:14px;}

.updates-port{padding:10px 20px 20px 20px; color:#595959;line-height: 18px;letter-spacing:0.02em;}
ul.upd{position: outside; padding:0px 20px 10px 30px;}

#testimonials{
	background-color:#e9e9e9;
	border-top:1px solid #d9d9d9;
	padding:40px 0;
	clear:both;
	text-align:center;
	line-height:30px;
	}
.testimonialText{font-size:23px; color:#666666;font-family: 'roboto_condensedlight'; padding:0 80px; }
.authorname{font-family: 'roboto_condensedlight'; font-size:20px; color:#416bb1;}
footer{
	background-color:#2758aa;
	padding:13px 0;
	clear:both;
	font-size:14px;
	color:#fff;
	letter-spacing:0.02em;
	line-height:23px;
	}
.footerLeft{float:left;}
.footerLeft a{color:#fff;margin:0 7px;}
.footerRight{float:right; margin-right: -2px;}
.footerLeft a.first{margin-left:0 !important;}
.footersocial {clear:both; display:block}
.footersocial ul{float:right; clear:both; padding:7px 0 1px}
.footersocial li{float:left; display:inline-block; margin-left:13px;}
.footersocial li a{width:16px; height:15px; text-indent:-9999px; display:block; background-position:center center; opacity:0.5;-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;  }
.footersocial li a:hover{opacity:1;}
.footersocial li.facebook{width:13px;}
.footersocial li.facebook a{background:url(../images/facebook.png) center center no-repeat; background-size:7px 16px;}
.footersocial li.twitter a{background:url(../images/twitter.png) center center no-repeat;background-size:12px 15px;}
.footersocial li.flickr a{background:url(../images/flickr.png) center center no-repeat;background-size:17px 8px;}
.footersocial li.linkedin a{background:url(../images/linkedin.png) center center no-repeat;background-size:16px 17px;}
.footersocial li.rss a{background:url(../images/rss.png) center center no-repeat;background-size:16px 16px;}
.footersocial li.vimeo a{background:url(../images/vimeo.png) center center no-repeat;background-size:16px 15px;}

.copyright {
    clear: both;
}

#testimonials .bx-wrapper .bx-prev{width:19px; height:39px; background:url(../images/arrow-left.png) 0 0 no-repeat}
#testimonials .bx-wrapper .bx-next{width:19px; height:39px; background:url(../images/arrow-right.png) 0 0 no-repeat}
#toggle-nav{
    background: url(../images/mobile-nav.png) no-repeat center center ;
    cursor: pointer;
    height: 40px;
    right: 10px;
    position: absolute;
    top:39px;
    width: 40px;
	display:none;
}
.col21{float:left; width:48%;}
.col22{float:right; width:48%;}
.iconbox{padding-bottom:50px; min-height:140px; float:left;}
.iconbox .icon{min-width:100px; float:left; width:22.7%; margin-right:18px;}
.iconbox.last{padding-bottom:0;}
.iconbox .description{float:left; width:72.5%; letter-spacing:0.03em;}
.description-col{float:left; width:100%; letter-spacing:0.03em;}
.boxspacer{height:20px; display:block;}
.iconbox.last p{margin-bottom:0;}
.box2 .newsListing{padding:0;}
hr{height:1px; background-color:#ccc; margin:20px 0; border:none;}

.commentlist li{border-bottom:1px solid #ccc;}
#comments li:last-child{border-bottom:none;}
#comments li:last-child article{margin-bottom:0;} 
.comments-area{clear:both; width:100%;}	

.comments-area article {
    margin: 25px 0;
}
.comments-area article div {
    margin: 0 0 10px;
    overflow: hidden;
    position: relative;
}

.comments-area article div img {
    border-radius:3px;
    float: left;
    height: 57px;
    line-height: 0;
    padding: 0;
    width: 57px;
	border:none;
}
.comments-area article div cite, .comments-area article div time {
    display: block;
    margin-left:80px;
}
.comments-area article div cite {
    font-style: normal;
    line-height: 1.42857;
	margin-top:-5px;
}
.comments-area cite b {
    font-weight: normal;
}
.comments-area article div time {
	color: #999999;
    font-size:16px;
    text-decoration: none;
}
.comments-area article div a {
    color: #5e5e5e;
    text-decoration: none;
}
.comments-area article div a:hover {
    color: #21759b;
}
.comments-area article div cite a {
    color: #444;
}
.comments-area article div cite a:hover {
    text-decoration: underline;
}
.comments-area article div h4 {
    background-color: #0088d0;
    background-image: -moz-linear-gradient(center top , #009cee, #0088d0);
    background-repeat: repeat-x;
    border: 1px solid #007cbd;
    border-radius: 3px;
    color: #fff;
    font-size: 0.857143rem;
    font-weight: normal;
    padding: 0.428571rem 0.857143rem;
    position: absolute;
    right: 0;
    top: 0;
}

.comments-area cite span {
    background-color: #555;
    border-radius: 2px;
    color: #fff;
    font-size: 11px;
    margin: 4px 0 0 16px;
    padding: 2px 15px;
    position: absolute;
}
.comments-area cite b {
    font-size: 18px;
    font-weight: normal;
	color:#333;
	}
a.comment-reply-link, a.comment-edit-link {
    color: #ccc;
    font-size: 16px;
    line-height: 1.84615;
}
a.comment-reply-link:hover, a.comment-edit-link:hover {
    color: #000;
}
.commentlist .pingback {
    line-height: 1.71429;
    margin-bottom: 1.71429rem;
}
.textarea {
    border: 1px solid #dbdbdb;
    clear: both;
    height: 140px;
    padding: 1.5%;
    width:600px;
	font-family:'roboto_condensedregular';	
	border-radius:0;
	-webkit-appearance:none;
}
.textarea:focus{
	border-color:#555;
}
.button{
    background-color: #2758AA;
    clear: both;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    text-align: center;
	padding:5px 20px;
	margin:20px 0 0 0;
	border:none;
	display:block;
	font-family:'roboto_condensedregular';
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;	
	-webkit-appearance:none;
	border-radius:0;
}
.button:hover{
	background-color:#000;
}


.contactform {  clear: both;
    color: #666;
    float: left;
    font-size: 14px;
    margin-bottom: 30px;
    width: 100%; }
.contactform .form { float: left; width: 100%; list-style: none; }
.contactform .form li { float: left; width: 100%; padding-bottom: 12px; }
.contactform .form li .label { padding-right: 8px; font-size: 15px; color: #333; line-height: 28px; cursor:default; display:block; width:100%; }
.contactform .form li .label span { font-size: 15px; color: #ff0000; }
.contactform .form li .input { float: left; width: 320px; font-size: 14px; color: #333; border: 1px solid #e7e7e7; padding: 4px;-webkit-appearance:none;border-radius:0;font-family:'roboto_condensedregular';}
#txtcomments { height: 100px;  resize: none;-webkit-appearance:none; border-radius:0;font-family:'roboto_condensedregular';}
.contactform .form li .input:focus{
	border-color:#555;
}
.contactform .form li .varification { width: 110px; }
.contactform .form li .capch-code { float: left; padding: 0px 0px 0px 0px; }
.contactform .form li .captacha { padding: 0px; height: 40px; }
.contactform .form li .capch-icon { float: left; padding-left: 10px; }
.contactform .form li .submit { border: 0px; color: #fff; font-size: 16px; margin-left: 148px; float: left; background: #104ea1; height: 40px; width: 80px; text-align: center;  text-transform:uppercase;}
.contactform .form li .submit:hover { background: #d70402; cursor: pointer; }
.error {
    clear: both;
    color: #d70402;
    font-size: 14px;
    margin: 10px 0 0px 0;
    text-align: left;
}

.font20 {
    color:#2758AA;
    float: left;
    font-size: 20px;
    font-weight: normal;
    line-height: 20px;
    text-transform: none;
    width: 100%;
}
.address_box1 {
    color: #333;
    float: left;
    font-size: 14px;
    line-height: 22px;
}

.left_addrrss {
    float: left;
    width: 428px;
}
.address_icon {
    display: inline-block;
	padding-right:2px;
    vertical-align: middle;
}
.address_text {
    display: inline-block;
    padding: 10px 0 0 0;
    vertical-align: top;
    width: 100%;
}
.email_id {
    line-height: 22px;
}
.email_id a {
    color: #333;
}
.email_id a:hover {
    color: #d70402;
}

.confirm-message {
    color: #1b69b2;
    float: left;
    font-size: 16px;
    font-weight: bold;
    padding: 20px 0;
    text-align: center;
  border:1px solid #ccc;
  margin:0 0 15px;
    width: 100%;
}
.comingsoon{
	width:100% !important;
	}
	
.ts_page{width:100%!important;}
#ts_form_element_id{width:90%; border:1px solid #ccc; float:left; padding:5%; margin-top:-1px;}
table{width:100%; float:left;}
#horizontalTab form h3{display:none;}
.table_1{}
table tr {
    margin: 0 0 10px;
    width: 100%;
}
table tr td{vertical-align:top!important;}

input.cf_size_medium {
    width: 100%!important; border:1px solid #d5d5d5; height:30px; margin:5px 0 10px 0;
}

textarea.cf_size_small {
    width: 100%!important; border:1px solid #d5d5d5; height: 80px;  margin:5px 0 10px 0;
}
.fb_error{width:100%; float:left; color:#F00; line-height:26px; padding:0 0 20px 0;}
.ts_continue_button input[type="button"], input[type="submit"], button {
    cursor: pointer;
	background:#2758aa; padding:5px 20px; text-transform:uppercase; color:#fff; border:none; outline:none; font-family:'roboto_condensedregular'; font-size:16px; margin:10px 0 0 180px;
}
.req{color:#F00;}
div.pad_left{width:100%; float:left; clear:both;}


/* Tab*/
.r-tabs {
    clear: both;
    display: block;
    position: relative;
}
ul.r-tabs {
	clear: both;
    display: block;
    position: relative;
	float:left;
	width:100%;
	
}
.r-tabs .r-tabs-nav {
	
}

.r-tabs .r-tabs-nav .r-tabs-tab {
    position: relative;
    top: 1px;
}

.r-tabs .r-tabs-nav .r-tabs-anchor {
    background: none repeat scroll 0 0 #2758aa;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    margin:0 0 3px 3px;
    padding: 10px 12px;
    text-decoration: none;
	float:left;
}

.r-tabs .r-tabs-nav .r-tabs-state-active {
    background-color: #fff;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin-bottom: -1px;
	float:left;
}
.r-tabs-panel{border: 1px solid #d5d5d5;
    float: left;
    height: 100%;
    width: 100%;
	
	}



.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
    background-color: #fff;
    color: #2758aa;
}


i{font-style:normal;}


/* Accordion responsive breakpoint */
@media only screen and (max-width: 800px) {
    .r-tabs .r-tabs-nav {
        display: none;
    }

    .r-tabs .r-tabs-accordion-title {
        display: block;
    }
}
.UpdatesTitle_LFT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000;
	float: left;
	width: 48%;
	vertical-align: top;
}
.UpdatesTitle_RHT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000;
	float: right;
	text-align: left;
	width: 48%;
	margin: 0px;
	vertical-align: top;
}

/* Table styles */

.tr_course_table {
	line-height: normal;
	font-weight: bold;
	vertical-align: top;
	margin-top: 20px;
}
.tr_course_table_header_row {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	background-color: #CCC;
	height: 20px;
	vertical-align: middle;
	padding-top: 10px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
}
.tr_course_table_header_rowHoliday {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	background-color: #CCC;
	height: 20px;
	vertical-align: middle;
	padding-top: 10px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
}
.tr_course_table_h2_row {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	height: 25px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.tr_course_table_row {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	padding: 5px;
	height: 20px;
	margin: 5px;
}
.tr_course_table_row_DESC {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
	height: 20px;
	margin: 5px;
	vertical-align: bottom;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #600;
}
.tr_course_table_row_TITLE {
	font-size:18px; 
	color:#2758aa;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	font-weight: bold;
	height: 20px;
	margin: 5px;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.tr_course_info_block {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: normal;
	font-weight: bold;
	margin: 0px;
	vertical-align: bottom;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #900;
	border-right-color: #900;
	border-left-color: #900;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.tr_course_info_block2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	margin: 5px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #900;
	border-bottom-color: #900;
	border-left-color: #900;
	vertical-align: top;
	padding: 5px;
}
.table1 {
    border: 1px solid #000;
}
.table1 th {
	color:#000; 
    vertical-align:middle;
    text-align:center;
    padding: 5px;
    margin: 5px;
}
.table1 td {
    vertical-align:middle;
    text-align:center;
}
.proofDescription {
    color:#000;
    float: left;
    font-size: 13px;
    font-weight: normal;
    line-height: 15px;
    text-transform: none;
    width: 100%;
}
.proofImgRt{float:right; margin:0 0 0px 0px;}
.contac_us_form .col21{float:left; width:25%;}
.contac_us_form .col22{float:right; width:75%; margin-top:-50px;}
.contac_us_form .sideBar{float:right; width : 25%}
.contac_us_form .mainBar{float:left; width:75%}
.contac_us_form .shadedbox{border-radius:3px; box-shadow:0 3px 3px #b8b8b8;background-color:#fff; width: 100%; float: left;} 