/*
Design by Maa Designs
http://www.maadesigns.co.uk
*/

body {
	margin: 20px;
	padding: 0;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-image:url(images/body_bg.jpg);
	background-attachment:fixed;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	text-transform:capitalize;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

h1, h2, h3 {
}

h4, h5, h6 {
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a {
	color:#0099CC;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #FF9900;
}

img {
	border:none;
}

/* Header */

#logo {
	font-family:"trebuchet MS";
	width: 780px;
	height: 300px;
	margin: 0px auto auto;
	padding: 20px 0 0 0;
	background: #FFFFFF url(images/mercer_banner1.jpg) no-repeat;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin-top: 40px;
}



#logo h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align: left;
	padding-left:20px;
	font-size: 2em;
}

#logo h2 {
	text-align: center;
	font-size: 1.4em;
	color:#FFFFFF;
}

#logo a {
	text-decoration: none;
	color:#FFFFFF;
}

/* Menu */

#menu {
	width: 780px;
	height: 36px;
	margin: 0 auto;
	padding: 0;
	background: #000000;
	background-image: url(images/bghover.jpg);
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-style: solid;
}
/*
#menu h2 {
	display: none;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}
*/
#menu a {
/*	display: block;
	float: left;
	width: 128px;

	*/height: 26px;
	/*padding-top: 10px;
	text-align: center;
	text-decoration: none;*/
	color: #FFFFFF;
	background-image: url(images/bg.jpg);

/*	border-top-width: 1px;
	border-right-width: 1px;

	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #FFFFFF;

	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;*/
	font-weight: normal;
	vertical-align: middle;
}


#menu a:hover{
	color: #FFFFFF;
	background-image: url(images/bghover.jpg);
	background-repeat: repeat-x;
}

/* Splash */

#image {
	width: 780px;
	margin: 0 auto;
	background: #DFD9B7;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

/* Content */

#body {
	width: 780px;
	background: #FFFFFF;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin: auto;
	margin-top: 0px;
}

#body .title {
	padding: 10px 20px;
	font-size: 14px;
	background-color: #D1D4D4;
	background-image: url(images/bg2.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #1F2347;
}

#body .subtitle {
	font: 14px Verdana, sans-serif;
	color:#1F2347;
	padding-bottom: 6px;
	margin-bottom: 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #50566b;
}

#body .story {
	text-align:justify;
	padding: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #003366;
}

/* bot*/

#bot {
	width: 760px;
	margin: 0 auto;
	padding: 10px 10px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
}

#bot p {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 10px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#bot a {
	color: #FFFFFF;
}
#bot a:hover {
	text-decoration: underline;
}
