html, body {
	background-color: #f7f2de;
	height: 100%;
	margin: 0 auto;
	padding: 0px;
	color: #4e4828;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
a 
{
    text-decoration: none;
}
img {
	border: 0px;	
    }
    
td p {
	width: 100%;
	margin: 0; 
	}

hr {
	border: 0px;
    color: #CCC2AA;
	background-color: #CCC2AA;
	height: 1px;
}

font {
	/* PREVENTS FONT, SIZE & COLOUR CHANGES MADE IN ADMIN APPEARING */
	/* HAS NO EFFECT IN IE */
	font-size: inherit !important;
	font-family: inherit !important;
	color: inherit !important;
}

th {
	background-color: #ded8d6;
	color: #666666;
	padding: 3px; 
}

address { font-style: normal; }

noscript { color: #FF0000; }
noscript div {
	border: 1px dashed #FF0000;
	padding: 5px;
	margin: 5px;
	text-align: center;
}

dt { 
	margin: 3px;
	background-color: #e9e9e9;
	padding: 3px 0px 0px 3px; 
}
dt:hover { /*background-color: transparent;*/ }
dd { /*display:none;*/ }

h1, h2, h3, h4, h5, p {	
	padding: 0px;
	margin-right: 30px;   
	margin-left: 15px;
}

#wrapper 
{
    width: 820px;
    text-align:left; /* reset text alignment */ 
    margin:0 auto; /* for the rest */ 
}

#body li, #body p {
	color: #4e4828;  
	list-style-image: url("/assets/images/li.gif");
	font-size: 1.02em;    
	line-height: 1.38em;   /* EW: new */
	margin-right: 30px;    /* EW: new */
}

p {
	margin-top: 11px;       
	margin-bottom: 14px;  
}
h1 {	
	color: #140606;	      
	font-size: 2.1em;
	font-weight: 100;
	margin-top: 20px;
	margin-bottom: 3px;
}

.color {
	color: #4e4828; 
}

h2 {	
	color: #c14600; 	
	font-size: 1.5em;    
	font-weight: 100;    
	margin-bottom: 19px; 
	margin-top: 3px;
}
h3 {	
	color: #c14600;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 5px;
}

h4 {	
	font-size: 1.3em;
	padding: 0px;
}


h5 {	
	font-size: 1.1em;
	padding: 0px;
}


h6 {
	font-size: 1.7em;
	font-weight: 100;
	float: left;
}

td h1, td h2, td h3, td h4, td h5, td h6 {
	margin-left: 0;            /* DC - Removes left margin from all headings in table cells */
}

acronym {
	
	border-bottom: 1px dotted #E78F00;
	cursor: help;	
}

fieldset {	
	border:1px solid gray;
}

.clear {
	clear: both;
}

#globalheader 
{
    height: 148px;
    position: relative;
}
#global-header-01_ {
	position:absolute;
	left:0px;
	top:0px;
	width:820px;
	height:87px;
}

#global-header-02_ {
	position:absolute;
	left:0px;
	top:87px;
	width:376px;
	height:61px;
}

#global-header-03_ {
	position:absolute;
	left:376px;
	top:87px;
	width:444px;
	height:61px;
}
#header { 
	width: 820px;
	margin-left: auto;
	margin-right: auto;	
	height: 221px;	
}

#main { 
	margin-left: auto;
	margin-right: auto;
	width: 820px;
	text-align: left;	
	font-size: 0.85em;
 }
 
 #bodywrapper 
 {
     background-color: #ffffff;
     border-left: solid 1px #c55813;
     border-right: solid 1px #c55813;
     border-bottom: solid 1px #c55813;
     margin-top: 0px;
     min-height: 650px;
 }
 
#body {
	width: 538px;
	margin-right: 240px;
	padding: 10px 20px 20px 20px;	
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align: left;
	background-color: #ffffff;
 }
 
 #body ul li {
 	margin-left: 1.02em;
 }
 
