dd { margin: 0; 
}
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #4E7798;
	background-image: url(../images/bgphon01.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
}
a  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #4E7798;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;	
}
a:hover {
	text-decoration: underline
}

p, ul { font-family: Tahoma, Helvetica, sans-serif;	font-size:12px;
	color:#527C9E;
	margin-bottom: 0px;
	margin-top: 15px;
	}  
h1 {
	font-family: Tahoma;
	color:#61b601;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: -5px;
	margin-top: 15px;
}
a.h1
{
	text-decoration: none;
	text-transform: uppercase;
	color: #61b601;
	font-size: 14px;
}


h2 {
	font-family: Tahoma;
		color:#61b601;
    font-size: 13px;
	font-weight: bold;
	text-align:left;	margin-bottom: 0px;
}
.twoColFixLtHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */

	background-color: #;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #container1 { 
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: transparent url(../images/obl-bg.jpg) left top repeat-x;
	background-position:center top;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #news {
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #eef9de; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 10px;
}
.twoColFixLtHdr #menu {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 260px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF; 
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


#header_logo
{
	position:absolute;
	left:208px;
	top: 27px;
}

#zebra
{
	height:20px;
	background:transparent url(../images/zebra_bg.gif) left top repeat-x;
	
}

#header_menu
{
	background:#ecf8dd;
	position:absolute;
	right:55px;
	top: 5px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

#header_menu a
{
	display:block;
	float:left;
	cursor:pointer; cursor: hand;
	padding:8px 11px;
}

#phone_top a
{
	display:block;
	float:left;
	cursor:pointer; cursor: hand;
	position:absolute;
	right:55px;
	top: 75px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	font:"Times New Roman", Times, serif;
	font-size: 24px;
	font-style:italic;
	text-decoration:none;
	
}

.top{
	height:150px;
	vertical-align:top;
}

.top_logo {
	background-image:url(../images/logo-baltra-bg.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}
a.top_logo {
background-image:none;
	text-decoration: none;
}

a.top_logo:hover {
background-image:none;
	text-decoration: none;
	color: #69C500;	
}

#opacity img {
filter: alpha(opacity=70); opacity: 0.70; -moz-opacity: 0.70; -khtml-opacity: 0.70;
}

.menu_pod
{
	font-size:11px;
	color:#004b8b;
	
	text-decoration:none;

	height: 28px;
	background-image: url(../images/menu_pod_bg.gif);
}

.menu_pod_on
{
	font-size:11px;
	color:#5EAA09;
	padding:0px 0px 0px 0px;
	text-decoration:none;
	height: 28px;
}
.menu_pod a
{
	
	
	
}

.menu_pod a:hover
{
	color:#5EAA09;
	
}


.menu_pod2
{
	font-size:10px;
	color:#004b8b;
	text-decoration:none;
	padding-left:20px;

	height: 28px;
	background-image: url(../images/menu_pod_bg.gif);
}
.menu_pod2 a
{
	font-size:10px;
	color:#004b8b;
	text-decoration:none;
}
.menu_pod2 a:hover
{
	color:#5EAA09;
	text-decoration: underline;
}



niz
{
	font-size: 9px;
	text-decoration: none;
	color: #CCCCCC;
}

a.niz
{
	font-size: 9px;
	font-size: 9px;
	text-decoration: none;
}

#anons
{
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	background-image:url(../images/bg-anons.jpg);
	padding: 10px 10px 10px 35px;
}
#anons a
{

	text-decoration: none;

}
.obsl 
{
display:block;
float:left;
text-align:center;
padding:3px 3px 3px 3px;
}
.obsl img
{
padding-top: -5px;

}
.icq img
{
border: 0;
 
}
.icq
{

text-align:center;
padding-left: 8px;
margin-left: 10px;
height:150px;
background-color:#eef9de;
 
}

