@charset "utf-8";
/* CSS Document */
body
{
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	background-color:#f7f7f7;
}
img
{
        border:none
}
#master_layout
{
	width:900px;
	margin:0px auto;
	background-color:#FFFFFF;
	/*
	background-image:url(../images/background.png);
	background-repeat:repeat-y;
	background-position:right;
	*/
	height:101%;
}

#master_layout #header_layout
{

	display:table;	
}

#master_layout #header_layout .content
{
	width:100%;
}

#master_layout #header_layout .content .logo
{
	width:200px;
	float:left;
	display:inline;
	margin-left:150px;
	margin-top:20px;
	margin-right: -120px;
}

#master_layout #header_layout .content .part
{
	float:left;
	display:inline;
	margin-left:193px;
}


#master_layout #content_layout
{
	width:100%;
	display:table;
}

#master_layout #content_layout .content
{
	width:100%;
	display:table;
}

#master_layout #content_layout .content_left
{
	width:120px;
	margin-right: -20px;
	float:left;
	display:inline;
	margin-left:36px;
	
}

#master_layout #content_layout .content_right
{
	width:750px;
	float:left;
	display:inline;
}

#home_slogan {
	font-size: 12px;
	font-style: italic;
	color: #666;
	position: absolute;
	top: 306px;
	margin-left: 570px;
	float: right;
}

#master_layout #content_layout .content_whole
{
	width:100%;
	float:none;
	display:table;
	border-bottom:1px solid #f7f7f7;
	border-top:1px solid #f7f7f7;
	margin-left:40px;
	margin-right:100px;
	padding-top:10px;
	padding-bottom:25px;
}

#master_layout #content_layout .content_whole .left
{
	width:480px;
	float:left;
	display:inline;
}

#master_layout #content_layout .content_whole .right
{
	margin-top:20px;
	width:260px;
	float:left;
	display:inline;
	margin-left:20px;
}

.left h2 {
	font-size: 14px;
	font-weight: bold;
	padding: 3px;
	background: #f7f7f7;
	margin-left: -40px;
	padding-left: 40px;
}

.clearfix {
	clear: both;
}

.home_preview {
	clear: left;
	border: 0px solid #ddd;
	margin-bottom: 5px;
}

.home_preview img {
	float: left;
	margin-right: 10px;
}

.home_preview h3, .home_preview h3 a {
	color: #444;
	text-transform: uppercase;
	font-size: 12px;
	margin: 3px 0px 2px 0px;
	text-decoration: none;
}

#master_layout #content_layout .content_whole .right {
	margin-top: 12px;
}
#master_layout #content_layout .content_whole .right table img
{
	margin-right:10px;
	margin-bottom:5px;
}

#master_layout #content_layout .content_right .part
{
	margin-left:47px;
}

#master_layout #content_layout ul
{

	margin: 15px 0px 0px 0px;
	width:100%;
	padding:0px;
}

#master_layout #content_layout li
{
	list-style:none;
	font-size:16px;
	border-bottom:1px solid #e7e7e7;
	padding:5px 0px 5px 0px;
}

#master_layout #content_layout li.selected
{
	list-style:none;
	color:#2e2c7a;
	font-weight:bold;
}

#master_layout #content_layout li.no_border
{
	border-bottom:1px solid #ffffff;
}

#master_layout #content_layout li a
{
	color:#AAA;
	text-decoration:none;
}

#master_layout #content_layout li a:hover
{
	color:#888;
	text-decoration:none;
}

#master_layout #footer_layout
{
	width:100%;
	display:table;
	font-size:11px;
	color:#ccc;
	padding:40px;
	padding-top:20px;
}

p.big
{
	margin-top:20px;
	font-size:13px;
	color:#333333;
}

a.big
{
	font-size:14px;
	color:#2A5AA8;
	text-decoration:none;
}

span.text
{
	color:#666;
	font-size:11px;
}