@charset "utf-8";
/* CSS Document */

a 			{
			font-size:11px;
			font-weight:bold;
			}
a:hover		 {
		  border-bottom:1px solid #75AADB;
	      color:#75AADB;
		  }

#content h3		{
			font-size:15px;
			font-weight:bold;
			padding:0 0 0 5px;
			}

.box_left_map	{
			width:246px;
			height:140px;
			border:1px solid #959ca1;
			float:left;
			background-color:#fff;
			margin-right:5px;
			padding:5px 0 0 1px;
			text-align:left;
			}
			
#content .box_left_map ul li{
background:url('/webdesign.nsf/attachmentsbytitle/circle_arrow_white.gif/$FILE/circle_arrow_white.gif') scroll left center no-repeat;
font-size:0.9em;
line-height:20px;
margin-left:10px;
padding:0 20px 0 25px;
text-align:left;
list-style:none;
}

#content .box_70 ul li{
background:url('/webdesign.nsf/attachmentsbytitle/circle_arrow_white.gif/$FILE/circle_arrow_white.gif') scroll left center no-repeat;
font-size:0.9em;
line-height:20px;
margin-left:-10px;
padding:0 20px 0 25px;
text-align:left;
list-style:none;
}

#content .box_left_map ul li:hover {
background:url('/webdesign.nsf/attachmentsbytitle/circle_arrow_white_over.gif/$FILE/circle_arrow_white_over.gif') scroll left center no-repeat;
}

#content .box_70 ul li:hover {
background:url('/webdesign.nsf/attachmentsbytitle/circle_arrow_white_over.gif/$FILE/circle_arrow_white_over.gif') scroll left center no-repeat;
}
			
.box_right	{
			width:250px;
			height:145px;
			float:right;
			}
			
.box_70		{
			width:242px;
			border:1px solid #959ca1;
			height:63px;
			background-color:#fff;
			margin-bottom:4px;
			padding:6px 0 0 6px;
			}
			
#flash_container	{
			width:754px;
			height:354px;
			border:1px solid #959ca1;
			background-color:#fff;
			margin-bottom:5px;
			padding:2px;
			
			
			}
			
.label			{
				margin:5px 0 0 15px;
				width:40px;
				height:20px;
				float:left;
				font-weight:bold;
				font-size:11px;
				}
				
.combo		{
			margin:5px 25px 0 0;
			height:20px;
			width:100px;
			float:right;
			}
			
.f_button		{
			margin:5px 8px 0 0;
			width:110px;
			height:20px;
			float:right;
			}
			
option.country	{
				width:100px;
				}
			
.clean		{
			margin-bottom:10px;
			padding:5px 0 0;
			display:block;
			}
			
.clear		{
			clear:both;
			}
			
/* IE HACKS */

* html #content .box_70 ul li{
background:url('/webdesign.nsf/attachmentsbytitle/circle_arrow_white.gif/$FILE/circle_arrow_white.gif') scroll left center no-repeat;
font-size:0.9em;
line-height:1.5;
margin-left:-10px;
padding:0 20px 0 25px;
text-align:left;
list-style:none;
}

* html .box_right	{
			width:240px;
			height:145px;
			float:right;
			}

* html .box_70		{
			width:232px;
			border:1px solid #959ca1;
			height:63px;
			background-color:#fff;
			margin-bottom:4px;
			padding:6px 0 0 6px;
			line-height:0.9;
			}
			
* html .combo		{
			margin:5px 2px 0 0;
			height:20px;
			width:100px;
			float:right;
			}
			
* html .f_button		{
			margin:5px 2px 0 0;
			width:110px;
			height:20px;
			float:right;
			}

/* END OF IE HACKS */
