/* CSS Document */
*, html, body {
    margin:0px; 
	padding:0px;
}
html, body {
	width:100%;
	height:100%;
}
body {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
img {
	border: 0px;
}
#center {
	position: relative;
	width: 998px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
/*---------------------menu---------------------*/
#menu {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 173px;
	padding-top: 6px;
	padding-left: 5px;
}
#menu p {
	text-align: center;
	font-weight: bold;
	color: #0564db;
	margin: 0px;
	display: block;
	background-repeat: no-repeat;
}
#menu a {
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 9px;
	display: block;
}
#menu a:hover {
	color: #cbdef4;
}
#menu p.top {
	background-image: url(/images/top-menu.png);
	height: 29px;	
}
#menu p.nav {
	background-image: url(/images/nav-menu.png);
	height: 29px;	
}
#menu .bot {
	background-image: url(/images/bot-menu.png);
	padding-top: 5px;
	background-repeat: no-repeat;
	position: relative;
	height: auto;
	width: 170px;
}
#menu .bot ul {
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #487ec0;
	border-bottom-color: #487ec0;
	border-left-color: #487ec0;
}
#menu .bot ul li {
	background-image: url(/images/sub.png);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #487ec0;
	border-bottom-color: #64a4f1;
	list-style-type: none;
	font-size: 11px;
	padding-top: 4px;
	padding-left: 10px;
}
#menu .bot ul li a {
	padding-top: 0px;
	display: inline-block;
	padding-bottom: 5px;
}
#menu span {
	padding-top: 8px;
	display: block;
	background-image: url(/images/activ.png);
	background-repeat: no-repeat;
	height: 24px;
}
/*---------------------------------------------------------*/
#head {
	background-image: url(/images/head.jpg);
	background-repeat: no-repeat;
	height: 146px;
	width: 998px;
	position: relative;
}
.phone {
	font-size: 16px;
	font-weight: bold;
	color: #1c4d89;
	text-align: right;
	padding-top: 50px;
	padding-right: 37px;
	font-family: Arial, Helvetica, sans-serif;
}
.phone a {
	color: #1c4d89;
	text-decoration: none;
}
.phone a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#contentBox {
	background-image: url(/images/content_bg.jpg);
	background-repeat: repeat-y;
	background-position: right bottom;
}
.content {
	background-image: url(/images/content.jpg);
	background-repeat: no-repeat;
	height: auto !important;
	height: 776px;
	min-height: 776px;
	width: 746px;
	padding-right: 35px;
	padding-left: 217px;
}
.content h1 {
	font-size: 30px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
}
.content h2 {
	font-size: 18px;
	color: #5287c8;
	padding-bottom: 5px;
}
.content p {
	padding-bottom: 5px;
	line-height: 20px;
}
.content strong {
	color: #044a9e;
}
#footer {

	background-image: url(/images/footer.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	width: 816px;
	padding-top: 99px;
	padding-bottom: 20px;
	position: relative;
	padding-left: 182px;
}
.copir {
	color: #FFFFFF;	
	text-align: center;
}
.pic {
	display: block;
	padding: 5px;
	border: 1px solid #FFFFFF;
	margin: 5px;
}
.input {
	border: 1px solid #044a9e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 2px;
	width: 100%;
}
.button {
	font-size: 12px;
	font-weight: bold;
	color: #000099;
	text-align: center;
	height: 30px;
	width: 156px;
	background-image: url(/images/but.gif);
	background-repeat: no-repeat;
	border: 0px;
	background-color: transparent;
	vertical-align: middle;
	display: block;
	padding-bottom: 10px;
}
