/* Reset Common tags --------------------------------------------------------------- */
html, body, div, ul, li, h1, h2, h3, h4, h5, p, dl {
	margin: 0;
	padding: 0;
}


/* Set font size for nice em scaling later ------------------------------------------ */
html {
	font-size: 62.5%;
	font-family: "Lucida Sans Unicode", Helvectica Verdana, Helvetica, sans-serif;
	background: #ddd;
}


/* Body - Wrapper & Typography ------------------------------------------------------ */
body {
	top: 20px;
	position: relative;
	width: 750px;
	float: left;
	left: 50%;
	margin: 0 0 0 -385px;
	font-size: 1.2em;
	color: #fff;
	background: #fff;
	border: 10px #595959 solid; border-bottom: none;
}

body.blog {
	top: 20px;
	position: relative;
	width: 750px;
	float: left;
	left: 50%;
	margin: 0 0 0 -385px;
	font-size: 1.2em;
	color: #444;
	background: #fff;
	border: 10px #595959 solid; border-bottom: none;
}


.author {
	color: #787676;
}


/* Masthead ------------------------------------------------------------------------ */
#masthead {
	font-family: "Lucida Sans Unicode", Helvectica Verdana, Helvetica, sans-serif;
	width: 750px;
	height: 100px;
	float: left;
	background: #fff;
}
	/* Logo ------------------------------------------------------------------------ */
	#logo {
		font-size: 1em;
	}
		#logo a {
			width: 340px;
			height: 100px;
			float: left;
			text-indent: -500%;
			outline: none;
			background: url('../images/maas_logo.gif') no-repeat top left;
		}
		#logo a:hover {
			background: url('../images/maas_logo.gif') no-repeat 0 -100px;
		}
	/* Advice for Life ------------------------------------------------------------ */
	#masthead img {
		text-align: right;
		float: right;
		font: italic normal 1.6em Georgia, "Times New Roman", Times, serif;
		letter-spacing: .1em;
		color: #666;
		margin: 40px 30px 0 0;
	}
	
	
/* Navigation --------------------------------------------------------------------- */
#nav {
	font-family: "Lucida Sans Unicode", Helvectica Verdana, Helvetica, sans-serif;
	width: 460px;
	height: 90px;
	float: left;
	list-style: none;
	background: #c3cfd2; /* d9d9d9 was the original - make sure #newsletter has the same colour as here */
	border-top: 1px #b3b3b3 solid; /* Make sure #newsletter is the same */
}
	#nav li {
		float: left;
		display: inline;
	}
	#nav li a {
		height: 30px;
		float: left;
		color: #3a6573;
		font-size: 1.4em;
		font-weight: normal;
		border-right: 1px #fff solid;
		padding: 60px 10px 0 30px;
		text-decoration: none;
	}
	#nav li a:hover, body.about #nav_about {
		/* #a6a6a6 */
		background: #3a6573;
		color: #fff;
	}
	
	
/* Newsletter -------------------------------------------------------------------- */
#newsletter {
	font-family: "Lucida Sans Unicode", Helvectica Verdana, Helvetica, sans-serif;
	float: left;
	width: 290px;
	height: 90px;
	border-top: 1px #b3b3b3 solid;
	background: #c3cfd2;
}
	#newsletter form {
		margin: 0;
		padding: 0;
	}
	#newsletter p {
		padding-top: 20px;
	}
	#newsletter label {
		color: #fff;
		font-size: 1.3em;
	}
	#newsletter #ea {
		margin: 15px 0 0 0;
		padding: 0;
		color: #888;
		font-family: "Lucida Sans Unicode", Verdana, sans-serif;
		font-size: 1.3em;
	}


