html {
	overflow-y: scroll;
}

body {
	font: 12px Verdana, Geneva, sans-serif;
	color: #003;
	text-align:center;
	margin: 0;
	padding: 0;
	background-image:url(../images/bg.jpg);
	background-color: #FDF2DF;
	background-repeat: repeat-x;
	background-attachment: scroll;
}


#container {
	width: 900px; /* this is where you can adjust the page width */
	text-align: left;
	margin: 0 auto; /*margin: top&bottom are the same right&left are the same (auto is a veriable size)*/
}

#homeIcon {
	float:right;
	padding: 10px 130px 8px 0px;
}

#headImage {
	margin:0px;
	padding: 0px 10px 0px 10px;	
}

#topLine {
	height: 10px;
	width: 880px;
	background-color: #FF9B08;
	margin: 0px 10px;
	padding:0px;
}

/* MENU */

#menu {
	width: 200px;
	margin-top:0px; /*This sets the hight from the top of the page to the blue menu*/
	padding-top:0px;
	float:left;
}

#menuList {
	background-image:url(../images/AssetFutureNavBg.png);
	background-repeat:repeat-y;
	padding-bottom:1px;
}

#menu #menuList img {
	margin-left:10px;
}

#menu ul {
	list-style-type: none;
	/*margin-top: 102px; this will shift the the menu boxes as a group up and down*/
	z-index:1000; /*setting z-index to accomodate IE rendering bug*/
	margin-top: 0px;
}

#menu li {
	margin-left: -30px;
}

#menu a {
	font: 11px Verdana, Geneva, sans-serif;
	color: #FFF; /*font colour*/
	text-decoration: none;
	display: block; /*this will adjust the margin between the menu boxes the first number is for top and bottom and the other is left and right(leave this at 0*/
	height: 14px;
	width: 170px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	border-left-style: none;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 10px;
}

#menu a:hover {
	color: #003; /*font colour*/
	background-color: #FFFFFE;
}

#menu div ul li img {
	margin-right: 5px;
}


#menu li.selected {
	font: 11px Verdana, Geneva, sans-serif;
	color: #003; /*font colour*/
	text-decoration: none;
	display: block; /*this will adjust the margin between the menu boxes the first number is for top and bottom and the other is left and right(leave this at 0*/
	height: 14px;
	width: 180px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-top: 4px;
	border-left-style: none;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}


/* END MENU */

/* CONTENT AREA */

#content {
	width: 900px;
	min-height:450px;
	background-image: url(../images/bodyBg.png);
}

#contentRight {
	padding: 20px 10px;
	width:660px;
	margin-left: 200px;
	text-align:justify;
}

#contentRight p {
	letter-spacing:.05em;
}

h1, h2, h3, h4, h5, h6 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: normal;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size:25px;
	font-weight:bold;
	color:#EE910A;
	text-align:left;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	color: #036;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	letter-spacing:0.5px;
}

h2.smaller {
	font-size:18px;
	margin-left:10px;
	letter-spacing:.05em;
}


h3 {
	margin-top:20px;
	margin-left:20px;
	margin-bottom:0px;
	color:#036;
	font-weight:bold;
	font-size:14px;
	letter-spacing:.05em;
}

h4 {
	margin-top:5px;
	margin-left:30px;
	margin-bottom:0px;
	color:#003;
	font-weight:normal;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	letter-spacing:.05em;
}

#contentRight a {
	color:#003;
	font-style:italic;
}

#contentRight a:hover {
	color:#EE910A;
	text-decoration:none;
}

.center {
	text-align: center;
}

.arrowList {
	font-size:12px;
	color:#003;
	line-height:8px;
	width:680px;
	margin: 10px 0px;
	list-style-image:url(../misc/listArrow.gif);
	list-style-position: inside;
	letter-spacing:.05em;
}

#contactTable {
	width: 500px;
	margin: 10px auto 0 auto; /*margin: top right bottom left*/
	padding: 5px;
}

#content td {
	vertical-align: middle;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

#contentRight p, li {
	text-align:justify; /*content text alignment*/
	margin: 0 30px;
}

#contentRight li {
	margin-bottom:10px;
	list-style-position: inside;
	list-style-type: circle;
}

.contactImage {
	text-align:center;
}

.contactNames {
	text-align:right;
	font-weight:bold;
}

.contactDetails {
	padding-left:10px;
}

#textBox {
	width:80%;
	margin: 20px auto 0 auto; /*margin: top right bottom left*/
	padding: 20px;
	background-color:#003;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	line-height: 20px;
}

#content .numberList li {
	line-height:10px;
	list-style:decimal;
	margin-left: 22px;
	list-style-position:inside;
	letter-spacing:.05em;
}
/* IMAGES IN THE CONTENT AREA */


/* END IMAGES */

/* FOOTER */

#footer {
	background-image: url(../images/AssetFutureMainFoot.png);
	background-repeat: no-repeat;
	width: 775px;
	padding-top: 0px;
	padding-left: 125px;
	padding-bottom: 150px;
}

#footSpace {
	height: 22px;
}

#footer ul {
	list-style-type: none;
	text-align:center;
	margin-top: 0px;
	margin-bottom: 50px;
}

#footer li {
	display: inline;
	margin: 0px;
}

#footer p {
	color:#003; /*copywrite text colour*/
	text-align:center;
	font-size: 11px;
}

#footer a {
	color:#003; /*footer link colour*/
	text-decoration:none;
	font-size: 11px;
}

#footer a:hover {
	color:#FFF; /*footer hover link colour*/
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom:1px;
}

#footer .selected {
	font-size: 11px;
	color:#FFF; /*footer hover link colour*/
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom:1px;
}

h5 {
	/* this is the line between the footer rollovers*/
	color:#006;
	font-weight:normal;
	font-size:11px;
	display:inline;
	margin: 0 3px 0 3px; /*margin: top right bottom left*/
}

/* END FOOTER */
