<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/**** Start of CSS Reset ****/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}


body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image:url(../images/bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#FFF;
	background-attachment:fixed;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a{
	color:#2d2d2d;
	text-decoration:none;
}

a:hover{
	color:#cc200c;
	text-decoration:none;
}

.f_left{
	float:left;
}
.f_right{
	float:right;
}
.clear{
	clear:both;
}

/**** End of CSS Reset ****/

/**** Start of H Tags and Text Styles ****/

.trajan{
}

h1{
	color:#000000;
	font-size:20px;
	margin-bottom:15px;
}

h2, .heading_2{
	font-size:14px !important;
	margin-bottom:15px;
}

h3{
	font-size:18px;
	color:#e2008a;
	margin-bottom:15px;
}

p{
	padding-bottom:15px;
}

.dark_grey{
	color:#2d2d2d;
}

.text_11px{
	font-size:11px;
}

.text_12px{
	font-size:12px;
}

.text_13px{
	font-size:13px;
}

.text_14px{
	font-size:14px;
}

.text_16px{
	font-size:16px;
}

.text_18px{
	font-size:18px;
}

.text_22px{
	font-size:22px;
}

.text_26px{
	font-size:26px;
}

.text_36px{
	font-size:36px;
}

.ceata_red{
	color:#cc200c;
}

/**** End of H Tags and Text Styles ****/

/**** Start of Layout Styles ****/

.header_full{
	width:100%;
	height:87px;
	background-image:url(../images/header_bg.jpg);
	background-position:center;
	background-repeat:repeat;
}

.header{
	width:980px;
	height:87px;
	margin:0 auto;
	position:relative;
}

.logo{
	width:206px;
	height:70px;
	position:absolute;
	top:0;
	left:12px;
}

.gb_flag_top{
	height:54px;
	width: 93px;
	position:absolute;
	top:20px;
	right:20px;
}

.contact_top{
	height:25px;
	line-height:25px;
	position:absolute;
	top:30px;
	right:130px;
	font-size:20px;
	color:#58585a;
}

.contact_top a{
	color:#58585a;
	text-decoration:none;
}

.contact_top a:hover{
	color:#58585a;
	text-decoration:none;
}

.nav_full{
	width:100%;
	height:49px;
	background-image:url(../images/nav_bg.jpg);
	background-position:center;
	background-repeat:repeat;
}

.nav{
	width:940px;
	height:49px;
	margin:0 auto;
	padding:0 20px 0 20px;
	position:relative;
	z-index:10;
}

.nav ul{
	padding:0;
	margin:0;
	list-style:none;
}

.nav ul li{
	height:49px;
	line-height:49px;
	font-size:18px;
	float:left;
	margin-right:30px;
	position:relative;
	z-index:10;
}

.nav ul li a{
	color:#ffffff;
	text-decoration:none;
}

.nav ul li a:hover{
	color:#58585a;
	text-decoration:none;
}

#canal a:hover{
	color:#db8e2e;
}

#aspen a:hover{
	color:#8b5ba1;
}

#ajax a:hover{
	color:#33622e;
}

#ajax.selected a{
	color:#33622e;
}

#ceata a:hover{
	color:#cc200c;
}

#imperial a:hover{
	color:#204c8a;
}

.hover_menu_holder{
	width:190px;
	list-style:none;
	top:49px;
	left:0;
	position:absolute;
	z-index:100;
	display:none;
	background-position:top;
	background-repeat:no-repeat;
	padding:10px;
}

.hover_menu_holder ul{
	margin:0;
	padding:0;
	list-style:none;
}

.hover_menu_holder ul li{
	width:190px;
	height:auto;
	font-size:14px;
	line-height:16px;
	margin-bottom:10px;
}

.hover_menu_holder ul li a{
	color:#0b0a0a;
}

.hover_menu_holder ul li a:hover{
	color:#db8e2e;
}

