@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
}
#whole {
	width: 779px;
	margin: 0 auto;
	
	background-image: url(../images/whole_bg.gif);
	background-repeat: repeat-y;
}
#logo {
	width: 779px;
	margin: 0 auto;
	background-color: #FFFFFF;
	float:left;
}
#logo2 {
	width: 213px;
	float: left;
}

#header {
	float: right;
	
	width: 566px;
	background-image: url(../images/header_line.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#menu {
    padding-right:5px;
	float: right;
	width: 550px;
	padding-top: 51px;
	text-align: right;
}
#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menu li {
	display: inline;
}
#menu a 
{
    position:relative;
	display: block;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ff9900;
	font-weight: bold;
	text-decoration: none;
	padding-right: 8px;
	padding-left: 18px;
	background-image: url(../images/btn_off.gif);
	background-repeat: no-repeat;
	height: 20px;
	overflow:visible;
}
#menu a:hover {
	background-color: #b1b1b1;
	background-image: url(../images/btn_on.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	overflow:visible;
    float:right;
}
#banner 
{
    float:left;
	height: 300px;
	width: 779px;
	margin: 0 auto;
}
#grey_line {
	height: 9px;
	width: 779px;
	background-image: url(../images/grey_line.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
}
#page {
	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat-y;
	width: 779px;
	margin: 0 auto;
	float:left;
}
#content {
	width: 749px;
	padding-right: 15px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7b7a7a;
	height: 100%;
}
#bottom {
	background-image: url(../images/content_bottom.jpg);
	background-repeat: no-repeat;
	height: 67px;
	width: 779px;
	margin: 0 auto;
	float:left;
}
#footerBg {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	height: 111px;
	width: 779px;
	margin: 0 auto;
	float:left;
}
#footer {
	float: right;
	height: 100%;
	width: 400px;
	padding-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: right;
	padding-top: 10px;
}
#copyright 
{
    float:left;
	height: 30px;
	width: 759px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #b1b1b1;
	text-align: right;
	padding-right: 20px;
	clear: both;
}
.footer_companyName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	font-weight: bold;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #cd2201;
}
.position {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7b7a7a;
}
.more {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cd2201;
	text-decoration: underline;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFC600;
}
.highlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFC600;
}
