body
{
	background-color:		#0f65a0;
	background-image:		url( /conrescorp/images/bg.png );
}

#nav-main,
#nav-section-top,
#nav-main a,
ul.m1,
ul.m2
{
	background-color:		#0b305f;
}
ul.m1 li a
{
	border-bottom:			1px solid #dddddd;
}

ul.m1 a:hover,
a.highlight,
a.highlight-active
{
	background-color:		#3a6090!important;
}

#home
{
	float:					left;
	display:				block;
	width:					250px;
	height:					230px;
	padding:				10px 00px;
	margin:					20px 0px 0px 20px;
	overflow:				hidden;
	color:					white!important;
}

.section
{
	float:					left;
	display:				block;
	width:					210px;
	height:					210px;
	border-radius:			6px;
	-moz-border-radius:		6px;
	-webkit-border-radius:	6px;
	background-color:		white;
	padding:				20px;
	margin:					20px 0px 0px 20px;
	overflow:				hidden;
}

.section p,
#home p
{
	line-height:			17px;
	font-size:				12px;
	color:					#333333;
}
#home p
{
	line-height:			18px!important;
	color:					white!important;
}

