/* CSS Document */
	/* General styles */
	body {
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size:86%; 
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		background:#fff;
		min-width:600px;		/* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
	}
	a {
		color:#245091;
		font-family: Verdana, Arial, Helvetica, sans-serif; 
	}
	a:hover {
		color:#fff;
		background:#245091; 
		text-decoration:none;
	}
	a:visited {
		color:#8205FF;
		font-family: Verdana, Arial, Helvetica, sans-serif; 
	}
	
	h1, h2, h3 {
		margin:.8em 0 .2em 0;
		padding:0;
		
	}
	
	p {
		margin:.4em 0 .8em 0;
		padding:0;
		
	}
	img {
		margin:10px 0 5px;
		border:none;
	}
	
	li {
		list-style:none;
		}
		
	/* Header styles */
	#header {
		clear:both;
		float:left;
		width:100%;
		background : url(logos/economicthinkinglogo.jpg) no-repeat 0 0;
		background-position:center 0px;
		height:128px;

	}
/* Main menu settings */
#centeredmenu {
   clear:both;
   float:left;
   margin:0;
   padding:0;
    border-bottom:1px solid #b4d795; 
; /* black line below menu */
   width:100%;
   font-family:Verdana, Geneva, sans-serif; /* Menu font */
   font-size:90%; /* Menu text size */
   z-index:1000; /* This makes the dropdown menus appear above the page content below */
   position:relative;
}

/* Top menu items */
#centeredmenu ul {
   margin:0;
   padding:0;
   list-style:none;
   float:right;
   position:relative;
   right:50%;
}
#centeredmenu ul li {
   margin:0 0 0 1px;
   padding:0;
   float:left;
   position:relative;
   left:50%;
   width:15em;
   text-align:center;
   top:1px; 
}
#centeredmenu ul li a {
   display:block;
   margin:0;
   padding:.6em .5em .4em;
   font-size:1em;
   line-height:1em;
   background:#b4d795;
   text-decoration:none;
   color: #fff;
   font-weight:bold;
   border:1px solid #fff; 
}
#centeredmenu ul li.active a {
   color:#fff;
   background:#96c1e3;
}
#centeredmenu ul li a:hover {
   background:#96c1e3; /* Top menu items background colour */
   color:#fff;
   border-bottom:1px solid #03f;
}
#centeredmenu ul li:hover a,
#centeredmenu ul li.hover a { /* This line is required for IE 6 and below */
   background:#b4d795; /* Top menu items background colour */
   color:#fff;
   border-bottom:1px solid #03f;
}

/* Submenu items */
#centeredmenu ul ul {
   display:none; /* Sub menus are hiden by default */
   position:absolute;
   top:2em;
   left:0;
   right:auto; /*resets the right:50% on the parent ul */
   width:15em; /* width of the drop-down menus */
}
#centeredmenu ul ul li {
   left:auto;  /*resets the left:50% on the parent li */
   margin:0; /* Reset the 1px margin from the top menu */
   clear:left;
   width:100%;
}
#centeredmenu ul ul li a,
#centeredmenu ul li.active li a,
#centeredmenu ul li:hover ul li a,
#centeredmenu ul li.hover ul li a { /* This line is required for IE 6 and below */
   font-size:90%;
   font-weight:normal; /* resets the bold set for the top level menu items */
   background:#b4d795;
   color:#444;
   line-height:1.4em; /* overwrite line-height value from top menu */
   border-bottom:1px solid #ddd; /* sub menu item horizontal lines */
}
#centeredmenu ul ul li a:hover,
#centeredmenu ul li.active ul li a:hover,
#centeredmenu ul li:hover ul li a:hover,
#centeredmenu ul li.hover ul li a:hover { /* This line is required for IE 6 and below */
   background:#96c1e3; /* Sub menu items background colour */
   color:#fff;
}

/* Flip the last submenu so it stays within the page */
#centeredmenu ul ul.last {
   left:auto; /* reset left:0; value */
   right:0; /* Set right value instead */
}

/* Make the sub menus appear on hover */
#centeredmenu ul li:hover ul,
#centeredmenu ul li.hover ul { /* This line is required for IE 6 and below */
   display:block; /* Show the sub menus */
}	

/* float search form to right of menu items */
#search {
	float:left;
	}
.pic {
	float:left;
	}	
.none {
	float:none;
	}
	
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;			/* width of page */
		position:relative;
	}
	.colmid img {
		text-align:center; 
		padding-right:2%;
		border:none;
		}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}
	.col1 h3 {color: #000; }
	.col2 {
		padding-top:10px;
		}
	.col2 h4 {
		padding-top:2px;
		font-size:95%;
		}
	.col1 ul li {
		list-style:outside;
		}
	.col2 ul {
		margin-top:-15px;
		}
		
	.col2 li {
		list-style:none;
		text-indent:-35px;
		}

			
	/* 3 Column settings */
	.threecol {
		background: #96c1e3 ;		/* right column background colour */
	}
	.threecol .colmid {
		right:25%;			/* width of the right column */
		background:#fff;		/* center column background colour */
	}
	.threecol .colleft {
		right:50%;			/* width of the middle column */
		background:#b4d795;	/* left column background colour */
	}
	.threecol .col1 {
		width:46%;			/* width of center column content (column width minus padding on either side) */
		left:102%;			/* 100% plus left padding of center column */
	}
	.threecol .col2 {
		width:21%;			/* Width of left column content (column width minus padding on either side) */
		left:31%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col3 {
		width:21%;			/* Width of right column content (column width minus padding on either side) */
		left:85%;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}
	/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width:100%;
		border-top:1px solid #000;
	}
	#footer p {
		padding:10px;
		margin:0;
		text-align:center;
	}
.left {float:left;}
span.codedirection { unicode-bidi:bidi-override; direction: rtl; }
.bottom {font-size: 80%;}
div#search {float:left; padding-left:7px; padding-top:90px;}
.alert {color: #F00; font-style: italic;    }
