@charset "utf-8";
/* CSS Document */

body {
	background:#fff;
	margin:0px;
	padding:0px;
	color:#363636;
	font-family: 'PTSansRegular';
}

h1 {
	font-weight:normal;
	font-size:24px;
	font-family: 'MuseoSlab300Regular';
}
h2 {
	font-weight:normal;
	font-size:24px;
	font-family: 'MuseoSlab300Regular';
}
h3 {
	font-family: 'MuseoSlab300Regular';
	font-weight:normal;
	font-size:18px;
}
h4 {
	font-weight:normal;
	font-size:18px;
}
.title {
	padding:0 0 0 0;
}
.title h2.red {
	border-left:solid 3px #e91b23;
	color:#313131;
	font-size:28px;
	padding:0 0 0 10px;
}
.title span.red {
	color:#e91b23;
}

.title h3.red {
	border-left:solid 3px #e91b23;
	color:#313131;
	font-size:20px;
	padding:0 0 0 10px;
}
.title span.red {
	color:#e91b23;
}

a.red_btn {
	background:#eb3139;
	float:left;
	color:#fff !important;
	font-size:13px;
	text-transform:uppercase;
	border:solid 1px #d12a30;
	-moz-box-shadow: inset -0px 1px #f96167;
	-webkit-box-shadow: inset -0px 1px #f96167;
	box-shadow: inset -0px 1px #f96167;
	padding:6px 22px 6px 22px !important;
	margin:10px 0 0 0 !important;
}
a.gray_btn {
	background:#1f1f1f;
	float:left;
	color:#fff !important;
	font-size:13px;
	text-transform:uppercase;
	border:solid 1px #0c0c0c;
	-moz-box-shadow: inset -0px 1px #0c0c0c;
	-webkit-box-shadow: inset -0px 1px #0c0c0c;
	box-shadow: inset -0px 1px #7b7b7b;
	padding:6px 22px 6px 22px !important;
	margin:10px 0 0 0 !important;
}
a {
	text-decoration:none;
}
a .img {
	border:none;
}

.clear {
	clear:both;
}
.height5 {
	height:5px;
}
.height10 {
	height:10px;
}
.height15 {
	height:15px;
}
.height20 {
	height:20px;
}
.height25 {
	height:25px;
}
.height30 {
	height:30px;
}
#wrap {
}
#wrap .container {
	width:960px;
	margin:0 auto;
	
}
#wrap .container	.logobox	{ width:35%; float:left;padding-top:0px; text-align:center;}
#wrap .container	.menubox	{ width:65%; float:right; text-align:right !important;}



#top_bar {
	position:relative;
	z-index:10;
	display:block;
}
#top_bar li.mb {
	background:url(../images/top-mb.png) no-repeat;
	color:#fff;
	position:absolute;
	margin:12px 0 0 0;
	padding:0 0 0 25px;
	font-size:13px;
}
#top_bar .social_icons {
	margin:7px 0 0 0;
	float:right;
}
#top_bar .social_icons a {
	background:url(../images/social_icon.png) no-repeat;
	height:26px;
	width:26px;
	float:left;
	margin:0 0 0 5px;
}
#top_bar .social_icons a:hover {
	-webkit-transition: all 0.6s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.6s ease-out;
}
#top_bar .social_icons a.fb {
	background-position:0 0;
}
#top_bar .social_icons a.fb:hover {
	background-position:0 -26px;
}
#top_bar .social_icons a.tw {
	background-position:-29px 0;
}
#top_bar .social_icons a.tw:hover {
	background-position:-29px -26px;
}
#top_bar .social_icons a.yt {
	background-position:-58px 0;
}
#top_bar .social_icons a.yt:hover {
	background-position:-58px -26px;
}
#top_bar .social_icons a.gp {
	background-position:-87px 0;
}
#top_bar .social_icons a.gp:hover {
	background-position:-87px -26px;
}
#top_bar .social_icons a.db {
	background-position:-116px 0;
}
#top_bar .social_icons a.db:hover {
	background-position:-116px -26px;
}
#header {
	background:url(../images/header.png) repeat-x;
	margin:0px 0 0 0;
	position:absolute;
	z-index:10;
	width:100%;
	height:94px;
}
#header .logo {
	float:left;
	margin:-10px 0 0 0;
}
#header .nav {
	line-height:46px;
	float:right;
}

