/* ========= RealSofteck - CSS File =============*/

/*============================================ GLOBAL  =================================================*/
body {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	margin:0 auto;
	padding:0;
	line-height:20px;
	background:#fff ;
	
}
form{margin:0; padding:0;}
hr {
	border-width:0;
	height:1px;
	line-height:0;
	margin:30px 0px 30px 0px;
	page-break-after:always;
	text-align:center;
	width:100%;
	clear:both;
}
.clear{
	clear:both;
}
table {
	border-collapse: collapse;
	border-spacing: 0; 
}
.noborder{
	border:0;
}
.valignmiddle{line-height:30px; margin-bottom:18px;}

/* links */
a,img,p,h1,h2,h3,h4,h5,h6,ul,li,ol{
	margin:0;
	padding:0;
	border:0;
	text-decoration:none;
}
textarea{
	resize:none;
}

/* 	Padding
	=============== */
.pad_top5{
	padding-top:5px;
}
.pad_top10{
	padding-top:10px;
}
.pad_top15{
	padding-top:15px;
}
.pad_top20{
	padding-top:20px;
}
.pad_top30{
	padding-top:30px;
}
.pad_top50{
	padding-top:55px;
}
.pad_left5{
	padding-left:5px;
}
.pad_left10{
	padding-left:10px;
}
.pad_left20{
	padding-left:20px;
}
.pad_left30{
	padding-left:30px;
}
.pad_left40{
	padding-left:40px;
}
.pad_left50{
	padding-left:50px;
}
.pad_left80{
	padding-left:80px;
}
.pad_right10{
	padding-right:10px;
}
.pad_right20{
	padding-right:20px;
}
.pad_right50{
	padding-right:50px;
}
.pad_bottom10{
	padding-bottom:10px;
}
.pad_bottom20{
	padding-bottom:20px;
}
.pad_bottom30{
	padding-bottom:30px;
}
.no_padding{
	padding:0;
}

/* 	Margin
	=============== */
.margin_top5{
	margin-top:5px;
}
.margin_top10{
	margin-top:10px;
}
.margin_left10{
	margin-left:10px;
}
.margin_left20{
	margin-left:20px;
}
.margin_left30{
	margin-left:30px;
}
.margin_right10{
	margin-right:10px;
}
.margin_right20{
	margin-right:20px;
}
.margin_bottom10{
	margin-bottom:10px;
}
.no_margin{
	margin:0;
}

/* 	Text
	============== */
.a_left{
	text-align:left;
}
.a_center{
	text-align:center;
}
.a_right{
	text-align:right;
}
.txt_normal{
	font-weight:normal;
}
.font_italic{
	font-style:italic;
}
.no_italic{
	font-style:normal;
}
.txt_blink{
	text-decoration:blink;
}
.txt_bold{
	font-weight:bold;
}
.txt_indent0{
	text-indent:0px;
}
.txt_indent20{
	text-indent:20px;
}
.txt_u{
	text-transform:uppercase;
}
.txt_shadow_white{
	text-shadow: 1px 1px 1px #fff;
}
.txt_shadow_dark{
	text-shadow: 1px 1px 1px #666;
}
.txt_uppercase{
	text-transform:uppercase;
}
.no_txt_shadow{
	text-shadow: none;
}
.f_left{
	float:left;
}
.f_right{
	float:right;
}
.let_space{
	letter-spacing:0;
}
.font_opensans, .font_opensans a{
	font-family: 'Open Sans', sans-serif;
	letter-spacing:0.2px;
}
.font_merriweather{
	font-family: 'Merriweather', sans-serif;
}
.font_create_round{
	font-family: 'Crete Round', sans-serif;
}
.font_exo{
	font-family: 'Exo', sans-serif;
}
.font_size10{
	font-size:10px;
	line-height:18px;
}
.font_size12{
	font-size:12px;
	line-height:20px;
}
.font_size13{
	font-size:13px;
	line-height:22px;
}
.font_size11{
	font-size:11px;
	line-height:18px;
}
.font_size14{
	font-size:14px;
	line-height:22px;
}
.font_size16{
	font-size:16px;
	line-height:25px;
}
.font_size18{
	font-size:18px;
	line-height:26px;
}
.font_size20{
	font-size:20px;
	line-height:28px;
}
.font_size22{
	font-size:22px;
	line-height:31px;
}
.font_size25{
	font-size:25px;
	line-height:32px;
}
.font_size30{
	font-size:30px;
	line-height:38px;
}



/* blockqoute */
blockquote {
    background:url(../images/quote.png) 10px 0px no-repeat;
    clear: both;
    font-size: 12px;
    font-style: italic;
	text-indent:30px;
	color:#666666;
    line-height: 24px;
    margin:5px 0 0 0;
    padding: 10px;
	font-family: 'Merriweather', serif;
}

.breakline{
	width:99%;
	height:2px;
	border-bottom:1px solid #ddd;
	margin:5px auto;
}

