/* Start of CMSMS style sheet 'styles' */
/* general styles */
*{font-size:100.01%}
html{
	font-size:62.5%;
}
body{
	font-size:1.1em;
	margin:0;
	padding:0;
	color:#4D4D4D;
	background: #EEE9E3;
}
body,h1,h2,h3,h4,input,textarea{
	font-family:Arial, Helvetica, sans-serif;
}
img{
	border:none;
}
p{
	font-size:1.2em;
        margin:0 0 8px;
	padding:0;
	line-height:17px;	
}
ul{
	margin:0;
	padding:0;
	list-style:none;
}

.header h1{
	float:left;
	display:inline; 
	margin:22px 0 0 35px;
	padding:0;
}
.header h1 a{
	display:block;
	width:200px;
	height:100px;
	text-indent:-9999px;
	overflow:hidden;
}

.header #contactdetails {
	float:left;
	display:inline; 
	margin:63px 0 0 342px;
	padding:0;
	text-align: right;
}


.header #contactdetails h2 {
color: #836A41;
font-size: 16px;
line-height: 25px;
}

.header #contactdetails h3 {
color: #836A41;
font-size: 14px;
line-height: 19px;
}

h2{
	margin:0;
	padding:0;
	font-size:22px;
	color:#163C5E;
}

h3{
	margin:0;
	padding:0;
	font-size: 16px;
	color:#721E2D;;
}

h4{
	margin:5px 0 0;
	padding:0;
	font-size:1.1em;
	color:#721E2D;
}

/*h4{
	margin:0;
	padding:0;
	font-size:0.91em;
	font-weight:normal;
	color:#be202e;	
}*/
h5 {
       font-size:1.2em;
}

/*Other styles*/

.clear{clear:both;}

table, td, th{
      border-collapse:collapse; 
    
}
td, th{padding:3px;}

