/*

      Main stylesheet for CIPL, august-december 2008.

*/

* { padding: 0; margin: 0; }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #f2b46e;
	background-image: url(../img/wallpaper.gif);
}

#wrapper {
	margin: 0 auto;
	width: 922px;
}

#faux {
	background-image: url(../img/background-columns.gif);
	margin-bottom: 0px;
	overflow: auto;
	width: 100%
}

#banner {
	padding: 0px;
	height: 126px;
	margin: 20px 0px 0px 0px;
}

h1 {
	font-size: 16px;
	color: #f57900;
    padding: 0px 2px 10px 6px;
	margin-left: 3px;
	margin-top: 10px;
}

#leftcolumn {
	display: inline;
	color: #333;
	margin: 10px 0 0 0px;;
	padding: 0px;
	width: 210px;
	float: left;
}
#menu {
  width: 12em;
  float: right;
  padding-top: 10px;
  padding-right: 20px;
  font-weight: bold;
  white-space: nowrap;
  left: 0px;
  margin: 0 0 0px 20px; /* ie needs top marin of 10px, ff does not */
  line-height: 1.5;
  z-index: 1;
}

#menu a {
    display: block;
    text-decoration: none;
    width: 12em;
    margin: 2px;
	color: #3366FF;
    padding: 2px 4px 2px 8px;
}

#menu a:hover {
    color: #f57900;
    border-left: 3px solid #f57900;
    padding: 2px 2px 2px 6px;
}

#menu span {
    display: none;
}

#interestingLinksContainer {
  white-space: normal;
  font-weight: normal;
  margin-left: 40px;
}

#interestingLinksContainer ul {
 	margin:0;
 	padding:0;
 	list-style:none;
}

#interestingLinksContainer ul li {
	line-height: 1.2;
	margin-left: 5px;
	margin-top: 10px;
}

ul.interestingLinks a:link, a:visited {
	text-decoration: none;
	color: #3366FF;
}

ul.interestingLinks a:hover {
	text-decoration: underline;
	color: #f57900;
}

#checkthis {
	width: 160px;
	margin-top: 15px;
	margin-left: 5px;
	line-height: 1.2;
	white-space: normal;
	font-size: x-small;
}

#checkthis a:link, a:visited {
	text-decoration: none;
	color: #3366FF;
}

#checkthis a:hover {
	text-decoration: underline;
	color: #f57900;
}

#closethis {
	margin-top:20px;
	margin-left: 24px;
	margin-bottom: 20px;
}

#closethis a:link, a:visited {
	text-decoration: none;
	color: #3366FF;
}

#closethis a:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

#cse-search-box {
	margin-top: 30px;
	margin-left: 44px;
	margin-bottom: 30px;
	width: 200px;
}

#rightcolumn {
	float: right;
	color: #333;
	margin: 10px;
	padding: 0px;
	width: 625px;
	display: inline;
	position: relative;
}

#footer {
	width: 902px;
	height: 70px;
	text-align: center;
	line-height: 1.5em;
	clear: both;
	color: #3366FF;
	background: #99c4fa;
	margin: 0px 0px 10px 0px;
	padding: 10px;
}

#footer a:link, a:visited {
	text-decoration: none;
	color: #3366FF;
}

#footer a:hover {
	text-decoration: none;
	color: #f57900;
}
p.copyright {
	margin-top: 10px;
	color: #4d4d4d;
}

.clear { clear: both; background: none; }