/* Aimsce CSS  */

/* clearing */
	.stretch,
	.clear {
		clear:both; 
		height:1px; 
		margin:0; 
		padding:0; 
		font-size: 15px;
		line-height: 1px;
	}
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */


/* replace */
	.replace {
		display:block;
		
		background-repeat: no-repeat;
		background-position: left top;
		background-color:transparent;
	}
	/* tidy these up */
	.replace * {
		text-indent: -10000px;
		display:block;
		
		background-repeat: no-repeat;
		background-position: left top;
		background-color:transparent;
	}
	.replace a {
		text-indent:0;
	}
	.replace a span {
		text-indent:-10000px;
	}
/* end replace */


/* accessibility */
span.accesskey {
text-decoration:none;
}
	 
.accessibility {
position: absolute;
top: -999em;
left: -999em;
}


/* TYPOGRAPHY */
body {
text-align: left;
font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
font-size: 0.75em;
line-height: 1.1em;
}
	
div {
font-size: 1em;
}

img {
border: 0;
}
	
/* LINKS */
a,
a:link 
a:active, a:visited {
text-decoration: underline;
padding:0;
margin:0;
}

div#footer a, 	
div#footer a:link 
div#footer a:active, div#footer a:visited {
color: #333333;
padding:0 4px 0px 4px;
text-decoration: none;
}

a:hover {
color:#F37021;
text-decoration: underline;
}

/* END LINKS */

#text {
padding:0 0 0 19px;
}
	
/* HEADINGS */
h1{ font-family: Georgia, Times, serif; font-weight: normal; 
  margin: 0 0 8px 0; padding: 0;
  color: #553122;
  font-size: 2.8em;
  line-height: 130%;
}
h2 {font-family: Georgia, Times, serif; font-weight: normal;
font-size: 1.6em;
line-height: 1.5em;
margin: 0 0 0.5em 0;
padding:0 0 0 0px;
}

h3 {
font-size: 1.1em;
line-height: 1.3em;
margin: 0 0 0.5em 0;
padding:0 0 0 0px;
}

/* END HEADINGS */

/* TEXT */
	p {
		font-size: 1em;
		margin: 0 0 1.5em 0;
		padding: 0;
		line-height:1.7em;
	}
	blockquote {
		border-left: 10px solid #ddd;
		margin-left: 10px;
	}
	pre {
		font-family: monospace;
		font-size: 1.0em;
	}
	strong, b {
		font-weight: bold;
	}
	em, i {
		font-style:italic;
	}
    code {
        font-family: "Courier New", Courier, monospace;
        font-size: 1em;
        white-space: pre;
    }
/* END TEXT */



#main p {

padding:10px 20px 0 0px;
}
#main2 p {

padding:10px 20px 0 0px;
}

	
/* LISTS */
	#main ul {
        line-height:1.4em;
		margin: 0 0 1.5em 0;
		padding: 0;
	}
	#main ul li {
		margin: 0 0 0.25em 30px;
		padding: 0;
	}
	ol {
		font-size: 1.0em;
		line-height: 1.4em;
		margin: 0 0 1.5em 0;
		padding: 0;
	}
	ol li {
		font-size: 1.0em;
		margin: 0 0 0.25em 30px;
		padding: 0;
	}
	dl {
		margin: 0 0 1.5em 0;
		padding: 0;
		line-height: 1.4em;
	}
	dl dt {
		font-weight: bold;
		margin: 0.25em 0 0.25em 0;
		padding: 0;
	}
	dl dd {
		margin: 0 0 0 30px;
		padding: 0;
	}
/* END LISTS */
	
	
	
	hr {
		display: none;
	}

	div.hr {
		height: 1px;
		margin: 1em 10px;
		border-bottom: 1px dotted black;
	}

	
/* END TYPOGRAPHY */	



/* NAV BAR ON THE LEFT AND TWO COLUMNS OF CONTENT */

div#content {
position: relative;
width: 760px;
margin: 30px 0 0 0;
padding: 0;
text-align: left;
background-image: url(/uploads/images/mainbg.gif);
background-repeat: repeat-y;
}

div#menu_vert {
float: left;
width: 29%;
display: inline;
margin:0px;
padding:0px;
}

div#main {
float: left;
width: 71%;
display: inline;
margin: -10px 0 0 0;
padding:0px;
}

div#main2 {
float: left;
width: 70%;
display: inline;
margin: 2px 0px 0 0px;
padding:0px;
}

 * html body div#content2 {  
float: left;
width: 25px;
margin:0px;
padding:0px 0 0 5px;
display: inline;
position: relative;
text-align:right;
}    

div#content2 {
float: left;
width: 25px;
margin:0px;
padding:4px 0 0 4px;
display: inline;
position: relative;
text-align:right;
}

#one {
float:left;
width:150px;
margin:10px 10px 0 0;
}
#two {
float:left;
width:150px;
margin:10px 10px 0 0;
}

