@charset "utf-8";
/* CSS Document */

body {margin:10px 0; padding:0px; font-family: 'Roboto', sans-serif; background:#999;}
h1,h2,h3,h4,p,ul {padding:0px; margin:0px;}
:focus {outline:0;}

h1 {font-size:25px; line-height:normal; color:#333333; text-transform:uppercase; padding:5px 0;}
h2 {font-size:25px; line-height:normal; color:#333333; text-transform:uppercase; padding:5px 0; border-bottom:5px solid #0099FF; display:inline-block;}
h3 {font-size:18px; line-height:normal; color:#0074a5;}
h4 {font-size:16px; color:#990000; padding:5px 0;}

.blue {color:#0988d2;}
.white {color:#FFFFFF;}

.logo {margin:10px 0;}

.punch {font-family: 'Lobster', cursive; font-size:22px; color:#666666;}

.botoom-services {background:url(images/home-bg.jpg) repeat-x; height:80px; font-size:12px; color:#FFFFFF;}
.botoom-services li {float:left; margin:5px 30px; list-style:none; width:250px;}
.botoom-services p {padding:8px 0 15px 0;}
.botoom-services a {color:#666666; background:#fff; padding:5px 10px; text-transform:uppercase; border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px; text-decoration:none; font-size:11px;  -webkit-transition: all 1s ease; -moz-transition: all 1s ease;}
.botoom-services a:hover {background:#00466f; color:#FFFFFF;}

.welcome {padding-right:30px; background:url(images/shadow1.png) right top no-repeat; font-size:12px; color:#666666; line-height:18px; text-align:justify;}
.welcome img {float:left; margin-right:20px;}

.normal {font-size:13px; color:#505050; line-height:18px;}
.normal p {padding:5px 0; text-align:justify;}
.normal li { margin-left:25px; padding:4px 0; list-style-image:url(images/bullet.jpg);}
.normal a {color: #FF0000;}
.normal a:hover{text-decoration:none;}

.industry li {font-size:16px; line-height:25px; margin-left:30px;} 

.news {width:230px; padding-left:20px;}
.news li {list-style:none; font-size:12px; color:#666666; border-bottom:1px solid #CCCCCC; padding:18px 0;}
.news li img {float:left; margin-right:10px;}
.news h1 {font-size:12px; color:#666; text-transform:uppercase; padding:2px 0;}
.news a {color:#fff; background:#0e97e6; padding:5px 10px; text-transform:uppercase; border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px; text-decoration:none;  -webkit-transition: all 1s ease; -moz-transition: all 1s ease;}
.news a:hover {background:#ccc; color:#333;}*/

.textfield {width:250px; border:none; font-size:12px;  border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px; padding:10px; background:#ebebeb;}
.textarea {width:350px; border:none; font-size:12px;  border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px; padding:10px; background:#ebebeb;}
.submit {font-size:14px; color:#FFFFFF; text-transform:uppercase; background:#0079b1; width:120px; height:35px; border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px; border:none; margin-top:5px;}
.submit:hover {background:#009ce5; cursor:pointer;}

.scroll img {border:1px solid #ccc; margin:5px!important; float:none;}

.footer {background:#063675; padding:10px 0; color:#9cc7ff; font-size:10px; line-height:16px;}
.footer a {color:#9cc7ff; text-decoration:none;}
.footer a:hover {text-decoration:underline;}

.Testimonial_box{width:100%; float:left; height:auto; margin:20px 0px;}
.Testimonial_box ul{ margin:0px; padding:0px;}
.Testimonial_box li{list-style:none; width:98%; height:auto; float:left; margin:10px 0px; border:solid 1px #ccc; padding:10px;}
.Testimonial_box li h3{float:right; margin-left:10px;}
.Testimonial_name{ color:#00b5f8; font-weight:bold;}

.left-link {width:225px; margin-right:50px; font-size:13px;}
.left-link li {border-bottom:1px solid #CCCCCC; line-height:30px; list-style:none; margin-left:0px; text-transform:uppercase;}
.left-link a {color: #0066CC; text-decoration:none; font-weight:bold;}
.left-link a:hover {color: #0099FF;}


#basic-accordian{
	width:100%;
}

.accordion_headings{
	padding:5px;
	background:#99CC00;
	color:#FFFFFF;
	border-bottom:1px solid #FFF;
	cursor:pointer;
	font-weight:bold;
}

.accordion_headings:hover{
	background:#00CCFF;
}

.accordion_child{
	padding:15px;
	background:#EEE;
	font-size:12px;
}

.header_highlight{
	background:#00CCFF;
}