/* Start of global page classes */
* {
    margin:0px;
    padding:0px;
}
html {
	height:100%;
}
body {
	color: #48648C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	height:100%;
	background-color: #FFF;
}
textarea {
	font-size:1.1em;
	background-color:#FFF;
}
a:link {
color:#FF3300;
text-decoration:underline;
}
a:visited {
color:#FF3300;
text-decoration:underline;
}
a:hover, a:active {
color:#2B72DE;
color:#CC0000;
text-decoration:underline;
}
img {
	padding:2px;
	border:1px solid #CCC;
}
td {
	font-size:1em;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#404C5C;
	font-size:1.7em;
	margin-bottom:15px;
}
h1 span {
	font-size:0.9em;
}
h2,.heading {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#404C5C;
	font-size:1.5em;
	margin-bottom:15px;
	font-weight:bold;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	color:#404C5C;
	font-size:1.1em;
	font-weight:bold;
	padding-left:1px;
	margin-bottom:5px;
}
p {
	margin-bottom:13px;
}
.dotted1 {
	background:url(/skins/design7-clean/images/dotted-bg-1.gif) repeat-x 0px 10px;
	position:relative;
	margin:20px 0px;
	padding:0px;
	height:20px;
	
}

.dotted2 {
	background:url(/skins/design7-clean/images/dotted-bg-1.gif) repeat-x 0px 3px;
	position:relative;
	margin:5px 0px;
	padding:0px;
	height:5px;
	clear:both;
}



/* End of global page classes */



/* This is the pages "white" area that is centered in the middle of the page. */
#outer {
	background-color: #FFF;
	margin:auto;
	position:relative;
	font-size:1.1em;
	width:800px;
	background:url("/skins/design7-clean/images/body-bg.jpg") repeat-y 0 0;
}



/* This is the area that appears between the top navigation and footer. */
#maincontent {
	padding:20px 45px 20px 45px;	
	float:none;
}



/* These are the banner classes */
#banner {
	width:100%;
	height:81px;
	position:relative;
	background:url(/skins/design7-clean/images/bnr-bg.jpg) no-repeat top right;
	margin-bottom:8px;
}
.bnrlogo {
	position:absolute;
	top:11px;
	left:25px;
	border:0px;
	width:180px;
	height:38px;
	background:url(/skins/design7-clean/images/bnr-logo.gif) no-repeat top right;	
}
a.bnrlogo:link, a.bnrlogo:visited, a.bnrlogo:hover, a.bnrlogo:active {
	text-decoration:none;
	font-size:2em;
	color:#FF3300;
	font-weight:600;
	font-family:Arial, Helvetica, sans-serif;
}
.bnrlogo img {
	border:0px;
}
.bnrbyline {
	color:#CCC;
	width:300px;
	height:42px;
	position:absolute;
	right:25px;
	top:10px;
	text-align:right;
	background:none;
}
/* End of banner classes */




/* Navigation bar classes */
#navbar {
	position:absolute;
	width:100%;
	height:31px;
	color:#FFF;										/* mod text colour */
	font-size:1em;
	top:57px;
	left:25px;
	display:inline;
}


**********************************************
New dropdown menu system
**********************************************/

#menuList {
	list-style:none;
	margin:0px;
	padding:0px;
}

#mainMenu {
	position:relative;
	background: #CCC;
}

#menuList ul {
	z-index:100;
	margin: 0px;
	padding: 0px;
}


#menuList li {
	z-index:100;
	display:inline;
	list-style: none;
	margin: 0px;
	padding: 0px;

	/* The following styles are to counteract the global styling for li */
	background:none;	
}

/* These are the default states of the elements in the main top level menu. */
a.starter, a.starter:link, a.starter:visited {
	z-index:100;
	padding:4px 15px 5px 10px; /*Padding of the individual nav items*/
	color:#666;
	text-decoration:none;
	line-height:23px;  /*Important - I.E. needs this for the nav items to look right. Stoopid bug. */
	font-weight:bold;
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
	border-right:1px solid #ABABAB;
}

/* These are the mouse-over states of the elements in the main top level menu. */
a.starter:hover, a.starter:active, a.starter:focus {
	color:#FF3300;
	text-decoration:none;
	font-weight:bold;	
}