td p{font-size:9pt;
font-family:Arial, Helvetica, sans-serif;
line-height:13pt;
	color:#4D4D4D}


/* structure */
.page{
	width:100%;
	min-width:866px;
	overflow:hidden;
	position:relative;
	z-index:0;
}
.content{
	width:771px;
	margin:0 auto;
	overflow:hidden;
	background:url(/cite/images/content-bg.gif) repeat-y;
}
.header{
	width:771px;
	height:145px;
	overflow:hidden;
	background:url(/cite/images/header-bg.jpg);
	margin:0 0 0 0px;
}
.container{
	clear:both;
	width:100%;
	overflow:hidden;
	margin-top: 6px;
}
.container.inner{
	margin:6px 0 0 20px;
}
.container.bg1{
	background:url(/cite/images/container-bg2.gif) no-repeat; padding:10px; width:731px;

}
.container.bg2{
	background:url(/cite/images/container-bg2.gif) no-repeat;
}
.container.bg3{
	background:url(/cite/images/container-bg3.gif) no-repeat;
	margin:0;
}
.column{
	clear: both;
	margin:0 0 0 20px;
	width:100%;
	overflow:hidden; 	
}

/* header styles */
.box1{
	width:244px;
	overflow:hidden;
	float:right;
	display:inline;
	margin:0 7px 0 0;
	background:url(/cite/images/bullet3.gif) repeat-x 0 100%;
}
.box1 ul{
	width:244px;
	min-height:46px;
	float:left;
	background:url(/cite/images/box1-bg.gif) no-repeat 0 100%;
	padding-top:3px;
}
* html .box1 ul{
	height:46px;
}
.box1 ul li{
	width:200px;
	min-height:17px;
	float:left;
	background:url(/cite/images/bullet2.gif) no-repeat 15px 4px;
	padding:4px 0 1px 37px;
	font-size:1.18em;
	font-weight:bold;
	color:#fff;
}
.box1 ul li.item1{
	background:url(/cite/images/bullet1.gif) no-repeat 15px 4px;
}
.box1 ul li a{
	text-decoration:none;
	color:#fff;
}
.box1 ul li a:hover {
	text-decoration:underline;
}
.nav{
	width:725px;
	float:left;
	display:inline;
	margin: 0px 0 1px 20px;
	padding:1px 0 0 5px;
	background:url(/cite/images/nav-bg.gif) repeat-x;
	height: 38px;
}
.nav li{
	float:left;
	padding: 0;
	/* background:url(/cite/images/nav-bullet.gif) no-repeat; */
	position:relative;
}
.nav li.first{
	background:none;
}
.nav li a{
	display:block;
	padding:5px 7px 8px 8px;
	font-size:13px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}
.nav li a:hover{
	text-decoration:none;
background: #E68D8A;
}

.nav li ul li a{
	display:block;
	padding:3px 12px;
	font-size:13px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	width:112px;
}

.nav li ul{
	position:absolute;
	left:0;
	top:29px;
	z-index:9;
	width:136px;
	background:#7D1E2A;
	padding:2px 0 0;
	display:none;
}
.nav li ul li{
	overflow:hidden;
	clear:both;
	border-bottom:1px #C08088 solid;
	padding: 0;
	background:none;
}
.nav li:hover ul,.nav li.hover ul{
	display:block;
}
/* left column styles */
.box2 .extra {display:none;}
.box2{
	width:355px;
	float:left;
	display:inline;
	padding:0 0 8px 0px;
	overflow:hidden;
}
.box2 h2{
	margin:8px 0 2px;
	word-spacing:-1px;
}
.box2 h3, .box2 h4{
margin:0 0 4px 2px;
}

.box2 p{
	margin:0 0 12px 2px;
	width:350px;
	padding:0;
}
.box2 img{
	float:left;
	margin:0 0 8px;
}
.box2 .no-pager {
display:none;	
}

.link1,
div.link-more a{
	display:block;
	width:71px;
	height:24px;
	overflow:hidden;
	background:url(/cite/images/btn1.gif);
	text-indent:-9999px;
	font-size:0; 
}


div.link-more {height:18px; margin-bottom:10px;}
.list6{
float:left;	
width:348px;
display:inline;
}

.list1{
	width:355px;
	float:left;
	display:inline;
	margin: 0px 0 0 17px;
}
.list1 li{
	float:left; 
	width:355px;
	overflow:hidden;
	margin-bottom:8px;
}
.list1 li img{
	float:right;
}
.list1 li div.text{
	float:left;
	width:212px;
}
/*Contact page only*/
.form {
	float:left;
	display:inline;
	width:450px;
	overflow:hidden;
	margin:7px 0 0 10px;
	padding:0 0 10px;
}

.contactform {
width:355px;
}
.contactform div.txt input {
	width:270px;
	height:17px;
	border:1px #595756 solid;
	margin:3px 0 0 5px;
}
.contactform textarea{
	float:left;
	width:278px;
	height:81px;
	border:1px #595756 solid;
	margin:3px 0 5px 0px;
	padding:2px;
	overflow:visible;
}

.contactform div.submit {
	width: 80px;
	float: right;
}

div.mandatoryinfo {
	width: 250px;
	float: left;
}

.contactform input.fbsubmit{
	border: 0;
	background: transparent url(/cite/images/btn4.gif) top left no-repeat;
	display: block;
	width: 71px; 
	height: 25px;
	margin: 0px 3px 0 0px;
	clear: both;
	font-size: 0px;
}
.list2{
	padding:6px 0 2px;
}
.list2 li{
	width:360px;
	overflow:hidden;
	margin-bottom:3px;
}
* html .list2 li{
	margin-bottom:0;
}
*+html .list2 li{
	margin-bottom:0;
}
.list2 i,
.list2 em{
	float:left;
	width:79px;
	font-style:normal;
}
.list2 b,
.list2 strong{
	float:left;
	width:275px;
	font-weight:normal;
}
.list2 label {
	float:left;
	width:78px;
	font-size:1.27em;
	font-weight:bold;
	color:#be202e;
	padding-top:3px;
}

.contactform label {
	float:left;
	width: 110px;
	font-weight:bold;
	padding-top:3px;
	display: block;
}

.list2 span, .contactform div.txt input {
	float:left;
	width:281px;
	overflow:hidden;
	margin:0 0 4px;
}

.contactform div input, 
.contactform div textarea,
.contactform div select
 {
	float:left;
	width:234px;
	overflow:hidden;
	margin:0 0 4px;
border:1px solid #595756;
}

.contactform div.radiogroup {
font-size: 0px;
line-height: 0px;
}

.contactform div.radiogroup div {
width: 80px;
}


.contactform div.radiogroup label {
font-size: 11px;
line-height: 9px;
}

.contactform div.radiogroup div label {
width: 40px;
}

.contactform div.radiogroup input {
width:20px;
float: left;
border: 0px;
}

.contactform div {
margin: 1px 0;
float: left;
width: 350px;
}

.contactform div.digitbox input {
width:40px;
}

.list2 a{
	color:#016938;
}
.list2 a:hover{
	text-decoration:none;
}


.block1{
	float:right;
	display:inline;
	width:246px;
	overflow:hidden;
	margin:10px 53px 0 0;
}
.block1 h4{
	margin-left:10px;
	font-size:1em;
	font-weight:bold;
}
.box3{
	width:245px;
	float:left;
	background:url(/cite/images/box3-bg.gif) repeat-x 0 100%;
	margin-bottom:15px;
}
.box3 div{
	width:245px;
	float:left;
	background:url(/cite/images/box3-top.jpg) no-repeat;
}
.box3 div div{
	width:245px;
	min-height:179px;
	float:left;
	background:url(/cite/images/box3-btm.gif) no-repeat 0 100%;
	padding-bottom:17px;
}
* html .box3 div div{
	height:106px;
	padding-bottom:0;
}
.box3 p{
	width:180px;
	margin:74px 0 27px 15px;
	color:#fff;
}
.link2,.link3{
	float:left;
	display:inline;
	width:106px;
	height:20px;
	margin:0 8px;
	text-indent:-9999px;
	font-size:0;
}
.link2{
	background:url(/cite/images/btn2.gif) no-repeat;
}
.link3{
	background:url(/cite/images/btn3.gif) no-repeat;
}
.list3{
	width:205px;
	padding:6px 0 0 10px;
}
.list3 li{
	line-height:15px;
}
.column1{
	float:left;
	display:inline;
	width: 480px;
	overflow:hidden;
	margin:0 0 0 2px;
}
.column1 a, .column1 a:visited, .column a, .column a:visited{ color:#721E2D;
}
.block2{
	width:480px;
	overflow:hidden;
	margin-bottom:10px;
}
.block2 h2, .form h2{
	margin-bottom:5px;
	clear: left;
}

.block2 h4 {
	padding-bottom: 10px;
}
.block2 .img-right{
	float:right;
	display:inline;
	width:290px;
	height:182px;
	overflow:hidden;
	margin:0 10px 0 10px;
}

.block2 ul {
	margin: 0 0 8px 15px;
	list-style-type: disc;
}

.block2 ul li, .block2 ul li ul li {
font-size:13px;
line-height:17px;
}

 .block2 ul li ul li a {
font-size: 0.85em;
}

.block2-btm h2 a {
color:#016938;
text-decoration:none;	
}

.block2-btm span.lastitem,
h2 i,
h2 em{
	font-style:normal;
	color:#be202e;
}
.block2-btm ol{
padding-left:30px;
       font-size:1.2em;
margin:5px 0px;
}

/*.block2-btm ul li{
     margin-left:30px;
	list-style:disc;
font-size:1.2em;
}*/

.list4{	clear:both;
	width:100%;
	overflow:hidden;
	padding:15px 0 0;
}
.list4 h3{
	font-size:1.37em;
}

.list4 li{
	width:100%;
	overflow:hidden;
}
.list4 li .item{
	float:left;
}
.list4 li div{
	width:443px;
	float:right;
}
.list4 li p{
	width:440px;
	overflow:hidden;
}
.voucher{
	float:right;
	display:block;
	width:87px;
	height:86px;
	overflow:hidden;
	background:url(/cite/images/bullet4.png) no-repeat;
	margin:120px -80px 0 0;
	text-indent:-9999px;
	font-size:0;
	cursor:pointer;
}
.voucher.home{
	margin:-80px 0 0 0;


}

/* Group courses page*/

h2.subpage{font-size:1.5em; clear:both; padding-top:15px;}

/* .box4, .box6{ height:93px;} */
/* html>body .box4, html>body .box6 {min-height:93px; height:auto;} */

.box4{
	width:255px;
	float:left;
	overflow:hidden;
	padding:7px 0 0 12px;
}

.box6{
	width:237px;
	float:right;
overflow:hidden;
	padding:7px 0 0 0;
}
.list5{
	width:100%;
	overflow:hidden;
	padding:5px 0;
}
.list5 li{
	width:100%;
	overflow:hidden;
	padding-bottom: 3px;
}

.list5 li b,
.list5 li strong{
	color:#be202e;
}
.list5 li p{
	float:left;
	width:62px;
	margin:0;
	padding:0;
	line-height:14px;
	color:#016938;
}
.list5 li i,
.list5 li em{
	float:left;
	width:193px;
	font-style:normal;
}
.link4{
	display:block;
	width:189px;
	height:44px;
	overflow:hidden;
	background:url(/cite/images/btn5.gif) no-repeat;
	text-indent:-9999px;
	font-size:0;
}
/* right column styles */
.column2{
	float: left;
	display:inline;
	width:230px;
	overflow:hidden;
	margin:0 0px 0 20px;
}
.box5{
	width:208px;
	overflow:hidden;
	background:#e6f1d5;
}
.box5-top{
	width:208px;
	overflow:hidden;
	background:url(uploads/images/Other/slices/aii_columbe.png) no-repeat;
}
.box5-btm{
	width:198px;
	overflow:hidden;
	background:url(/cite/images/box5-btm.gif) no-repeat 0 100%;
	padding:401px 0 10px 10px;
}
.box5-btm h2{
	line-height:25px;
	margin:0 0 8px;
}
.box5-btm p{
	width:160px;
	margin-bottom:22px;
}

/* footer */
#copyrights {
	width:731px;
	height:35px;
	overflow:hidden;
	margin:0 0 0 20px;
	background:url(/cite/images/footer-bg.jpg) no-repeat;
}

