/* CSS Document */
* {
margin:0;
padding: 0;
}
body{
background-color: #F2F2EC;
background-image: url(../images/getusROI_02.jpg);
background-repeat: repeat-x;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
color: #000000;
text-align: justify;
}
a{
color: #000000;
font-weight: bold;
text-decoration: none;
}
a:hover {
color: #333333;
font-weight: bold;
text-decoration: underline;
}
h2 {
font-size: 12px;
font-weight: bold;
}
h5 {
font-size: 12px;
font-weight: bold;
color: #C60000;
}
h3 {
font-size: 26px;
font-weight: bold;
font-family: "Times New Roman", Times, serif;
line-height: normal;
}
h4 {
font-size: 23px;
font-weight: bold;
font-family: "Times New Roman", Times, serif;
line-height: normal;
color: #ffffff;
}
.wrapper {
width: 900px;
margin-left: auto;
margin-right: auto;
}
/*=======================Menu======================================*/

#thicktabs{
clear: both;
float: left;
background-image: url(../images/getusROI_23.jpg);
height: 41px;
width: 880px;
background-repeat: repeat-x;
font: bold 13px arial;
}

#thicktabs li{
display: inline;
}

#thicktabs li a{
float: left;
color: white;
padding: 13px 15px; /*padding of tabs*/
text-decoration: none;
border: none;
margin-left: 8px;
}

#thicktabs li a:hover{
background-image: url(../images/getusROI_21.jpg);
background-repeat: repeat-x; 
color: white;
}
#thicktabs li a.active{
background-image: url(../images/getusROI_21.jpg);
background-repeat: repeat-x; 
color: white;
}
#footer {
clear: both;
background-color: #000000;
padding: 10px;
color: #ffffff;
}
#footer a {
color: #333333;
font-weight: bold;
text-decoration: underline;
}
#footer a:hover {
color: #ffffff;
font-weight: bold;
text-decoration: underline;
}
.textbox{
height: 20px;
width: 100%;
border: 1px solid #8D8D8D;
padding: 1px;
}
.textbox_list{
height: 25px;
width: 230px;
border: 1px solid #8D8D8D;
padding: 1px;
}