/* Main  Content ----------------------------------------------------------------- */
#main {
	margin-top: 1px;
	float: left;
	width: 750px;
	background: url('../images/bg_main_side_image.jpg') repeat-y 452px 0;
}
body.contact #main, body.page_inner #main {
	background: #fff;
}

	/********************************************************************************
	/* Styles for the Homepages content boxes ------------------------------------ */
	/* ******************************************************************************
	
	/* Left box ------------------------------------------------------------------ */
	body.home #main #main_left {
		width: 347px;
		height: 360px;
		float: left;
	}
	
	/* Right box ----------------------------------------------------------------- */
	body.home #main #main_right {
		width: 403px;
		height: 360px;
		float: left;
		background: #004459 url('../images/bg_home_main_right.jpg') no-repeat top left;
	}
		body.home #main #main_right p {
			font-size: 1.6em;
			line-height: 1.6em;
			padding: 40px 10px 0 25px;
		}
	
	/********************************************************************************/
	/* End of home page styles ---------------------------------------------------- */
	/********************************************************************************/
	
	
	/* Standard Left --------------------------------------------------------------- */
	#main_left {
		width: 452px;
		float: left;
		background: #fff;
		line-height: 1.5em;
	}
	/* Inner Page Main Left */
	body.page_inner #main_left {
		width: 750px;
		float: left;
		line-height: 1.5em;
	}
		#main_left h2 {
			font-weight: normal;
			font-size: 1.5em;
			padding: 0 20px;
			color: #004459;
			margin-top: 1.5em;
		}
		#main h3 {
			color: #408094;
			font-weight: normal;
			border-bottom: 1px #999 solid;
			margin: 0 20px;
			font-size: 1.2em;
		}
			#main h3.h3-space {
				margin-top: 1.5em;
			}
		#main h4 {
			color: #333;
			font-weight: bold;
			font-size: 1.1em;
			margin: 1.5em 0 -.5em 0;
			padding: 0 20px;
		}
		#main_left p {
			margin: 1.5em 0;
			padding: 0 20px;
			color: #444;
		}
		#main_left a, #main a {
			color: #004459;
			text-decoration: none;
		}
		#main_left a:hover, #main a:hover {
			text-decoration: underline;
		}
		#main_left .float_img_right {
			float: right;
			margin: 1.7em .5em 1.5em .5em;
			padding: 1px;
			border: 1px #aaa solid;
		}
		#main_left .pad-20 {
			padding-left: 20px;
		}
		#main_left .top {
			text-align: right;
			padding-right: 10px;
		}
		#main_left ul {
			margin: 0 10px 0 20px;
			padding: 0;
			color: #666;
			list-style: none;
		}
			#main_left ul li {
				padding-left: 15px;
				background: url('../images/bg_li_main_left.gif') no-repeat left center;; margin-left:1.5em; margin-right:1em; margin-top:1.5em; margin-bottom:1.5em
			}
		#main_left .oath {
			color: #888;
		}
		#main ul.contact {
			height: 190px;
			margin: 1.5em 0;
			padding: 0 25px 0 15px;
			color: #444;
			line-height: 1.5em;
			list-style: none;
			float: left;
			border-right: 1px #aaa solid;
		}
			#main ul.contact li {
				margin: 0;
				padding: 0 0 0 20px;
				background: none;
			}
			#main ul.contact .list-pad {
				padding-top: 1.5em;
			}
			#main ul.contact.no-bdr {
				border: none;
			}
		
		/* More info */
		#more_info {
			width: 100px;
			float: left;
			border: none !important;
			background: none !important;
			list-style: none !important;
			font-style: normal !important; 
			margin: 1.5em 0 1.5em 10px !important;
			padding: 0 !important;
		}
			#more_info li {
				margin: 0 !important;
				padding: 0 !important;
				background: none !important;
			}
			#more_info li a {
				display: block;
				margin-top: 1px;
				padding: 1.5em .5em;
				color: #666;
				border-bottom: 1px #004459 solid;
			}
				#more_info li a:hover {
					color: #004459;
					text-decoration: none;
					background: #f6f6f6;
				}
			#more_info li.current a {
				color: #004459;
			}
		
		/* Main info */
		#main_info {
			width: 332px;
			float: left;
		}
		/* Main info on inner pages */
		body.page_inner #main_info {
			width: 630px;
			float: left;
		}
		
	
	/* Standard right -------------------------------------------------------------- */
	#main_right {
		width: 298px;
		float: left;
		background: #eaeaea;
	}
		#main_right img {
			border-bottom: 5px #aaa solid;
		}
		
		
/* Footer ------------------------------------------------------------------------ */
#footer {
	margin-top: 1px;
	width: 750px;
	float: left;
	text-align: center;
	background: #595959;
}
	#footer p {
		font-size: .9em;
		color: #eaeaea;
		margin: 1em 0;
	}
	#footer a {
		color: #eaeaea;
	}
	#footer a:hover {
		text-decoration: none;
	}