#breadcrumb
{
    font-size: 8pt;
    height:17px;
    line-height:17px;
    width:100%;
    overflow:hidden;
    margin:0px;
    padding:0px;
}
 #breadcrumb li 
{
    list-style-type:none;
    float:left;
    padding-left:0px;
    background-image: url('/assets/images/li.gif');
    background-repeat:no-repeat; 
    background-position:right center;
}

#breadcrumb a
{
    height:17px;
    display:block;
    padding-right: 15px;
    font-size: 8pt;
    color: #c14600;
    text-decoration: none;
}
 
 #right-column {
    float: right;
	width: 220px;
	padding: 10px 10px 0px 10px;
	background-color: #f8f3ef;
	text-align: left;
	min-height: 650px;
 }
 
 
a:link, a:visited {
	color: #4239f4;
}
a:hover {
	color: #666666;
}

.toolbar li
{
    display: inline;
    background-color: #F1E9C9;
    border: 1px solid;
    border-color: #f3f3f3 #bbb #bbb #f3f3f3;
    margin: 0;
    padding: .5em;
    zoom: 1;
    width: 60px;
    text-align: center;
    text-transform: lowercase;
} 

.error {
	border: 1px dashed #FF0000;
	background-color: #FFB9BB;
	padding: 10px;
	text-align: center;
	width: auto;
	color: #000000;
}
.success {
	border: 1px dashed #33CC00;
	background-color: #DFFFE3;
	padding: 10px;
	text-align: center;
	width: auto;
}
.msg {
	background-color: #DFFFE3;
}
.neg_msg {
	background-color:#FFB9BB;
}

.formerror {
	border: 1px solid #FF0000;
	background-color: #FFB9BB;
	color: #000000;
}

.info {
	padding: 0px 10px 10px 10px;
	border: dotted 1px #009900;
	color: #333333;
	background-color:#E8FFE9;
	margin: 10px;
}

.important {
	color: #140606 !important;
	font-weight: bold !important;	
	font-size: 11px;   /* EW new */
	line-height: 13px;  /* EW new */
	font-family: Tahoma, Arial, Helvetica, sans-serif;  /* EW new */
}
.clear {
	clear: both !important;
}

/* RIGHT HAND COLUMN */
#right-column ul
{
    list-style-type: none;
    margin-left: -50px;
}
#right-column ul li 
{
    margin-bottom: 5px;
    width: 200px;
}
#right-column ul li a
{
    text-decoration: none;
    font-size: 10pt;
    font-weight: bold;
    color: #c9621f;
    font-family: Helvetica, Verdana, Arial, sans-serif;
    padding: 3px 3px 3px 10px;
    width: 228px;
    display: block;
}
#right-column ul li a:hover
{
    color: #fff;
    background-color: #c9621f;
}
#right-column ul > ul, #right-column ul li ul
{
    margin-left: -40px;
}
#right-column ul > ul li a, #right-column ul li ul li a
{
    font-size: 8pt;
    color: #0000ff;
    width: 208px;
    background-image: url('/assets/images/righthandbullet.gif');
    background-repeat:no-repeat;
    background-position: left center;
    padding-left: 30px;
}
#right-column ul > ul li a:hover, #right-column ul li ul li a:hover
{
    background-image: url('/assets/images/righthandbullet_over.gif');   
}
 
.righthandform
{
     width: 223px;
     background:#fff url('/assets/images/radiation-safety-box-bg.gif') repeat-y;
     margin-top: -5px;
     
 }
 .righthandform input[type="button"], .righthandform input[type="submit"]
{
     width: 200px;
}
 .righthandform input[type="button"].halfwidth, .righthandform input[type="submit"].halfwidth
{
     width: 96px;
}

.righthandform p {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #4e4828;
	list-style-image: url("/assets/images/li.gif");
	font-size: 11px;
	line-height: 13px;
	width: 160px;
	padding-top: 4px;
	padding-right: 22px;
	padding-bottom: 4px;
	padding-left: 0px;
	}

