/* Free standard-compliant open source XHTML/CSS template provided by Eatlon.com */

body {
	background-image: url(imgs/body_bg.gif);
	background-repeat: repeat-x;
	background-color: #9faec2;
	font-family: arial, sans-serif;
	font-size: .7em;
	color: #8f8f8f;
	padding: 0;
	margin: 0;
}

img {
	border: 0;
	padding: 10px 0 0 0;
}

a {  color: #3d5779; padding: 0; margin: 0; }
a:hover {
	/*text-decoration: none;*/
	color: #1b3860;
	outline: 0;
	padding: 0;
	margin: 0;
	border-bottom-style: none;
}

a.discrete { text-decoration: none; color: #7e7e7e; padding: 0; margin: 0; }
a.discrete:hover { text-decoration: underline; color: #7e7e7e; border-bottom: 0; outline: 0; padding: 0; margin: 0; }

a.title { text-decoration: none; color: #8f8f8f; padding: 0; margin: 0; }
a.title:hover { text-decoration: none; color: #8f8f8f; border-bottom: 0; outline: 0; padding: 0; margin: 0; }

h2 {
	font-size: 1.2em;
	font-style: italic;
	font-weight: 100;
	padding: 0;
	margin: 0;
}

h1, h3 {
	font-family: arial, sans-serif
	line-height: 1em;
	border-bottom: 1px solid #e0e0e0;
	padding: 0;
	margin: 0 0 5px 0;
	font-size: large;
	font-weight: normal;
}

h4 {
	font-size: 1.3em;
	font-weight: 100;
	padding: 0;
	margin: 0;
}

.in { text-indent: 20px; }

#wrap {
	width: 876px;
	min-height: 450px;
	height: auto !important;
	height: 450px;
	background-color: #fff;
	padding: 0;
	margin: 0 auto;
}

#header {
	width: 100%;
	height: 140px;
	background-image: url(imgs/head_bg.gif);
	background-repeat: repeat-x;
	background-position: top center;
}

	.title_tagline {
		width: 95%;
		height: 140px;
		background-image: url(imgs/banner.jpg);
		background-repeat: no-repeat;
		background-position: top right;
		padding: 30px 0 0 30px;
		margin: 0;	
	}


#menu {
	height: 60px;
	background-image: url(imgs/menu_bg.gif);
	background-repeat: repeat-x;
	font-size: 1.1em;
	padding: 11px 0 0 22px;
	margin: 0;
}

#menu a { text-decoration: none; color: #3d5779; font-weight: bold; padding: 0; margin: 0; }
#menu a:hover { text-decoration: none; color: #1b3860; outline: 0; padding: 0; margin: 0; }

	#menu ul {
	list-style-type: none;
	margin: 0;
	}

	#menu ul li {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	}


#content {
	background-color: #fff;
	margin: 10px 0 0 0;
	padding: 0 18px 0 20px;
}

/* The following CSS,
	"submenu_a",
	"right_wrap",
	"content_middle" and
	"submenu_b"
define the double submenus layout for index.html */

	.submenu_a {
		float: left;
		width: 15%;
		padding: 0;
		margin: 0 0 0 10px;
	}

		.submenu_a p {
			padding: 0;
			margin: 6px 0 0 0;
		}

		.submenu_a ul {
			list-style-type: none;
			padding: 0;
			margin: 5px 0 25px 0;
		}

		.submenu_a ul li {
			padding: 0;
			margin: 0;
		}

	.right_wrap {
		float: right;
		width: 80%;
		padding: 0 24px 0 0;
	}

		.content_middle {
			float: left;
			width: 65%;
			font-size: 1.1em;
			line-height: 1.5em;
			text-align: justify;
			padding: 0 30px 0 25px;
			margin: 0 1px 0 19px;
			border-left: 1px solid #e0e0e0;
			border-right: 1px solid #e0e0e0;
		}

			.content_middle p {
				padding: 0;
				margin: 7px 0 0 0;
			}

		.submenu_b {
			float: right;
			width: 18%;
			padding: 0 9px 0 0;
			margin: 0;
		}

			.submenu_b p {
				padding: 0;
				margin: 6px 0 0 0;
			}

			.submenu_b ul {
				list-style-type: none;
				padding: 0;
				margin: 5px 0 25px 0;
			}

			.submenu_b ul li {
				padding: 0;
				margin: 0;
			}

