@charset "utf-8";

/* CSS Document */
/*  ------ GLOBAL STYLES --------*/

html{
	margin: 0;
	padding:0;
	height: 100%;
	width: 100%;
	background: url(/structure/tabasco_bg.jpg) no-repeat top left;
	background-color: #660000;
	font-family: Tahoma, Arial, sans-serif;
	font-size:12px;
	overflow:auto;
}

body{
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}

a:link {color:#FF4500; text-decoration:none}
a:visited {color:#FF4500; text-decoration:none}
a:active {color:#FF4500; text-decoration:none}
a:hover {color:#FF4500; text-decoration:underline}

#boy_box{
	position:fixed;
	bottom:0px;
	right:0px;
	width:300px;
	height:500px;
	z-index:1;
}

#postit_box{
	position:absolute;
	top:20px;
	right:20px;
	z-index:3;
}

#content_box{
	position:absolute;
	top:170px;
	left:20px;
	width:98%;
	height:auto;
	z-index:2;
}

#footer{
	width:98%;
	height:25px;
	text-align:center;
	padding-top:35px;
	margin:auto;
	color:#fff;
	font-size:10px;
}

.right_box_single{
	padding-bottom:20px;
}

.tab_lo{
	padding:0;
	margin:0;
	width:18px;
	height:18px;
	background: url(/structure/tab_lo.png) no-repeat;
}

.tab_ro{
	padding:0;
	margin:0;
	width:18px;
	height:18px;
	background: url(/structure/tab_ro.png) no-repeat;
}

.tab_lu{
	padding:0;
	margin:0;
	width:18px;
	height:18px;
	background: url(/structure/tab_lu.png) no-repeat;
}

.tab_ru{
	padding:0;
	margin:0;
	width:18px;
	height:18px;
	background: url(/structure/tab_ru.png) no-repeat;
}

.tab_cc{
	padding:0;
	margin:0;
	background: url(/structure/tab_bg.png) repeat;
	color:#fff;
}


.glossymenu{
margin: 5px 0;
padding: 0;
width: 170px; /*width of menu*/
border: 1px solid #990000;
border-bottom-width: 0;
}

.glossymenu a.menuitem{
background: black url(/structure/glossyback.gif) repeat-x bottom left;
font: bold 14px Tahoma, Verdana, Helvetica, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 10px;
text-decoration: none;
}

.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
background-image: url(/structure/glossyback2.gif);
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background-color: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 1px solid #000;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 13px Tahoma, Verdana, Helvetica, sans-serif;
color: black;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
background-color: #990000;
color: white;
}
#twGmap {
  width: 100%;
  height: 400px;
}
#twGmapSidebar {
  width: 150px;
  margin: 4px;
  padding: 4px;
  color: #fff;
  background-color: #660000;
}
.inp_half {
  width: 200px;
  height:20px;
}
.inp_small {
  width: 135px;
  height:20px;
}
.inp_wide {
  width: 407px;
  height:20px;
}
.area_wide {
  width: 407px;
  height:200px;
}
.btn_small {
  width: 80px;
  height:25px;
}
.cardcat {
	font-size: 14px;
	font-weight: bold;
	text-align:left;
	padding: 20px 0px 10px;
}
.card2 {
	line-height: 1.5;
	text-align:left;
}
.card2 {
	width: 70px;
	text-align:right;
}
.cardzus {
	font-size: 8px;
	vertical-align:super;
}
.carddesc {
	font-size: 11px;
	font-style:italic;
}
.cardstoff {
	font-size: 10px;
	text-align:left;
}