/* general body styles */
body {
	font-size: 12px;
	color: #fff;
	margin: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background: #003a53 url('/_IMAGES/_XSL/templates/www_main/bg-top.png') repeat-x top;
}
/* heading styles */
h1, h2, h3, h4 { font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif; }
h1, h2, h3, h4, h5, h6, p, pre, blockquote, cite, label, fieldset, address {
	clear: both;
	margin: 5px 0;
	padding: 0;
	text-indent: 0;
}
h1 { font-size: 2.0em; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1.0em; }
/* general styles */
p { font-size: 12px; line-height: 1.5; }
a:link { color: #84a9b8; text-decoration: underline; }
a:visited { color: #84a9b8; text-decoration: underline; }
a:hover { color: #fff; text-decoration: underline; }
img { border: none; }

/* page wraping */
#page-wrap {
	margin: 0 auto;
	padding: 0;
	width: 956px;
}
/* message styles */
#tmpl_message_table td.left{padding-left: 25px;}
#tmpl_message_table td.right{padding-right: 25px;}
#tmpl_message_table {
	width: 956px;
	color: #fff;
	height: 38px;
	font-size: 11px;
}
#tmpl_message_table td a {
	color: #fff;
	font-weight: bold;
}
#tmpl_message_table td a:visited {
	color: #fff;
}
/* header styles */
#tmpl_header {
	padding: 0;
	width: 956px;
	height: 129px;
	background: url('/_IMAGES/_XSL/templates/www_main/header-bg-bottom.jpg') no-repeat top;
	color: #fff;
	font-size: 11px;
}
#tmpl_header a{
	color: #fff;
	font-weight: bold;
}
/* tab styles */
	#tmpl_tab_table {
		width: 956px;
		padding-left: 15px;
	}
	#tmpl_tab_table.popup {
		margin-top: 15px;
	}
	#tmpl_tab_table td.middle {
		padding-right: 5px;
	}
	#tmpl_tab_table ul {
		margin: 0px;
		padding: 0px;
		font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	}
	#tmpl_tab_table ul li {
		list-style: none;
		line-height: 30px;
		float: left;
		margin: 0px;
		color: #fff;
		font-size: 12px;
		font-weight: bold;
		padding-right: 20px;
		padding-left: 11px;
		text-align: center;
		font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	}
	#tmpl_tab_table ul li.selected {
		color: #336699;
		font-size: 12px;
		font-weight: bold;
		text-decoration: none;
		background-image: url(/_IMAGES/_XSL/templates/www_main/nav-bg-selected_left.png);
		background-position: top left;
		background-repeat: no-repeat;
	}
	#tmpl_tab_table ul li a {
		color: #01354c;
		text-decoration: underline;
	}
	#tmpl_tab_table ul li a.disabled {
		color: #ccc;
		text-decoration: line-through;
	}
	#tmpl_tab_table ul li.selected a {
		color: #fff;
		text-decoration: none;
	}
	#tmpl_tab_table ul a:hover {
		text-decoration: underline;
	}
	#tmpl_tab_table ul li div.right {
		height: 30px;
		padding-right: 11px;
	}
	#tmpl_tab_table ul li.selected div.right {
		padding-right: 11px;
		background: url(/_IMAGES/_XSL/templates/www_main/nav-bg-selected_right.png) no-repeat top right;
	}
	#tmpl_tab_table ul li div.bg {}
	#tmpl_tab_table ul li.selected div.bg {
		background: url(/_IMAGES/_XSL/templates/www_main/nav-bg-selected.png) repeat-x top;
	}
	
/* top nav styles */
#tmpl_top_nav {
	font-weight: bold;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	height: 26px;
	color: #fff;
	width: 938px;
	margin: 0 auto;
	padding: 8px;
	border-bottom: 2px solid #225468;
}
/* body styles */
#tmpl_body {
	width: 956px;
	background: url('/_IMAGES/_XSL/templates/www_main/body-bg.png') repeat-y center;
}
#tmpl_body td.tmpl_body_container {
	vertical-align: top;
	padding: 10px 15px 0 15px;
}
#welcome-intro {
	padding: 10px 0 0 10px;
	text-align: center;
	width: 470px;
}
#welcome-intro p{
	margin: 0;
	padding: 10px 0 0 0;
	font-weight: bold;
	line-height: 2;
	font-size: 13px;
	color: #4f0000;
	text-align: center;
}
#welcome-intro div.btn{
	padding-top: 65px;
}
/* footer styles */
#tmpl_footer_table {
	width: 956px;
	color: #25566a;
	font-size: 10px;
	height: 30px;
	border-bottom: 2px solid #225468;
}
#tmpl_footer_table td.middle {
	text-align: right;
}
#tmpl_footer_links {
	width: 956px;
	color: #ffffff;
	margin-bottom: 10px;
}
#tmpl_footer_links td a {
	color: #84a9b8;
	font-size: 10px;
}
#tmpl_footer_links td a:hover {
	color: #ffffff;
}
#tmpl_footer_links td img {
	border: none;
}
#tmpl_footer_links td.left {
	padding-top: 5px;
}
#tmpl_footer_links td.right {
	text-align: right;
	
}
.box{
	height: 85px;
}
.box2{
	height: 85px;
	background: #fff;
	border: 1px solid #ccc;
}
.image{
	float: left;
}
.text{
	float: right;
	width: 440px;
	padding: 5px;
}