@charset "UTF-8";
/* Bothal Consultants main layout CSS
21st April 2014 */

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 80%;
	font-family:Georgia, Times New Roman, Times, serif;
	color: #666;
	background-color: #990000;
	-webkit-text-size-adjust: none;
}
body a:link {text-decoration: none;}
body a:visited {text-decoration: none;}
body a:hover {text-decoration: none;}
body a:active {text-decoration: none;}

/************** header tag styles **************/

h1{
	font-size: 170%;
	font-weight:bold;
	margin: 0px;
	padding:2px 0px 5px 0px;
	border-bottom: 1px solid #B3B3B3;
	text-align:left;
}

h2{
 font-size: 130%;
 font-weight:bold;
 margin: 0px;
 padding: 0px;
}

h3{
	font-size: 120%;
 	font-weight:bold;
	margin: 0px;
}

h4{
	font-size: 100%;
 	font-weight:normal;
	margin: 0px;
	padding: 0px;
}

h5{
 font: italic 95%;
 margin: 0px;
 padding: 0px;
}

h1,h2,h3,h4,h5{	color:#000;}

/* PAGE HEADER */
.header-cont{width:100%;
			 position:fixed;
			 top:0px;
			 z-index:10}
			 
.header{width:1024px;
	    margin:0px auto;
		border:0;
		background-color: #990000;
		height:125px;}
			 
#header_left {float:left; width: 270px; background: transparent url(images/bothal_castle_outline.gif) no-repeat center; border: 0; height: 125px;}
/* Create a hotspot over the two header background images */
#header_left ul { 
				margin: 0; 
				padding: 0; 
				list-style: none;
} 
#header_left a { 
				position: absolute; 
				width: 650px; 
				height: 120px; 
				text-indent: -1000em; 
} 
#header_left .bothal a { left: 180px; }

#header_right {float:right; width: 750px; background: transparent url(images/bothal_cons_name.gif) no-repeat left; border: 0; height: 125px;}

/* MENU BAR */
#nav {
	width:1024px;
    margin:0px auto;
	text-align:center;
	padding:0;
	background-color:#FFF;
	height:40px;
	border-bottom:10px solid #990000;
}
#nav ul {
	margin:0;
	padding:0;
	list-style: none;
	width: 100%;
	float:left;
}

#nav li {display:inline;
}

#nav a,.sel {
	float:left;
	font-size:1.0em;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	letter-spacing:1px;
	line-height:40px;
	height:40px;
	color:#000000;
	width:160px;
	margin:0;
	padding:0px 5px 0px 5px;
	float:left;
	background-color:#FFFFFF;
	color:#000000;}

#nav a:hover, .sel{background-color:#FFC508;
				   color:#990000;
}
/* Increase size of last item so as not to leave white space to it's right */
#nav .last_item a{width:164px;}

/* MAIN SECTION */
#main_section{width:1024px;
			  margin: 175px auto 0 auto;
			  border:0;
			  background-color:#FFF;
			  height:!important;
			  min-height:600px;
}

#main_section .pageheader{padding: 10px;}

/* CONTENT PANEL IN MAIN SECTION */
#content{margin-right: 200px;
		 text-align:justify;
		 line-height:1.5em; 
		 padding: 10px;
		 z-index:-3;
}

p {margin: 0 0 10px 0;
   padding: 0;}
   
strong{color:#000;}
/* Centre the images in the paragraphs */
.centre_images{
	text-align: center; 
	margin: 20px 0px;
}
.centre_images img{padding :0px 10px;}
					
/* FOOTER */
#footer {text-align: center;
		 width:1024px;
	     margin:10px auto;
		 border:0;;
		 background-color:#FFF;
/*		 color:#FFF;*/
		 line-height:40px;
}

/* CLEAR FLOATING AREAS */
.clearer {clear: both; display: block; margin: 0; padding: 0; height: 0; line-height: 0px; font-size: 1px;}

/* LINK BACK TO TOP OF THE PAGE */
.totp{
	color: #000000;
	font-size: xx-small;
	text-align: right;
	font-style: italic;
	padding:10px;
}

/* COPYRIGHT BANNER */
.copyright{
	color: #000000; 
	font-size: x-small;
	text-align: center;
	padding: 0px;
}

/* LAST UPDATED TEXT */
.lastupdated{
	font-size: xx-small;
	color: #CCC;
	padding: 0;
	width:1024px;
	margin:10px auto;
	border:0;;	
	text-align: right;
	clear: right;
}
/* ANCHOR CLEARS FIXED HEIGHT HEADER */
a.anchor_totp{display: block; position: relative; top: -185px; visibility: hidden;}