/* Shows strip behind top menu */
.titleback {
	background-image: url("../images/bgheaders/topbanner_us.png");
	background-repeat: no-repeat;
	background-position: center top;
}

/* Sets side header text */
#side-head li {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	display: block;
	background-color: #51c7cc;
	text-transform: uppercase;
	color: #FFFFFF;
	height: 19px;
	padding-top: 3px;
	width: 150px;
}

/* Sets side menu - linked text hover */
#side-menu li a:hover {
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 5px solid #31b3b8;
	padding-left: 5px;
	text-decoration: none;
}

/* Sets Description Headers */
.desch li {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	height: 15px;
	width: 180px;
	float: left;
	position: relative;
	background-color: #31b3b8;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #FFFFFF;
}

/* Sets correct margins for Description Header 1 */
.menuh1 {
	color: #FFFFFF;
	margin-right: 5px;
}

/* Sets correct margins for Description Header 2 */
.menuh2 {
	color: #FFFFFF;
	margin-right: 4px;
	margin-left: 4px;
}

/* Sets correct margins for Description Header 3 */
.menuh3 {
	color: #FFFFFF;
	margin-left: 5px;
}

/* Sets correct margins for Picture 1 */
.menupi1 {
	margin-right: 3px;
}

/* Sets correct margins for Picture 2 */
.menupi2 {
	margin-right: 3px;
	margin-left: 3px;
}

/* Sets correct margins for Picture 3 */
.menupi3 {
	margin-left: 3px;
}

/* Sets Descriptions */
.desc li {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 60px;
	width: 180px;
	float: left;
	position: relative;
	padding-right: 9px;
}

/* Sets correct padding if only 1 link */
#linkone {
	padding-right: 5px;
}

/* Sets 1 link - linked text */
#linkone a {
	text-decoration:none;
	color: #31b3b8;
}

/* Sets correct padding and divide line if multi links */
#linkmulti {
	padding-right: 4px;
	padding-left: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #31b3b8;
}

/* Sets multi links - linked text */
#linkmulti a {
	text-decoration:none;
	color: #31b3b8;
}
.UsBodySubHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 200;
	color: #31b3b8;
}
.FurtherReading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF3300;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
}
.UsBodyHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	color: #31b3b8;
}

.MenuBarText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-variant: normal;
}

/* links colour */
a {
	text-decoration:none;
	color: #006666;
}
.bulletstyle {
	list-style-position: inside;
	list-style-image: none;
	list-style-type: disc;
	padding-right: 10em;
	
}
.ulstyle {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	}
