html
{
	background-image: url(../images/links_back3.gif);
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

/* bizarrely IE6 seems to want to shift to the right by 3px
Could hack to shift everything else back but it looks ok */

body
{
	background-color: white;
	margin: 12px;
	color: #333;
	font-size: 11px;
	font-family: "Lucida Grande", Verdana, Lucida, Arial, Helvetica, sans-serif;
	line-height: 150%;
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}
td
{
	color: #333;
	background-color: white;
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, Lucida, Arial, Helvetica, sans-serif;
}


input{
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, Lucida, Arial, Helvetica, sans-serif;
}
select{
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, Lucida, Arial, Helvetica, sans-serif;
}

textarea{
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, Lucida, Arial, Helvetica, sans-serif;
}



div
{
	border: none;
	margin: 0px;
	padding: 0px;
}

#container
{
	background-color: white;
	border: solid 1px black;
	padding: 10px;
}

#wrapper1, #wrapper2
{
	margin: 0px;
	padding: 0px;
}

/* NN4 makes a mess of the backgrounds (positioning plus unintended inheritance) so exclude it. OmniWeb doesn't understand background positioning either - the left column can be achieved, but not the right one */
#wrapper1
{
	background-image: url(../images/right_bg.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

#wrapper2
{
	background-image: url(../images/left_bg.gif);
	background-repeat: repeat-y;
}

.header
{
	background-image: url(../images/banner_bg_g2.jpg);
	background-repeat: repeat-x;
	position: relative;
	padding: 0;
	border: solid 1px #000;
	height: 93px;
	width: 917px;
}

#adao_logo 
{ 
	position: absolute; 
	top: 0; 
	left: -1px;
}

#adao_slogan
{
	position: absolute;
	top: 0;
	right: 239px;
}

#banasbestos_write_logo
{
	position: absolute;
	top: 0;
	right: 0;
}

#left_col_head
{
	width: 120px;
	display: block;
	margin: 26px auto -12px;
}

/* IE5 needs shifting up - and #empty to clear its parsing palette */
* html body .header
{
	margin-bottom: -19px;
	font-family: "\"}\"";
	font-family: inherit;
	margin-bottom: 0px;
}

#empty
{
}

/* -1px margin-top is so NN4 borders overlap */
.columns
{
	color: #333;
	background-color: #ffffff;
	margin: -1px 0 0;
	padding: 0;
	border: solid 1px #000000;
}

/* reset post NN4 */
.columns
{
	/*/*/
	border: none;
	margin-top: 0px;
	background-color: transparent;
	/* */
}

/*
make sure that .leftcolumn's width is equal to .centercolumn's margin-left
-11px margin-top enables columns to lign up in NN4 rather than dropping down unacceptably
*/

.leftcolumn
{
	float: left;
	left: 0px;
	width: 200px;
	margin: 0px;
	margin-top: -1px;
	padding: 0px;
}

/* reset post NN4 */
.leftcolumn
{
	/*/*/
	margin-top: 0px;
	/* */
}

/*
make sure that .rightcolumn's width is equal to .centercolumn's margin-right
*/

.rightcolumn
{
	position: static;
	float: right;
	width: 200px;
	margin: 0px;
	padding: 0px;
}

/* .centercolumn base settings
====================================
These values allow the three columns to butt up against each other
You can change the margins between them either by altering these values. However, in most cases altering the padding property of the .[$column]padding selectors will be simpler and more effective.
------------------------------------
NN4
------------------------------------
margin-left		: -25px
margin-right	: 0px
margin-top		: -1px
If you must change these, experiment with these values extensively since the center column does not move in a direct one-to-one relationship to the value specified here. The margin-top of -1px is needed to make NN4 line up correctly.
------------------------------------
OmniWeb
------------------------------------
margin-left		: 0px;
margin-right	: 0px;
------------------------------------
Other browsers
------------------------------------
margin-left		: width of .leftcolumn
margin-left		: final width of .rightcolumn
margin-right is set to the value of the overriding values for .rightcolumn's width.
*/

.centercolumn
{
	margin: 0px;
	padding: 0px;
}

/* OmniWeb value - others in external css file */
/* no they're not - they're here for ease of viewing for the moment */
/* NN4 values */
.centercolumn
{
	margin-right: 0;
	margin-left: -25px;
}

/* Other browsers */
/*/
*/

.centercolumn
{
	margin-right: 200px;
	margin-left: 200px;
}

/* */
/* OmniWeb (exclude from IE5 mac) */
/*\*/
.fake.centercolumn
{
	margin-right: 0px;
	margin-left: 0px;
}

/* reset IE*/
* html body .centercolumn
{
	margin-right: 200px;
	margin-left: 200px;
}

/* -7px margin-top enables footer/middles to lign up in NN4 rather than dropping down unacceptably */
.footer
{
	clear: both;
	margin: 0px;
	margin-top: -7px;
	padding: 6px;
	text-align: center;
	color: #000000;
	background-color: #cccccc;
	border: solid 1px #000000;
}

/* reset post NN4 */
.footer
{
	/*/*/
	margin-top: 0px;
	/* */
}

.leftpadding, .centerpadding, .rightpadding
{
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 12px 24px;
}

/* following styles have nothing to do with the structural layout */
.leftpadding
{
	text-align: left;
	font-size: 10px;
}

div#menu
{
	margin: 26px 0;
}

div#sidebar
{
	margin: 26px 0;
}

h1
{
	color: white;
	line-height: 160%;
	background-color: #a4bcc8;
	text-indent: 12px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

h2
{
	color: #333;
	line-height: 120%;
	background-color: white;
	margin-top: 24px;
	margin-left: -6px;
	padding: 4px 4px 4px 6px;
	border-top: 2px solid #a4bcc8;
	border-left: 2px solid #a4bcc8;
}

h3
{
	color: #333;
	background-color: white;
	margin-top: 24px;
	border-bottom: 2px solid #a4bcc8;
}

h3.head3r
{
	text-align: center;
	font-style: italic;
}

.action
{
	color: #333;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	line-height: 120%;
	background-color: white;
	text-align: center;
	margin-top: 24px;
	margin-right: -4px;
	margin-left: -4px;
	padding: 3px 4px;
	border-top: 2px solid #a4bcc8;
	border-right: 2px solid #a4bcc8;
	border-left: 2px solid #a4bcc8;
}

a:link
{
	color: #21536a;
	text-decoration: none;
	background-color: #ececec;
	line-height: 90%;
	padding: 0 2px 1px;
	font-style: italic;
	font-weight: 500;
	font-size: 90%;
}

a:visited
{
	color: #21536a;
	text-decoration: none;
	background-color: #ececec;
	line-height: 90%;
	padding: 0 2px 1px;
	font-style: italic;
	font-weight: 500;
	font-size: 90%;
}

a:hover
{
	color: #fff;
	background-color: #a4bcc8;
	line-height: 90%;
	padding: 0 2px 1px;
	font-style: italic;
	font-weight: 500;
	font-size: 90%;
}

a:active
{
	color: #800000;
	background-color: #a4bcc8;
	line-height: 90%;
	padding: 0 2px 1px;
	font-style: italic;
	font-weight: 500;
	font-size: 90%;
}

.indent
{
	line-height: 180%;
	text-indent: 24px;
}

.blueband
{
	font-size: 12px;
	text-align: center;
	color: rgb(49,135,189);
	letter-spacing: 2px;
	border: 1px solid rgb(192,215,231);
	padding: 6px 0;
	background-color: rgb(111,204,255);
	line-height: 110%;
	font-weight: bold;
	margin: 18px auto;
	width: 150px;
}

.outline
{
	padding: 9px;
	border: solid 2px #c00;
}

.center
{
	text-align: center;
}

.center-red
{
	text-align: center;
	color: #c00;
}

h2.center-red
{
	text-align: center;
	color: #c00;
}

h4.center-red
{
	text-align: center;
	color: #c00;
}

a.nada
{
	text-decoration: none;
	background-color: transparent;
	color: transparent;
}

ul.calendar { width: 146px; margin: 12px auto; color: #21536a; }
ul.calendar li.odd { padding: 2px; background-color: rgb(204,228,240);  width: 128px; margin-left: -30px; margin-top: 6px; margin-right: 12px; list-style: none; list-style-position: inside; line-height: 120%; }
ul.calendar li.even { padding: 2px; background-color: rgb(204,240,228);  width: 128px; margin-left: -30px; margin-top: 6px; margin-right: 12px; list-style: none; list-style-position: inside; line-height: 120%; }