#content {
	background:url(../images/service_divide.jpg) repeat-x top;
	height:4px;
	padding:4px 0 0 0;
}
.box3	{ margin-top:0px; z-index:999999999999999999999999999999999999999999999999999999999999999999999999999 !important;}
#content .services .service_sec {
	float:left;
	width:233px;
	margin:28px 8px 0 0px;
	padding:15px 0;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
}
#content .services .service_sec:hover {
	background:#f7f7f7;
	padding:15px 0;
	cursor:default;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
}
#content .services .service_sec.last {
	margin:28px 0 0 0px;
}
#content .service_sec .detail {
	text-align:center;
}
#content .service_sec .detail span {
	font-size:18px;
	font-family: 'PTSansbold';
	color:#464646;
	margin:10px 0 10px 0;
}
#content .service_sec .detail img {
	margin:0 0 20px 0;
}
#content .service_sec .detail p {
	font-size:12px;
	color:#878787;
	margin:5px 0 15px 0;
}
#content .our_work {
	margin:20px 0 0 0;
}
#content .our_work .title {
	border-bottom:solid 4px #313131;
	padding:0 0 15px 0;
}
#content .our_work li {
	margin:0 19px 0 0 !important;
}
#content .our_work li.last {
	margin:0 19px 0 0px !important;
}
#content .our_work .work {
	float:left;
	width:301px;
	margin:25px 0px 0 0;
}
#content .our_work .work.last {
	margin:25px 0 0 0;
}
#content .our_work p.port {
	background:#f9f9f9;
	border:solid 1px #ededed;
	text-align:center;
	padding:10px 0;
	width:299px;
	float:left;
	color:#5e5e5e;
	font-size:15px;
	text-transform:uppercase;
}
#content .testi {
	background:#f9f9f9;
	border:solid 2px #f5f5f5;
	margin:40px 0 0 0;
	text-align:center;
	padding:35px 0;
}
#content .testi p {
	color:#373737;
	font-size:16px;
	margin:25px 0 15px 0;
	line-height:21px;
}
#content .testi span.name {
	font-size:16px;
	color:#e91b23;
	font-family: 'PTSansBold';
}
#content .testi span.job {
	font-size:12px;
	color:#454545;
}
#content .blog {
	width:600px;
	float:left;
	margin:25px 0 0 0;
}
#content .blog img {
	float:left;
	margin:25px 0 0 0;
}
#content .blog .detail {
	float:right;
	width:358px;
	margin:25px 0 0 0;
}
#content .blog .detail h3 {
	font-size:26px;
	color:#4a4a4a;
}
#content .blog .detail li {
	float:left;
}
#content .blog .detail li.name {
	background:url(../images/blog_admin.png) no-repeat 0 0;
	padding:0 0 0 28px;
	margin:15px 0 0 0;
}
#content .blog .detail li.date {
	background:url(../images/blog_clander.png) no-repeat 0 0;
	margin:0 0 0 20px;
	padding:0 0 0 28px;
	margin:15px 0 0 25px;
}
#content .blog .detail a {
	font-size:12px;
	color:#515151;
}
#content .blog .detail p {
	font-size:12px;
	color:#525252;
	margin:10px 0 0 0;
}
#content .blog .detail .social {
	margin:16px 0 0 0;
}
#content .blog .detail .social a {
	background:url(../images/blog_social.png) no-repeat;
	width:26px;
	height:28px;
	float:left;
	margin:0 5px 0 0;
}
#content .blog .detail .social a.fb {
	background-position:0 0;
}
#content .blog .detail .social a.fb:hover {
	background-position:0 -28px;
}
#content .blog .detail .social a.tw {
	background-position:-29px 0;
}
#content .blog .detail .social a.tw:hover {
	background-position:-29px -28px;
}
#content .blog .detail .social a.gp {
	background-position:-58px 0;
}
#content .blog .detail .social a.gp:hover {
	background-position:-58px -28px;
}
#content .blog .detail .social a.db {
	background-position:-87px 0;
}
#content .blog .detail .social a.db:hover {
	background-position:-87px -28px;
}
#content .blog .detail a.more {
	margin:18px 0 0 0 !important;
	color:#fff;
}
#content .why_choose {
	float:right;
	width:332px;
	margin:25px 0 0 0;
}
#content .why_choose .features {
	margin:28px 0 0 0;
}
#content .why_choose .features span {
	background:url(../images/tick.png) no-repeat 0 5px;
	float:left;
	line-height:36px;
	padding:0 0 0 33px;
	font-size:15px;
	color:#383737;
}
#content .clients {
	margin:30px 0 0 0;
	float:left;
}
#content .clients .client {
	margin:25px 0 0 0;
}
#content .clients .client a {
	margin:0 10px 0 0;
}
#content .clients .client a.last {
	margin:0 0 0 0;
}
#footer {
	background:#098ABB;
	margin:0px 0 0 0;
}
#footer .sections {
	float:left;
	width:210px;
	margin:20px 40px 0 0;
}
#footer .sections.last {
	margin:20px 0 0 0;
}
#footer .sections h5 {
	color:#fff;
	font-size:18px;
	font-weight:normal;
	margin:0 0 15px 0;
}
#footer .sections .links li {
	background:#fff;
	border-left:solid 3px #eb3139;
	margin:0 0 4px 0;
}
#footer .sections .links li.last {
	border-bottom:none;
}
#footer .sections .links li:hover a {
	background:#fff;
	padding:0 0 0 12px;
	color:#000;
	border-left:solid 3px #eb3139;
	cursor:pointer;
	-webkit-transition: all 0.6s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.6s ease-out;
}
#footer .sections .links li.last {
	border-bottom:none;
}
#footer .sections .links a {
	color:#8e8e8e;
	padding:0 0 0 7px;
	-webkit-transition: all 0.6s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.6s ease-out;
	display:block;
	line-height:36px;
	font-size:12px;
	display:block;
}
#footer .about p {
	font-size:12px;
	color:#fff;
}
#footer .about img {
	border:solid 4px #FFF;
	margin:24px 0 0 0;
}
#footer .form input[type=text] {
	color:#7f7f7f;
	background:#eee;
	border:none;
	height:30px;
	width:190px;
	padding:0 10px;
	margin:0 0 8px 0;
	font-size:11px;
}
#footer .form textarea {
	color:#7f7f7f;
	background:#eee;
	border:none;
	height:86px;
	float:left;
	padding:7px 10px;
	font-size:11px;
	width:190px;
	margin:0 0 8px 0;
	font-family: 'PTSansRegular';
}
.error_active{
	border:#eb3139 1px solid !important;
}
#footer .form a.more {
	margin:0 0 0 0;
	padding:6px 10px 4px 10px;
	font-size:11px;
}
#footer .get_touch ul {
	height:215px;
}
#footer .get_touch li {
	background:url(../images/get_touch_icon.png) no-repeat 0 7px;
	font-size:12px;
	color:#fff;
	line-height:34px;
	padding:0 0 0 25px;
}
#footer .get_touch a {
	font-size:12px;
	color:#fff;
}
#footer .get_touch a:hover {
	color:#e91b23;
}
#footer .get_touch li.phone {
	background-position:0 8px;
}
#footer .get_touch li.time {
	background-position:0 -30px;
}
#footer .get_touch li.email {
	background-position:0 -62px;
}
#footer .get_touch li.globe {
	background-position:0 -96px;
}
#footer .get_touch li.address {
	background-position:0 -140px;
	line-height:18px;
	margin:8px 0 0 0;
}
#footer .footer_bot {
	background:#065C7D;
	height:51px;
	margin:25px 0 0 0;
}
#footer .footer_bot p {
	float:left;
	font-size:12px;
	color:#fff;
	line-height:51px;
}
#footer .footer_bot a {
	color:#b1b1b1;
	font-weight:bold;
}
#footer .footer_bot a:hover {
	color:#eb3139;
}
#footer .footer_bot .social_icons {
	margin:14px 0 0 0;
	float:right;
}
#footer .footer_bot .social_icons a {
	background:url(../images/social_icon.png) no-repeat;
	height:26px;
	width:26px;
	float:left;
	margin:0 0 0 5px;
}
#footer .footer_bot .social_icons a:hover {
	-webkit-transition: all 0.6s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.6s ease-out;
}
#footer .footer_bot .social_icons a.fb {
	background-position:0 0;
}
#footer .footer_bot .social_icons a.fb:hover {
	background-position:0 -26px;
}
#footer .footer_bot .social_icons a.tw {
	background-position:-29px 0;
}
#footer .footer_bot .social_icons a.tw:hover {
	background-position:-29px -26px;
}
#footer .footer_bot .social_icons a.yt {
	background-position:-58px 0;
}
#footer .footer_bot .social_icons a.yt:hover {
	background-position:-58px -26px;
}
#footer .footer_bot .social_icons a.gp {
	background-position:-87px 0;
}
#footer .footer_bot .social_icons a.gp:hover {
	background-position:-87px -26px;
}
#footer .footer_bot .social_icons a.db {
	background-position:-116px 0;
}
#footer .footer_bot .social_icons a.db:hover {
	background-position:-116px -26px;
}
#sub_banner {
	background:url(../images/sub_banner.jpg) repeat-x center;
	text-align:center;
	height:255px;
	padding:0 0;
}
#sub_banner h1 {
	color:#FFF;
	position:absolute;
	margin:175px 0 0 0;
}
#sub_content {
	background:url(../images/service_divide.jpg) repeat-x top;
	padding:4px 0 0 0;
}
#sub_content .about {
	background:url(../images/service_divide.jpg) repeat-x bottom;
	margin:35px 0 0 0;
	padding:0 0 300px 0;
}
#sub_content .about img {
	float:left;
	border:solid 4px #FFF;
	box-shadow: 0 0 1px #000;
}
#sub_content .about .text {
	float:right;
	width:568px;
}
#sub_content .about .text p {
	margin:15px 0 18px 0;
	font-size:13px;
}
#sub_content .about .text ul.ticks li {
	background:url(../images/tick.png) no-repeat 0 5px;
	padding:0 0 0 32px;
	line-height:34px;
	font-size:13px;
	margin:0 0 0 0;
}
#sub_content .about_more {
	margin:35px 0 0 0;
	float:left;
	padding:0 0 35px 0;
	background:url(../images/service_divide.jpg) repeat-x bottom;
}
#sub_content .about_more .three-sec {
	float:left;
	width:294px;
	margin:0 38px 0 0;
}
#sub_content .about_more .three-sec.last {
	margin:0px;
}
#sub_content .about_more .three-sec h2.how-work {
	color:#313131;
	font-size:28px;
}
#sub_content .about_more .center {
	text-align:center;
}
#sub_content .about_more .center img {
	margin:20px 0 0 0;
}
#sub_content .about_more .three-sec p {
	margin:15px 0 0 0;
	line-height:21px;
}
#sub_content .meet_team {
	text-align:center;
	margin:35px 0 0 0;
}
#sub_content .meet_team h2 {
	color:#e91b23;
	font-size:32px;
}
#sub_content .meet_team p {
}
#sub_content .meet_team .arrow {
	margin: 14px 0 0 0;
}
#sub_content .meet_team .team_sec {
	float:left;
	width:200px;
	margin:35px 26px 0 0;
	padding:10px;
}
#sub_content .meet_team .team_sec.last {
	margin:35px 0 0 0;
}
#sub_content .meet_team .team_sec:hover {
	background:#f2f2f2;
	padding:10px;
}
#sub_content .meet_team .team_sec span {
	font-size:20px;
	color:#e91b23;
	font-family: 'MuseoSlab300Regular';
}
#sub_content .meet_team .team_sec a.position {
	padding:5px 20px;
	font-size:11px;
}
#sub_content .meet_team .team_sec p {
	margin:10px 0 0 0;
	font-size:12px;
	line-height:21px;
}
#sub_content .meet_team .team_sec a.tw {
	background:url(../images/team-twitter.png) no-repeat;
	width:28px;
	margin:-70px 0 0 0;
	position:relative;
	z-index:2;
	height:28px;
	float:left;
}
#sub_content .meet_team .team_sec a.tw:hover {
	background-position:0 -28px;
}
#sub_content .meet_team .team_sec a.fb {
	background:url(../images/team_fb.png) no-repeat;
	width:28px;
	margin:-70px 0px 0 0;
	position:relative;
	z-index:2;
	height:28px;
	float:right;
}
#sub_content .meet_team .team_sec a.fb:hover {
	background-position:0 -28px;
}
#sub_content .meet_team .team_sec a.db {
	background:url(../images/team-db.png) no-repeat;
	width:28px;
	margin:-24px 0px 0 85px;
	position:relative;
	z-index:2;
	height:28px;
	float:left;
}
#sub_content .meet_team .team_sec a.db:hover {
	background-position:0 -28px;
}
#sub_content .services {
	margin:35px 0 0 0;
	background:url(../images/service_divide.jpg) repeat-x bottom;
	padding:0 0 35px 0;
	float:left;
}
#sub_content .services .serv_sec {
	width:282px;
	float:left;
	text-align:center;
	margin:0 56px 0 0;
}
#sub_content .services .serv_sec.last {
	margin:0px;
}
#sub_content .services .serv_sec h2 {
	margin:18px 0 2px 0;
}
#sub_content .tech_use {
	background:url(../images/service_divide.jpg) repeat-x bottom;
	padding:0 0 35px 0;
	margin:35px 0 0 0;
}
#sub_content .tech_use .text {
	float:left;
	width:464px;
	margin:35px 0 0 0;
}
#sub_content .tech_use .text p {
	margin:15px 0 0 0;
}
#sub_content .more_services {
	margin:35px 0 30px 0;
}
#sub_content .more_services .more_serv_sec {
	margin:50px 0 20px 0;
}
#sub_content .more_services .more_serv_sec img {
	float:left;
	margin:40px 0 0 95px;
}
#sub_content .more_services .more_serv_sec .text {
	float:right;
	width:595px;
	text-align:justify;
}
#sub_content .more_services .more_serv_sec .text p {
	margin:15px 0 0 0;
}
#sub_content .more_services .more_serv_sec.pos_change img {
	float:right;
	margin:40px 95px 0 0;
}
#sub_content .more_services .more_serv_sec.pos_change .text {
	float:left;
	text-align:justify;
	width:595px;
}
#sub_content .more_services .more_serv_sec.pos_change .text p {
	margin:15px 0 0 0;
}
#sub_content .blog {
	margin:35px 0 0 0;
}
#sub_content .left_sec {
	float:left;
	width:666px;
}
#sub_content .left_sec .date {
	background:url(../images/blog-date.png) no-repeat;
	width:96px;
	float:left;
	height:106px;
	margin:20px 0 0 0;
	text-align:center;
	padding:32px 0 0 0;
	line-height:20px;
}
#sub_content .left_sec .date span.large {
	font-size:58px;
	font-weight:bold;
	color:#fff;
}
#sub_content .left_sec .date span.small {
	font-size:11px;
	color:#fff;
}
#sub_content .left_sec .left {
	float:right;
	width:570px;
	margin:23px 0 0 0;
}
#sub_content .left_sec .left .posted {
	background:#f9f9f9;
	padding:12px;
}
#sub_content .left_sec .left p {
	margin:12px 0 0 0;
}
#sub_content .left_sec .left a {
	float:left;
	padding:0 0 0 25px;
	margin:0 20px 0 0;
	color:#515151;
}
#sub_content .left_sec .left a:hover {
	color:#10b0de;
}
#sub_content .left_sec .left a.post {
	background:url(../images/posted.png) no-repeat;
}
#sub_content .left_sec .left a.views {
	background:url(../images/views.png) no-repeat;
}
#sub_content .left_sec .left a.chat {
	background:url(../images/chat.png) no-repeat;
}
#sub_content .right_sec {
	background:#fff;
	float:right;
	width:260px;
}
#sub_content .right_sec .search {
	background:#ececec;
	padding:25px 15px;
}
#sub_content .right_sec .search input[type=text] {
	border:none;
	width:183px;
	height:32px;
	padding:0 5px;
	color:#999;
}
#sub_content .right_sec .search input[type=submit] {
	background:url(../images/blog_search.jpg) no-repeat;
	width:34px;
	height:32px;
	border:none;
	cursor:pointer;
	margin:0 0 0 -3px;
}
#sub_content .right_sec .category {
	margin:20px 0 0 0;
}
#sub_content .right_sec .category.last {
	border:0px;
}
#sub_content .right_sec .category.last p {
	width:220px;
}
#sub_content .category h3 {
	font-size:20px;
	margin:0 0 10px 0;
}
#sub_content .category ul.b-arrow li {
	background:url(../images/blog_arrow.png) no-repeat 0 7px;
	padding:0 0 0 15px;
}
#sub_content .category li {
	line-height:28px;
}
#sub_content .category a {
	color:#4e4e4e;
}
#sub_content .post .post_sec {
	margin:20px 0 10px 0;
}
#sub_content .post .post_sec img {
	float:left;
	margin:0 15px 0 0;
}
#sub_content .post .post_sec span {
	font-size:13px;
	font-weight:bold;
}
#sub_content .post .post_sec p {
	font-size:12px;
	line-height:14px;
	margin:0 0 0 15px;
}
#sub_content .blog .comments h3 {
	background:#3a3a3a;
	height:35px;
	color:#fff;
	line-height:35px;
	padding:0 0 0 15px;
}
#sub_content .comments .p-comments {
	margin:20px 0 0 0;
	border-bottom:solid 1px #e5e5e5;
	padding:0 0 18px 0;
}
#sub_content .comments .p-comments.right {
	margin:20px 0 0 80px;
	border-bottom:solid 1px #e5e5e5 0;
	padding:0 0 18px 0;
}
#sub_content .comments .p-comments.right.last {
	border-bottom:0;
}
#sub_content .comments .p-comments.right .text {
	float:right;
	width:510px;
}
#sub_content .comments .p-comments img {
	float:left;
}
#sub_content .comments .p-comments .text {
	float:right;
	width:588px;
}
#sub_content .comments .p-comments .text span {
	color:#808080;
}
#sub_content .comments .p-comments .text a {
	color:#e91b23;
}
#sub_content .comments .p-comments .text p {
	margin:5px 0 0 0;
}
#sub_content .blog .leave_comment h3 {
	background:#3a3a3a;
	height:35px;
	color:#fff;
	line-height:35px;
	padding:0 0 0 15px;
	margin:10px 0 20px 0;
}
#sub_content .leave_comment .field {
	float:left;
	width:324px;
	margin:10px 18px 0 0;
}
#sub_content .leave_comment .field.last {
	margin:10px 0px 0 0;
}
#sub_content .leave_comment .field label {
	float:left;
	width:94px;
	margin:10px 0 0 0;
	color:#818181;
}
#sub_content .leave_comment .field input[type=text] {
	border:solid 1px #e3e3e3;
	height:35px;
	width:214px;
	color:#818181;
	padding:0 5px;
}
#sub_content .leave_comment label {
	float:left;
	width:94px;
	margin:10px 0 0 0;
	color:#818181;
}
#sub_content .leave_comment textarea {
	border:solid 1px #e3e3e3;
	height:186px;
	width:545px;
	margin:12px 0px 0 0;
	padding:10px;
	color:#818181;
}
#sub_content .leave_comment .submit {
	margin:0 0 0 94px;
	float:left;
}
#sub_content .contact {
	margin:35px 0 0 0;
}
#sub_content .contact .get_touch {
	background:url(../images/gettouch_map.png) no-repeat 55px 85px;
	float:left;
	width:344px;
	margin:35px 0 0 0;
}
#sub_content .contact .get_touch ul li {
	background:url(../images/contact_icons.png) no-repeat;
	padding:0 0 0 25px;
	line-height:28px;
	font-size:13px;
	margin:5px 0 0 0;
}
#sub_content .contact .get_touch li.address {
	background-position:0px 5px;
}
#sub_content .contact .get_touch li.email {
	background-position:0px -27px;
}
#sub_content .contact .get_touch li.mobile {
	background-position:0px -62px;
}
#sub_content .contact .get_touch li.url {
	background-position:0px -98px;
}
#sub_content .contact .get_touch .social a {
	background:url(../images/gettouch_social.png) no-repeat;
	float:left;
	width:34px;
	height:34px;
	margin:15px 3px 0 0;
}
#sub_content .contact .get_touch .social a.tw {
	background-position:0 0;
}
#sub_content .contact .get_touch .social a.tw:hover {
	background-position:0 -33px;
}
#sub_content .contact .get_touch .social a.fb {
	background-position:-38px 0;
}
#sub_content .contact .get_touch .social a.fb:hover {
	background-position:-38px -33px;
}
#sub_content .contact .get_touch .social a.gp {
	background-position:-76px 0;
}
#sub_content .contact .get_touch .social a.gp:hover {
	background-position:-76px -33px;
}
#sub_content .contact .get_touch .social a.db {
	background-position:-114px 0;
}
#sub_content .contact .get_touch .social a.db:hover {
	background-position:-114px -33px;
}
#sub_content .contact .form {
	float:right;
	width:548px;
	margin:35px 0 0 0;
}
#sub_content .contact .form .field {
	margin:10px 0 0 0;
}
#sub_content .contact .form .field label {
	float:left;
	width:94px;
	margin:10px 0 0 0;
	color:#818181;
}
#sub_content .contact .form .field input[type=text] {
	border:solid 1px #e3e3e3;
	height:35px;
	width:214px;
	color:#818181;
	padding:0 5px;
}
#sub_content .contact .form label {
	float:left;
	width:94px;
	margin:10px 0 0 0;
	color:#818181;
}
#sub_content .contact .form textarea {
	border:solid 1px #e3e3e3;
	height:205px;
	width:434px;
	margin:10px 0 0 0;
	color:#818181;
	padding:5px 5px;
}
#sub_content .contact .form a.red_btn {
	margin:10px 0 0 94px !important;
	float:left;
}
#sub_content .columns {
	margin:25px 0 0 0;
}
#sub_content .columns .col_one {
	border-bottom:solid 1px #CCC;
	padding:0 0 20px 0;
	float:left;
}
#sub_content .columns p {
	margin:5px 0 0 0;
	color:#666;
}
#sub_content .columns .col_two {
	margin:20px 0 0 0;
	border-bottom:solid 1px #CCC;
	padding:0 0 20px 0;
	float:left;
}
#sub_content .columns .col_two p {
	float:left;
	width:450px;
	margin:0 35px 0 0;
}
#sub_content .columns .col_two p.last {
	margin:0px;
}
#sub_content .columns .col_thr {
	margin:20px 0 0 0;
	border-bottom:solid 1px #CCC;
	padding:0 0 20px 0;
	float:left;
}
#sub_content .columns .col_thr p {
	float:left;
	width:290px;
	margin:0 35px 0 0;
}
#sub_content .columns .col_thr p.last {
	margin:0px;
}
#sub_content .columns .col_for {
	margin:20px 0 0 0;
	border-bottom:solid 1px #CCC;
	padding:0 0 20px 0;
	float:left;
}
#sub_content .columns .col_for p {
	float:left;
	width:210px;
	margin:0 35px 0 0;
}
#sub_content .columns .col_for p.last {
	margin:0px;
}
#faq {
	margin:15px 0 0 0;
}
#faq h1 {
	margin:0px 0 15px 0;
}
#faq dt {
	color:#5b5b5b;
	cursor:pointer;
	font-size:16px;
	background:#CCC;
	margin:0 0 5px 0;
	padding:10px 10px;
	font-family: 'MuseoSlab300Regular';
}
#faq dt.two {
	background:#e91b23;
	color:#fff;
}
#faq dd {
	color:#757575;
	margin:0 0 15px 0;
}

