/*CSS*/
* {
  margin:0;
  padding:0;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: url(images/background.gif);
}

a:link, a:visited, a:active { 
  color:#003399;
  text-decoration:none; 
}
a:hover { 
  color:#cccc33; 
  text-decoration:none; 
}

h1 {
  font-size:14px;
  color:#003399;
  font-weight:100;
}


/*Div Tags*/
#wrapper {
  width: 800px;
  margin: 0 auto 0 auto;
  padding: 0 55px 0 45px;
}

.container {
  width: 800px;
  background: url(images/container.gif) top left repeat-x #cbcbcb;
  position: relative;
  float: left;
  display: inline;
}

.partII
{
  top: -15px;
}

#header {
  height: 129px;
  width: 800px;
  float: left;
  display: inline;
}

#leftbevel {
  width: 20px;
  height: 129px;
  float: left;
  display: inline;
  background: url(images/ltcorner.gif) top left no-repeat transparent;
}

#headermid {
  width: 780px;
  height: 129px;
  float: left;
  display: inline;
  background: url(images/rtcorner.gif) top right no-repeat transparent;
}

#logo {
  width: 244px;
  height: 129px;
  background: url(images/gulfland-logo.gif);
  text-decoration: none;
  display: block;
  float: left;
  display: inline;
}

#logo span {
  visibility: hidden;
}

#tabmenu {
  height: 0.1%;
  position: absolute;
  top: 47px;
  right: 0;
  width: 535px;
  height: 82px;
}

.level1 {
  list-style: none;
  margin: 0px 0 0 0;
}

.level1 li {
  float: left;
  display: inline;
  width: 106px;
  height: 25px;
  margin: 0 1px 0 0;
}

.level1 li a {
  display: block;
  width: 106px;
  height: 18px;
  background: url(images/tab.gif) top left #fff no-repeat;
  text-decoration: none;
  text-align: center;
  padding: 8px 0 0 0;
  font-weight: bold;
}

.level1 li a:hover {
  color: #cccc33;
}

#infobar {

  background-color: #ffffff;
  width: 534px;
  height: 57px;
  //margin: 0 1px 0 0;
  //float: left;
  //display: inline;
  position: absolute;
  top: 26px;
  left: 0px;
}

#middle {
  width: 800px;
  float: left;
  display: inline;
}

#squigle-container {
  background: url(images/squiggle.jpg) top left no-repeat transparent;
  display: block;
  width: 900px;
  height: 26px;
  float: left;
  position: relative;
  left: -45px;
  top: -15px;
}

#squigle-container2 {
  background: url(images/squiggle2.jpg) top left no-repeat transparent;
  display: block;
  width: 900px;
  height: 26px;
  float: left;
  position: relative;
  left: -45px;
  top: -15px;
}


#flash-container {
  background-color: #000000;
  float: left;
  display: inline;
  width: 798px;
  height: 224px;
  margin: 0 0 0 1px;
}

#inline-list { 
  border: 1px solid #000; 
  margin: 2em; 
  width: 80%; 
  padding: 5px; 
  font-family: Verdana, sans-serif; 
} 

#inline-list p { 
  display: inline; 
} 

#inline-list ul, #inline-list li { 
  display: inline; 
  margin: 0; 
  padding: 0; 
  color: #339; 
  font-weight: bold; 
}

#bottom-bar {
  float:left;
  width: 800px;
  height: 70px;
  margin: 0 auto 0 auto;
  background: url(images/bottom-bar.gif) no-repeat;
  background-color: #ffffff;
}


/*Class Tags*/	
.blue-stripe {
  background: #003399;
  float: left;
  display: inline;
  line-height: 0px;
  font-size: 0px;
  width: 798px;
  height: 3px;
  margin: 0 0 0 1x;
  z-index: 99;
}

.text-wrap {
  padding: 15px 15px 15px 5px;
  float: left;
  display: inline;
}

.text-wrap li{
padding: 0 0 0 5px;
}

.btn {
  float: left;
  display: inline;
  width: 233px;
  height: 141px;
  padding: 0 0 0 25px;
}

.white-text {
  color: #ffffff;
}

.blue-text {
  color: #003399;
}

.green-text {
  color: #cccc33;
  line-height: 200%;
}

.copyright {
  font-size: 9px;
}

.tab {
position: relative;
left: 0px;
bottom: 0px;
}

.tabup {
position: relative;
left: 0px;
bottom: 11px;
}

.ib_selected {
display: block;
}

.ib_not_selected {
display: none;
}

.sublist {
list-style:none;
}

.sublist li {
float: left;
margin: 0 10px 0 0;
}