@charset "utf-8";

/* CSS Document */



body  {

	font: 100% Verdana, Arial, Helvetica, sans-serif; margin: 0; padding: 0; text-align: center; color: #333; 

}

.supercontainer #container {

	position: relative; background: #fff; margin: 0 auto; border: 0px; text-align: left; overflow: hidden;

} 

.supercontainer #header { 

	height: 160px; /* if you're changing the source order of the columns, you'll may want to use a height on the header so that you can give the columns a predictable top value */

	padding: 0;  /* 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. */

} 



.supercontainer #header p {

	display: none;

}



.supercontainer #header .search {

	display: none;

}



.supercontainer #header h5 {

	display: none;

}

.top {

	dispay: none;

}



.supercontainer #header h2 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 16px;

	color: #0082b3;

	text-align: right;

	vertical-align: baseline;

	position: absolute;

	top: 50px;

	right: 50px;

	border: none;

}



.supercontainer #header a hover{ text-decoration:underline; color: #000000; }

.supercontainer #header a{ color: #000000; }



.supercontainer #sidebar1 {

	position: absolute;

	top: 180px;

	left: 0px;

	width: 140px; /* the background color will be displayed for the length of the content in the column, but no further */

	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */

}



.supercontainer #sidebar1 h3{

	font-family: Arial, Helvetica, sans-serif;

	font-size: 0.8em;

	font-weight: bold;

	color: #0082b3;

	padding-left: 5px;

}



.supercontainer #sidebar1 p{

	font-family: Arial, Helvetica, sans-serif;

	font-size: 0.8em;

	padding-left: 5px;

	margin-left: 0px;

	color: #0082b3;

	font-weight: bold;

}

	

.supercontainer #sidebar1 ul{

	font-family: Arial, Helvetica, sans-serif;

	font-size: 0.8em;

	list-style-type: none;

	padding-left: 5px;

	margin-left: 0px;

	color: #0082b3;

	line-height: 1.1;

}



.supercontainer #sidebar1 li{

	font-family: Arial, Helvetica, sans-serif;

	font-size: 1em;

}



.supercontainer #sidebar1 a hover{ text-decoration:underline; color:#0082b3; }

.supercontainer #sidebar1 a{ color: #0082b3; }



.supercontainer #sidebar2 {

	display: none;

}



.supercontainer #sidebarFrontPage {

	display: none;

}


.supercontainer #slider {

	display: none;

}




.supercontainer #sidebarRef {

	display: none;

}



.supercontainer #mainContentFrontPage {

	margin: 0 20px 0 180px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */

	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

}



.supercontainer #mainContentFrontPage  h1 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 1.3em;

	color: #333;

	padding-top: 0px;

	padding-bottom: 5px;

	position: relative;

	top: 0px;

	margin-top: 30px;

}



.supercontainer #mainContentFrontPage  h2 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 0.8em;

	color: #333;

	margin-top:0px;

	font-weight:bold;

	padding-top: 20px;

	padding-bottom: 5px;

}



.supercontainer #mainContentFrontPage  hr {

	color:#ccc;

	width:inherit;

}



.supercontainer #mainContentFrontPage  p {

	font-family: Verdana, Geneva, sans-serif;

	font-size: 11px;

	color: #333;

	line-height: 1.8;

}



.supercontainer #mainContentFrontPage  ul, li, td, th, dt, dd {

	font-family: Verdana, Geneva, sans-serif;

	font-size: 11px;

	color: #333;

}



.supercontainer #mainContent {

	margin: 0 0px 0 180px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */

	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

}



.supercontainer #mainContent  h1 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 1.3em;

	color: #333;

	padding-top: 0px;

	padding-bottom: 15px;

	position: relative;

	top: 0px;

	margin-top: 30px;

}



.supercontainer #mainContent  h2 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 1em;

	color: #0082b3;

	padding-top:0px;

	margin-top:0px;

	font-weight:bold;

	padding-top: 20px;

	padding-top: 10px;

}



.supercontainer #mainContent  hr {

	color:#ccc;

	width:inherit;

}



.supercontainer #mainContent  p {

	font-family: Verdana, Geneva, sans-serif;

	font-size: 11px;

	color: #333;

	line-height: 1.8;

}



.supercontainer #mainContent  ul, li, td, th, dt, dd, label {

	font-family: Verdana, Geneva, sans-serif;

	font-size: 11px;

	color: #333;

}



.quickaccess {

	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */

	padding: 10px 10px 15px;

	border: 1px solid #ccc;

}