/* =========================================================== */
/* Box Shadow Effects /* 
============================================================== */
.box {
	background:#f7f7f7;
	padding: 12px;
}
/*================================================== * Effect 1 * ===============================================*/
.effect1 {
	-webkit-box-shadow:0 10px 6px -6px #777;
	 -moz-box-shadow:0 10px 6px -6px #777;
	 box-shadow: 0 10px 6px -6px #777;
}
/*================================================== * Effect 2 * ===============================================*/
.effect2 {
	position:relative;
}
.effect2:before,.effect2:after {
	z-index:-1;
	position:absolute;
	content:"";
	bottom:15px;
	left:10px;
	width:50%;
	top:80%;
	max-width:300px;
	background:#777;
	-webkit-box-shadow:0 15px 10px #777;
	-moz-box-shadow:0 15px 10px #777;
	box-shadow:0 15px 10px #777;
	-webkit-transform:rotate(-3deg);
	-moz-transform:rotate(-3deg);
	-o-transform:rotate(-3deg);
	-ms-transform:rotate(-3deg);
	transform:rotate(-3deg);
}
.effect2:after {
	-webkit-transform:rotate(3deg);
	-moz-transform:rotate(3deg);
	-o-transform:rotate(3deg);
	-ms-transform:rotate(3deg);
	transform:rotate(3deg);
	right:10px;
	left: auto;
}