/* These are the drop down menus (<ul> elements) */
.menu {
	text-align: left;
	position: absolute;
	visibility: hidden;
	z-index: 100;
	width: 150px;
}
.menu li {
	width:100%;
}

/* These are the default state of the elements (rows) in the drop down menus. */
.menu li a, .menu li a:link, .menu li a:visited { 
	background: #F2F7F8;
	border-bottom:1px solid #DEE8F2;
	border-left:1px solid #F2F7F8;
	border-right:1px solid #F2F7F8;	
	z-index:100;
	color: #333;
	display: block;
	width:100%;
	font-size: 1em;
	margin: 0px;
	text-decoration: none;
	padding: 6px 10px;
}

/* These are the mouse-over states of the elements (rows) in the drop down menus */
.menu li a:hover, .menu li a:active, .menu li a:focus {
	background-color: #FFF;
	color: #FF3300;
}


.mainad {
	width:750px;
	display:block;
	background-color:none;
	margin-bottom:0px;
	margin-left:23px;
}
.mainad img {
	border:0px;
}

hr {
	height:1px;
	background-color:#CFCFCF;
	color:#CFCFCF;
	border:none;
}

/* Footer classes */
#footer {
	width:710px;
	height:78px;
	color:#CCC;
	background:url("/skins/design7-clean/images/footer-bg.jpg") no-repeat 0 0;
	font-size:0.8em;
	position:relative;
	clear:both;
	margin:auto;
	padding:0px 45px;
}
#footer ul {
	list-style:none;
	margin:0px 0px 0px 0px;
	padding:0px;
	list-style-type:none;
}
#footer li {
	display:inline;
	position:relative;
	top:35px;
	background:none;
	padding:0px;
	margin:0px;
}
#footer a:link, #footer a:visited {
	padding:4px 20px 7px 0px;
	color:#AAA;
	text-decoration:none;
}
#footer a:hover {
	color:#FF3300;
	text-decoration:none;
}
.copyrightnotice {
	position:absolute;
	right:45px;
	top:35px;
}
#footer span.copyrightnotice a:link, #footer span.copyrightnotice a:visited, #footer span.copyrightnotice a:hover, #footer span.copyrightnotice a:active	 {
	padding:0px;
	margin:0px;
	color:#999;
}
/* end of footer classes */




/* Misc classes */
.rightsection {
	width:24%;
	float:left;
	background:url(../images/dotted-bg-2.gif) repeat-y 0px 0px;
	padding:0px 0px 0px 20px;
}

.leftsection {
	width:70%;
	float:left;
	padding-right:20px;
}
.bottomsection {
	clear:both;
}

.newsitem {
	margin-bottom:20px;
}
.newssummaryitem {
	margin-bottom:0px;
}

.newssummaryitem img {
	border:0px;
	border-left:4px solid #CC0000;
	float:left;
	margin:0px 10px 5px 0px;
}

.margins1b {
	margin-bottom:20px;
}
.margins1t {
	margin-top:20px;
}


/* Standard bulleted lists */
ul {
	margin:0px 0px 30px 0px;
	padding:0px;
	list-style-type:none;
}
ul li {
	/* position:relative; - The new menu system requires that no position be specified here. */
	background:url(../images/bullet1.gif) no-repeat 0px 4px;
	margin-top:10px;
	padding-left:13px;
	z-index:1;
	margin-left:20px;
}


