body {
	background-color: #DADAD9;
	font: normal 77% verdana, arial, sans-serif;	
	color: #222;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

/* layout:
------------------------------------------------------ */

#wrap {
	text-align: left;
	margin: 10px auto;
	width: 800px;
	background: #FFF url(../images/wrap_back.gif) top left repeat-y;	
}

#innerwrap {padding: 0px 5px;}

#top {
	background: #FFF url(../images/top.gif);
	text-align: center;
	width: 790px;
	height: 5px;
	font-size: 1px;
	margin-left: 5px;
}


#bottom {
	background: #FFF url("../images/bottom.gif");
	text-align: center;
	width: 790px;
	height: 5px;
	font-size: 1px;
	margin-left: 5px;
}




p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
a, a:link, a:visited {font-weight: bold; color: #145198; text-decoration: none;}
a:hover {text-decoration: underline}
img {border: none;}
.clear {clear: both;}
.floatL {float: left;}
.floatR {float: right;}

.push10 {margin-bottom: -8px}

.centre {text-align: center; margin: 0px auto;}

/* header:
------------------------------------------------------ */
#header {
	position: relative;
	height: 100px;	
}
#logo {
	cursor: pointer;
	display: block;
	position: absolute;
	top: 5px;
	left: 10px;
	width: 389px;
	height: 100px;
	background-image: url("../images/logo.gif");
}

H1 {
	margin: 0px;
}

/* top block:
------------------------------------------------------ */
#topBlock {
display: block;
position: relative;
width: 760px;
margin: 10px 15px;
}

div#tbB {background: url(../images/tb2.gif); height: 122px}

#topBlock h1 {font: bold 1.7em/1.5em arial verdana, arial, sans-serif; color: #FFF; width: 370px; padding-top: 25px; text-align: center;}

#topImage {position: absolute; top: -28px; left: 470px;}
#topImage2 {position: absolute; top: -92px; left: 450px;}

#topCont {width: 440px; margin-top: 10px; }

/* right column:
------------------------------------------------------ */
#content {margin: 50px 0 20px 0; }


#contRight {
	width: 500px;
	float: right;
	padding: 0px 10px 15px 0px;
}
h2 {font: normal 1.2em/1.2em verdana, arial, sans-serif;}
h2.homepage {margin: 0px 0px 6px 0px; padding: 0px; text-indent: -9000px; width: 208px; height: 68px; background: url(../images/homepage.gif) no-repeat;}
h2.about {margin: 0px 0px 6px 0px; padding: 0px; text-indent: -9000px; width: 208px; height: 68px; background: url(../images/about-us.gif) no-repeat;}
h2.travel-ins {margin: 0px 0px 6px 0px; padding: 0px; text-indent: -9000px; width: 220px; height: 68px; background: url(../images/travel-insurance.gif) no-repeat;}
h2.medical-assessment {margin: 0px 0px 6px 0px; padding: 0px; text-indent: -9000px; width: 260px; height: 68px; background: url(../images/medical-assessment.gif) no-repeat;}
h2.clients {margin: 0px 0px 6px 0px; padding: 0px; text-indent: -9000px; width: 208px; height: 68px; background: url(../images/clients.gif) no-repeat;}
h2.careers {margin: 0px 0px 6px 0px; padding: 0px; text-indent: -9000px; width: 208px; height: 68px; background: url(../images/careers.gif) no-repeat;}
h2.contact {margin: 0px 0px 6px 0px; padding: 0px; text-indent: -9000px; width: 208px; height: 68px; background: url(../images/contact.gif) no-repeat;}





/* left column:
------------------------------------------------------ */
#contLeft {
	width: 240px;
	padding-top: 10px;
}

#navigation {
	width: 210px;
	background: #FFF url(../images/nav-back.gif) repeat-y;
	margin-left: 15px;
}

#nav-top {background: #FFF url(../images/nav-top.gif) top left no-repeat; width:210px;  height: 36px;}
#nav-bottom {background: #FFF url(../images/nav-bottom.gif) top left no-repeat; width:210px;  height: 18px;}

#navigation ul {
	list-style-type: none;
	text-align: left;
	margin: 0 0 0 15px;
	padding: 0 0 5px 0;
	color: #999;
	font-weight: normal;
}

.navlist li {padding: 2px;}

ul.navlist li a {
	background: transparent url(../images/list-off.gif) 0 0.3em  no-repeat;
	padding-left: 20px;	
	text-align: left;
	font: normal 1em/1.5em verdana, lucida, sans-serif;
	text-decoration: underline;
	color: #999;
	font-weight: normal;
}

ul.navlist li a:link, ul.navlist li a:visited { color: #145198; font-weight: normal; text-decoration: none;}
ul.navlist li a:hover {color: #000; text-decoration: none; background: transparent url(../images/list-on.gif) 0 0.3em  no-repeat;}


