/*
*	Default Alacrify Style Sheet
*	==============================
*	Designed By Alacrify Ltd
*	www.alacrify.co.uk
*	jon@alacrify.co.uk
*	Jon Sloper 
*	27th August 2009
*
*/
* {
	margin: 0;
	padding: 0;
	border: 0;
	}
html {
	overflow-y: scroll;
	} 	
/* Standard HTML Tags */
body {
	margin: auto auto; 
	text-align:center; 
	font-family: georgia, serif;
	font-size: 80%;
	font-weight: normal;
	background: url('images/body-background.jpg') top left repeat-x #e8e7e7;
	}
h1 {
	font-weight: normal;
	font-size: 1.8em;
	}
h2 {
	font-weight: normal;
	font-size: 1.6em;
	}
h3 {
	font-weight: normal;
	font-size: 1.2em;
	line-height: 1.2em;
	}
h1,h2 {
	line-height: 1.0em;
	margin-bottom: 1em;
	padding-bottom: 5px;
	color: #bf2b2b;
	font-style:italic;
	}
p,ul,ol,pre {
	font-size: 0.9em;
	line-height: 1.8em;
	color: #666;
	}
ul,ol {
	margin-left: 4em;
	}
a {
	text-decoration:none;
	color : #0045aa;
	}
a:visited {
	color: #0045aa;
}
a:hover {
	color: #bf2b2b;
	}
table {
	}
td, th {
	}
input {
	}
textarea {
	}
form {
	}
	
/* PAGE STRUCTURE DIVS */
#wrapper {
	width: 1000px;
	background: url('images/wrapper-background.jpg') repeat-x top left #eee;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	}
#mastHead {
	width : 1000px;
	height: 134px;
	background: #fff;
	}
#topNavigation {
	width: 1000px;
	height: 29px;	
	}
#mainArea {
	width: 1000px;	
	padding-bottom:20px;
	}
#footer {
	width: 1000px;
	height: 30px;
	background : url('images/footer-background.jpg') repeat-x top left #eee; 	
	padding-top:1px;
	}
#alacrifyFooter {
	float:right;
	position:relative;
}
	
/* DIV SUB-ELEMENT FORMATTING */
/* mainArea */
#mainArea h1,
#mainArea h2,
#mainArea h3,
#mainArea p {
	margin: 20px 30px;
}
#mainArea img {
	float: left;
	margin-right: 30px;
}
#mainArea h1,
#mainArea h2,
#mainArea h3 {
	clear: left;
}
/* footer */
#footer p {
	display:inline;
	float:left;
}
/* table formatting */
#mainArea table{
	width: 900px;
	margin-left: 50px ;
	margin-right: 50px ;
	margin-bottom: 20px;
}
#mainArea th {
	text-align: left;
	padding: 5px ;
	background: #ddd ;
	font-size: 1.3em;
	border-bottom: 1px solid #ccc;
}
#mainArea td {
	color: #666;
	border-bottom: 1px solid #bbb;
	padding: 5px ;
}
#mainArea th p,
#mainArea td p {
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	color: black;
	line-height: 1.2em;
}
#mainArea td p {
	color: #666;
}

/* topNavigation */
#topNavigation a,
#footer a {
	padding: 7px 12px;
	border-right: 1px solid #bf2b2b;
	line-height: 2.3em;
	color: #bf2b2b;
	}
#topNavigation a:hover,
#footer a:hover {
	color: #00b4ff;
	}
/* footer */	
#footer p {
	margin-right: 1px;
	}
/* MICRO CMS Styling */
.micro {
	font-family: arial, sans-serif;
	background:#fff;
	text-align:center;
	padding-top:30px;
	background: url('images/body-background.gif') middle top repeat-y #ebeaec;
}
.mouseDiv {
	float:left;
	width: 70%;
	margin: 0px 15%;
	text-align:right;	
}
.microDiv {
	background: url('images/background-gradient.gif') top left repeat-x #f8f7f8;
	float:left;
	width: 70%;
	margin: 0px 15%;
	color: #666
}
.microDiv p {
	margin-top:20px;
	padding-left: 30px;
	padding-bottom: 10px;
	text-align:left;
	border-bottom: 1px solid #ccc;
}
.microDiv form {
	padding-left: 30px;
	padding-bottom: 30px;
	text-align:left;
	border-bottom: 1px solid #ccc;
}
.microDiv p.topline {
	margin-top:0px;
	padding-left: 30px;
	padding-bottom: 10px;
	text-align:left;
	border-top: 1px solid #fff;	
	border-bottom: 0px;
	margin-bottom: 0px;
}
.microDiv ul {
	text-align:left;
	margin:0px;
	padding-left: 30px;
	padding-top: 10px;	
	border-top:1px solid #fff;
	border-bottom: 1px solid #ccc;
	padding-bottom:10px;
}
p.help {
	margin-top: 0px;
	padding-top: 20px;
	border: 0px;
	border-top:1px solid #fff;
}
p.footer {
	border: 0px;
	padding: 0px;
	font-size: 75%;
	margin: 0px 30px;
	text-align:right;
}
#xEditingArea p {
	color: red;
}