.flashimg	img { width:100%;}

.pagetext	{width:100%;margin-top:20px;}
.pagetext	.left{width:27%; float:left; margin-right:3%;}
.pagetext	.right{width:70%;float:left;}

.pagetext	.right	h1 {
	font-weight:normal;
	font-size:24px;
	font-family: 'MuseoSlab300Regular';
}
.pagetext	.right h2 {
	font-weight:normal;
	font-size:24px;
	font-family: 'MuseoSlab300Regular';
}
.pagetext	.right h3 {
	font-family: 'MuseoSlab300Regular';
	font-weight:normal;
	font-size:18px;
}
.pagetext	.right h4 {
	font-weight:normal;
	font-size:18px;
}

.pagecont	ul, ol	{ padding:0px 0px 0px 20px; list-style:circle; margin:0;}	
.pagecont	{ font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size:13px; color:#000;}
.pagecont	p, div { margin-bottom:15px;}
.pagecont	{ margin-bottom:15px;}
	
.greybg		{ background-color:#eeeeee;}	
 
ul.latesttext	{list-style-type:circle !important;
				white-space:nowrap;
				list-style:inside}

ul.latesttext li	{display:inline; padding-right:30px;}

ul.latesttext li:before {
	display:		inline-block;		
  	width:		0; 		
  	height:		0; 	
	border-top:		solid transparent;
	border-bottom: 	solid transparent;
	border-left:	        solid #f00;	
	border-width:	5px;
	content:		' ';
	margin-right:	5px;
}


ul.newsli		{padding-left:0px;color:077cc2;}
ul.newsli	li	{ padding:5px 0px!important; border-bottom:1px solid #EEEEEE; line-height:20px;}

.ttitle				{color:#000000;font-weight:bold;}

.marqueeV1			{text-decoration:none;color:#077CC2 !important; font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif ; font-size:13px; line-height:20px !important;}
.marqueeV1:hover	{text-decoration:none;color:#ff0000 !important;}

.news-month			{line-height:14px;width:40px;height:15px;background:#FF5821;color:#FFFFFF;font-size:10px;}
.news-day			{width:40px;height:30px;line-height:26px;background:#FFF;border-bottom:2px solid #FFDDDD;font-size:14px;}
.news-width			{float:left;width:250px;text-align:left;min-height:60px;line-height:17px;}

.marqueeVA			{text-decoration:none;color:#000000;}
.marqueeVA:hover	{text-decoration:none;color:#FF0000;}

.marqueeH			{text-decoration:none;color:#000000;}
.marqueeH:hover		{text-decoration:underline;color:#11423F;}

.link				{text-decoration:none;color:#3d3d3d;}
.link:hover			{color:#FF0000;border-bottom:1px dotted;}

.download			{font-weight:bold;color:#000000;}
.download:hover		{font-weight:bold;color:#000000;}

.downloads			{text-decoration:none;color:#C40000;font-size:12px;}
.downloads:hover	{color:#363636;border-bottom:1px dotted;}

.trbg				{background-color:#DDDDDD;}

.tgallery		{font-size:20px;font-weight:bold;color:#000000;}
.tgallery:hover		{font-size:20px;font-weight:bold;color:#000000;}

.fdetail		{font-size:20px;font-weight:bold;color:#000000;}
.fdetail:hover		{font-size:20px;font-weight:bold;color:#000000;}

.padding td		{padding:5px;}


.deptlink			{text-decoration:none;color:#000;font-weight:bold;}
.deptlink:hover		{color:#FF0000;font-weight:bold;}

/*Table Style*/
.tblhead		{background-color:#EEE;font-weight:bold;}
.tblmidhead		{background-color:#EEE;font-weight:bold;}
.wtblhead		{border:none;}

.data th {background-color:gray; color:#ffffff}
.pagingDiv { height:20px}
.pNo			{float:left;margin-left:18px;margin-right:0px; border:0px solid gray;}
.pNo1			{float:left;margin-right:3px; border:0px solid gray;}
.pNo2			{float:left;margin-right:3px; border:0px solid gray;}
.pNo a			{color:#ff0000;}
.pNo a:hover	{text-decoration:none;color:#000000;}

.rpp			{background-color:#F0FFF0;padding:5px;color:#000000;border:1px solid #828282;height:30px;}
.rpp a			{color:#ff0000;}
.rpp a:hover	{text-decoration:none;color:#000000;}

/* Validation Form Style */
.form {
	width:720px;
	text-align:left;
	padding-top:5px;
}
.form legend
{
	color: #000000;
	font-size:15px;
	font-weight: bold;
	font-variant:small-caps;
	margin-left: 1em;
	padding:0px 5px;
}
	
/*** FORM BLOCKS ***/
.comment
{
	padding-left:20px;
	color:#999999;
	font-style:italic;
}
.form td
{
	width: 100%;
	padding:5px 0px 5px 0px;
	border-top:1px dotted #ccc;
	display:block;
	float: left;
	clear: left;
}

/*** FORM BLOCK ELEMENTS ***/

.form label
{
	padding:0px 10px;
	width:210px;
	float: left;
}
.form label.error
{
	color: #c00;
	font-size: 100%;
	font-weight: bold;
	font-variant:small-caps;
	width:60%;
	display: none;
	margin:4px 0px 0px 170px;
	padding:2px 0px 0px 5px;
	border-top:1px dotted #ccc;
	clear:both;
}
	
/*** SUPPORTING CLASSES ***/

.form label.required{  }
.form span.required
{
	padding-left:10px;
	background:url('../img/star.gif') no-repeat;
	background-position:top left;
}
.form span.norequired
{
	padding-left:10px;
}
.form .highlight
{
	background-color:#F2F2F2;
}
.off
{
	display:none !important;
}
.clear
{
	clear:both;
}

	
.submenu				{text-decoration:none;color:#3d3d3d;font-size:12px;background-image:url('../img/bullet.gif');background-repeat:no-repeat;background-position:9px 9px;text-align:left;}
.submenu:hover			{background-color:#636162;background-image:url('../img/bullet1.gif');background-repeat:no-repeat;background-position:10px 7px;width:180px;}

.subMenubg a			{text-decoration:none;color:#3d3d3d; font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size:13px;display:block;margin:0;border-bottom:1px dotted #CCCCCC;padding:10px 5px 10px 18px;background-image:url('../img/bullet1.png');background-repeat:no-repeat;background-position:5px 15px;line-height:20px;}
.subMenubg a:hover 		{background-color:#2079A3;color:#FFFFFF;background-image:url('../img/bullet1.gif');background-repeat:no-repeat;background-position:7px 15px; width:100%;}

.subMenubg1 a			{text-decoration:none;color:#FFFFFF;font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;background-color:#2079A3;display: block;margin:0;border-bottom:1px solid #9F9F9F;padding:10px 0px 10px 30px;background-image:url('../img/bullet2.gif');background-repeat:no-repeat;background-position:15px 13px;line-height:20px;}
.subMenubg1 a:hover 	{background-image:url('../img/bullet1.gif');display: block;background-repeat:no-repeat;margin:0;color:#FFFFFF;background-position:20px 13px;background-color:#888888;width:100%;}

.subMenubg2 a			{text-decoration:none;color:#FFff00;font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;display: block;margin:0;border-bottom:1px dotted #9F9F9F;padding:7px 0px 7px 35px;background-image:url('../img/bullet.gif');background-repeat:no-repeat;background-position:15px 8px;background-color:#3d3d3d;}
.subMenubg2 a:hover 	{background-image:url('../img/bullet1.gif');display: block;background-repeat:no-repeat;margin:0;color:#FFFFFF;background-position:20px 8px;}



.mp0 { margin:0 !important; padding:0;}

.bgOrange	{ background-color:#F68320; color:#FFFFFF;}
.bgLblue	{ background-color:#638AC8; color:#FFFFFF;}
.bgGreen	{ background-color:#7A9D57; color:#FFFFFF;}
.bgRed		{ background-color:#4D828D; color:#FFFFFF;}
.bgGrey	{ background-color:#797979; color:#FFFFFF;}

.dlink	{ font-size:25px; color:#fff;font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif; font-weight:normal;}
.dlink:hover{color:#ff0;}