.form 
{
    background-color: #DBD9CD;
    padding: 15px;
}
.form input[type="text"] {
    width: 250px;
}
.form select {
    width: 255px;
}

.slideshow {
    position:relative;
    height:221px;
}
.slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}
.slideshow IMG.active {
    z-index:10;
}
.slideshow IMG.last-active {
    z-index:9;
}

/* Eliots new CSS */

.articlebox {
background-color:#EFD4B7;
float:right;
width:195px;
font-size:12px;
margin-left:15px;
margin-right:6px;
margin-top:0px;
margin-bottom:10px;
padding-left:0px;
padding-right:0px;
padding-top:0px;
padding-bottom:10px;
}
 
/* Established 1984 */
#established { 
    display: block;
	margin: -10px 0px 20px -10px;
	padding: 3px 0 3px 0;
	width: 240px;
	text-align: left;
	text-indent: 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	line-height: 15px;
	color: #E8DED6; /*#993300;*/
	background-color: #C9621F; /*#4a304a;*/
}

/* Next course box */
#RHS-box { 
    display: block;
	padding: 6px 0 6px 0;
}
#RHS-box p {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #4e4828;
	list-style-image: url("/assets/images/li.gif");
	font-size: 11px;
	line-height: 13px;
	width: 200px;
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 12px;
	}


/* Vertical Menu */
#vertmenu  
{
	margin: 25px 0px 25px 0px;
	font-weight:normal; 
}
#copyright {
    font-size: 11px; /* should be em but firefox is being weird */
    text-align: center;	
    margin-left: auto;
    margin-right: auto;
    width: 818px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #666666;
    background-color: #ffffff;
    clear: both;
}
#footer { 
    font-size: 11px; /* should be em but firefox is being weird */
    text-align: right;	
    margin-left: auto;
    margin-right: auto;
    width: 818px;
    /*color: white;*/
    padding-top: 20px;
    padding-bottom: 20px;
    color: #666666;
    background-color: #EFD4B7;
    clear: both;
}
.bold
{
    font-weight: bold;
}
.narrow 
{
    width: 60px;
}

.superscript { font-family: Helvetica, sans-serif; font-size: 11px; line-height: 23px; color: #333300; vertical-align: super}
.subscript { font-family: Helvetica, sans-serif; font-size: 11px; line-height: 25px; color: #333300; vertical-align: sub}

.testimonial { font-family: Helvetica, sans-serif; font-size: 15px; font-style:italic; line-height: 17px; color: #C7752C; margin: 30px 30px 1px 18px;}
.testimonialname { font-family: Helvetica, sans-serif; font-size: 10px; line-height: 12px; color: #333300; text-align:right; margin: 0 40px 10px 0;}

.formcopy {
	color: #4e4828;
	font-size: 11px;   /* EW new */
	line-height: 13px;  /* EW new */
	font-family: Tahoma, Arial, Helvetica, sans-serif;  /* EW new */
}

/* HEADER MAIN MENU */
.headermenu
{
    background-image: url('/assets/images/header-image.jpg');
    background-repeat: no-repeat;
    position: relative;
    height: 221px;
    width: 820px;
}

#mainmenu 
{
    position: absolute;
    bottom: -10px;
    left: 0px;
    z-index:999;
}

#mainmenu ul
{
    display: inline;
    list-style-type: none;
}

#mainmenu ul > li
{
    margin: 0;
    padding: 0;
    float: left;
}

#mainmenu > ul > li > a {
    background-image: url("../images/menu/mainmenu-bg.png");
 	background-repeat: no-repeat;
 	display: block;
 	padding: 7px 10px 5px 10px;
 	height: 32px;
 	width: 98px;
 	text-decoration: none;
 	text-align: center;
 	color: #fff;
 	z-index: 1;
}

#mainmenu > ul > li:hover > a, #mainmenu > ul > li.active > a {	
    background-image: url("../images/menu/mainmenu-bg-hover.png");
}

#mainmenu > ul > li.left > a {
    background-image: url("../images/menu/mainmenu-bg-left.png");
}

#mainmenu > ul > li.left:hover > a, #mainmenu > ul > li.leftactive > a {	
    background-image: url("../images/menu/mainmenu-bg-left-hover.png");
}