/* The following CSS,
	"menu_left" and
	"content_right"
define the left-wing layout for index.html */

	.menu_left {
		float: left;
		width: 16%;
		padding: 0;
		margin: 0 0 0 10px;
	}

		.menu_left .mcr_menu_left, .menu_left p {
			padding: 0;
			margin: 6px 0 0 0;
		}

		.menu_left ul {
			list-style-type: none;
			padding: 0;
			margin: 5px 0 25px 0;
		}

		.menu_left ul li {
			padding: 0;
			margin: 0;
		}

	.content_right {
		float: right;
		width: 75%;
		font-size: 1.1em;
		line-height: 1.5em;
		text-align: justify;
		padding: 0 20px 0 25px;
		margin: 0;
		border-left: 1px solid #e0e0e0;
	}
	
	.content_rightimage {
		float: right;
		width: 75%;
		font-size: 1.1em;
		line-height: 1.5em;
		text-align: justify;
		padding: 0 20px 0 25px;
		margin: 0;
		border-left: 1px solid #e0e0e0;
		background-image: url(imgs/backgroundclouds.png);
	}
	
		.content_right p {
			padding: 0;
			margin: 7px 0 0 0;
		}

/* The following CSS,
	"content_left" and
	"menu_right"
define the right-wing layout for right_wing.html */

	.content_left {
		float: left;
		width: 74%;
		font-size: 1.1em;
		line-height: 1.5em;
		text-align: justify;
		padding: 0 25px 0 10px;
		margin: 0;
		border-right: 1px solid #e0e0e0;
	}

		.content_left p {
			padding: 0;
			margin: 7px 0 0 0;
		}

	.menu_right {
		float: right;
		width: 16%;
		padding: 0 20px 0 0;
		margin: 0;
	}

		.menu_right p {
			padding: 0;
			margin: 6px 0 0 0;
		}

		.menu_right ul {
			list-style-type: none;
			padding: 0;
			margin: 5px 0 25px 0;
		}

		.menu_right ul li {
			padding: 0;
			margin: 0;
		}


.square {
	width: 120px;
	border-top: 1px Solid #bcc6d4;
	border-bottom: 1px solid #bcc6d4;
	padding: 5px 8px 5px 0;
	margin: 10px 0 15px 0;
}

.dot {
	width: 120px;
	border-bottom: 1px dotted #bcc6d4;
	padding: 5px 8px 5px 0;
	margin: 0 0 0 0;
}
.post { padding: 0 0 20px 0; }

.layouts { text-align: center; padding: 10px 0 0 0; }

.navheading {
		padding-bottom: 20px;
		clear: both;	
}

.txtout {
	line-height: 18px;
	width: 629px;
}

.contacttxt1 {
	border: 1px solid #EBEBEB;
	padding: 10px;
	width: 200px;
	height: 380px;
	float: left;
	text-align: left;

}

.contacttxt2 {
	border: 1px solid #EBEBEB;
	padding: 20px;
	width: 358px;
	height: 361px;
	float: right;
	text-align: left;
}

#menubm {
	height: 10px;
	background-image: url(imgs/bottom.gif);
	background-repeat: no-repeat;
	padding: 40px 0 0 12px;
	margin: 0;
}

	.foot {
		width: 100%;
		text-align: center;
		padding: 0 0 0 0 ;
		margin: -30px 10px 50px 0;
	}
	.COSHHTxt {
		width: 100%
		text-align: center;
		padding: 0 0 0 0 ;
		margin: 0 0 0 0;
		color: #3d5779;
	}
#bottom {
	clear: both;
	width: 100%;
	height: 163px;
	background-image: url(imgs/bottom_bg.gif);
	background-repeat: no-repeat;
	padding: 0;
	margin: 0 auto;
}

	.footer {
		width: 100%;
		text-align: center;
		padding: 40px 0 0 0;
		margin: 0;
	}

	.mcr_underline { text-decoration:underline;}
	
	
	.mcr_list_1 li { list-style:square; padding:0 0 0 160px; background:url(imgs/bg_bullet_square.gif) no-repeat 144px 8px;}
	

