/* CSS Document */

/** Selectors **/

table{
	width:90%;
	vertical-align: top;	
}
td{padding-left: 3px;}
tr{vertical-align:top;
padding:0;}
abbr {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	cursor: help;
}


body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	color:#333333;
}
a:link, a:visited, a:active{
color:#666666;
}
a:hover{color:#999999;}


/** All Global left nav styles **/

#hohLeftIcon {
	position: fixed;
	float:left;
	height: 60px;
	width: 174px;
	top: 1px;
	padding-top: 3px;
	line-height: 1.5em;
	background-repeat: no-repeat;
	background-position: left top;
	left: 0px;
}


#leftNav {
	left: 1px;
	top: 95px;
	width: 165px;
	font-size: 11px;
	color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-left: 4px double #FF9900;
	position: absolute;
	padding-left: 2px;
	}

/** #leftNav p{
	text-indent: 0px;
	margin-top: 5px;
	line-height: .8em;
	padding-left: 2px;
	margin-bottom: 5px;
	padding-bottom: 5px;
  }
**/
#leftNav h1{
	font-size: 1.4em;
	margin: 0px;
	padding: 2px 0px 0px;
	border-top: 1px dotted #FFFFFF;
}

#leftNav h2{
	font-size: 1.1em;
	margin: 0px;
	padding: 0px;
	background-position: 3px 7px;
	background-image: url(../img/list/li-white_over.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px 0px 0px 15px;
	
}
 
#leftNav ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#leftNav ul ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#leftNav ul ul ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	
}

#leftNav ul ul ul li{
	background-position: 10px 10px;
	background-image: url(../img/list/li-white.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	}

/** divided up the hover styles because applying to li or ul made problems for properly embedded lists **/
#leftNav H1:hover{	
	background-color:#FF9933;}

#leftNav H2:hover{	
	background-color:#FF9933;}

#leftNav ul ul ul li:hover{
background-color:#FF9933;}


#leftNav a:link, #leftNav a:visited, #leftNav a:active {
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	text-decoration: none;
	
}
#leftNav li a {display:block;}


/** End Left Nav Styles **/

/** Global Top NavBar Styles. Maybe split some of these later as diff. sections have diff. colour tops **/

  #top {
	background-repeat: repeat-x;
	background-position: 0px 26px;
	margin: 0px;
	height: 85px;
	font-size: 11px;
	font-weight: bold;
	text-transform: lowercase;
	color: #ffffff;
	padding-left: 160px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
	
	}

#top li {
	display: inline;
	margin: 0px;
	padding: 0px;
	float: left;
}
#top a:link, #top a:visited, #top a:active {
	display: block;
	text-align: center;
	width: 100px;
	margin: 0px 1px 0px 0px;
	padding: 0px 1px 1px 1px;
	color: #FFFFFF;
	text-decoration: none;
	height: 18px;
	}

#top a:hover{
	text-decoration: none;
	cursor: hand;
	color:#000000;
	background-color:#FFFFFF;
	padding:0px 0px 1px 0px ;
	border: 1px solid black;

}



#top a:link.active, #top a:visited.active, #top a:active.active {
	text-decoration: none;
	cursor: default;
	color:#000000;
	border: 1px solid black;
	background-color:#FFFFFF;
	padding:inherit;
	padding: 0px 0px 1px 0px ;
}

#top ul {
	display: block;
	margin: 0px 0px 0px 90px;
	width: 800px;
	padding: 4px 0px 0px;
}

#top h1 {
	text-align: left;
	text-transform: none;
	padding-right: 90px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-bottom-style: double;
	border-left-style: solid;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-size: 2em;
	margin: 0px 90px 0px 0px;
	letter-spacing: 0.02em;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	position: absolute;
	top: 60px;
	left: 210px;
	width: 663px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#topIcon{
	background-repeat: no-repeat;
	background-position: right;
	right: 5px;
	height: 60px;
	width: 60px;
	position: absolute;
top:26px;
}
#topIcon a {color:#FFFFFF;font-weight:bold}
#topIcon a:hover {color:#000000}


/** End Top Nav styles **/

/** Global Main Text box Styles **/

.textBoxLeft{
float:left;
	padding: 0px 8px 4px 0px;
	width: 40%;
	background-color: #FFFFFF;
	margin: 5px 0px 0px 4px;

}