.group_hover{
	background-image:url(../images/menu_hover_bg.png);
}

.canal_hover{
	background-image:url(../images/menu_hover_bg_canal.png);
}

.aspen_hover{
	background-image:url(../images/menu_hover_bg_aspen.png);
}

.ajax_hover{
	background-image:url(../images/menu_hover_bg_ajax.png);
}

.ceata_hover{
	background-image:url(../images/menu_hover_bg_ceata.png);
}

.imperial_hover{
	background-image:url(../images/menu_hover_bg_imperial.png);
}

#canal .canal_hover a{
	color:#FFF;
}

#canal .canal_hover a:hover{
	color:#0b0a0a;
}

#aspen .aspen_hover a{
	color:#FFF;
}

#aspen .aspen_hover a:hover{
	color:#0b0a0a;
}

#ajax .ajax_hover a{
	color:#FFF;
}

#ajax .ajax_hover a:hover{
	color:#0b0a0a;
}

#ceata .ceata_hover a{
	color:#FFF;
}

#ceata .ceata_hover a:hover{
	color:#0b0a0a;
}

.nav ul li:hover .hover_menu_holder{
	display:block;
}

.social_media{
	height:49px;
	margin: 7px 10px 0px 10px;
}

.social_media p{
	display:none;
}

.social_media img{
	margin-left:3px;
}

#wrapper{
	width:974px;
	margin:0 auto;
	background-image:url(../images/wrapper_bg.jpg);
	background-repeat:repeat-y;
	padding:0 5px;
	position:relative;
	z-index:1;
}

.faux_col{
	width:974px;
	background-image:url(../images/faux_col_bg.jpg);
	background-repeat:repeat-y;
}

#sub_nav{
	width:974px;
	height:33px;
	background-image:url(../images/sub_nav_bg.png);
	background-repeat:repeat-x;
	position:absolute;
	top:0;
	left:5px;
	z-index:20;
}

#sub_nav ul{
	height:30px;
	float:left;
	list-style:none;
	padding:0;
	margin:0 0 0 15px;
}

#sub_nav ul li{
	height:30px;
	line-height:30px;
	float:left;
	font-size:14px;
	margin-right:20px;
}

#sub_nav ul li a{
	color:#FFF;
}

#sub_nav ul li a:hover{
	color:#0b0a0a;
}

.home_tab{
	float:left;
	margin-right:26px;
}

.left_col{
	width:338px;
	float:left;
	background-image:url(../images/full_col_bg.jpg);
	background-repeat:repeat-y;
	color:#FFF;
}

.left_col_top{
	width:324px;
	height:476px;
	padding-top:70px;
	padding-left:14px;
	background-image:url(../images/top_left_bg.jpg);
	background-repeat:no-repeat;
}

.left_col_top h2{
	color:#000000;
	font-size:20px;
}

.left_col_tab{
	width:290px;
	height:165px;
	background-image:url(../images/page_tab_bg.png);
	background-repeat:no-repeat;
	padding:6px 8px 10px 8px;
	margin-bottom:25px;
}

.cat_tab_ul{
	padding:0;
	margin:0;
	list-style:none;
}

.cat_tab_ul li{
	width:302px;
	height:49px;
	line-height:45px;
	background-image:url(../images/category_tab_bg.png);
	background-repeat:no-repeat;
	font-size:18px;
	margin-bottom:10px;
}

.cat_tab_ul li a{
	width:284px;
	height:49px;
	display:block;
	padding-left:18px;
	color:#FFF;
	text-decoration:none;
}

.cat_tab_ul li a:hover{
	color:#cc200c;
	text-decoration:none;
}

.left_col_cont{
	width:308px;
	background-image:url(../images/left_col_bg.jpg);
	background-repeat:no-repeat;
	padding:15px 15px 0 15px;
	font-size:11px;
}

.left_item{
	width:308px;
	margin-bottom:20px;
}