#mainmenu > ul > li.right > a {
    background-image: url("../images/menu/mainmenu-bg-right.png");
}

#mainmenu > ul > li.right:hover > a, #mainmenu > ul > li.rightactive > a {
    background-image: url("../images/menu/mainmenu-bg-right-hover.png");
}

#mainmenu ul li ul {
    margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	background-image: url("../images/menu/menu-bottom.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	top: 34px;
	width: 206px;
	z-index: 0;
}

#mainmenu ul li ul li {	
    float: none;
}

#mainmenu ul li ul li a {
 	background-image: url("../images/menu/menu-bg.png");
 	background-repeat: no-repeat;
 	display: block;
 	padding: 7px 10px 7px 20px;
 	width: 176px;
 	text-decoration: none;
 	color: #333;
 	font-size: 0.7em;
 }

#mainmenu ul li ul li a:hover {	
    background-image: url("../images/menu/menu-bg-hover.png");
 	background-repeat: no-repeat;
 	color: #fff;
}

#mainmenu ul li ul li.top a {
 	background-image: url("../images/menu/menu-bg-top.png");
 	background-repeat: no-repeat;
 	padding-top: 10px;
 	padding-bottom: 5px;
 }

#mainmenu ul li ul li.top a:hover {	
    background-image: url("../images/menu/menu-bg-hover.png");
 	background-repeat: no-repeat;
}

#mainmenu ul li ul li.bottom a {
 	background-image: url("../images/menu/menu-bg-bottom.png");
 	background-repeat: no-repeat;
 	padding-bottom: 13px;
 }

#mainmenu ul li ul li.bottom a:hover {	
    background-image: url("../images/menu/menu-bg-bottom-hover.png");
 	background-repeat: no-repeat;
}

#mainmenu ul li ul.medium li a {
 	background-image: url("../images/menu/menu-bg-medium.png");
 	width: 279px;
 }
 
 #mainmenu ul li ul.medium li a:hover {	
    background-image: url("../images/menu/menu-bg-hover.png");
    background-repeat: repeat-x;
}

#mainmenu ul li ul.medium li.top a {
 	background-image: url("../images/menu/menu-bg-medium-top.png");
 	background-repeat: no-repeat;
 	padding-top: 10px;
 	padding-bottom: 5px;
 }

#mainmenu ul li ul.medium li.top a:hover {	
    background-image: url("../images/menu/menu-bg-hover.png");
 	background-repeat: repeat-x;
}

#mainmenu ul li ul.medium li.bottom a {
 	background-image: url("../images/menu/menu-bg-medium-bottom.png");
 	background-repeat: no-repeat;
 	padding-bottom: 13px;
 }

#mainmenu ul li ul.medium li.bottom a:hover {	
    background-image: url("../images/menu/menu-bg-medium-bottom-hover.png");
 	background-repeat: no-repeat;
}

/* HEADER TOP MENU - START */

#headertopmenu {
    left: -30px;
    position: absolute;
    top: 5px;
    z-index: 10;
}

#headertopmenu li {
    display: -moz-inline-stack;
    display: inline-block;
    list-style-type: none;
    margin-right: 1px;
}

#headertopmenu li a {
    border-right: solid 1px #c9621f;
    color: #c9621f;
    display: block;
    font-size: 0.8em;
    padding: 2px 5px 2px 5px;
}

#headertopmenu li.enditem a {
    border-right: none;
}

#headertopmenu li a:hover {
    color: #e78f00;
}

/* HEADER TOP MENU - END */

#canwehelpcontainer {
    padding-left: 8px;
    width: 216px;
}