.list1 {
	margin:0px 0px 30px 40px;
	padding:0px;
	list-style-type:none;
}
.list1 li {
	position:relative;
	background:url(../images/bullet1.gif) no-repeat 0px 4px;
	margin-top:10px;
	padding-left:13px;
	z-index:1;
}
.list2 {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.list2 li {
	position:relative;
	margin-top:10px;
	padding-left:20px;
	z-index:1;
}
.list2 li.phone {
	background:url(../images/icon-phone.gif) no-repeat 0px 2px;
}
.list2 li.calendar {
	background:url(../images/icon-calendar.gif) no-repeat 2px 0px;
}
.list2 li.envelope {
	background:url(../images/icon-envelope.gif) no-repeat 2px 3px;
}
.list2 li.arrow {
	background:url(../images/icon-arrow.gif) no-repeat 2px 1px;
}

.bullet1 {
	position:relative;
	background:url(../images/bullet2.gif) no-repeat 0px 4px;
	margin-top:10px;
	padding-left:9px;
}

/* These styles are visible in the WYSIWYG editor */

/* These are styles for the CMS layouts which are specific for this template. */
/* Layout 2 */
.layout2 {
	width:100%;
	border:0px;
	padding:0px;
	margin:0px;
	border-collapse:collapse;
	vertical-align:top;
}
.layout2section1 {
	float:left;
	padding-right:20px;
	vertical-align:top;
	width:25%;
}
.layout2section2 {
	float:left;
	background:url(../images/dotted-bg-2.gif) repeat-y 0px 0px;
	padding:0px 0px 0px 0px;
	vertical-align:top;
	width:70%;
}
.layout2section3 {
}
.layout2section4 {
}


.bulletword {
background:url(../images/icon-word.gif) no-repeat 0 2px;
padding-left:23px;
display:block;
line-height:20px;
}

.bulletpdf {
background:url(../images/icon-pdf.gif) no-repeat 0px 2px;
padding-left:23px;
display:block;
line-height:20px;
}
.quote {
	font-style:italic;
}
.quote span.author {
	font-style:normal;
	font-weight:bold;
	display:block;
	position:relative;
	margin:5px 0px 5px 0px;
}
.quote span.credits {
	font-style:normal;
	font-size:0.9em;
	display:block;
	color:#777;
}
.authorpic {
	float:left;
	margin:10px 10px 10px 0px;
}
.bookcover, .seminar {
	float:left;
	margin:0px 10px 10px 0px;

}
.bookbox {
	display:block;
	padding:10px;
	background-color:#FEECCF;
	margin:0px 0px 20px 0px;
	clear:both;
}
.seminarbox {
	padding:10px;
	background-color:#FBE6F6;
	margin:0px 0px 20px 0px;
}
.contenttype1 {
	padding:0px 0px 10px 40px;
}
ol {
	margin:0px 0px 10px 60px;
}


/* Component styling - Component name: contact */
#tablecontact {
	border-collapse:collapse;
}
#tablecontact td {
	padding:0px;
	padding-bottom:2px;
	line-height:22px;
}

#tablecontact th {
	padding:0px 10px 2px 0px;
	line-height:22px;
	font-weight:bold;
	text-align:left;
}

#tablecontact input, #tablecontact textarea {
	width:300px;
	border:1px solid #999;
	padding:1px;
}
#tablecontact input .checkbox {
	width:auto;
	border:0px;
}
#tablecontact .submitbutton {
	width:100px;
	margin-top:10px;
}
#tableadvancedsearch input, #tableadvancedsearch textarea {
	width:300px;
	border:1px solid #999;
	padding:1px;
}
#tableadvancedsearch .submitbutton {
	width:100px;
	margin-top:10px;
}

/* End of component styling - Component name: contact */

.msg {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.4em;
	font-weight:bold;
	margin-bottom:20px;
}
.error {
	padding-left:25px;
	padding-top:1px;
	background:url(../images/icon-cross.gif) no-repeat 0 0;
	color:#C00;
}
.stop {
	padding-left:30px;
	padding-top:3px;
	background:url(../images/icon-stop.gif) no-repeat 0 0;
	color:#C00;
}
.success {
	padding-left:30px;
	padding-top:3px;
	background:url(../images/icon-check.gif) no-repeat 0 0;
	color:#336600;
}
.forbidden {
	padding-left:30px;
	padding-top:3px;
	background:url(../images/icon-forbidden.gif) no-repeat 0 0;
	color:#C00;
}
.information {
	padding-left:30px;
	padding-top:3px;
	background:url(../images/icon-information.gif) no-repeat 0 0;
}
.hazard {
	padding-left:30px;
	padding-top:3px;
	background:url(../images/icon-hazard.gif) no-repeat 0 0;
}
.mainheadingarea {
	width:710px;
	padding:10px 20px;
	background-color:#666699;
	margin:8px 0px 0px 25px;
}
.mainheadingarea h1 {
	color:#FFF;
	margin:0px;
}