#copyrights p {
	color: #fff;
	font-size: 11px;
	margin: 4px 15px 0 0;
	text-align: right;
}


#copyrights a {
	color: #fff;
	font-size: 11px;
}

#footer{
	width:771px;
	height:21px;
	overflow:hidden;
	margin:0 auto 50px;
	background:url(/cite/images/footer-bg.gif) no-repeat;
}
body.quiz-page iframe { margin-left: 10px; }
body.quiz-page .container h2 { margin: 10px 0 10px 10px; }
body.quiz-page .container h2 a { 
	color:#016938;
	text-decoration:none;
}
body.quiz-page .container h2 span.lastitem {
	color:#BE202E;
	font-style:normal; 
}

.newsdate { font-size: 10px; color:#016938;}
.news { margin: 0 0 20px 0; }

.smallbox {
	margin: 10px 0 0;
	width: 230px;
	overflow: hidden;
	background: url(cite/images/smallbox.jpg) no-repeat;
}

.smallbox_bottom {
	margin: 0 0 10px 0;
	width: 230px;
	height: 1px;
	overflow: hidden;
	background: #f0f0f0;
}

.smallbox h2 {
	color: #fff;
	font-size: 12px;
	margin: 4px 10px 10px 10px;
}

.smallbox p, .smallbox div {
	margin: 4px 10px 10px 10px;
}

.r { float: right; }

.optionalinform {
display: none;
}
/* End of 'styles' */

