/*  std Redefined html styles */

body {
	font: 11px Arial, sans-serif;
	background: #F0F0F0;
	color: #454545;
	line-height:18px;
	text-align: center;
}
td {
	font: 11px Arial, sans-serif;
	color: #454545;
	
}
p {
	margin: 0 0 0 0;
}

a.menu {
	text-decoration:none;
	font-weight: bold;
	color: #FFFFFF
}
a.menu:visited {
	text-decoration:none;
	font-weight: bold;
	color: #FFFFFF
}
a.menu:hover {
	text-decoration:none;
	font-weight: bold;
	color: #BFE1ED
}

.mainLayout {

}


/*  Main Site Visual styles - Classes */
.mainTableSides {
	background-image: url(images/big_middle.gif);
	margin: auto;
}
.roundBorderTop {
	background-image: url(images/big_top.gif);
}
.roundBorderBot {
	background-image: url(images/big_bottom.gif);
}

.main_TowerL {
	background: url(images/tower.gif) no-repeat;
}
.main_TowerR {
	background: url(images/tower_Right.gif) no-repeat;
}

.menu_TowerL {
	background: url(images/tower.gif) no-repeat;
}
.menu_TowerR {
	background: url(images/tower_Right.gif) no-repeat;
}





.colHeader {
	font-size: 12px;
	font-weight: bold;
	font-family: Tahoma;
	margin-left: 5px;
	margin-top: 8px;
	margin-right: 5px;
}
.colText {
	font-size: 11px;
	font-family: Tahoma;
	line-height:18px;
	margin-left: 3px;
	margin-right: 3px;
}
.strapline {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}
.article {
	padding: 0 15px 0 5px;
	margin-bottom: 10px;
	text-align: left;
	line-height:18px;
}

.articleBOX {
	padding: 0 15px 0 5px;
	margin-bottom: 10px;
	text-align: center;
	line-height:18px;
	border-style:solid;
	border-width:thin;
	border-color:#CCCCCC;
}

.articleHeading {
	margin: 0;
	padding: 0;
	font: normal 1.6em Arial, Sans-Serif;
	letter-spacing: -1px;
	text-align: left;
}
/*img { float: left;}*/

a {
	color: #0E4D8B;
	background: inherit;
}
a:hover {
	color: #000;
	background: inherit;
}
a.title {
	color: #B41A1A;
}
.box_top {
	background: #F0F0F0 url(images/leftbox_top.gif) no-repeat;
	color: #808080;
	height: 38px;
	width: 159px;
	font-size: 12px;
	font-weight: bold;
	font-family: Tahoma;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.box {
	border-left: 2px solid #F0F0F0;
	border-right: 2px solid #F0F0F0;
	width: 155px;
	color: #595959;
	line-height:18px;
	text-align: left;
	margin: auto;
}
.box_bottom {
	background: url(images/leftbox_bottom.gif) no-repeat;
	color: #000000;
	height: 12px;
	width: 159px;
	text-align: center;
	margin: auto;
}
.article IMG {
	padding-right: 5px;
	padding-bottom: 5px;

}
#homePics IMG {
	padding-right: 0;
}
.homeIMG {
	margin-right: 23px;
}

div.CS5Container { 
	width: 605px;
	height:auto;
	position: relative; 
	clear: both; 
} 

div.CS5Outer {
	height:auto;
	position: relative;
	clear: both;
} 

.CS5MidLayout1 {
	color: #000000;
	height:auto;
	width: 80px;
	text-align: right;
	position:relative;
	float:left;
	padding-bottom: 5px;
	padding-right: 10px;
}
.CS5MidLayout2 {
	color: #000000;
	height:auto;
	width: 290px;
	text-align: left;
	position:relative;
	float:left;
	padding-bottom: 5px;
}

.CS5MidLayout3 {
	color: #000000;
	height:300px;
	width: 200px;
	float:right;
	position:relative;
}




/*  Menu styles */
.menu_Home {
	background: url(images/home_tab.gif) no-repeat;
}
.menu_Why {
	background: url(images/why_tab.gif) no-repeat;
}
.menu_Case {
	background: url(images/cs_tab.gif) no-repeat;
}
.menu_Health {
	background: url(images/hs_tab.gif) no-repeat;
}
.menu_Contact {
	background: url(images/cont_tab.gif) no-repeat;
}
/* Selected Menu Styles */
.menu_Home_sel {
	background: url(images/home_tabs.gif) no-repeat;
}
.menu_Home_selgr {
	background: url(images/home_tabs_green.gif) no-repeat;
}
.menu_Why_sel {
	background: url(images/why_tabs.gif) no-repeat;
}
.menu_Case_sel {
	background: url(images/cs_tabs.gif) no-repeat;
}
.menu_Health_sel {
	background: url(images/hs_tabs.gif) no-repeat;
}
.menu_Contact_sel {
	background: url(images/cont_tabs.gif) no-repeat;
}

.tableHead
{
	color: #FFFFFF;
	font-weight: bold;
}

