@charset "utf-8";
/* CSS Document */

body {
	font-family: "Trebuchet MS", Arial;
}

#holder {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #666666;
	background: #EFEFEF;
}

#banner {
	height: 158px;
	width: 900px;
	background: #FFFFFF url(layout/banner.jpg) no-repeat left top;
	position: relative;
}

#topmenu {
	z-index:30;
	position: absolute;
	left: 0px;
	width: 900px;
	bottom: 0px;
	padding: 0px;
	background: #63DEE6 url(layout/topmenubg.jpg) repeat-x left top;
	float: left;
}

#topmenu .item {
	position: relative;
	z-index: 8000;
	float: left;
	width: 152px;
	margin-right: auto;
	text-align: center;
	margin-left: 0px;
	color: #FFFF00;
	padding: 8px 0px;
}





#topmenu a:link, #topmenu a:active, #topmenu a:visited {
	display:block;
	position: relative;
	z-index: 2;
	float: left;
	font-size: 13px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	width: 149px;
	border-bottom: 1px;
	border-left: 1px solid #4C6792;
	padding: 8px 0px 10px;
	margin: 0px;
	line-height: 1.2em;
}

#topmenu a:hover{
	display:block;
	position: relative;
	z-index: 2;
	float: left;
	color: #FFFF00;
	background: #003366 url(layout/topmenubghover.jpg) repeat-x center top;
}
h1,h2,h3 {
	color: #4D7AA3;
	font-size: 17px;
}

#maincolumn {
	float: left;
	width: 666px;
	margin-right: 10px;
	position: relative;
	margin-left: 10px;
}
.content {
	padding: 15px;
	float: left;
	color: #333333;
}

.textarea {
	width: 100%;
	position: relative;
	margin-top: 15px;
	font-size: 12px;
	float: left;
	padding: 0px;
	border: 1px solid #63DEE6;
	background: #FFFFFF;
	margin-bottom: 15px;
}



.fourboxes {
	float: left;
	width: 158px;
	position: relative;
	height: 248px;
	margin-right: 11px;
	font-size: 12px;
} 

.work {
	background: url(layout/inworkbig.jpg) left top;
} 

.business{

	background: url(layout/inbusinessbig.jpg) left top;
} 

.life{
	background: url(layout/inlifebig.jpg) left top;
} 

.you {
	background: url(layout/inyoubig.jpg) left top;
} 

.readmore {
	position: absolute;
	height: 25px;
	width: 58px;
	right: 10px;
	bottom: 10px;
	border-width: 0px;
}



#rightcolumn {
	float: left;
	width: 200px;
	position: relative;
	margin-top: 15px;
}
.rightmenu {
	width: 200px;
	position: relative;
	float: left;
	margin-top: 0px;
	border: 1px solid #63DEE6;
	padding: 0px;
	margin-bottom: 15px;
	font-size: 12px;
}
.rightmenu a {
	display: block;
	color: #333333;
	text-decoration: none;
	background: #FFFFFF repeat-x left center;
	font-weight: bold;
	border-bottom: 1px dotted #999999;
	font-size: 11px;
	padding: 6px 6px 6px 15px;
}

.rightmenu a:hover {
	background: #6699FF repeat-x center top;
	color: #FFFF00;
}
#footer {
	display: block;
	padding: 15px;
	clear: both;
	border-top: 1px solid #666666;
	position: relative;
	font-size: 12px;
	color: #CCCCCC;
	text-align: center;
}
#footer a {
	color: #999999;
	text-decoration: none;
}
#footer a:hover {
	color: #FF0000;
}