.textBoxRight{
	float:right;
	padding: 0px 8px 4px 0px;
	width: 40%;
	background-color: #FFFFFF;
	margin: 5px 0px 0px 4px;
}

.imgBoxLeft250px{
	float:left;
	padding: 0px 2px;
	width: 250px;
	background-color: #FFFFFF;
	margin: 2px;
	font-size: 0.8em;
	line-height: 1.2em;
}

#bottom .imgBoxRight250px{
float:right;
	padding: 0px;
	width: 250px;
	background-color: #FFFFFF;
margin: 0px;
	font-size: 0.8em;
	line-height: 1.2em;

}

.textBoxRight ul, .textBoxLeft ul{
margin:0;
padding:0 0 0 2px;}


#bottom .wideBox{
background-color:#FFFFFF;
	float:left;
	margin-top: 5px;
	font-size: 0.8em;
	font-style: italic;
	margin-bottom: 25px;
	margin-right: 10px;
	padding: 3px;
	width:95%;
}


img.right{
	float:right;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 2px;
}
img.left{
	float:left;
	padding-top: 1px;
	padding-right: 2px;
	padding-left: 1px;
}

#bottom .pullquote {
	background-image: url(../img/quote-left.gif);
	background-repeat: no-repeat;
	background-position: 8px 8px;
	margin-bottom: 100px;
}
.sig {
	font-family: cursive;
}



/**#keyPoints{
background-color:#FFFFFF;
width:50%;
border-left: 6px double gray;}

#keyPoints ul{
margin:0px;
padding:0px 0px 0px 7px;}

#keyPoints h2{
	padding: 4px 2px 2px 3px;
	border: none !important;
}
**/
#bottom {
	padding-left: 35px;
	padding-right: 30px;
	font-size: 0.8em;
	border-top: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-left: 174px solid;
	}

#bottom h1, #bottom h2, #bottom h3, #bottom h4, #bottom h5, #bottom h6 {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;}

#bottom h2 {
	font-size: 1.2em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	clear: both;
	
}

#bottom h3{
font-size: 1.1em;
}
#bottom ul{
	padding: 0px 0px 0px 0px;
}
#bottom ul li {
	background-position: 0px 7px;
	padding-left: 18px;
	background-repeat: no-repeat;
	list-style-type: none;
}


/**#bottom .box{
	margin-top: 5px;
	width: 40%;
	margin-bottom: 25px;
	min-width: 225px;
	background-color: #FFFFFF;
	border-top-width: 3px;
	border-bottom-width: 1px;
	border-top-style: double;
	border-bottom-style: solid;
	padding: 8px;
	margin-left: 15px;
}


#bottom .box ul{
	background-position: 0px 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	list-style-type: none;
}

#bottom .box ul li ol{
	background-position: 0px 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	list-style-type: number;
	background-image: none;
}


#bottom .boxBig h2, #bottom .box h2 {
border:0;}

#bottom .boxBig{
background-color:#FFFFFF;}

#bottom .boxRight
{
float:right;}

#bottom .boxLeft
{
float:left;}

#bottom .caption{
font-size:0.85em;
font-style:italic;
}

#bottom .text{
	font-weight: bold;
	text-align: left;
}

#bottom img {
	margin: -4px;	
	padding: -4px;	
}
**/




/**
#here {
	background-color: #6364A5;
	font-size: 9px;
	font-weight: bold;
	text-transform: lowercase;
	color: #FFFFFF;
}
**/


/** Footer Styles **/

#footer {
clear:both;
margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 250px;
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	font-size: 0.7em;
	color: #999999;
}

#footer a:link, #footer a:visited, #footer a:active{
	color:#333333;
}

#footer a:hover {
	color:#0000CC;
}



/** YOU ARE HERE STYLES 
#youAreHere {
	font-size: 0.8em;
	font-weight: bold;
	text-transform: none;
	color: #333333;
	letter-spacing: 0.07em;
}
#youAreHere a:link, #youAreHere a:visited, #youAreHere a:active{
color:#333333;
}

#youAreHere a:hover{
color:#999999;
}
**/
.highlight {
	background-color: #FFFFFF;
}
.quotation {
	font-size: 0.9em;
	font-style: italic;
	margin: 0px;
	padding: 0px;
	text-align: left;
	line-height: 0.8em;
}
