@charset "utf-8";
body {
	background: #333333;
	margin: 0px;
	color: #000;
	font-family: "lucida grande", "lucida sans unicode", verdana, lucida, helvetica, sans-serif;
	padding: 0px;
	position: relative;
}
#container {
	border-right: #fff 1px solid;
	border-top: #fff 1px solid;
	background: #C5E1ED;
	border-left: #fff 1px solid;
	width: 780px;
	border-bottom: #fff 1px solid;
	padding: 0px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	position: relative;
}
#pageheader {
	margin: 0px;
	border-bottom: #fff 1px solid;
	height: 123px;
	background-image: url(images/headernew.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#pageheader h1 {
	display: none
}
#pageheader h2 {
	display: none
}
#content {
}
#logo {
	width: 36%;
	float: left;
	height: 123px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center 30px;
	font-size: 12px;
	font-style: normal;
	line-height: 12px;
	font-weight: bold;
}
#search {
	width: 63%;
	float: right;
	height: 50px;
	margin-top: 10px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
}
#menu {
	width: 63%;
	float: right;
	margin: 5px;
	height: 50px;
}
#cnt_title {
	height: 40px;
	background-color: #0C354F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	color: #FFFFCC;
	padding-top: 6px;
	padding-left: 10px;
}
#cnt_top {
	background-image: url(images/cnt_image.jpg);
	height: 107px;
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#cnt_left {
	height: 350px;
	float: left;
	width: 32%;
	position: relative;
	margin-top: 5px;
	padding-left: 7px;
}
#cnt_mid {
	height: 350px;
	width: 32%;
	float: left;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin-top: 5px;
	padding-left: 7px;
}
#cnt_right {
	height: 350px;
	float: left;
	width: 32%;
	margin-top: 5px;
	padding-left: 7px;
}
#footer {
	border-top: #fff 1px solid;
	height: 20px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 10px;
	padding-left: 10px;
}
p {
	padding-right: 5px;
	padding-left: 5px;
	font-size: 12px;
	padding-bottom: 10px;
	margin: 0px;
	line-height: 16px;
	padding-top: 5px
}
#logo p {
	font-size: 14px;
	color: #FFFFFF;
	font-style: normal;
	line-height: 12px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a {
	color: #369;
	text-decoration: underline;
	font-size: 12px;
}
a:link {
	color: #000099;
	text-decoration: underline
}
a:visited {
	color: #369;
	text-decoration: underline
}
a:hover {
	color: #fff;
	text-decoration: none
}
.menu {
	width: 63%;
	float: right;
	height: 50px;
	position:relative;
	font-family:arial, verdana, sans-serif;
	font-size:12px;
	z-index:500;
	margin-top: 10px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
}
.menu .select {
	margin:0;
	list-style:none;
	white-space:nowrap;
	padding-left: 2px;
}
.menu li {
	float:left;
	background-image: url(images/menu.gif);
}
.menu .select a {
	display:block;
	height:28px;
	float:left;
	background: url(images/menu.gif);
	text-decoration:none;
	line-height:25px;
	white-space:nowrap;
	color:#ddd;
	padding-top: 0;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.menu .select a b {
	display:block;
	background:url(line/images/menu.gif) right top;
	padding-top: 0;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.menu .select a:hover, .menu .select li:hover a {
	background: url(images/menu_hover.gif);
	line-height:27px;
	cursor:pointer;
	color:#fff;
	padding-top: 0;
	padding-right: 8px;
	padding-bottom: 0;
	padding-left: 10px;
}
.menu .select a:hover b, .menu .select li:hover a b {
	display:block;
	background:url(images/menu_hover.gif) right top;
	cursor:pointer;
	padding-top: 0;
	padding-right: 8px;
	padding-bottom: 9px;
	padding-left: 10px;
}
.menu .sub {
	display:none;
	margin:0;
	list-style-image: none;
	list-style-type: circle;
}
.menu .sub li {
	background:transparent;
	list-style-image: none;
	list-style-type: none;
}
.menu .select :hover .sub {
	height:18px;
	display:block;
	position:absolute;
	float:none;
	top:28px;
	left:2px;
	text-align:center;
	list-style-image: none;
	list-style-type: none;
}
.menu .select :hover .sub li a {
	display:block;
	height:18px;
	line-height:16px;
	float:left;
	margin:0;
	white-space:nowrap;
	border:1px solid #333333;
	color:#FFFFFF;
	font-size:10px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	background-color: #666666;
	background-image: none;
	list-style-image: none;
	list-style-type: none;
}
.menu .select :hover .sub li a:hover {
	color:#000;
	line-height:15px;
	background-color: #CCCCCC;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	list-style-image: none;
	list-style-type: none;
}
#lfoot {
	text-align: left;
	float: left;
	position: relative;
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 2px;
	width: 40%;
}
#rfoot {
	text-align: right;
	float: right;
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 2px;
	position: relative;
	width: 30%;
}
#mfoot {
	float: left;
	width: 30%;
}