.left_item h2, .left_title{
	font-size:18px;
	color:#FFF;
}

.left_thumb{
	width:88px;
	height:111px;
	background-color:#FFF;
	padding:1px;
	float:left;
	margin-right:15px;
}

.left_intro{
	width:202px;
	float:left;
	font-size:11px;
	line-height:14px;
}

.newsletter_cont{
	width:307px;
	height:17px;
	float:right;
	margin-top:7px;
}

.newsletter_box{
	width:226px;
	height:17px;
	line-height:17px;
	float:left;
	padding:0 10px;
	margin:0 5px 0 0;
	background-color:transparent;
	border:none;
	border-color:transparent;
	background:transparent url(../images/newsletter_bg.png) no-repeat;
	background-repeat:no-repeat;
	color:#58585a;
}

.right_col{
	width:636px;
	float:left;
}

.projects_bg{
	background-image:url(../images/projects_bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

.projects{
	width:974px;
	height:546px;
	position:relative;
	overflow:hidden;
}

.projects ul{
	padding:0;
	margin:0;
	list-style:none;
}

.projects ul li{
	width:974px;
	height:546px;
	position:relative;
}

.project_gallery_details{
	width:315px;
	height:140px;
	padding:10px 10px 0 10px;
	background-image:url(../images/trans_bg.png);
	background-repeat:repeat;
	position:absolute;
	bottom:70px;
	left:0;
	color:#FFF;
	z-index:100;
}

.project_gallery_details p{
	margin:0;
	padding:0 0 5px 0;
}

.projects_overlay_left{
	width:335px;
	height:50px;
	position:absolute;
	bottom:0;
	left:0;
	z-index:20;
}

.projects_overlay_right{
	width:640px;
	height:141px;
	position:absolute;
	bottom:0;
	right:0;
	z-index:20;
}

#main_content{
	width:606px;
	padding:0 15px 20px 15px;
}

.cont_ul{
	margin:0;
	padding:0 0 20px 17px;
}

#main_content h2{
	color:#cc200c;
	font-size:16px;
	margin-bottom:15px;
}

#main_content h3{
	color:#cc200c;
	font-size:14px;
	margin-bottom:15px;
}
#main_content ul, #main_content ol{
	margin-left:30px;
}

.search_cont{
	width:307px;
	height:17px;
	float:right;
	margin-top:7px;
	margin-right:6px;
}

.search_cont label{
	width:90px;
	height:17px;
	line-height:17px;
	display:block;
	float:left;
	color:#FFF;
}

.search_box{
	width:141px;
	height:17px;
	line-height:17px;
	float:left;
	padding:0 10px;
	margin:0 5px 0 0;
	background-color:transparent;
	border:none;
	border-color:transparent;
	background:transparent url(../images/search_bg.png) no-repeat;
	background-repeat:no-repeat;
	color:#58585a;
}

.contact_btm_full{
	width:100%;
	height:45px;
	background-image:url(../images/contact_btm_bg.jpg);
	background-repeat:repeat-x;
}

.contact_btm{
	width:940px;
	height:45px;
	margin:0 auto;
	font-size:16px;
	color:#FFF;
	padding:0 20px
}
.contact_btm p{
	height:45px;
	line-height:45px;
	padding:0;
	margin:0;
}

.footer_full{
	width:100%;
	height:65px;
	background-image:url(../images/footer_bg.jpg);
	background-repeat:repeat-x;
}

.footer{
	width:980px;
	height:65px;
	margin:0 auto;
	position:relative;
}

.footer a{
	color:#ffffff;
	text-decoration:none;
}

.bsi_logo{
	width:64px;
	height:40px;
	position:absolute;
	top:13px;
	left:10px;
	z-index:10;
}
.bssa_logo{
	width:29px;
	height:38px;
	position:absolute;
	top:14px;
	left:86px;
	z-index:10;
}