.col_ful{
	width:100%;
	height:auto;
	margin:0 auto 0 auto;
}
.col960{
	width:960px;
	height:auto;
	margin:0 auto;
}
/* /END OF GLOBAL  */


/*===== DEFAULT ELEMENT STYLES  ======*/
/* p, h1, h2, h3... style */
p{
	font-family: 'Merriweather', sans-serif;
	font-size:13px;
	font-weight:normal;
	color:#0f1110;
	margin-bottom:10px;
	margin-top:3px;
	padding:0;
	line-height:24px;
	text-decoration:none;
	letter-spacing:0.2px;
}
p a{
	font-family: 'Exo', sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#0770b8;
	margin-bottom:12px;
	padding:0;
	line-height:20px;
	text-decoration:none;
	letter-spacing:0.5px;
}
p a:hover{
	color:#01a6d3;
	text-decoration:none;
	-moz-transition: color .2s ease-in;
    -o-transition: color .2s ease-in;
    -webkit-transition: color .2s ease-in;
    transition: color .2s ease-in;   
	behavior: url(PIE.htc);
}
h1, h1 a{
	font-family: 'Crete Round', serif;
	font-size:28px;
	font-weight:normal;
	color:#000;
	line-height:35px;
	margin-bottom:10px;
	margin-top:6px;
	padding:0;
	text-shadow: 1px 1px 1px #fff;
	text-decoration:none;
	letter-spacing:0.4px;
}
h1 a:hover{
	margin:0;
	padding:0;
	text-decoration:none;
	-moz-transition: color .2s ease-in;
    -o-transition: color .2s ease-in;
    -webkit-transition: color .2s ease-in;
    transition: color .2s ease-in;   
	behavior: url(PIE.htc);
}
h2, h2 a{
	font-family:'Exo', sans-serif;
	font-size:22px;
	font-weight:normal;
	color:#141414;
	line-height:30px;
	margin-bottom:8px;
	padding:0;
	text-decoration:none;
	-moz-transition: color .1s ease-in;
	-o-transition: color .1s ease-in;
	-webkit-transition: color .1s ease-in;
	transition: color .1s ease-in;
	behavior: url(PIE.htc);
	letter-spacing:0.4px;
}
h2 a:hover{
	color:#ef5613;
	margin:0;
	padding:0;
	text-decoration:none;
}
h3, h3 a{
	font-family: 'Crete Round', sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#161817;
	line-height:24px;
	margin-bottom:8px;
	margin-top:5px;
	margin-left:4px;
	padding:0;
	text-decoration:none;
	text-shadow: 1px 1px 1px #fcfcfc;
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;   
	behavior: url(PIE.htc);
	letter-spacing:0.2px;
}
h3 a:hover{
	margin:0;
	padding:0;
	text-decoration:none;
}

/* main */
.main{
	width:960px;
	height:auto;
	margin:0 auto;
}
/* top bar */
.top_bar{
	width:100%;
	height:30px;
	margin:0 auto;
	background:#2b2c2e url(../images/black-grunge-bg.jpg) top center repeat;
}
.top_bar_in{
	width:960px;
	height:30px;
	margin:0 auto;
}
/* top nav bar */
.top_nav_bar{
	width:400px;
	height:30px;
	float:left;
	margin:0;
}
/* top info bar */
.top_info_bar{
	width:400px;
	height:30px;
	float:right;
	margin:0;
}
/* header */
.header{
	width:960px;
	height:90px;
	margin:0 auto;
}
/* logo */
.logo{
	width:290px;
	height:90px;
	float:left;
	margin:0;
}
/* header right box */
.header_r_box{
	width:620px;
	height:90px;
	float:right;
	margin:0;
}
/* menu bar */
.menu_bar{
	width:600px;
	height:60px;
	float:right;
	margin:15px 0 0 0;
}
/* slider box */
.slider_box{
	width:100%;
	height:300px;
	margin:0 auto;
	background:#001a29 url(../images/slider-bg.jpg) center no-repeat;
}
/* slider in */
.slider_in{
	width:960px;
	height:300px;
	margin:0 auto;
}
/* Banner Oth Page */
.banner_box{
	width:100%;
	height:80px;
	margin:0 auto;
	background:#001a29 url(../images/slider-bg.jpg) center no-repeat;
	z-index:-99;
}
/* Banner Oth Page in */
.banner_in{
	width:960px;
	height:80px;
	margin:0 auto;
	z-index:-99;
}
/* black mid bar */
.black_mid_bar{
	width:100%;
	height:60px;
	margin:0 auto;
	background:#2b2c2e url(../images/black-grunge-bg.jpg) top center repeat;
}
/* service bar */
.service_bar{
	width:960px;
	height:auto;
	margin:15px auto 0 auto;
}
.service_box{
	width:175px;
	height:auto;
	float:left;
	margin:0 0 0 15px;
	padding-right:3px;
	padding-bottom:5px;
	border:1px solid #eee;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(PIE.htc);
}
.service_icon{
	width:60px;
	height:60px;
	float:left;
	margin:0;
}
.service_desc{
	width:112px;
	height:auto;
	float:right;
	margin:0 3px 0 0;
}
/* Service lists */
.service_list{
	margin:0 0 0 20px;
	padding:0;
	list-style:disc;
}
ul.service_list li, ul.service_list li a{
	font-family: 'Exo', sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#373b39;
	line-height:22px;
	margin:0px 0 0 0;
	padding:0;
	text-decoration:none;
}
ul.service_list li a:hover{
	font-family: 'Exo', sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000;
	line-height:22px;
	margin:0px 0 0 0;
	padding:0;
	text-decoration:none;
}

