Body {
	margin: 0px;
	padding: 0px;
	background: url(../images/index_02.jpg) repeat-x #dfe7ed;
	line-height: 18px;
}

p {
	margin: 10px 0px;
}

#Wrapper {
	background: url(../images/wrapper-bg.jpg) repeat-y;
	width: 1003px;
	margin: 0px auto;
}

Div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #161616;
}

#Main {
	background: url(../images/index_04.jpg) no-repeat;
	padding: 0px 11px;
}

#TopBar {
	background: url(../images/top-bar.jpg) no-repeat;
	height: 29px;
	line-height: 29px;
	font-size: 14px;
	color: #ffffff;
	text-align: right;
	padding-right: 10px;
}

#TopBar span {
	color: #ffa971;
	font-size: 20px;
}

#Header {
	height: 90px;
}

.Logo {
	width: 231px;
	float: left;
}

.Menus {
	width: 680px;
	float: right;
	padding: 52px 10px 0px;
	height: 38px;
}

.Menus ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	border-left: 1px #c8dae8 solid;
	border-right: 1px #c8dae8 solid;
}

.Menus li {
	display: inline;
}

.Menus a {
	display: block;

	padding: 0px 15px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #24247a;
	text-decoration: none;
	line-height: 38px;
	height: 38px;
	background: url(../images/menu-bg.jpg) repeat-x;
	font-weight: bold;
}

.Menus a:hover, .Menus a.Active {
	color: #ffffff;
	background: url(../images/menu-over.jpg) repeat-x;
}

#ContentWrap {
	background: url(../images/content-fade.jpg) repeat-x;
}

#Content {
	background: url(../images/content-bg.jpg) repeat-y right;
	padding-top: 10px;
}

.Content {
	width: 700px;
	float: left;
	padding-left: 13px;
}

.Heading {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
}

.Box {
	width: 338px;
	float: left;
}

.Box1 {
	width: 338px;
	float: right;
}

.Head {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	line-height: 31px;
	height: 31px;
	background: url(../images/index_08.jpg) no-repeat;
	font-weight: bold;
}

.BoxContent {
	background: url(../images/index_15.jpg) repeat-x bottom #fcfcfc;
	border: 1px #c4c4f1 solid;
	padding: 10px;
	color: #24247a;
	height: 165px;
}

.Links {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

.Links a {
	background: url(../images/index_18.jpg) no-repeat 5px 10px;
	display: block;
	padding-left: 15px;
	line-height: 24px;
	height: 24px;
	border-bottom: 1px #cfd0cb solid;
	text-decoration: none;
	color: #161616;
}

.Links a:hover {
	background: url(../images/index_18.jpg) no-repeat 5px 10px #ffffff;
}

a.View {
	color: #f71e27;
	text-decoration: none;
}

a:hover.View {
	text-decoration: underline;
}

.RightBar {
	width: 245px;
	float: right;
}

.Head1 {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	line-height: 27px;
	height: 27px;
	background: url(../images/index_10.jpg) no-repeat;
	font-weight: bold;
}

.RightContent {
	padding: 12px;
}

.News {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	color: #000;
}

.News li {
	color: #c3bfbf;
}

.News a {
	color: #161616;
	text-decoration: none;
	line-height: 14px;
	font-weight: bold;
}

.News a:hover {
	text-decoration: underline;
}

#Footer {
	padding: 0px 0px 5px;
	background: #dfe7ed;
}

.FooterLinks {
	text-align: center;
	font-weight: bold;
}

.FooterLinks a {
	color: #161616;
	text-decoration: none;
	margin: 0px 5px;
}

.FooterLinks a:Hover {
	text-decoration: underline;
}

.Copyright {
	width: 330px;
	float: left;
	padding-top: 10px;
}

.Design {
	width: 330px;
	float: right;
	padding-top: 10px;
	text-align: right;
}

.Design a {
	color: #161616;
	font-weight: bold;
	text-decoration: none;
}

.Design a:hover {
	text-decoration: underline;
}

.Clear {
	clear: both;
}


#slideshow {
    position:relative;
    height:201px;
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
  
    background-color: #FFF;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
  
    display: block;
  
 
}