#three {
float:left;
width:150px;
margin:10px 10px 0 0;
}

#printer {

clear:both;
padding:0 0 10px 0;
}

.dark {
border-left:14px solid #8FA536;

}

.light {
border-left:14px solid #B8CC69;

}

/* SITE SPECIFIC LAYOUT */
body {
margin: 0;
padding: 0;
text-align: center;
}
	
div#pagewrapper {
margin: 0 auto;
padding: 0;
width:760px;
text-align: left;
}
	
#container {
width:760px;
position: relative;
margin: 0;
background-image: url(/images/background_main.gif);
background-repeat: repeat-y;
}
    
/* HEADER */
div#header {
margin: 0;
padding: 0;
height: 150px;
background: #666;           
text-align: left;
background:  url(http://www.aimsce.org.uk/images/logo_banner.jpg) no-repeat 0 12px; 

}

div#header h1 a {
background:  url(http://www.aimsce.org.uk/images/logo_banner.jpg) no-repeat 0 12px; 
display: block;
height: 80px;
text-indent: -700em;
width: 198px;
margin: 0;
padding: 0;
text-decoration:none;
}

/* END HEADER */
    
    
/* CONTENT */
div#content {
}
        
/* MAIN */
div#main {
}

/* END MAIN */
        
/* SUB */
div#sub {
}

/* END SUB */
        
/* END CONTENT */
    
    
/* FOOTER */
div#footer {
padding:0 0 0px 122px;
background-image: url(/images/background_main.gif);
background-repeat: repeat-y;
}

div#footer p {
font-size: 0.8em;
margin: 0;
padding: 15px;
text-align: left;
}

/* END FOOTER */
/* END LAYOUT */

div.breadcrumbs {
   padding: 1em 0;
   text-align: left;
   font-size: 90%;
   margin: 0 1em;
   border-bottom: 1px dotted #000;
}

div.flags {
  float: right;
  width: 18px;
  padding: 1em 0;
  text-align: right;
  margin: 0 1em 0 0;
}

div.left49 {
  float: left;
  width: 49%;
  }

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
  }

#menu_vert, #menu_vert ul {
margin: 0;
padding: 0px 0 0 20px;
}

#menu_vert ul {
  width: 180px; /* Width of Menu Items */
  border-top: 0px solid #006699;
  border-right: 0px solid #006699;
  background: #fff;
  }
#menu_vert li {

width: 100%;
list-style: none;
  }

#menu_vert li a {
display: block;
text-decoration: none;
text-align:right;
padding: 8px 15px 8px 10px;
border-bottom: 1px solid #D9E3AE;
color: #000;
  }

/* Fix IE. Hide from IE Mac \*/
* html #menu_vert li { float: left; height: 1%; }
* html #menu_vert li a { height: 1%; }
/* End */

    div#menu_vert ul ul li a, 
    div#menu_vert ul ul li a:link, 
    div#menu_vert ul ul li a:visited  {
        display: block;
        padding: 3px 5px 3px 25px;
        border-bottom: none;
        font-size: 90%;
    }
    div#menu_vert ul ul  {
      border-right: none;
      border-top: none;
      border-bottom: 1px solid #D9E3AE;
      padding-bottom: 5px;
    }

    div#menu_vert ul ul ul li a, 
    div#menu_vert ul ul ul li a:link, 
    div#menu_vert ul ul ul li a:visited  {
        padding-left: 40px;
    }
    div#menu_vert ul ul ul  {
      border-bottom: none;
    }
#menu_vert li ul li a { 
padding: 5px 5px; 

} 

/* Sub Menu Styles */
#menu_vert li a:hover {
background-color: #E7ECD5;
}

.currentpage
{
	list-style-type: square;
	display: inline;
	background-color: #E7ECD5;
}

#menu_vert li.activeparent {
   background-color: #E7ECD5;
}



li.sectionheader {
  margin: 0;
  margin-right: -1px;
 }
li.sectionheader h3 {
   margin: 0;
   padding: 1em 10px 0.5em 10px;
   border: none;
   background-color: #fff;
  border-bottom: 1px solid #D9E3AE;
  z-index: 90;
}

li.separator {
   height: 1px;
   padding: 0.5em 0;
   margin: 0;
   width: 100%;
   border-bottom: 1px dotted black;
	}
/* Layout sections */
	body {
		background: #EBEBEB;
		color: #333;
		}
		
	div#pagewrapper {
		
		background: #fff;
	    }
		
	div#header {
		color: #fff;
		}
		
	div#footer {
		color:#333333;
		background-color: #fff;
		}
		
/* Links */		
	a,
	a:link 
	a:active, a:visited {
		color: #F37021;
	}

/* Headings */	
	h1, h2, h3, h4, h5, h6 {
		color: #F37021;
	}