/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:13px;
	background-color:#EAEAEA;
}

ul {
	list-style:inside disc;
}

h3 {
	color:#FE5D03;
	font-weight:normal;
	margin-bottom:6px;
}

table {
	table-layout:fixed;
}

a {
	color:#666;
}

a:hover {
	color:#FE5D03;
	text-decoration:none;
}

input {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	background-color: #F6F6F6;
	border: 1px solid #CCCCCC;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 1px 1px 2px #DDDDDD;
	font-size: 11px;
	font-weight: normal;
	margin-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
}

textarea {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	background-color: #F6F6F6;
	border: 1px solid #CCCCCC;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 1px 1px 2px #DDDDDD;
	font-size: 11px;
	font-weight: normal;
	margin-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
	max-width:500px;
}

select:hover, input:hover, textarea:hover {
	border-color: #FE5D03;
}

select:focus, input:focus, textarea:focus {
	background-color:#FFF;
}

input.submit {
	cursor: pointer;
	outline:none;
}

.site_bg {
	background-color:#FFF;
	float:left;
}

#logo {
	height:200px;
}

#logo img {
	border:2px solid #FE5D03;
	border-top:none;
	border-left:none;
}

#header1 {
	height:102px;
	position:relative;
}

#header1 h1 {
	position:absolute;
	font-size:32px;
	line-height:38px;
/*	bottom:-8px; */
	top:34px;
	color:#999;
	margin-left:32px;
	font-weight:normal;
	letter-spacing:1px;
}

#header2 h2 {
	font-size:24px;
	color:#FE5D03;
	margin-left:32px;
	font-weight:normal;
	margin-top:44px;
}

#bg {
	height:155px;
	position:relative;
	border-top:2px solid #FE5D03;
	border-bottom:2px solid #FE5D03;
}

#nav {
	position:absolute;
	bottom:0;
	right:0;
}

.title {
	font-size:10px;
	position:absolute;
	margin-left:20px;
}

.pic-title {
	font-size:10px;
	line-height:100%;
}

.col {
	margin-left:20px;
	margin-right:20px;
	margin-top:30px;
	line-height:120%;
}

.col p {
	text-align:justify;
}

#footer {
	margin-left:20px;
	margin-top:24px;
	margin-bottom:8px;
}

#footer a {
	font-size:12px;
	text-decoration:none;
	color:#666;
	font-weight:bold;
}

#footer a:hover {
	color:#FE5D03;
}

#menu ul {
	list-style-type:none;
	display:block;
	margin:0;
	padding:0;
}

#menu li {
	background-color:#EAEAEA;
	border-right:1px solid #484F55;
	border-top:1px solid #484F55;
	display:inline;
	float:left;
	padding: 2px 6px;
}

#menu a {
	color:#666;
	text-decoration:none;
	font-weight:bold;
}

#menu a:hover {
	color:#FE5D03;
}

.current {
	color:#FE5D03;
}

#legal_n p {
 margin-bottom:12px
}