dl.tablestyle1 {

	width: 100%;

	margin: 0;

	border-bottom: #ccc, 1px, solid;

	border-top: #ccc, 1px, solid;

	}

	

.tablestyle1 dt {

	float: left;

	clear: left;

	width: 25%;

	font-weight:bold;

	text-align:right;

	padding-bottom:1em;

}



.tablestyle1 dd {

	float: left;

	width: 70%;

	margin-left: 5%;

	padding-bottom:1em;

}

	

* html .tablestyle1 dd {

	float: none;

	margin-left: 25%;}

	

	



dl.tablestyle3 {

	width: 100%;

	margin: 0;}

	

.tablestyle3 dt {

	float: left;

	clear: left;

	width: 25%;

	font-weight:bold;

	}

	

.tablestyle3 dd {

	float: left;

	width: 72%;

	margin-left: 2%;

}

* html .tablestyle3 dd {

	float: none;

	margin-left: 25%;

	}











.supercontainer #footer {

	display: none;

}



.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;

}



.language {

	font-family: Verdana, Geneva, sans-serif;

	font-size: small;

	color: #999;

	text-align: right;

	vertical-align: top;

	position: relative;

	top: 0px;

	right: 10px;

}



.small {

	font-family: Verdana, Geneva, sans-serif;

	font-size: x-small;

	border: none;

}



.reference {

	font-family: Verdana, Geneva, sans-serif;;

	font-size: 0.6em;

	line-height:0.6em;

}



img 

{

	border: 0;

	top: 0px;

}



.imgmain 

{

	border: 0;

	padding-top: 20px;

}

.rightaligned {

	border: 0;

	padding-top: 5px;

	padding-right: 5px;

	padding-bottom: 5px;

	padding-left: 10px;

	float:right;

}



.leftaligned {

	border: 0;

	padding: 3px;

	float: left;

}



.imagewithmarginright {

	border: 0;

	padding-top: 5px;

	padding-right: 5px;

	padding-bottom: 5px;

	padding-left: 10px;

	float:right;

}



.imagewithmarginleft {

	border: 0;

	padding-top: 0px;

	padding-right: 15px;

	padding-bottom: 15px;

	padding-left: 5px;

	float:left;

}





.orange {

	color: ff9900;

}

/* Link styles */

a { color: #0082b3;  text-decoration:none;}

a:hover { text-decoration:underline; }

a:link{ }

a:visited{ color: #003366; }

a:active {color: #0082b3; }





/* The outermost container of the Menu Bar, an auto width box with no margin or padding */

ul.MenuBarHorizontal

{

	list-style-type: none;

	font-size: 70%;

	font-family:Verdana, Arial, Helvetica, sans-serif;

	width: auto;

	position:absolute;

	top: 130px;

	left: 0px;

	font-weight: bold;

}

/* Menu item containers, position children relative to this container and are a fixed width */

ul.MenuBarHorizontal li

{

	margin: 0;

	padding: 0;

	list-style-type: none;

	font-size: 100%;

	position: relative;

	text-align: center;

	width: 85px;

	hight: 31px;

	float: left;

	text-decoration: none;

	color:#ccc;

	text-decoration: none;

	border-bottom-width: 1px;

	border-bottom-style: solid;

	border-bottom-color: #2BAFE1;



}



/*******************************************************************************



 DESIGN INFORMATION: describes color scheme, borders, fonts



 *******************************************************************************/



/* Menu items are a light gray block with padding and no text decoration */

ul.MenuBarHorizontal a

{

	display: block;

	color: #ccc;

	width: auto;

	hight: 31px;

	float: left;

	padding: 10px;

	height: 25px;

	text-decoration: none;



}



ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus

{

	text-decoration: underline;	

	background-image:url(/extra/countryaction/includes/images/bg_tab0.gif);

}





/*******************************************************************************



 BROWSER HACKS: the hacks below should not be changed unless you are an expert



 *******************************************************************************/



/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */

ul.MenuBarHorizontal iframe

{

	position: absolute;

	z-index: 1010;

	filter:alpha(opacity:0.1);

}

/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */

@media screen, projection

{

	ul.MenuBarHorizontal li.MenuBarItemIE

	{

		display: inline;

		f\loat: left;

		background: #FFF;

	}

}





[if IE 5]>

<style type="text/css"> 

/* place css box model fixes for IE 5* in this conditional comment */

.supercontainer #sidebar1 { width: 180px; }

.supercontainer #sidebar2 {

	width: 150px;

}



<![endif]


