* {
    margin: 0;
    padding: 0;
}

body {
    background: white;
    font-family: "Tahoma", Arial, sans-serif;
    font-size: 11px;
    color: black;
}

.clear {
    clear: both;
}

img {
    border: none;
}

a {
    text-decoration: none;
    color: #666666;
}

a:hover {
    text-decoration: underline;
}

div#fix{
	height: 60px;
	width: 100%;
	position: fixed;
	bottom: 0px;
	background: url(../img/test_bar_bg.jpg) repeat-x;
	z-index: 100;
}
div#fix p#text{
	width: 500px;
	height: 40px;
	margin: 10px auto;
	background: url(../img/test_bar_txt.jpg) repeat-x;
	cursor: pointer;
}

div#topwrapper {
    position: relative;
    width: 100%;
    height: 95px;
    background: url(../img/topb.png) repeat-x;
}
div#top{
    position: relative;
    width: 1042px;
    margin: auto;
}


div#render {
    position: relative;
    width: 100%;
    height: 500px;
    background: url(../img/render.jpg) top center no-repeat;
}

div#logo {
    position: absolute;
    top: 5px;
    left: 15px;
    width: 232px;
    height: 227px;
    background: url(../img/h4ylogo.png) no-repeat;
    z-index: 4;
}

div#menu {
    position: absolute;
    top: 107px;
    left: 247px;
    background: url(../img/menub.png) no-repeat;
    width: 811px;
    height: 33px;
    z-index: 2;
}

div#menu > ul {
    height: inherit;
    list-style: none;
    display: table;
    margin-left: 20px;
}

div#menu > ul > li {
    height: inherit;
    float: left;
    display: table-row;
    padding: 0px 0px 0px 17px;
	position: relative;
}
div#menu > ul ul{
	position: absolute;
	display: none;
	background: url(../img/ulb.png) bottom no-repeat;
	padding: 25px 10px 20px 10px;
	text-align: center;
	width: 180px;
	left: -60px;
	top: 33px;
	z-index: 3;
	
	
}
div#menu > ul ul > li{
	display: block;
}

div#menu > ul ul > li a{
	display: block;
	font-size: 13px;
	font-weight: bold;
	color: white;
	padding: 5px;
	text-decoration: none;
	text-align: center;
	
}

div#menu > ul > li > a {
    display: table-cell;
    padding-right: 17px;
    height: inherit;
    vertical-align: middle;
    color: white;
    font-weight: bold;
    font-size: 14px;
	text-decoration: none;
}

div#menu > ul > li.active {
    background: url(../img/menual.png) no-repeat;
}

div#menu > ul > li.active > a {
    color: #5bb9c6;
    background: url(../img/menuar.png) right no-repeat;
}

div#searchpane {
    position: absolute;
	top: 20px;
	left: 185px;
	width: 640px;
	height: 33px;
}

div#loginpane {
    position: absolute;
	top: 60px;
	left: 220px;
	width: 640px;
	height: 33px;
}

div.lightbox {
	position: absolute;
	text-align: right;
	top: 0px;
	left: 0px;
    border-top: 1px solid #1ca4b0;
	border-bottom: 1px solid #1ca4b0;
	width: 621px;
	height: 31px;
}
div#searchpane input[type="text"]{
	border: solid 1px #1ca4b0;
	background: none;
	height: 22px;
	width: 200px;
	margin: 3px 5px;
}
div#searchpane input[type="submit"]{
	background: none;
	border: none;
	color: #1ca4b0;
	font-weight: bold;
}
div#loginpane input[type="text"], div#loginpane input[type="password"]{
	border: solid 1px #1ca4b0;
	background: none;
	height: 18px;
	width: 90px;
	color: #1ca4b0;
	font-weight: bold;
	padding: 2px 5px;
	margin: 3px 5px;
}
div#loginpane input[type="submit"],div#loginpane label{
	background: none;
	border: none;
	color: #1ca4b0;
	font-weight: bold;
}

div#loginpane div#logintext{
	position: absolute;
	color: #1ca4b0;
	font-weight: bold;
	top: 10px;
	right: 370px;
}
div#loginpane div#loggedtext{
	position: absolute;
	color: #1ca4b0;
	font-weight: bold;
	top: 10px;
	right: 50px;
}
div.arcrt {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 19px;
	height: 33px;
	background: url(../img/rightarct.png) no-repeat;
}

div#searchpane div.lightbox{
	
}
div#main {
    position: relative;
    width: 1042px;
    margin: auto;
	top: -120px;
}

div#footer {
    position: relative;
    width: 1042px;
    margin: auto;
	
	top: -115px;
}

div#sitemap{
	position: absolute;
	width: 700px;
	height: 100px;
	top: 70px;
	left: 70px;
}
div#sitemap ul{
	list-style: none;
}
div#sitemap li{

}
div#sitemap ul.navigation > li{
	float: left;
	font-weight: bold;
	margin: 5px 15px 5px 5px;
}
div#sitemap ul.navigation > li li{
	margin-left: 10px;
	font-weight: normal;	
}
div#footerbox {
    position: absolute;
    top: 34px;
    right: 257px;
    width: 725px;
    height: 33px;

}
div#fdarkbox {
	position: absolute;
	top: 0px;
	right: 0px;
    background: #1ca4b0;
	width: 706px;
	height: inherit;
}
div#farcl {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 19px;
	height: 33px;
	background: url(../img/leftarcf.png) no-repeat;
}
div#footercopyright {
    position: absolute;
    top: 180px;
    right: 200px;
    width: 300px;
    height: 33px;

}
div#flightbox {
	position: absolute;
	top: 0px;
	right: 0px;
    border-top: 1px solid #1ca4b0;
	border-bottom: 1px solid #1ca4b0;
	width: 281px;
	height: 31px;
}
div#farclt {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 19px;
	height: 33px;
	background: url(../img/leftarct.png) no-repeat;
}
div#footercircle {
    position: absolute;
    width: 237px;
    height: 236px;
    right: 20px;
    background: url(../img/footercircle.png) no-repeat;
}
div#footercircle h3.circletitle{
	position: absolute;
	top: 50px;
	left: 50px;
}
div#footercircle div.circletext{
	position: absolute;
	left: 15px;
	width: 200px;
	top: 90px;
	text-align: center;
}
div#footercircle div.circletext p{
	margin-bottom: 10px;
}
div#footercircle div.circletext p#companyname{
	font-size: larger;
	font-weight: bold;
}
