/*-----------------------------------------------------
   HOME
------------------------------------------------------ */
#mainContent                                           {
	display: inline;
	float: left;
	margin: 0 0 0 7px;
	width: 565px;
}
#mainContent h2.wide                                   {
	font-size: 18px;
	font-weight: bold;
	background: transparent url(../images/layout/main-h2-bg.gif) no-repeat 0 0;
	padding: 8px 10px 9px 15px;
	margin: 0;
	color: #0e688a;
}
	
#mainContent h2.wide a,
#mainContent .box h2 a,
#mainContent h2.wide a:hover,
#mainContent .box h2 a:hover                           { color: #0e688a; text-decoration: none; }
.boxWide                                               {
	background: #e5f2fb url(../images/layout/boxwide-bg.gif) no-repeat 0 0;
	padding: 10px 10px 20px 10px;
	overflow: hidden;
	height: 100%;
	margin: 0 0 20px 5px;
	width: 535px;
}
.boxWide .content                                      {
	display: inline;
	float: left;
	width: 320px;
	overflow: hidden;
	height: 100%;
}
.boxWide img.right                                     {
	display: inline;
	float: left;
	margin: 10px 20px;
	padding: 2px;
	border: 1px solid #2f7d9b;
}
#mainContent .boxWide h3                               {
	font-size: 1em;
	font-weight: bold;
	color: #0e688a;
	padding-bottom: 3px;
	border-bottom: 1px solid #898f94;
	margin: 0 0 5px 0;
}
#mainContent .boxWide h3 a                             { color: #0e688a; text-decoration: none; }
#mainContent .boxWide p,
#mainContent .box p                                    { margin: 5px 0; }
.box                                                   {
	display: inline;
	float: left;
	width: 252px;
	padding: 0 15px 10px 15px;
}
#mainContent .box h2                                   {
	font-size: 18px;
	font-weight: bold;
	padding: 8px 10px 15px 15px;
	margin: 0 -15px 0 -15px;
	color: #0e688a;
}
.box h2.orange                                         { background: transparent url(../images/layout/orange.gif) no-repeat 0 0; }
.box h2.green                                          { background: transparent url(../images/layout/green.gif) no-repeat 0 0; }
