@charset "UTF-8";
/* CSS Document */

body {
	background-color: #140900;
	background-image: url('../images/background.jpg');
	background-repeat: repeat-x;
	background-position: top center;
	margin: 0px;
}

a img {
	border-style: none;
}

div.clear{
	clear:both;
}

/* Structure Start */

div.container{
	width: 970px;
	height: 100%;
	margin: 0px auto 20px auto;
}

div.nav{
	width: 950px;
	height: 37px;
	margin: 0px 10px;
}

div.main{
	width: 970px;
	height: 100%;
	background-image: url('../images/bg_main.png');
	background-repeat: repeat-y;
	overflow: auto;
}

div.main-ie{
	width: 970px;
	height: 100%;
	background-color: #ffffff;
	overflow: auto;
}
			
div.top{
	width: 950px;
	height: 133px;
	margin: 0px 10px 0px 10px;
	background-image: url('../images/bg_top.png');
	background-repeat: no-repeat;
}

div.middle{
	width: 950px;
	height: 100%;
	margin: 0px 10px;
}

div.content-index{
	width: 570px;
	height: 100%;
	float: left;
}

div.side-index{
	width: 380px;
	height: 430px;
	float: left;
	background-image: url('../images/index_success.png');
	background-repeat: no-repeat;
}

div.content-other{
	width: 640px;
	height: 100%;
	padding-right: 50px;
	float: left;
}

div.casestudy{
	width: 610px;
	margin: 0px 0px 40px 30px;
	overflow: auto;
}

div.portrait{
	margin: 0px;
	float: left;
	width: 75px;
}

div.casestudytext{
	float: left;
	width: 525px;
	margin: 0px 0px 0px 10px 
}


div.side-other{
	width: 260px;
	height: 430px;
	float: left;
	background-image: url('../images/other_success.png');
	background-repeat: no-repeat;
}

div.space{
	height: 20px;
}

div.bottom{
	width: 970px;
	height: 90px;
	background-image: url('../images/bottomglow.png');
	background-repeat: no-repeat;
}

div.bottom-ie{
	width: 970px;
	height: 90px;
}

/* Structure End */


/* Colours */

.red{
	color: #b5121b;
}

.gold{
	color: #e7a614;
}

.black{
	color: #271100;
}

/* End Colours */


/* Text & Links (except Forms) */

p{
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	color: #271100;
	font-size: 12px;
	line-height: 18px;
	margin-left: 30px;
	font-weight: normal;
}

p.note{
	font-size: 11px;
	line-height: 16px;
	font-style: italic;
}

p.success{
	font-size: 10px;
	line-height: 14px;
}

p.successlink{
	text-align: right;
	margin-right: 30px;
	margin-top: 5px;
	font-size: 12px;
}

p.casestudytext{
	margin-left: 0px;
	margin-top: 0px;
}

p.casestudylink{
	text-align: right;
	margin-bottom: 0px;
}

p.thquestion{
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	color: #271100;
	font-size: 12px;
	line-height: 18px;
	margin-left: 30px;
	font-weight: bold;
	margin-top: 17px;
}

p.top{
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	color: #271100;
	font-size: 12px;
	line-height: 18px;
	margin: 0px 30px 0px 0px;
	padding-top: 90px;
	font-weight: normal;
	text-align: right;
}

a:link {color:#b5121b;text-decoration:underline;}      /* unvisited link */
a:visited {color:#b5121b;text-decoration:underline;}  /* visited link */
a:hover {color:#e7a614;text-decoration:underline;}  /* mouse over link */
a:active {color:#b5121b;text-decoration:underline;}  /* selected link */

h1{
	font-family: Garamond, "Times New Roman", Time, Serif;
	color: #b5121b;
	font-size: 36px;
	line-height: 36px;
	margin: 25px 0px 20px 30px;
	font-weight: bold;
}

h2{
	font-family: Garamond, "Times New Roman", Time, Serif;
	color: #271100;
	font-size: 24px;
	line-height: 24px;
	margin: 15px 0px 15px 30px;
	font-weight: normal
}


p.index{
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	color: #271100;
	font-size: 14px;
	line-height: 18px;
	margin-right: 55px;
	font-weight: normal
}

.index li{
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	color: #271100;
	font-size: 14px;
	line-height: 22px;
	margin: ;
	font-weight: normal
}

ul{
	list-style-image: url("../images/bullet.jpg");
	margin-left: 30px;
}

li{
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	color: #271100;
	font-size: 12px;
	line-height: 18px;
	margin: ;
	font-weight: normal
}

p.bottom1{
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 10px;
	line-height: 13px;
	margin: 25px 0px 0px 10px;
	font-weight: normal;
	color: #e7a614;
	float: left;
}

p.bottom2{
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 10px;
	line-height: 13px;
	margin: 25px 0px 0px 50px;
	font-weight: normal;
	color: #e7a614;
	float: left;
}

p.bottom3{
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 10px;
	line-height: 13px;
	margin: 25px 10px 0px 0px;
	font-weight: normal;
	color: #e7a614;
	text-align: right;
	float: right;
}

.bottom3 a:link {color:#e7a614;text-decoration:underline;}      /* unvisited link */
.bottom3 a:visited {color:#e7a614;text-decoration:underline;}  /* visited link */
.bottom3 a:hover {color:#ffffff;text-decoration:underline;}  /* mouse over link */
.bottom3 a:active {color:#e7a614;text-decoration:underline;}  /* selected link */

.toggle{
	display:none;
}

/* End Text & Links (except Forms) */

/* Form Start */

p.form{
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	color: #271100;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	text-align: left;
	margin: 0px;
}

/* Form End*/