/*ICRI Medical Tourism: Layout CSS*/
/************************************************************************

	Listing Order:
	==============

	1 - Universal
	2 - Structure/Layout
	3 - Form Element CSS
	4 - Content Area Tags
	    4.1  Left Panel
	    4.2  Middle Panel
	    4.3  Right Panel				
	5 - Footer Elements

************************************************************************/

/***********************************************************************
	1 - UNIVERSAL STYLES
************************************************************************/
html > body * {
	outline:none;
}
body {
	margin:0;
	padding:0;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#484848;
	line-height:20px;
	background:#053155 url(../images/body-repeater.gif) top left repeat-x;
}
h1, h2, h3, h4, h5, h6, form, label, input, legend, textarea, select, ul, ol, li, dl, dt, dd, p, div {
	margin:0px;
	padding:0px;
}
img {
	border:none;
	margin: 0px;
	padding: 0px;
}
h2 {
	color:#025587;
	font:bold 12px Arial, Helvetica, sans-serif;
	padding-bottom:12px;
	padding:0px;
	margin:0px;
}
a {
	color:#66798f;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
	color:#000000;
}
.fleft {
	float:left;
}
.fright {
	float:right;
}
.bluetext {
	color:#143762;
}
.orangetext {
	color:#d96f14;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.clear {
	clear:both;
}
/***********************************************************************
	2 - Page Layout Tags
************************************************************************/
#wrapper {
	width:990px;
	margin:0px auto;
}
#top {
	float:left;
	width:973px;
	text-align:right;
	height:35px;
	padding:0 17px 0 0;
	background:url(../images/top-dark-shadow.gif) top right no-repeat;
}
.top-sec {
	float:right;
	width:480px;
}
.top-sec span {
	color:#b0cce1;
	float:left;
	text-decoration:none;
	padding:7px 10px 3px 10px;
	background:url(../images/top-link-divider.png) right 6px no-repeat;
}
.top-sec span.last {
	background:none;
}
.top-sec a {
	color:#b0cce1;
}
.top-sec a:hover {
	color:#f0bc1c;
}
.top-sec img {
	margin-right:5px;
	vertical-align:middle;
}
#navigation {
	float:left;
	height:62px;
	width:990px;
	background: url(../images/nav-bg.gif) top left no-repeat;
}
#content-area-repeat {
	float:left;
	width:990px;
	background:url(../images/content-y-repeater.gif) top left repeat-y;
}
#page-area {
	float:left;
	width:990px;
	background:#f5f8f9 url(../images/content-y-repeater.gif) top left repeat-y;
}
#banner {
	float:left;
	width:990px;
	padding:0px 0 0 0px;
}
#content-area {
	float:left;
	width:955px;
	padding:10px 22px 0 13px;
	background:url(../images/gradiantbg.jpg) top left no-repeat;
}
#content-left {
	float:left;
	width:698px;
}
#leftlinks {
	float:left;
	width:153px;
	padding:0 2px 0 0;
	background:url(../images/left-col-divider.gif) top right no-repeat;
}
#leftlinks ul {
	padding:0px 15px 25px 17px;
	margin:0px;
	list-style:none;
}
#leftlinks ul li {
	border-bottom:1px dashed #799eb5;
	text-align:right;
}
#leftlinks ul li a {
	color:#585858;
	font-weight:bold;
	line-height:35px;
}
#leftlinks ul li a:hover {
	color:#025587;
}
#left-rightup {
	float:left;
	width:501px;
	padding:10px 20px 0 22px;
}
#left-rightup h1 {
	font-size:16px;
	font-weight:bold;
	color:#025587;
	background:url(../images/dashed-border.gif) left bottom repeat-x;
	margin:0px;
	padding:0 0 6px 0px;
	margin-bottom:10px;
}
#left-rightup h2 {
	font-size:14px;
	font-weight:bold;
	color:#00475e;
	margin:0px;
	padding:0 0 10px 0px;
}
#left-rightup p {
	padding-bottom:18px;
}
#content-right {
	float:right;
	width:252px;
	padding:6px 0 0 5px;
}
#quick-query {
	float:left;
	width:238px;
	padding:0 0 15px 9px;
}
.query-top {
	float:left;
	width:238px;
	height:32px;
	background:url(../images/q-query-tp-repeater.gif) top left repeat-x;
}
.query-top-left {
	float:left;
	width:220px;
	height:25px;
	color:#3475b6;
	font-size:14px;
	padding:7px 0 0 9px;
	background:url(../images/q-query-left.gif) top left no-repeat;
}
.query-top-right {
	float:right;
	width:9px;
	height:32px;
	background:url(../images/q-query-right.gif) top right no-repeat;
}
.query-cont {
	float:left;
	width:218px;
	border:1px solid #d7d7d7;
	border-width:0 1px;
	padding:8px 9px 0;
	background:#eeeeee url(../images/q-query-cont-repeater.gif) top left repeat-x;
}
.query-row {
	float:left;
	width:218px;
	padding:4px 0;
}
.query-lbl {
	float:left;
	width:56px;
	font-size:11px;
	color:#858585;
}
.query-field {
	float:right;
	width:162px;
}
.txtbox {
	background:url(../images/textbox-repeater.gif) top left repeat-x;
	border:1px solid #d1d1d1;
	width:158px;
	height:15px;
	padding:1px 0 0 2px;
	font-size:11px;
}
.txt-area {
	background:#fefefe url(../images/textarea-repeater.gif) top left repeat-x;
	border:1px solid #d1d1d1;
	width:158px;
	height:49px;
	padding:1px 0 0 2px;
	font-size:11px;
}
.dropdown {
	border:1px solid #d1d1d1;
	width:162px;
	height:19px;
	padding:1px 0 0 2px;
	font-size:11px;
}
.query-btm {
	float:left;
	width:238px;
	overflow:hidden;
	height:11px;
	background:url(../images/quick-query-btm.gif) top left no-repeat;
}
.rightbox {
	margin:5px 0 0 0;
	float:left;
	width:252px;
	overflow:hidden;
}
.rightbox-top {
	float:left;
	width:252px;
	padding:15px 0 0 0;
	background:url(../images/rightbox-top.gif) top left no-repeat;
}
.rightbox-cont {
	float:left;
	width:210px;
	overflow:hidden;
	padding:0px 19px 0px 23px;
	background:url(../images/rightbox-bottom.gif) bottom left no-repeat;
}
.orangetxt {
	color:#dc6614;
}
.gray-tahoma {
	color:#a0a0a0;
	font:normal italic 10px tahoma;
}
.graylink {
	color:#858585;
}
.graylink:hover {
	color:#333333;
}
.font11 {
	font-size:11px;
}
.morelink {
	color:#8f0f08;
	text-decoration:underline;
}
.morelink:hover {
	text-decoration:none;
}
.rightbox-hd {
	color:#3475b6;
	padding-bottom:3px;
	margin-bottom:3px;
	font:bold 14px Arial, Helvetica, sans-serif;
	border-bottom:1px solid #dadada;
}
#btm-curve {
	float:left;
	width:990px;
	height:21px;
	background:url(../images/bottom-curve.png) top left no-repeat;
}
#footer {
	float:left;
	width:990px;
	font-size:11px;
	padding-bottom:18px;
	padding-top:18px;
	color:#bad7ed;
	background:url(../images/footerbg.png) left top no-repeat;
	text-align:center;
	margin-top:1px;
}
#footer a {
	color:#bad7ed;
	display:inline-block;
	}
