@charset "utf-8";
@import url("cmsbtns.css");
html,body {
 height:100%;
}
#main {
	width: 1028px;
	overflow: visible;
	margin-right: auto;
	margin-left: auto;
}

/*Top Stuff Here*/

#top {
	float: left;
	width: 1028px;
	overflow: visible;
}
#logo {
	background-image: url(layout/top_bg.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 104px;
	width: 1028px;
}
#logo img {
	margin-top: 20px;
	margin-left: 60px;

}
#top  #bigbanner {
	float: left;
}

#top_nav {
	background-image: url(layout/nav_bg.gif);
	background-repeat: repeat-x;
	height: 53px;
	width: 1028px;
	float: left;
}
#top_nav ul {
	/*PAD MARGIN HERE AFFECTS DROPDOWN ULS*/
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

	
}
#top_nav   ul li  {
	display: inline;
	float: left;

}
#top_nav  ul  li  a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}





/*-----------------------------------------------*/

/*Center Stuff Here*/

#center {
	float: left;
	width: 1028px;
	margin-top: 25px;
}
#center_left {
	float: left;
	height: auto;
	width: 670px;
	margin-left: 50px;
	display: inline;
}

#center_left h1 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#center_left h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(layout/title_head1.jpg);
	background-repeat: repeat-x;
	height: 29px;
	line-height: 29px;
	padding-left: 20px;
}
#center_left #desc_left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	margin-bottom: 10px;
	padding-bottom: 10px;
	margin-left: 10px;
}

#center_right {
	float: right;
	width: 274px;
	margin-right: 0px;
	background-image: url(layout/column_bg.gif);
	background-repeat: repeat-y;
	/*margin-top: 27px; TOP MARGIN DISTANCE*/
}
#center_right h1 {
	background-image: url(layout/column_head.gif);
	background-repeat: no-repeat;
	width: 260px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	height: 23px;
	padding-top: 6px;
	padding-left: 10px;
	margin-left: 10px;
}
#center_right h2,#center_right h3,#center_right h4,#center_right h5,#center_right h6 {
	width: 247px;
	margin-left: 17px;
	margin-bottom: 17px;
}
#center_right img {
	margin-left: 27px;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 225px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#center_right #desc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	width: 240px;
	margin-right: 10px;
	margin-left: 20px;
	margin-bottom: 20px;
	float: left;
}
#center_right #desc a {
	font-size: 11px;
	color: #333333;
	font-weight: bold;
}
#center_right #desc a:hover {
	color: #CC0000;
}

#center_right #desc p {
	padding: 0px;
	margin-bottom: 6px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#center_right h3 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #990000;
}
#center_right #more{
	margin-left: 19px;
	color: red;
}

/*-----------------------------------------------------*/

/*Bottom Here*/

#bottom {
	float: left;
	width: 1028px;
	margin-top: 25px;
}
#bottom_up {
	float: left;
	height: 164px;
	background-image: url(layout/foot_bg.jpg);
	width: 1028px;
}
#bottom_up ul {
	padding: 0px;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	width: 900px;
}
#bottom_up ul li {
	display: inline;
	float: left;
	margin-right: 20px;
	margin-left: 20px;
}
#bottom_up    ul   li  a  img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#bottom_down {
	float: left;
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 1028px;
	text-align: right;
}
