body  {
	width:100%; min-height:100%; margin:0; padding:0; color:#000000; background:#ffffff url(layout_images/body_bg.png) repeat 0 0; font-family:Verdana, Arial, Helvetica, sans-serif;
}

body #page {
	width:760px;
	margin:0 auto;
	color:inherit;
	padding:0;
	padding-left:10px;
	padding-right:10px;
	position:relative;
	padding-bottom:66px;
}

body .header {
	position:absolute;
	top:0px;
	left:0px;
	height:201px;
	width:100%;
	color:inherit;
	background:transparent url(layout_images/body_header_bg.png) repeat 0 0;
}

body #page #header {
	position:relative;
	height:201px;
	color:inherit;
	background:transparent url(layout_images/header_bg.png) no-repeat 0 0;
}

body #page #header #contact_button {
	display:block;
	position:absolute;
	top:20px;
	left:500px;
	width:226px;
	height:39px;
	font-family:Arial,sans-serif;
	font-size:18px;
	font-weight:normal;
	text-decoration:none;
	text-align:center;
	line-height:39px;
	background:#EC1C24 url(layout_images/contactus_bg.png) no-repeat 0 0;
	color:#ffffff;
}

body #page #header #contact_number {
	color: #fff;
	font-family:Arial,sans-serif;
	font-size:18px;
	font-weight:normal;
	position:absolute;
	top:70px;
	left:500px;
	width:226px;
	text-align: center;
	
}

body #page #header #contact_button:hover {
	text-decoration:none;
}

body #page #left_col ul {
	list-style-type:none;
	font-weight: bold;
	margin:0;
	margin-top:1px;
	padding:0;
}

body #page #left_col ul li {
	position:relative;
}

body #page #left_col ul li a {
	display:block;
	background:#3F62FF url(layout_images/menu_bg.png) no-repeat 0 0;
	height: 27px;
	line-height:27px;
	text-decoration:none;
	text-indent:40px;
	font-size: 11px;
	color: #FFFFFF;
}

body #page #left_col ul li a:hover, body #page #left_col ul .over a {
	background:#dddddd url(layout_images/menu_bg_over.png) no-repeat 0 0;
}

.menu {
	margin-top:1px;
	position:relative;
}

.clsCMOn{
	font-weight: bold;
	background: url(layout_images/menu_bg.png) no-repeat;
	height: 28px;
	width: 200px;
	line-height: 25px;
	font-size: 11px;
	color: #fff;
	text-align: left;
	text-indent: 40px;
}

.clsCMOver {
	font-weight: bold;
	background: url(layout_images/menu_bg_over.png) no-repeat;
	height: 28px;
	width: 200px;
	line-height: 25px;
	font-size: 11px;
	color: #FFFFFF;
	text-align: left;
	text-indent: 40px;
}

.clsCMOn2  {
	background: url(layout_images/menu_bg.png) no-repeat;
	height: 28px;
	width: 200px;
	line-height: 28px;
	font-size: 11px;
	color: #fff;
	text-align: left;
	padding-left: 40px;
}

.clsCMOver2  {
	background: url(layout_images/menu_bg_over.png) no-repeat;
	height: 28px;
	width: 200px;
	line-height: 28px;
	font-size: 11px;
	color: #FFFFFF;
	text-align: left;
	padding-left: 40px;
}

#content_wrapper {
	width:760px;
	overflow:hidden;
	height:auto;
	color:inherit;
	background:#ffffff url(layout_images/content_lcol_bg.png) repeat-y 0 0;
}

#left_col {
	float:left;
	width:200px;
	padding:0;
	overflow:hidden;
	height:auto;
	min-height:200px;
}

#content {
	float:left; width:540px; padding:10px; overflow:hidden; height:auto; min-height:200px;
}

#footer {
	height:66px; line-height:66px; color:#ffffff; font-size:11px; background:#EC1C24;
}

#footer a {
	color:#ffffff;
	background:transparent;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

#footer #copyright {
	text-indent:30px;
}

#footer #credit {
	float:right; margin-right:30px;
}

.bannerImage {
	margin-left: -11px;
	margin-top: -9px;
	padding-bottom: 10px;
}

.imageWrapper {
	padding: 5px;
	border: 1px solid #ddd;
	margin-left: auto;
	margin-right: auto;
	float: left;
	clear: left;
}
.paddedImageWrapper {
	padding: 5px;
	border: 1px solid #ddd;
	margin-left: 20px;
	float: left;
	clear: left;
}
