﻿@charset "UTF-8";
/*home page*/
.home_bottom, .admin_bottom
{
	margin: 10px 10px 10px 10px;
	line-height:1.75em;	
	min-height: 600px;
}
.home_left, .admin_left

{
	float:left;
	width: 300px;
	background-color: #f7f7f7; 
	padding: 20px 10px 10px 5px;
}
.home_right, .admin_right
{
	float:right;
	width:600px;
	background-color: #fff; 
	padding: 20px 10px 10px 20px;
	border-bottom: 2px #ddd solid;
	border-right: 2px #ddd solid;
}
.admin_right
{
	padding-top: 10px;
	min-height: 1000px;
}
.home_left div
{
	font-size:14px;
	color:#7d7d7d;
}
/*--- =scroller ---*/
#scroller 
{
	position:relative;
	width:996px;
	height:348px;
	list-style-type: none;
	padding:0;
	margin:0;
}
#scroller img
{
	width:996px;
}
.home_features
{
	position:relative;
	z-index:10;
	width:996px;
	margin:0;
	padding:0;
	list-style-type:none;
}
.home_features li
{
	position:relative;
	float:left;
	height:85px;
	padding: 10px 10px 5px 10px;
	width:312px;
	top: -99px;
}
.home_message_expand span
{
	font-weight: 600;
	font-size: 18px;
}
.home_message1_title2, .home_message2_title2, .home_message3_title2
{
	color: #fff;
	font-size:24px;
	margin: 0;
	padding: 0;
	font-weight:600;
}
.home_features li.home_message1
{
	position:absolute;
	display:block;
	background:url(/PublishingImages/house_bg_green.png) no-repeat bottom;
}
.home_features li.home_message1 p.home_message1_title1
{
	position:relative;
	color:#002d6a;
	font-size:24px;
	margin: 0;
	padding: 0;
	font-weight:600;
}
.home_features li.home_message2
{
	position:absolute;
	display:block;
	background:url(/PublishingImages/house_bg_purple.png) no-repeat bottom;
	left:332px;
}
.home_features li.home_message2 p.home_message2_title1, .home_features li.home_message3 p.home_message3_title1
{
	position:relative;
	color:#b2bb1e;
	font-size:24px;
	margin: 0;
	padding: 0;
	font-weight:600;
}
.home_features li.home_message3
{
	position:absolute;
	display:block;
	background:url(/PublishingImages/house_bg_blue.png) no-repeat bottom;
	left:664px;
}
.home_message1_expand, .home_message2_expand, .home_message3_expand
{
	height:70px;
	overflow:hidden;
	position:absolute;
	color:#ffffff;
}
.read_more{
	position:relative;
	top:-10px;
}
.home_message2_expand .read_more a, .home_message2_expand .read_more a:visited, .home_message3_expand .read_more a, .home_message3_expand .read_more a:visited
{
	float:right;
	padding-right: 20px;
	color:#b2bb1e;
}
.home_message1_expand .read_more a, .home_message1_expand .read_more a:visited
{
	float:right;
	padding-right: 20px;
	color:#002D6A;
}
.read_more a:hover 
{
	color:#ffffff;
	text-decoration:none;
}
/*home content*/
#whatsnew a
{
	color: #002d6a;
	font-size: 12px;
}
#bodycontent td, #whatsnew td
{
	color: #7d7d7d;
	line-height: 1.3;
	font-size: 14px;
}
#bodycontent div, #whatsnew div
{
	text-align:justify;
}
/*admin console*/
.adminleft
{
	list-style-type:none;
	color: #002d6a;
	font-size: 16px;
}
.subsection, .subsection a:link, .subsection a:visited
{
	text-indent: 15px;
	font-size: 14px;
	color: #7d7d7d;
	line-height: 2.0;
	width: 289px;
}
.subsection a:hover
{
	color: purple;	
	text-decoration:none;
}
#AdminConsoleTable td
{
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3;
}
#AdminConsoleSection, #AdminConsoleSubSection
{
	font-size: 24px;
	color: #3b73b9;
}
#AdminConsoleSubSection
{
	font-size: 16px;
	color: #002d6a;
	padding-top: 10px;
	padding-bottom: 20px;
}
#AdminConsoleContent
{
	color: #7d7d7d;
	word-break: break-all;
}
#AdminConsoleTable a:link, #AdminConsoleTable a:visited
{
	color: #002d6a;
}
#AdminConsoleTable a:hover
{
	color: purple;
}