.copyright {
	color:#88979f;
}
#footer a:hover, #footer a.active {
	color:#eeb503;
}
#footer .copyright a {
	color:#88979f;
}
#footer .copyright a:hover {
	color:#eeb503;
}
.innerlist {
	margin:0px;
	padding:0px 0 15px 0;
	list-style-type:none;
	color:#575757;
}
.innerlist li {
	margin:0px;
	padding:0px 0 5px 15px;
	background:url(../images/circle.gif) left 7px no-repeat;
	line-height:18px;
}
.innerlist li a {
	color:#fff;
	text-decoration:none;
}
.innerlist li a:hover {
	color:#133a5b;
	text-decoration:none;
}

ul.innerlisting {
	margin:0px;
	padding:0px 0 25px 0;
	list-style-type:none;
	color:#575757;
}
.innerlisting li {
	margin:0px;
	padding:0px 0 5px 15px;
	background:url(../images/circle.gif) left 7px no-repeat;
	line-height:18px;
	width:140px;
	float:left;
}
.innerlisting li a {
	color:#333;
	text-decoration:none;
}
.innerlisting li a:hover {
	color:#133a5b;
	text-decoration:none;
}

.red-text {
	color:#a00202;
}
a.red-text {
	color:#a00202;
	text-decoration:none;
}
a:hover.red-text {
	color:#305c7e;
	text-decoration:none;
}
.advantage-box {
	width:501px;
	float:left;
}
.advantage-left {
	width:250px;
	float:left;
}
.advantage-right {
	width:251px;
	float:left;
}
a.viewmore {
	color:#8f0f08;
	text-decoration:none;
}
a:hover.viewmore {
	color:#09C;
	text-decoration:none;
}
.icon-pad {
	vertical-align:middle;
	padding-right:5px;
}
.bestdeal-box {
	width:242px;
	float:left;
	padding:15px 0 0 10px;
}
.best-deal {
	width:238px;
	float:left;
	background:url(../images/best-deal-of-month.gif) left top no-repeat;
	height:32px;
	margin-bottom:10px;
}
.best-deal-hover {
	width:238px;
	float:left;
	background:url(../images/best-deal-of-month.jpg) left -32px no-repeat;
	height:32px;
	cursor:pointer;
	margin-bottom:10px;
}
.imgborder {
	border:1px solid #9ebac5;
}
.pic-box{
border:1px solid #9ebac5;
background:#ebf0f3;
padding:15px;
text-align:center;
margin:5px 0 20px 0;
}
.font14{font-size:14px; font-family:Georgia, "Times New Roman", Times, serif;}

.toplink {
	background:#4db3e1 url(../images/top-arrow.gif) 6px 8px no-repeat;
	padding:3px 8px 3px 16px;
	color:#FFFFFF;
	font-size:11px;
	margin-bottom:8px;
	 float:right;
}
.font14{font-size:14px; font-family:Georgia, "Times New Roman", Times, serif;}
.blue-heading {
	color:#3475b6;
	padding-bottom:3px;
	margin-bottom:3px;
	font:bold 14px Arial, Helvetica, sans-serif;
}
.border-t{
border-top:1px solid #bfcfd6;
}

	