/* JTB USA CSS Document */

* {
padding:0;
margin:0;
}

body{
background-image:url('../img/bg.jpg');
font-family: "trebuchet ms", helvetica, sans-serif;
font-size: 100%;
}
img{
border:none;
}

#pagebody{
width:900px;
margin: auto;
background-color:#000;
}

#pagebody_content{
margin:1.5em;
background-color:#000;
}


#header{
height:200px;
background:url('../img/bg_header.gif') no-repeat;

}



#logo{
	position: absolute; 
	top:23px;
   height: 70px;
	margin-left:20px;
}


#content{
background-color:#FFFFFF;

padding:1.2em;
background:url('../img/bg_content.gif') repeat-y    ;
}



#main{
float:left;
width:650px;
padding:5px;
}

#sidenav{
float:left;
width:200px;

}

#footer{
height:50px;
text-align:center;
font-size:0.8em;
background:url('../img/bg_footer.gif') no-repeat    ;
}


.banner{
float: right;
margin-top:20px;
margin-right:20px;
}


.clear{
clear:both;
}

h1{
font-family: "trebuchet ms", helvetica, sans-serif;
font-size:1.4em;
color:#3ca7d9;
}

ul{
list-style:none;
padding:1.0em;
}


#sidenav ul{
padding:0;
}

#sidenav li{
border-bottom: 1px solid #eee;
line-height:30px;

}

#sidenav h2{
font-family: "trebuchet ms", helvetica, sans-serif;
font-size:1.0em;
color:#3ca7d9;
}

#sidenav li a{
display: block;
color:#666;
text-decoration: none;
background-color:#fdfdfc;
padding-left:5px;


}

#sidenav a:hover{
background:url('../img/bg_sidenav_hover.gif') no-repeat    ;
}

.box{
padding:1.5em;
line-height:25px;
}
.box h2{
font-size:1.3em;
color:#075b90;

}
.box p, ul, li {
color:#666666;
}
.box span{
text-align:right;
font-size:0.9em;
color:#0792d3;
}

.comment{
margin-left:4.0em;
width:80%;
line-height:20px;
background-color:#fdfdfc;
border:solid 1px #eee;
}
.comment h2{
background:url('../img/comment_s.gif') no-repeat;
font-size:1.0em;
color:#075b90;
padding-left:1.5em;
}
.comment p{
font-size:0.9em;
}

img.sidebanner{
margin-bottom:4px;
}

#rounded-corner
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
	padding:5px;
}
#rounded-corner thead th.rounded-company
{
	background: #b9e9fe url('../table-images/left.png') left -1px no-repeat;
}
#rounded-corner thead th.rounded-q4
{
	background: #b9e9fe url('../table-images/right.png') right -1px no-repeat;
}
#rounded-corner th
{
	padding: 8px;
	font-weight: normal;
	font-size: 13px;
	color: #05675b;
	background: #b9e9fe;
}
#rounded-corner td
{
	padding: 8px;
	background: #e8fbff;
	border-top: 1px solid #fff;
	color: #669;
}
#rounded-corner tfoot td.rounded-foot-left
{
	background: #e8fbff url('../table-images/botleft.png') left bottom no-repeat;
}
#rounded-corner tfoot td.rounded-foot-right
{
	background: #e8fbff url('../table-images/botright.png') right bottom no-repeat;
}
#rounded-corner tbody tr:hover td
{
	background: #c7fff0;
}
