
/* General re-sets first
------------------------------------------------------------------*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin: 0; padding: 0; }

h1,h2,h3,h4,h5,h6 { font-size : 100%; font-weight: normal;}

address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

table { border-collapse : collapse; border-spacing : 0; }

fieldset,img { border : 0; }

caption,th { text-align : left; }

q:before, q:after { content :''; }

p {
	margin: 0;
	padding: 8px 0px 0px 0px;
}

br { padding: 0; margin:0; line-height: 12px; }

strong { font-weight: bold; }

form {
	margin: 0px;
	padding: 0px;
}
ul, ol {
	margin: 8px 0px 9px 22px;
	padding: 0px 0px 0px 2px;
}
li {
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
    list-style-position: outside;
}
.hidden {
	visibility: hidden;
}


/* =Style resets specific to this layout
------------------------------------------------------------------*/
body {
	background-color: #f1f1f1;
	text-align: center;
	margin: 0 auto;
	padding: 0px;
	}

a {
	color: #19427b;
	text-decoration: underline;
}
a:hover {
	color: #19427b;
	text-decoration: none;
}


h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-weight: bold;
	font-style: italic;
	line-height: 26px;
	color: #19427b;
	margin: 0px 0px 12px 0px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	line-height: 22px;
	color: #19427b;
	margin: 5px 0px 4px 0px;
}

h3 {  
	font-size: 12px;
	font-weight: bold;
	color: #19427b;
 }

.colour {
	color: #19427b;
}

/* =Main Container
------------------------------------------------------------------*/

#maindiv {
	width: 960px;
	background-color: #fff;
	display: block;
	text-align: left;
	margin: 20px auto;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #222;
	border: 1px solid #cacaca;
	background-image: url(../images/iccl-topbar.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#container {
	text-align: left;
	margin: 0;
	padding: 0px 35px 15px 35px;
}

#topdiv {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	height: 220px;
}
#topdiv a {
	display: block;
	width: 380px;
	height: 160px;
	text-decoration: none;
}
#topdiv a:hover {
	text-decoration: none;
}



/* =NAVIGATION
------------------------------------------------------------------*/
#navdiv {
	float: left;
	padding: 0px 0px 4px 8px;
	margin: 4px 22px 150px 0px;
}
.nav {	
    width: 150px;
	display: block;
	margin-bottom: 4px;
	background-color: #3d62b0;
	text-align: left;
	vertical-align: top;
	font-size: 12px;
	color:#fff;
	line-height: 15px;
}

.nav a{
	text-decoration: none;
	color:#fff;
	display: block;
	background-color: #3d62b0;
	padding: 6px 8px 7px 15px;
	background-image: url(../images/navbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.nav a:hover{
	text-decoration: none;
	color:#fff;
	display: block; 
	background-color: #2d3882;
	background-image: url(../images/xnavbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.nav a.active{
	text-decoration: none;
	color:#fff;
	display: block; 
	background-color: #2d3882;
	font-weight: bold;
	background-image: url(../images/xnavbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/* =SUB-NAVIGATION
------------------------------------------------------------------*/
.subnavbox {
	background-color: #439ad4;
	padding: 4px 0px 2px 15px;
	margin: -2px 0px 4px 0px;
}
.subnav {
	font-size: 11px;
	color: #fff;
	display: block;
	line-height: 14px;
	margin: 4px 0px 8px 0px;
	text-align: left;
	vertical-align: top;
}
.subnav a {
	color: #fff;
	text-decoration: none;
	display: block;
}
.subnav a:hover{
	color: #fff;
	text-decoration: underline;
}
.subnav a.activesublink {
	text-decoration: none;
	color:#fff;
	display: block; 
	font-weight: bold;
}

/* =CONTENT
------------------------------------------------------------------*/
#textdiv {
	display: block;
	width: 710px;
	float: left;
	margin: 0px 0px 35px 0px;
}

#index-right {
	text-align: left;
	vertical-align: top;
	margin: -4px -6px 0px 20px;
	padding: 0px;
	display: block;
	width: 187px;
	height: 149px;
	font-size: 12px;
	color: #747474;
	float: right;
	background-image: url(../images/home-highlightbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
}
#index-right2 {
	text-align: left;
	vertical-align: top;
	margin: 19px -6px 22px 20px;
	padding: 0px;
	clear: right;
	display: block;
	width: 187px;
	height: 149px;
	font-size: 12px;
	color: #747474;
	float: right;
	background-image: url(../images/home-highlightbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
}
#index-right a, #index-right2 a {
	color: #747474;
	text-decoration: none;
}
#index-right a:hover, #index-right2 a:hover {
	color: #19427b;
	text-decoration: none;
}
.right_title {
	margin: 20px 18px 12px 18px;
	font-size: 14px;
	font-weight: bold;
}
.right_text {
	margin: 0px 18px 4px 18px;
}



/* =Easyedit Specific styles
------------------------------------------------------------------*/
.subheads {
	line-height: 16px;
	color: #777777;
	font-style: italic;
	text-decoration: none;
	display: block;
	margin: 0px 0px 4px 0px;
}
.sectionspacer {
	display: block;
	margin: 0px 0px 4px 0px;
}




/* SECTION PICTURES				
/* ========================================== */

.picture-top {
	display: block;
	margin: 8px 0px 11px 0px;
	padding: 0px;
}
.picture-left {
	margin: 4px 15px 10px -2px;
	float: left;
	position: relative;
}
.picture-right {
	margin: 4px -15px 10px 15px;
	float: right;
	position: relative;
}
.picture-bottom {
	display: block;
	margin: 2px 0px 15px 0px;
}




.signinform {
display: block;
margin: 12px 0px 8px 4px;
}

.signintextbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	width: 120px;
}



/* =BASE
------------------------------------------------------------------*/

#base {
	display: block;
	clear: both;
	text-align: left;
	margin: 0px;
	padding: 0px 0px 0px 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	color: #999;
}
#baselogos {
	display: block;
	clear: both;
	height: 90px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cacaca;
	background-image: url(../images/base-logos.gif);
	background-repeat: no-repeat;
	background-position: left 19px;
}
#baselogos a {
	text-decoration: none;
}
#baselogos a:hover {
	text-decoration: none;
}

#base a {
	color: #999;
	text-decoration: none;
}
#base a:hover {
	color: #19427b;
	text-decoration: underline;
}
.filmbase {
	float: left;
	margin-top: 17px;
	width: 156px;
	height: 60px;
}
.ifi {
	float: left;
	margin-top: 17px;
	width: 84px;
	height: 60px;
}
.eiuc {
	float: left;
	margin-top: 17px;
	width: 145px;
	height: 60px;
}
.windmill  {
	float: left;
	margin-top: 17px;
	width: 177px;
	height: 60px;
}
.iccl  {
	float: left;
	margin-top: 17px;
	width: 133px;
	height: 60px;
}
.examiner  {
	float: left;
	margin-top: 17px;
	width: 193px;
	height: 60px;
}
.lighthouse  {
	float: left;
	margin-top: 17px;
	width: 110px;
	height: 60px;
}