@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #005BA1;
	background-position: left top;
	font-size: 13px;
	color: #121212;
	line-height: 145%;
	margin: 25px 0 0 0;
	padding: 0;
	font-family: arial;
}
a:link, a:visited {
	text-decoration: none;
	color: #069;
} 
a:active, a:hover {
	text-decoration: underline;
	color: #666;
}

p {
	/*margin: 0px;
	padding: 0px;
	text-align: left;*/
	/*text-indent:2em;*/
}


img {
	margin: 0px;
	padding: 0px;
}

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }
.fl {
	float: left;
}
.fr {
	float: right;
}



.margin_bottom_10 { clear: both; width: 100%; height: 10px; font-size: 1px;	}
.margin_bottom_20 {
	width: 100%;
	height: 20px;
	font-size: 1px;
	clear: both;
}
.margin_bottom_30 { clear: both; width: 100%; height: 30px; font-size: 1px;	}
.margin_bottom_40 { clear: both; width: 100%; height: 40px; font-size: 1px;	}
.margin_bottom_50 { clear: both; width: 100%; height: 50px; font-size: 1px;	}
.margin_bottom_60 { clear: both; width: 100%; height: 60px; font-size: 1px;	}

.border_bottom {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BCBCBC;
}
#wrapper {
	width: 900px;
	margin: 0 auto;
}
#logo {
	margin: 0;
	padding: 0;
}
#logo img {
	width:200px; 
}

#top_menu {
	background: transparent;
	height: 45px;
}

#container {
	width: 900px;
	background-color: #ffffff;
}

#container_content {
	width: 900px;
	margin: 0;
	padding: 0;
	background-color: #fff;
}
#big_block  {
	width: 670px;
}
#big_block #banner {
	width: 645px;
	height: 190px;
	margin: 0 15px;
}
#big_block #main_body {
	padding: 0 15px 15px 15px;
}

#small_block  {
	width: 230px;
	background-color: #ffffff;
}
#small_block #agent_pic {
	margin: 0 15px;
}
#small_block #agent_pic img{
	width:200px; 
}
#small_block .intro {
	background-color: #ffffff;
	width: 200px;
	min-height: 50px;
	background-image: url(../images/intro_bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	border: 1px solid #ccc;
	padding: 0 0px 5px 5px;
	margin: 0 15px;
}
h3 {
	margin: 15px 0 0 0;
	color: #005A9F;
	text-align: center;

}
h2 {
	font-size: 14px;
	color: #005A9F;
	border-bottom: 1px solid #cccccc;
	padding: 5px 15px 10px 15px;
}

h4 {
	margin: 10px 0 0 0;
	line-height: 130%;
	font-weight: normal;
	font-size: 12px;
}
h5 {
	margin: 0;
	font-weight: normal;
	font-size: 12px;
	color: #005A9F;
	text-align: center;
}
.side_menu {
	padding: 0;
	margin: 0 15px;
	border-top: 5px solid #003973;
	width: 200px;
	background-color: #F6f6f6;
}

#sd_share_btn {
	margin: 0 15px;
	padding: 0;
}
#footer {
	background-image: url(../images/bg-footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 900px;
	height: 142px;
}
#footer #footList {
	text-align: left;
	padding: 12px 8px;
	color: #fff;
}
#footer #footList a {
	font: normal 14px arial;
	text-decoration: none;
	margin: 0 10px;
	color: #FFF;
}
#footer #footList a:hover {
	color: #20FFFF;
}


#footer #copyright {
	text-align: right;
	font: normal 10px arial;
	background-color: transparent;
	padding: 20px 20px 0 0;
	color: #fff;
}
#footer #copyright a {
	color: #ccc;
	text-decoration: none;
}



/* ---- index block begin------- */
.mainContent {
	float:left; background:#fff; width:900px; overflow:visible;
}
#mainContent {
	float: left;
	width: 683px;
	min-height: 500px;
	background-color: #fff;
	overflow:visible;
}
.blockHeader {
	font-size: 20px;
    color:Olive;	    
    font-weight: bold;
    padding: 10px 0px;
}
.blockHeader img {
    border:none; width:40px; height:auto; vertical-align:middle;
    margin-right:10px;   
}
.mainTable {
    width:100%;
    border:solid 0px #006699;
}
.ArticleTable {
	border-bottom:solid 1px #ccc;
	height:170px;
	width:100%;
}
.art_title{
    vertical-align:top;
    font-weight:bold;
    padding-top:5px;
    height:35px;
    overflow:hidden;
}
.art_body {
	padding-top:10px;
	height:78px;
	overflow:hidden;
}
.art_more {
    padding-top:10px; 
    height:20px; 
}
.art_more img{
    border:none; vertical-align:middle; padding-right:10px;
}
.art_more a{
	font-size:11px;
}
/*------- index block end --------*/

#privacyBody
{
	/*word-break:break-all;*/
}

.roundedPanel
{
	width: 96%;
	background-color: #fff; /*padding:10px;*/
	overflow:visible;
}
.about, .customPageTitle
{
	color: #A91431;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 26px;
	padding-top:5px; padding-bottom:5px;
	margin-bottom:10px;
	line-height:100%;
}
.corp-logo a img
{
	border:none;
	max-width:530px;
}
.roundedPanel_contact
{
	width: 96%;
	background-color: #eee; /*padding:10px;*/
	margin: 0 auto;
	text-align: center;
}
.roundedPanel_form
{
	width: 96%;
	background-color: #eee; /*padding:10px;*/
	margin: 0 auto;
}

.icons{
	width: 200px;
	margin: 0 15px;
}
.icons img{
	/*width:200px;*/
	height:auto;
	margin-bottom:5px;
	border:none;
	padding-left:15px;
}
.customButton img{
	max-width:100%; width:100% !important; width:expression(this.width > 150 ? "150px" : this.width);
}

/* below is to fix the icons width */
.icons img{
	max-width:100%; !important; width:expression(this.width > 200 ? "200px" : this.width);
	
}