/* mid blue quote bar */
.blue_quote_bar{
	width:960px;
	height:35px;
	margin:15px auto 0 auto;
	padding:10px 0 5px 0;
	background:#0674bf;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(PIE.htc);
}

/* Content */
.content{
	width:960px;
	height:auto;
	margin:15px auto 0 auto;
}
/* column left */
.col_l{
	width:680px;
	height:auto;
	float:left;
	margin:0;
}
/* column right */
.col_r{
	width:260px;
	height:auto;
	float:right;
	margin:0;	
}
/* r box */
.r_box{
	width:248px;
	height:auto;
	margin:10px 0 0 0;
	padding:5px;
	border:1px solid #eee;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(PIE.htc);
}
ul.rs_list_bg{
	margin:0;
	padding:0;
}
ul.rs_list_bg li, ul.rs_list_bg li a{
	font-family: 'Crete Round', sans-serif;
	font-size:11px;
	font-weight:normal;
	float:left;
	color:#444;
	margin-left:5px;
	margin-top:8px;
	margin-right:0;
	margin-bottom:0;
	padding:3px 5px;
	line-height:12px;
	text-decoration:none;
	background:#e9e9e9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(PIE.htc);
	list-style:none;
}
ul.rs_list_bg li:hover, ul.rs_list_bg li a:hover{
	font-family: 'Crete Round', sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#fff;
	float:left;
	margin-left:5px;
	margin-top:8px;
	margin-right:0;
	margin-bottom:0;
	padding:3px 5px;
	line-height:12px;
	text-decoration:none;
	background:#007cc2;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(PIE.htc);
	list-style:none;
}
/* RS lists */
.rs_list{
	margin:0 0 0 20px;
	padding:0;
	list-style-type:square;
}
ul.rs_list li, ul.rs_list li a{
	font-family: 'Merriweather', sans serif;
	font-size:13px;
	font-weight:normal;
	font-style:italic;
	color:#373b39;
	line-height:22px;
	margin:4px 0 0 0;
	padding:0;
	text-decoration:none;
}
ul.rs_list li a:hover{
	color:#000;
	text-decoration:none;
}

/* Certificate Bar */
#certificate_bar{
	width:960px;
	height:100px;
	margin:15px auto 0 auto;
}
/* Bottom Bar */
.bottom_bar{
	width:100%;
	height:auto;
	margin:15px auto 0 auto;
	background:#f2f2f2;
	border-top:10px solid #dddddd;
}
.bottom_bar_in{
	width:960px;
	height:auto;
	margin:0 auto;
}
/* bottom nav bar */
.bot_nav_bar{
	width:480px;
	height:auto;
	float:left;
	margin:0;
}
/* Bot Nav List */
.bot_nav_list{
	margin:0 0 0 20px;
	padding:0;
	list-style-image:url(../images/bot-nav-icon.png);
}
ul.bot_nav_list li, ul.bot_nav_list li a{
	font-family: 'Exo', sans-serif;
	font-size:13px;
	font-weight:normal;
	font-style:normal;
	color:#929292;
	line-height:22px;
	margin:4px 0 0 0;
	padding:0;
	text-decoration:none;
}
ul.bot_nav_list li a:hover{
	color:#505050;
	text-decoration:none;
}
/* bot bar shadow */
.bot_bar_shadow{
	width:20px;
	height:190px;
	float:left;
	margin:0;
	background:url(../images/bot_bar_shadow.png) top center no-repeat;
}
/* Subscribe News Bar */
.sub_news_bar{
	width:460px;
	height:auto;
	float:right;
	margin:0;
}
/* footer bar */
.footer_bar{
	width:100%;
	height:50px;
	margin:0 auto;
	background:#155e8f;
}
.footer_in{
	width:960px;
	height:35px;
	margin:0 auto 0 auto;
	padding:10px 0 0 0;
}
/* breadcrumb menu */
.breadcrumb_bar{
	width:640px;
	height:25px;
	margin:-15px 0 8px 0;
}

/* mid highlight box */
.mid_h_box{
	width:680px;
	height:auto;
	margin:10px auto;
	padding:10px;
	background:#f2f1ea;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(PIE.htc);
}