
/* Layout Stylesheet for Kali Mountford MP

  (c) Colin Sewell, 2006
------------------------- */

html { font-size: 100%; /* IE hack */ }

html, body
{
	color: #432864;	/* global font colour */
	font-family: arial, verdana, helvetica, serif, sans-serif;
}


body {
	margin: 0px 2px 2px 2px;
	padding: 0px;
	text-align: center;		/* center main page content (older browsers like IE 5.5) */
	background-color: #efefef;
	background: url(../images/backgrounds/bg-stripes-45-deg.gif) left top;
}


#Outer {	/* outer whole container */
	position: relative;
	width: 790px;
	text-align: left;	/* reset align left for page content that follows (IE) */
	margin: 0 auto;		/* center main page content (FireFox etc. ) */
	padding: 0px;
	border: 0px solid #eaeaea;
	background-color: #fff;
}

* html #Outer { margin-top: 5px; }	/* IE hack to get top margin */


#Main {	/* main body, header plus main content */
	width: 760px;
	margin-left: 15px;
}


#Header {
	height: 100px;
 	background-color: #fff;
	border: 0px solid #ccc;
	margin-top: 5px;
	margin-bottom: 1px;
	padding: 0px;
}


#PageContent {
	width: 600px;
	text-align: left;
	margin-left: 130px;
	padding-left: 5px;
}


#NavMenu {
	float: left;
	width: 125px;
	height: 50%;

	background-color: #fff4f4;

	border-width:1px;
	border-style:solid;
	border-color:threedhighlight threedshadow threedshadow threedhighlight;
}


#PageTitleHeader {
	margin: 0px;
	background: url(../images/decorations/bg-page-header.gif) no-repeat left top;
	color: #fff;
	font-family: arial, verdana, helvetica, serif, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-indent: 1em;
}


#HomePagePic {
	float: right;
	margin-left: 10px;
}


.ImageFloatRight {
	float: right;
	margin-left: 10px;
}


.BordersLightGrey {
	border: 1px solid #dddddd;
}


p {
	font-family: arial, verdana, helvetica, serif, sans-serif;
	font-size: 80%;		/* scale down default font */
	color: #555;
	line-height: 140%;
}

table, td {
	font-family: arial, verdana, helvetica, serif, sans-serif;
	font-size: 90%;		/* scale down default font */
	color: #555;
	line-height: 140%;
}


hr {
	border: none;
    border-bottom: 1px solid #aa0000;
	height: 1px;
}

.HR-Dashed {
	border: none;
    border-bottom: 1px dashed #c8c8c8;
	height: 1px;
}


.BulletList {
	list-style-image: url(../images/decorations/redsquarebullet.gif);
	font-family: arial, verdana, helvetica, serif, sans-serif;
	font-size: 80%;		/* scale down default font */
	color: #555;
	line-height: 140%;
}

.BulletList li {
	margin-top: 10px;
	margin-bottom: 10px;
}

.BulletList p {
	background-color:#fcfcfc;
	font-size: 100%;		/* scale down default font */
	margin: 4px;
}


.BulletListArrow {
	list-style-image: url(../images/decorations/goarrowsquare.gif);
	font-family: arial, verdana, helvetica, serif, sans-serif;
	font-size: 80%;		/* scale down default font */
	color: #555;
	line-height: 140%;
}

.BulletListArrow li {
	margin-top: 10px;
	margin-bottom: 10px;
}

.BulletListArrow p {
	background-color:#fcfcfc;
	font-size: 100%;		/* scale down default font */
	margin: 4px;
}


/* Other Layout Bits
   ----------------- */

/* Div Clear space after Float fix  -  to stretch a container div to contain floated elements */
.ClearFix:after {
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility: hidden;
}


/* Hide from IE Mac, IE Win Only \*/
	* html .ClearFix  {height: 1%;}
	.ClearFix {display:block;}
/* End IE Mac Hack */


div.DivShow {	/* for design debugging, shows the divs ! */
	border: 1px solid #cccc00;
	background-color: #cfcfcf;
}

div.DivBorder {
	border: 1px solid #cccccc;
}
