﻿#ct_Layout {
    margin:8px auto;
    padding:0;
    width:1010px;
    border:1px solid #35393C;
    text-align:left;
}

#ct_Top {
    width:1010px;
    height:240px;
    background-image:url(header-home.png);
    background-repeat:no-repeat;
}

#ct_Menu {
    position:relative;
	width:1010px;
    height:39px;
    /*background-color:#35393C;*/
    /*background-color:#902616;*/
    background-color:#152266;
}
#ct_Menu dl {
	position:absolute;
	right:0;
}
#ct_Menu dd {
    padding:10px 10px;
    font-size:14px;
    font-weight:bold;
    text-align:center;
    text-transform:uppercase;
    color:#FFF;
	position:relative;
}
#ct_Menu dd._with:hover>._sub {
	display:inline-block;
}
#ct_Menu dd>a {
    font-size:14px;
    font-weight:bold;
    text-align:center;
    text-transform:uppercase;
    color:#FFF;
}
#ct_Menu dd>._sub {
	position:absolute;
	top:34px;
	left:0;
	width:250px;
	display:none;
	z-index:99;
	padding-top:5px;
}
#ct_Menu dd>._sub:hover {
	display:inline-block;
}
#ct_Menu dd>._sub>._item {
	background-color:#627B82;
	width:100%;
	display:inline-block;
	float:left;
	text-align:left;
	padding:5px 0;
	border-bottom:1px solid #4F6368;
}
#ct_Menu dd>._sub>._item>a {
	display:inline-block;
	padding:5px 10px;
}
#ct_Menu dt {
    padding:10px 0;
    width:5px;
    font-size:14px;
    font-weight:bold;
    text-align:center;
    color:#FFF;
}

#ct_Deco div._1 {
	position:relative;
	width:1010px;
    height:460px;
    background-image:url(home-deco-night.png);
    background-repeat:no-repeat;
}
#ct_Deco div._2 {
	position:relative;
	width:1010px;
    height:460px;
    background-image:url(home-deco-night.png);
    background-repeat:no-repeat;
}

#ct_QuickLink {
    position:absolute;
	top:315px;
	width:1010px;
    height:65px;
}
#ct_QuickLink img {
	width:1010px;
    height:95px;
}

#ct_Sitemap {
    position:absolute;
	top:180px;
    padding:125px 10px 0 50px;
	width:950px;
    /*background-image:url(home-footer.png);
    background-repeat:no-repeat*/;
}
#ct_Sitemap ul,
#ct_Sitemap li {
	display:inline-block;
	margin:0;
	padding:0;
	color:#FFF;
}
#ct_Sitemap li a {
	color:#FFF;
}
#ct_Sitemap ul {
	padding:0 10px 10px 0;
	list-style-type:none;
}
#ct_Sitemap li {
	width:100%;
}
#ct_Sitemap h1 {
	font-size:18px;
	color:#FFF;
}

#ct_Footer {
    padding:30px 10px 10px 10px;
	width:990px;
    height:10px;
	border-top:1px solid #35393C;
	font-size:14px;
    background-color:#152266;
	color:#ffffff;
}

#ct_Body {
    position:relative;
    width:1010px;

    _height:600px;
    min-height:500px;

    background-color:#DDD;
}

#ct_Newsletter {
	padding:15px 10px 0 10px;
	width:990px;
	height:193px;
}
#ct_Newsletter ._iframe {
	width:990px;
	height:193px;
}