@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	background-color:#FFF;
/*	background-color: #071F3A;
	background-attachment: scroll;
	background-image: url(layout_images/body_bg.1.png);
	background-repeat: repeat-x;
*/	height: auto;
	font-size: 62.5%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
p {
	margin-bottom: 1.1em;
	margin-top: 0;
}
a:link img, a:visited img {
	border: none;
}
/*#gallery {
	background-color: #000;
}*/
#wrapper {
	margin: 0 auto -33px;
	background: url(../layout_images/scaffold_bg2.1.png) repeat-y 0px 0px;
}
#nav_background {
	background-attachment: scroll;
	background-image: url(../layout_images/navigation_bg.png);
	background-position: center top;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
#masthead h1 {
	margin-left: 30px;
	margin-right: 15px;
	margin-top: 57px;
	float: left;
	height: 57px;
	margin-bottom: 0;
	width: 360px;
	text-indent:-9999px;
	display:block;
	background-image: url(../layout_images/logo.png);
	background-repeat: no-repeat;
}
#masthead h1 a {
	display:block;
	width:100%;
	height:100%;
	}
/*=Base style for navigation*/
#masthead ul {
	display:block;
	float:left;
	height:150px;
	list-style:none;
	margin-left: 5px;
}
#masthead li {
	float:left;
	display:block;
	height:150px;
	width:120px;
	background-image: url(../layout_images/amp_nav_sprite.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
/*=List Item Background positions*/
#masthead li.home {
	background-position: 0px -150px;
}
#masthead li.services {
	background-position: -120px -150px;
}
#masthead li.about {
	background-position: -240px -150px;
}
#masthead li.contact {
	background-position: -360px -150px;
}
#masthead li a {
	display:block;
	width:120px;
	height:150px;
	text-indent:-9999px;
	outline:none;
	background: #05193D url(../layout_images/amp_nav_sprite.png) no-repeat 0px 0px;
}
/*=Anchor default Background positions*/
#masthead li.home a {
	background-position: 0px 0px;
}
#masthead li.services a {
	background-position: -120px 0px;
}
#masthead li.about a {
	background-position: -240px 0px;
}
#masthead li.contact a {
	background-position: -360px 0px;
}
/*=Anchor current page state*/
#home #masthead li.home a {
	background:url(../layout_images/amp_nav_sprite.png) no-repeat 0 -150px;
}
#services #masthead li.services a {
	background:url(../layout_images/amp_nav_sprite.png) no-repeat -120px -150px;
}
#about #masthead li.about a {
	background:url(../layout_images/amp_nav_sprite.png) no-repeat -240px -150px;
}
#contact #masthead li.contact a {
	background:url(../layout_images/amp_nav_sprite.png) no-repeat -360px -150px;
}
/*=Set Hover background positions*/
#masthead li.home a:hover {
	background:url(../layout_images/amp_nav_sprite.png) no-repeat 0 -300px;
}
#masthead li.services a:hover {
	background:url(../layout_images/amp_nav_sprite.png) no-repeat -120px -300px;
}
#masthead li.about a:hover {
	background:url(../layout_images/amp_nav_sprite.png) no-repeat -240px -300px;
}
#masthead li.contact a:hover {
	background:url(../layout_images/amp_nav_sprite.png) no-repeat -360px -300px;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	line-height: normal;
	color: #003;
}
#content .message {
	text-align: justify;
	background-color: inherit;
	padding-bottom: 2px;
	padding-top: 1px;
	margin-left: 77px;
	/*display: inline;*/
	float: left;
	overflow: auto;
	width: 40%;
}
#content .slideshow {
	margin-left: 30px;
	margin-top: 10px;
	/*display: inline;*/
	float: left;
	height: 320px;
	width: 420px;
	overflow: auto;
}
#content .slideshow img {
	padding: 1px;
			border: 1px solid #ccc; 
	background-color: #eee;
}
#content #accredited {
	margin-left: auto;
	overflow: auto;
	margin-bottom: 20px;
	margin-top: 20px;
	margin-right: auto;
	width: 500px;
}
#footer {
	background-attachment: scroll;
	background-image: url(../layout_images/footer_bg.png);
	background-position: center bottom;
	background-repeat: repeat-x;
}
#footer_bar .copyright {
	text-align: left;
	color: #fff;
	display: inline;
	float: left;
	font: x-small/0.08% Arial, Helvetica, sans-serif;
	padding: 10px 0px 0px;
	margin: 0px 0px 0px 85px;
}
#footer_bar a {
	text-decoration: none;
	font: x-small Verdana, Geneva, sans-serif;
}
#footer_bar ul {
	text-align: right;
	list-style-type: none;
	padding-right: 45px;
	float: right;
	padding-top: 10px;
}
#footer_bar li {
	color: #fff;
	display: inline;
}
#footer_bar a:link, #footer_bar a:visited {
	color: #fff;
	text-decoration: none;
	margin-right: 3px;
	margin-left: 3px;
	background-color: inherit;
}
#footer_bar a:hover, a:active, a:focus {
	color: #6C6;
	background-color: inherit;
}
#company_details {
	padding-right: 2em;
	padding-left: 2em;
}
#company_details h4 {
	font-weight: 600;
}
#company_details ul {
	list-style: none;
}
