body {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	font: .83em verdana, arial, helvetica, sans-serif;
	color: #363636;
	background: #fff;
	min-width: 600px;	/* minimum width of layout */
}

header, footer, section, aside, nav, article {  
	display: block;  
}

a {
	color: #639;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h2, h3 {
	margin: .9em 0 .7em 0;
	padding: 0;
	clear: left;
}
h2 { color: #933; }
h3 { color: #366; }
p {
	margin: .4em 0 .8em 0;
	padding: 0;
}
img {
	border: none;
}
ul {
	list-style-image: url(images/bullet.gif);
	margin: .4em 0 .8em 12px;
	padding: 0 0 0 12px;
}

abbr {
	border-bottom: 1px dotted #333;
	cursor: help;
}

#wrapper {
	max-width: 1024px;
	margin: 0 auto;
	padding: 0;
	border: 0;
}

header {
	clear: both;
	float: left;
	width: 100%;
	background-color: #366;
}
header h1 {
	margin: 5px 0;
	padding: 0;
	background: scroll url(images/iawd-logo.gif) no-repeat 0 80%;
	height: 124px;
}
header .mast {
	display: none;
}

#breadcrumb {
	clear: both;
	background: #dee;
	border-top: 1px solid #366;
	border-bottom: 1px solid #366;
	margin: 0;
	padding: 6px 15px !important;
	text-align: left;
}
.flag {
	float: right;
	padding-top: 2px;
}

/* 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;
}
.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;
}
/* 3 column settings */
.threecol {
	background: #f5ebeb;	/* right column background colour */
}
.threecol .colmid {
	right: 27%;				/* width of the right column */
	background: #fff;		/* center column background colour */
}
.threecol .colleft {
	right: 53%;				/* width of the middle column */
	background: #fff;		/* left column background colour */
}
.threecol .col1 {
	width: 49%;			/* width of center column content (column width minus padding on either side) */
	left: 102%;			/* 100% + left padding of center column */
}
.threecol .col2 {
	width: 16%;			/* Width of left column content (column width minus padding on either side) */
	left: 33%;			/* width of right column + (center column left and right padding) plus (left column left padding) */
}
.threecol .col3 {
	width: 23%;			/* Width of right column content (column width minus padding on either side) */
	left: 90%;			/* 100% - left column width + (center column left + right padding) + (left column left + right padding) + (right column left padding) */
}

footer {
	clear: both;
	float: left;
	width: 100%;
	border-top: 1px solid #366;
	padding: 10px 0;
}
footer p.credits {
	text-align: right;
	padding: 1em 1em 0 0;
	font-size: 82%;
}
footer p.credits img {
	vertical-align: -4px;
}

/* menu */
nav ul {
	margin: .8em 0 .2em 0;
	padding: .4em 0 0 0;
	list-style-type: none;
	list-style-image: none;
}
.button1, .button2, .button3, .button4, .button5, .button6, .button7 {
	display: block;
	width: 150px;
	height: 30px;
	border: none;
	margin: .4em 0 .8em 0;
	text-decoration: none;
	text-indent: -3000px;
	white-space: nowrap;
	outline: none;
}
.button1:hover,
.button2:hover,
.button3:hover,
.button4:hover,
.button5:hover,
.button6:hover,
.button7:hover,
.selected {
	background-position: 0 -30px;
}

.col3 p.quote {
	padding: 1em 0 0 0;
}
.col3 p.quote span {
	font-weight: bold;
	display: block;
	padding: .5em 0;
}
.lquot {
	padding: 0 .5em;
}
.rquot {
	padding: 0 .5em;
}

/* contact form */
fieldset {
	margin: 1.33em 0 0 0;
	padding: 0;
	border: none;
}
legend {
	color: #666;
	background-color: #fff;
	font-weight: bold;
}
fieldset ol {
	padding: 0;
	margin: 0;
	list-style: none;
}
fieldset li {
	padding-bottom: 0.5em;
	clear: left;
}
fieldset.submit {
	float: none;
	width: auto;
	padding: 0;
	margin: 0;
	background: none;
}
fieldset.submit input {
	cursor: pointer;
	font-weight: bold;
}
label {
	float: left;
	width: 8em;
	margin-right: 1em;
}
textarea {
	border: 2px inset #eed;
}

/* odds and ends */
.error {
	color: #c00;
}
.ext-ref {
	background: url(images/extlink.png) no-repeat 100% 50%;
	padding-right: 13px;
}
.photo {
	float: right;
	padding: 30px 19px 30px 39px;
	margin: 0;
	background: transparent url(images/deco-border.png) no-repeat scroll 100% 0;
}
.centre {
	text-align: center;
}
.small {
	font-size: 82%;
}
.line {
	background: url(images/line.gif) center center no-repeat;
}
object.example {
	margin: .8em .2em .4em .2em;
	padding: 0;
}
object.clock {
	float: right;
	padding: 2px;
}

ul#image_rotate {
	padding: 0;
	margin: 0 0 1.33em 0;
	list-style: none;
}
ul#image_rotate li {
	padding: 0;
	margin: 0;
	list-style: none;
}

