body {
	margin:0;
	padding:1px 0 0;
	color:#010101;
	background:#000;
	font:12px/19px Arial, Helvetica, sans-serif;
}
p, ul, img, a, form, input, h1, h2, h3 {
	margin:0;
	padding:0;
}
a {
	text-decoration:none;
	outline:none;
}
img {
	border:none;
	display:block;
}
ul {
	list-style:none;
}
input, select {
	font:10px/12px Arial, Helvetica, sans-serif;
}

/*------------ TOP HEADER ------------*/

.topHeader {
	background:url(top-header-bg.gif) 0 0 repeat-x;
}

/*------ TOP MENU --------*/

.topMenu {
	font-size:11px;
	line-height:28px;
	font-weight:bold;
	color:#fff;
	background-color:inherit;
}
.topMenu a {
	display:block;
	height:28px;
	padding:0 14px 0 0;
	color:#000;
	background-color:inherit;
	background:url(topmenu-right-corner.gif) 100% 0 no-repeat;
}
.topMenu a span {
	display:block;
	height:28px;
	padding:0 0 0 14px;
	text-align:center;
	cursor:pointer;
	background:url(topmenu-left-corner.gif) 0 0 no-repeat;
}
.topMenu a:hover,
.topMenu a.active {
	color:#fff;
	background-color:inherit;
	background-position:100% 100%;
}
.topMenu a:hover span,
.topMenu a.active span {
	background-position:0 100%;
}

/*---------------- BODY -----------------*/

.body {
	color:#000;
	background:#fff url(body-bg.gif) 0 0 repeat-x;
}
.body h2 {
	color:#30466a;
	background-color:inherit;
	font-size:26px;
	line-height:30px;
	font-weight:normal;
}
.body h3 {
	color:#cf7151;
	background-color:inherit;
	font-size:17px;
	line-height:22px;
	font-weight:normal;
}
.body td.headTxt {
	color:#cd870a;
	background-color:inherit;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
}
.body a.more {
	font-size:9px;
	line-height:12px;
	padding:0 6px;
	background-color:#92a3bc;
	color:#fff;
}
.body a.more:hover {
	background-color:#496388;
	color:#fff;
}

/*----------- BUSINESS UPDATE --------------*/

.updates {
	font-size:11px;
	line-height:20px;
}
.updates td.bottomBorder {
	border-bottom:#92a3bc 1px dashed;
}

/*------------ NEWS LETTER -------------*/

.newsletter {
	background:#b2de27;
	color:#30466a;
	border:#7ca800 1px solid;
	font-size:20px;
	font:tahoma, Trafic, arial
}
.newsletter h2 {
	font-size:24px;
}
.newsletter td.fieldContainer input {
	width:145px;
	height:14px;
	padding:2px 0 0 5px;
	color:#000;
	background-color:#fff;
	border:#a5acb2 1px solid;
	float:right;
}

/*------------------ BOTTOM PANELS ------------------*/

.m {
	background:url(pattern-marketing.gif) 0 0 repeat;
}
.m1 {
	background:url(pattern-time.gif) 0 0 repeat;
}
.m2 {
	background:url(pattern-business.gif) 0 0 repeat;
}
.block {
	background:#fff;
	color:#000;
	font-size:10px;
	line-height:15px;
} 
.block h2 {
	font-size:18px;
	line-height:20px;
	color:#000;
	background-color:inherit;
}
.block h2 span {
	font-size:16px;
	display:block;
}
.block table.content {
	margin-left:16px;
}
.block ul {
	color:#676767;
	background-color:inherit;
	line-height:14px;
}
.block ul li {
	padding-left:11px;
	background:url(bullet-tick.gif) 0 5px no-repeat;
}

/*------------ FOOTER -------------*/

.footer {
	color:#f18952;
	background-color:inherit;
	font-size:10px;
	line-height:24px;
}
.footer td.menu {
	color:#ddd;
	background-color:inherit;
}
.footer td.design {
	line-height:18px;
}
.footer td.menu span {
	color:#f18952;
	background-color:inherit;
}
.footer a {
	color:#ddd;
	background-color:inherit;
}
.footer a:hover {
	color:#f18952;
	background-color:inherit;
}
