body {
	font-family: 'Droid Sans', sans-serif;
	color: #646464;
}

.headerMain {
	height: 280px;
	background: #01305C;
	margin-bottom: 20px;

	background: #01305C url(/images/hospatilityfeedback/billboard-pict.jpg) no-repeat center center scroll;
}

.headerDiv {
    height: 280px;
    background: #01305C;
    margin-bottom: 20px;

    background: #01305C url(/images/qphome/infographic-pict.jpg) no-repeat center center scroll;
}

.clear { clear:both;}

.content {
	background: #FFFFFF;
}

.row {
	margin-top: 5px;
	padding-bottom: 20px;
	border-bottom: 1px solid #CECECE;
	margin-bottom: 15px;
	padding-top: 20px;
}

.row.last {
	border-bottom: 0px solid #CECECE;
}

.title {
	padding: 30px 0 0 90px;
}

.title h1 {
	font-size: 42px;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 5px;
	text-shadow: 1px 1px 2px #000;
}
.title h2 {
	font-size: 42px;
	color: #FFFFFF;
	font-weight: normal;
    text-shadow: 1px 1px 2px #000;
    margin-bottom:5px;
}
.title h3 {
	/*color:#5EC7FF;*/
	color:#5DB7EB;
	margin-top: 10px;
	padding-bottom: 15px;
	/*border-bottom:2px groove #202020;*/
	display: inline-block;
	font-family: 'Droid Serif', serif;
	font-weight:700;
	font-size:20px;
	text-shadow: 1px 1px 2px #000;
}

.title h4 {
	color: #FFFFFF;
	/* margin-top:15px; */
	text-shadow: 1px 1px 2px #000;
	width:104%;
}

.get-started-wrap {
	background: rgb(2, 28, 61);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width:380px;
	padding:15px;
}

.footer {
	color: #FFF;
	font-size: 14px;
	background: #01305C;
	padding: 20px 0px 30px;
}

.logo {
	margin-left: 50px;
	margin-top: 20px;
}

.logo span {
	padding-bottom: 10px;
}


.row {
	margin-left:0px;
	margin-right:0px;
}

.row .item {
  width: 50%;
  float:left;
}

.row .item .ico {
    width: 120px;
    height: 150px;
    display: block;
    margin: 0 auto;
    background: transparent no-repeat center center scroll; 
    float:left;
}

.row .item .desc {
    width: 300px;
    float:left;
    padding:20px;
}

.row .item:first-child .desc {
    border-right:1px solid #CCC;
}

.row .item h2 {
	color: #01305C;
	margin-bottom: 10px;
	line-height: 22px;

}

.row .item h2.only {
}

.desc p {
	font-size: 14px;
	line-height: 24px;
}

.desc h2.logo {
	color: #646464;
	font-weight: normal;
	margin-left: 80px;
	margin-bottom: 15px;
	margin-top: 0px;
}

.btn {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	width: 111px;
	height: 28px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	background-color: #0067b4;
	-webkit-box-shadow: inset 0 0 2px rgba(255,255,144,.5);
	-moz-box-shadow: inset 0 0 2px rgba(255,255,144,.5);
	box-shadow: inset 0 0 2px rgba(255,255,144,.5);
	border: solid 1px #3d9cd4;
	background-image: -webkit-linear-gradient(top, #6ec8ff, #279bd8);
	background-image: -moz-linear-gradient(top, #6ec8ff, #279bd8);
	background-image: -o-linear-gradient(top, #6ec8ff, #279bd8);
	background-image: -ms-linear-gradient(top, #6ec8ff, #279bd8);
	background-image: linear-gradient(to bottom, #6ec8ff, #279bd8);
	display: inline-block;
	cursor:pointer;
	text-shadow: 1px 1px 2px #333;
}

.btn:hover {
	width: 111px;
	height: 28px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	background-color: #0067b4;
	-webkit-box-shadow: inset 0 0 2px rgba(255,255,144,.5);
	-moz-box-shadow: inset 0 0 2px rgba(255,255,144,.5);
	box-shadow: inset 0 0 2px rgba(255,255,144,.5);
	border: solid 1px #3d9cd4;
	background-image: -webkit-linear-gradient(bottom, #6ec8ff, #279bd8);
	background-image: -moz-linear-gradient(bottom, #6ec8ff, #279bd8);
	background-image: -o-linear-gradient(bottom, #6ec8ff, #279bd8);
	background-image: -ms-linear-gradient(bottom, #6ec8ff, #279bd8);
	background-image: linear-gradient(to top, #6ec8ff, #279bd8);
}

.email {
	margin-top: 10px;
}
.email input[type="text"] {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
    border: 0 solid transparent;
    display: inline-block;
    height: 19px;
    margin-right: 10px;
    padding: 5px 10px;
    vertical-align: top;
    width: 230px;
}

/*
 infographics css
*/

.header  {
    color: #01305C;
    font-size: 24px;
    font-weight: bold;
    padding:5px 0px 16px 0px;;
}

.howWeBuildList {
    background:#EFEFEF;
    border-left:  1px solid #D7D7D7;
    border-right:  1px solid #D7D7D7;
    border-bottom:  1px solid #A7A7A7;
    margin-bottom: 8px;
    width: 94%;
    border-radius: 0px 0px 2px 2px;
    -moz-border-radius: 0px 0px 2px 2px;
    -webkit-border-radius: 0px 0px 2px 2px;
}

.howWeBuildList li {
    font-size: 14px;
    color: #182C51;
    padding: 11px 3px 10px 5px;
    border-bottom: 1px solid #D7D7D7;
}

.howWeBuildList .days {
    color: #52B5F0;
    font-weight: bold;
    padding: 0px 7px 0px 7px;
}

.codeDesc {
    color: #01305C;
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 5px;
}

.designTeamBlue {
    color: #01305C;
    font-size: 14px;
    font-weight: bold;
    padding:0px 0px 5px 0px;
}

.teamMember {
    color: #505050;
    font-weight: normal;
}

.designTeamBlue .designTeamBlueName {
    color:#646464;
}

.anatomyHeading {
    margin:24px 0px 1px 0px;
    font-size: 20px;
}

.subHeading {
    margin:22px 0px 15px 0px;
    color:#01305C;
    font-weight:bold;
}
.heighlightPoints, .anotomyPoints {
    padding: 0px 0px 0px 16px;
    margin: -13px 23px 0px 0px;
}

.heighlightPoints li {
    color: #52B5F0;
    margin-top: 10px;
    line-height: 20px;
}

.anotomyPoints li {
    color: #52B5F0;
    padding: 5px 0px 5px 0px;
}

.discStyle {
    list-style-type:disc;
}

.heighlightPoints li div{
    color: #565656;
    font-size: 14px;
    font-weight: bold;
    margin-left: -4px;
}

.anotomyPoints li div{
    color: #505050;
    font-size:14px;
    margin-left: -4px;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}
