﻿html { 	overflow:scroll; }

body {
	margin:0;
	padding:0;
	font-family:Verdana, sans-serif;
	font-size:12px;
	background:#ffffdd url('../2_images/site/bgnd_body.png');
	background-repeat: repeat-x;
	color:#222;
	line-height:140%;
	text-align:justify;
}



/*************** GENERAL ***************/

img { border:none; }
p 	{ margin:5px 0 10px 0; }
li  { list-style:square; }
.small-font { font-size:10px; }
.v-align-top td { vertical-align:top; }
.red-bold { color:red; font-weight:bold; font-style:italic; }


table#wrap 
{
	width:970px;
	height:100%;
	margin:auto;
	background:url('../2_images/site/bgnd_rpt.png') repeat-y;

}



/*************** MAIN CONTENT ***************/

div#banner {
	height:187px;
	background:url('../2_images/site/bgnd_banner.png');
}

table#content
{
	width:100%;
}

td#content-left
{
	vertical-align:top;
	width:585px;
	padding:0 25px 0 40px;
	background:url('../2_images/site/bgnd_watermark.png') no-repeat;
	background-position:50px 50px;
}

td#content-right
{
	vertical-align:top;
	width:300px;
	padding:0 10px 0 10px;
	border-left:2px dotted #800000;
}

h1,h2,h3 { font-family:Arial, sans-serif; margin:0; padding:0; }

h1 { color:#933; font-size:26px; padding:3px 0 10px 0; }

h2 { color:#777; font-size:15px; padding-bottom:20px; }

h3 { color:#000080; font-size:13px; }

h4 { color:#000080; font-size:11px; padding:0; margin:0; }


  

/*************** RIGHT TD CONTENT & NAV ***************/

div#nav
{
	margin:0 0 20px 16px;
	width:240px;
	padding:2px;
	border:2px solid #d94f52;
	background:#aaa;
	letter-spacing:1px;
	text-align:left;
	line-height:110%;
}

a { font-family:Arial, sans-serif; }

div#nav a, div#nav a:visited 
{
	display:block;
	text-decoration:none;
	background:#911;
	padding:9px 10px 7px 15px;
	margin:2px 0 2px 0;
	background-image:url('../2_images/site/nav-arrow.png');
	background-position:right;
	background-repeat:no-repeat;
	color:#fff;
	border-top:1px solid #eee;
	border-right:1px solid #333;
	border-bottom:1px solid #333;
	border-left:1px solid #ddd;
	font-size:10px;
	font-weight:bold;
}

#home 		 #nav-home,
#about-us 	 #nav-about-us,
#risk-assess #nav-risk-assess,
#architects  #nav-architects,
#training 	 #nav-training,
#authoring 	 #nav-authoring,
#links 		 #nav-links,
#contact 	 #nav-contact
{
	background:#008000;
	background-image:url('../2_images/site/nav-arrow.png');
	background-position:right;
	background-repeat:no-repeat;
}

div#nav a:hover, div#nav a:active 
{
	background:#d94f52;
	background-image:url('../2_images/site/nav-hover.png');
	background-position:right;
	background-repeat:no-repeat;
}

div#content-right-additional
{
	margin:40px 30px 30px 15px;
	font-family:Arial, sans-serif;
	font-size:12px;
	color:#000080;
	text-align:left;
}

div#content-right-additional ul
{
margin-left:10px;
padding-left:10px;
}



/*************** OTHER HYPERLINKS ***************/

a, a:visited {
	color:#00f;
}

a:hover, a:active {
	color:#800000;
}


/*************** OTWN FOOTER ***************/

div#otwn-footer 
{ 
	margin:30px 50px 100px 50px;
	font-size:10px; 
	padding:5px; 
	border:2px dotted #800000;
	text-align:center;
	color:navy;
}



/*************** HOME PAGE ***************/