.facta_logo{
	width:74px;
	height:36px;
	position:absolute;
	top:13px;
	left:127px;
	z-index:10;
}

.eal_logo{
	width:76px;
	height:37px;
	position:absolute;
	top:13px;
	left:214px;
	z-index:10;
}

.safe_logo{
	width:48px;
	height:48px;
	position:absolute;
	top:8px;
	left:303px;
	z-index:10;
}


.terms{
	height:14px;
	line-height:14px;
	font-size:12px;
	position:absolute;
	top:26px;
	left:365px;
	z-index:10;
	color:#FFF;
}

.terms a{
	margin-right:12px;
}

.web{
	height:12px;
	position:absolute;
	top:25px;
	right:10px;
	font-size:11px;
}


/**** End of Layout Styles ****/

/**** Start of Projects Styles ****/

.projects_content{
	width:606px;
	padding:50px 0 0 0;
}

.project_item{
	width:606px;
}

.project_item_img{
	width:130px;
	height:130px;
	padding:6px 7px 8px 7px;
	background-image:url(../images/project_img_bg.png);
	background-repeat:no-repeat;
	float:left;
	margin-right:18px;
	margin-bottom:15px;
	position:relative;
}

.zoom_icon{
	width:23px;
	height:23px;
	position:absolute;
	bottom:8px;
	right:7px;
	z-index:10;
}

.project_item_cont{
	width:444px;
	float:left;
	font-size:12px;
	color:#58585a;
}

/**** End of Projects Styles ****/

.courses_table th{
	text-align:left;
	font-size:14px;
	font-weight:bold;
	padding:5px;
	color:#FFF;
	background-color:#cc200c;
}

.courses_table td{
	padding:5px;
	border-bottom:1px solid #000;
}

.courses_table th.center_btn{
	text-align:center;
}

.center_btn{
	text-align:center;
}

.gallery_ul{
	margin:0;
	padding:0;
	list-style:none;
}

.gallery_ul li{
	width:270px;
	height:270px;
	background-color:#cbcbcb;
	padding:5px;
	float:left;
	margin-bottom:20px;
}

.li_marg{
	margin-right:45px;
}

.testimonial{
	width:606px;
	margin-bottom:30px;
}

.test_cont{
	width:420px;
	float:right;
}

.test_thumb{
	width:160px;
	float:left;
}

.test_thumb img{
	border:2px solid #b7b7b7;
}

.test_thumb_full{
	width:160px;
	float:left;
	margin:0 20px 20px 0;
}

.test_thumb_full img{
	border:2px solid #b7b7b7;
}

.app_form td{
	padding:0 10px 0 0;
}

.app_form label{
	font-weight:bold;
}

.contact_input{
	width:238px;
	height:18px;
	line-height:18px;
	font-size:11px;
	border:1px solid #cecece;
	background-image:url(../images/contact_input_bg.jpg);
	background-repeat:repeat-x;
	margin-bottom:10px;
	padding:0 5px 0 5px;
}

.contact_textarea{
	width:248px;
	height:78px;
	border:1px solid #cecece;
	background-image:url(../images/contact_textarea_bg.jpg);
	background-repeat:repeat-x;
	margin-bottom:10px;
}

/**********************************
	Courses Internal Styles
**********************************/

.left-content{
	float:left;
	width:450px;
	padding-right:20px;
	margin-bottom:30px;
}

.right-content{
	float: left;
	width: 136px;
	text-align: center;
	margin-top:70px;

}

.applyNow, .pdfDownload{
	background: #d04b41;
	color: #fff;
	font-size: 18px;
	padding:20px;
	margin-bottom:20px;
}

.pdfDownload{
	background: #d04b41 url(../images/pdfLogo.png) no-repeat;
	background-position:97%;
}

.applyNow a, .pdfDownload a{
	color:#fff;
}

.back{

	font-size:14px;
}

.houzz_icon{
	float:left;
	margin-right:2px;
}</pre></body></html>