/* Css Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
ol,ul{
    list-style:none;
}
blockquote,q{
    quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after{
    content:'';
    content:none;
}
:focus{
    outline:0;
}
ins{
    text-decoration:none;
}
del{
    text-decoration:line-through;
}
table{
    border-collapse:collapse;
    border-spacing:0;
}
/* General Styles */
.skiplink{
    display:none;
}
label{
    cursor:pointer;
}
a,a:link,a:visited{
    color:#656565;
    text-decoration:none;
}
a:focus,a:hover{
    text-decoration:underline;
}
html{
    background:#e8d49f url(../images/bgr_main.png) repeat;
}
body{
    color:#656565;
    font:13px Georgia,"Times New Roman",Times,serif;
    background:url(../images/bgr_top_repeat.png) repeat-x;
}
#wrapper{
    margin:0 auto;
    width:918px;
}
/*top*/
#top{
    width:918px;
    height:163px;
    background:url(../images/bgr_top.png) no-repeat;
    position:absolute;
    z-index:100;
}
/*bgr_top_wide*/
#bgr_top_wide{
    width:370px;
    height:234px;
    background:url(../images/bgr_top_wide.png) no-repeat;
    position:absolute;
    z-index:101;
    margin:0 0 0 -40px;
}
/*logo*/
#logo{
    position:absolute;
    z-index:300;
    margin:12px 0 0 20px;
}
#logo a{
    width:204px;
    height:186px;
    text-indent:-9999px;
    overflow:hidden;
    position:absolute;
    z-index:301;
    display:block;
    background:url(../images/logo.png) no-repeat;
    cursor:pointer;
}
/* header */
#header{
    width:900px;
    height:138px;
    overflow:hidden;
    position:relative;
    z-index:250;
}
#header_box{
    width:516px;
    height:36px;
    background:url(../images/bgr_header_box.png) no-repeat;
    float:right;
}
#header_nav{
    float:left;
    padding:8px 0 0 10px;
    width:332px;
}
#header_nav li{
    font-size:11px;
    color:#fff;
    text-transform:uppercase;
    float:left;
}
#header_nav a{
    color:#fff;
    background:url(../images/ico_arrow.gif) no-repeat right center;
    padding:0 15px 0 6px;
}
#header_nav .last a{
    padding:0 0 0 6px;
    background:none;
}
/*search*/
#search{
    float:right;
    padding:5px 10px 0 0;
    width:164px;
}
#SearchForm_SearchForm{
    padding-top:5px;
}
#SearchForm_SearchForm fieldset{
    width:155px;
}
.txt{
    float:left;
    width:120px;
    background:#fff;
    border:0;
    padding:4px;
    color:#8e1201;
    font-size:10px;
    font-family:Verdana,Geneva,sans-serif;
    margin:0 5px 0 0;
}
#search_submit{
    float:left;
}
.button_go {
    float:right;
    margin-top:-20px;
}
/*video*/
#video{
    float:right;
}
#video a{
    width:492px;
    height:130px;
    text-indent:-9999px;
    overflow:hidden;
    position:absolute;
    display:block;
    background:url(../images/button_video.png) no-repeat;
    cursor:pointer;
    z-index:-1;
    margin:5px 0 0 12px;
}
/* menu */
#menu{
    width:900px;
    height:69px;
    margin:0 0 0 9px;
}
#menu ul{
    float:right;
    padding:0 5px 0 0;
}
#menu li{
    float:left;
    font-size:14px;
    font-weight:bold;
}


/*shadow*/
#shadow{
    width:100%;
    height:6px;
    background:url(../images/bgr_shadow.png) repeat-x;
    position:absolute;
    top:207px;
    z-index:50;
}
/* body */
#body{
    width:900px;
    padding:0 9px;
    background:url(../images/bgr_body.png) repeat-y;
    overflow:hidden;
}
/*index_top*/
#index_top{
    width:890px;
    overflow:hidden;
    margin:0 0 23px 7px;
}
/*welcome*/
#welcome{
    float:left;
    width:264px;
    height:274px;
    background:url(../images/bgr_welcome.png) repeat-x bottom;
    padding:30px 30px 0;
    margin:0 4px 0 0;
}
#welcome h2{
    color:#f5998b;
    font-size:30px;
    line-height:34px;
    font-weight:normal;
}
#welcome p{
    color:#fad4d4;
    font-size:14px;
    line-height:19px;
}
/*gallery*/
#gallery{
    width:558px;
    float:left;
    height:304px;
    display:inline-block;
}
#gallery_thumb{
    width:100%;
    overflow:hidden;
}
#gallery_thumb img{
    float:left;
}
/*slidebar*/
#slidebar{
    width:558px;
    overflow:hidden;
    position:absolute;
    margin:273px 0 0;
}
#slidebar ul{
    float:left;
    background:url(../images/bgr_slidebar.png) repeat;
    height:31px;
    padding:0 8px;
}
#slidebar li{
    float:left;
    padding:8px 2px 0;
}
#slidebar li img{
    float:left;
}
/*ilinks*/
#ilinks{
    clear:both;
    padding:0 0 0 3px;
}
#ilinks li{
    float:left;
    padding:0 0 0 18px;
    width:182px;
}
#ilinks .thumb{
    border:5px solid #9f1f0d;
    width:172px;
    overflow:hidden;
    margin:0 0 20px;
}
#ilinks .green .thumb{
    border:5px solid #7d9208;
}
#ilinks .blue .thumb{
    border:5px solid #641169;
}
#ilinks .thumb img{
    float:left;
    width:100%;
}
#ilinks h2{
    font-size:18px;
    line-height:18px;
    color:#a0200d;
    font-weight:normal;
    margin:0 5px;
}
#ilinks h2 a,
#ilinks h2 a:visited{
    color:#a0200d;
}
#ilinks h2,
#ilinks .green h2 a,
#ilinks .green h2 a:visited{
    color:#7d9208;
}
#ilinks h2,
#ilinks .blue h2 a,
#ilinks .blue h2 a:visited{
    color:#641169;
}
#ilinks p{
    font-size:13px;
    line-height:22px;
    color:#656565;
    margin:0 0 0 5px;
}
#ilinks .more{
    margin:10px 0 0;
}
/*inews*/
#inews{
    width:286px;
    position:absolute;
    margin:-63px 0 0 614px;
}
#inews_bgr{
    width:226px;
    padding:30px 20px 0 40px;
    background:url(../images/bgr_inews.png) no-repeat;
}
#inews h2{
    margin:0 0 6px;
}
#inews_latest{
    background:url(../images/tit_latest_news.png) no-repeat;
    text-indent:-9999px;
    width:169px;
    height:26px;
}
#inews_events{
    background:url(../images/tit_current_events.png) no-repeat;
    text-indent:-9999px;
    width:205px;
    height:33px;
}
#inews li{
    color:#644229;
    font-size:13px;
    line-height:19px;
    padding:5px 0;
}
#inews li a,
#inews li a:visited{
    color:#644229;
}
#inews .news li a,
#inews .news li a:visited{
    display:block;
    background:url(../images/ico_arrow2.gif) no-repeat 0 4px;
    text-indent:16px;
}
#inews p{
    color:#644229;
    font-size:9px;
    margin:5px 0 20px 15px;
}
#inews p a,
#inews p a:visited{
    color:#644229;
}
#inews span{
    display:block;
    color:#7b1406;
    font-weight:bold;
}
/* footer */
#footer{
    width:900px;
    height:116px;
    background:url(../images/bgr_footer.png) no-repeat;
    padding:34px 9px 0;
    overflow:hidden;
}
/*footer_logo*/
#footer_logo{
    float:left;
    padding:0 20px 0 31px;
}
#footer_logo a{
    width:91px;
    height:83px;
    text-indent:-9999px;
    overflow:hidden;
    position:relative;
    display:block;
    background:url(../images/footer_logo.png) no-repeat;
    cursor:pointer;
}
/*footer_info*/
#footer_info{
    float:left;
    padding:10px 0 0;
    width:715px;
}
#footer_info p{
    font-size:14px;
    line-height:18px;
    color:#64116a;
    margin:0;
}
#footer_info a,
#footer_info a:visited{
    color:#64116a;
}
#footer_info p span{
    background:url(../images/ico_arrow2.gif) no-repeat left center;
    padding:0 5px 0 20px;
    margin:0 0 0 5px;
    display:inline-block;
}
/*logo_n*/
#logo_n{
    float:left;
}
#logo_n a{
    width:28px;
    height:28px;
    text-indent:-9999px;
    overflow:hidden;
    position:relative;
    display:block;
    background:url(../images/logo_n.png) no-repeat;
    cursor:pointer;
}
/*subpage_shadow*/
#subpage_shadow{
    width:8px;
    height:454px;
    background:url(../images/bgr_subpage_shadow.png) no-repeat;
    position:absolute;
}
/*content_banner*/
#content_banner{
    width:613px;
    overflow:hidden;
}
#content_banner img{
    float:left;
    width:100%;
}
/* sub page */
#bsub_left{
    float:left;
    width:280px;
    background:url(../images/bgr_sub_sidebar.png) no-repeat;
    min-height:480px;
}
#bsub_right{
    float:right;
    width:620px;
    padding:0 0 20px;
}

/* sub Content */
#sub_content{
    width:530px;
    margin:30px 0 0 40px;
    min-height:400px;
}
#sub_content h1,
#sub_content h2,
#sub_content h3{
    color:#6e1574;
    padding:0 0 4px;
    font-weight:normal;
}
#sub_content h1{
    font-size:30px;
}
#sub_content h2{
    font-size:25px;
}
#sub_content h3{
    font-size:20px;
}
#sub_content h4,
#sub_content h5,
#sub_content h6{
    color:#778a08;
    padding:0 0 4px;
    font-weight:normal;
}
#sub_content h4{
    font-size:30px;
}
#sub_content h5{
    font-size:25px;
}
#sub_content h6{
    font-size:20px;
}
p.sub_content_text{
    color:#656565;
    font-size:14px;
    line-height:18px;
    padding:0 0 5px;
}
p.sub_content_text a,
p.sub_content_text a:visited{
    color:#6d1472;
}
p.sub_content_text a.selected{
    color:#6d1472;
    text-decoration:underline;
}
p.sub_content_text a.selected:hover{
    color:#6d1472;
    text-decoration:none;
}
.sub_box{
    background:#fdf3db;
    border:1px solid #efddae;
    padding:20px 20px 20px 0;
    margin:5px 0 19px;
    width:500px;
    overflow:hidden;
}
.sub_box p{
    color:#644229;
    font-size:14px;
    line-height:18px;
    padding:0 0 12px 30px;
}
#sub_content .sub_box h6{
    color:#6d1472;
    padding:0 0 4px 30px;
}
.sub_list{
    padding:10px 0 0 32px;
    width:425px;
}
.sub_list p{
    color:#6d1472;
    padding:0 0 6px;
    font-size:20px;
}
.sub_list .sub_list_ul{
    color:#6d1472;
}
.sub_list ol{
    margin:0 0 0 24px;
    list-style:decimal;
}
.sub_list ol li{
    color:#656565;
    font-size:1.2em;
    padding:0 0 3px;
}
.sub_list ul{
    padding:0 0 0 5px;
}
.sub_list ul li{
    color:#656565;
    font-size:1.2em;
    background:url(../images/ico_dot.gif) no-repeat left 7px;
    padding:0 0 3px 8px;
    display:block;
}
/* sub sidebar */
#sub_sidebar{
    width:216px;
    margin:40px 0 0 31px;
    overflow:hidden;
}
#sub_sidebar h2{
    margin:0 0 10px 12px;
    color:#6e1574;
    font-size:30px;
    font-weight:normal;
}
.sub_sidebar_links{
    border-bottom:1px solid #e2d3ac;
    padding:0 0 10px;
    margin:0 0 8px 0;
}
.sub_sidebar_links li{
    padding:8px 0 2px;
    color:#778a08;
    font-size:15px;
}
.sub_sidebar_links li a,
.sub_sidebar_links li a:visited{
    color:#778a08;
}
.sub_related{
    padding:0 0 10px;
    margin:0 0 10px;
    border-bottom:1px solid #e2d3ac;
}
.sub_related h3{
    color:#6e1574;
    font-size:15px;
    font-weight:normal;
    padding:0 0 0 10px;
    background:url(../images/ico_sub_related_h3.gif) no-repeat left 5px;
    margin:0 0 5px;
}
.sub_related ul{
    padding:0 0 5px 10px;
}
.sub_related ul li{
    padding:2px 0;
    font-size:13px;
    line-height:18px;
    color:#644229;
}
.sub_related ul li a,
.sub_related ul li a:visited{
    color:#644229;
    background:url(../images/ico_star.gif) no-repeat left 2px;
    padding:0 0 0 16px;
}
.sub_related .more{
    padding:0 0 0 10px;
}
.sub_events{
    padding:0 0 10px;
    margin:0 0 10px;
    border-bottom:1px solid #e2d3ac;
}
.sub_events h3{
    color:#6e1574;
    font-size:15px;
    font-weight:normal;
    padding:0 0 0 10px;
    background:url(../images/ico_sub_related_h3.gif) no-repeat left 5px;
    margin:0 0 5px;
}
.sub_events ul{
    padding:0 0 5px 10px;
}
.sub_events ul li{
    padding:5px 0;
    font-size:13px;
    line-height:18px;
    color:#644229;
}
.sub_events ul li a,
.sub_events ul li a:visited{
    color:#644229;
}
.sub_events ul li span{
    font-size:13px;
    color:#778a08;
    display:block;
}
.sub_events .more{
    padding:0 0 0 10px;
}
.fet_box ul{
    padding:5px 0 10px;
    border-bottom:1px solid #e2d3ac;
}
.fet_box li{
    width:100%;
    overflow:hidden;
}
.fet_box li.last{
    border-bottom:0;
}
.fet_box .thumb{
    float:left;
    width:82px;
    height:83px;
    background:url(../images/bgr_thumb_sub.png) no-repeat;
    padding:9px 0 0 10px;
}
.fet_box .thumb img{
    float:left;
    border:4px solid #fff;
    width:67px;
    height:65px;
}
.fet_box .info{
    float:left;
    width:115px;
    padding:10px 0 0 5px;
}
.fet_box .info h3{
    color:#6e1574;
    font-size:15px;
}
.fet_box .info h3 a,
.fet_box .info h3 a:visited{
    color:#6e1574;
}
.fet_box .info p{
    color:#644229;
    font-size:13px;
    line-height:18px;
}
.fet_box .more{
    position:relative;
    margin:0 0 0 -4px;
}
.gall_box{
    margin:0 0 15px 0;
    padding:15px 0 0;
    float:left;
    background:url(../images/line2.gif) no-repeat;
}
.gall_box li{
    width:100%;
    float:left;
}
.gall_box h3{
    color:#6e1574;
    font-size:15px;
    font-weight:normal;
    padding:0 0 0 10px;
    background:url(../images/ico_sub_related_h3.gif) no-repeat left 5px;
    margin:0 0 5px;
}
.gall_box_left{
    float:left;
    width:82px;
    height:83px;
    background:url(../images/bgr_thumb_sub.png) no-repeat;
    padding:9px 0 0 10px;
}
.gall_box_big{
    float:left;
    width:81px;
    height:102px;
    background:url(../images/bgr_thumb_sub_big.png) no-repeat;
    overflow:hidden;
    padding:10px 0 0 11px;
}
.gall_box_right{
    float:right;
    width:123px;
}
.gall_box_left img{
    float:left;
    border:4px solid #fff;
    width:67px;
    height:65px;
}
.gall_box_big img{
    float:left;
    width:67px;
    height:83px;
    border:4px solid #fff;
}
.gall_box_right h4{
    color:#644229;
    font-size:13px;
    line-height:18px;
    padding:18px 0 8px 4px;
    font-weight:normal;
    width:96px;
}
.gall_box_right h4 a,
.gall_box_right h4 a:visited{
    color:#644229;
}
.gall_box_right p{
    padding:0 0 4px;
}
.gall_view_all{
    float:left;
    padding:4px 0 0 12px;
}
/*--- page-2 ---*/
.bg-content {
	width: 800px;
	overflow: hidden;
	background: url("../images/bg-content.gif") repeat-y;
}
.primary-content-2 {
	float: left;
	width: 451px;
	padding: 0 32px 0 38px;
}
.primary-content-3 {
	float: left;
	padding: 0 32px 0 38px;
}

.secondary-content-2 {
    float: right;
    width: 200px;
    height: 100%;
    margin:55px 40px 20px 0;
    padding: 0px 0px 10px;
    background-color:#F5F5F5;
}
.sublink-box {
    padding: 0;
    background:#EEE;
}
.sublink-box h3 {
    color: #828282;
    font-size: 16px;
    padding: 6px 0 6px 10px;
    /*background: url("../images/h-line.gif") no-repeat 0 100%;*/
}
.sublink-box ul {padding: 9px 0 0 0;}

.sublink-box ul li {
    font-size: 14px;
    padding: 0 0 6px 29px;
    background: url("../images/i-2.gif") no-repeat 15px 5px;
}
.sublink-box ul li  a {color: #fc9400;}

.related-box {
	padding: 8px 0 12px 0;
	background: url("../images/h-line.gif") no-repeat 0 100%;
}

.related-box h3,
.separator h3,
.gallery-box h3 {
	color: #0061aa;
	font-size: 14px;
	padding: 0 0 3px 29px;
	background: url("../images/i-2.gif") no-repeat 15px 3px;
}
.related-box p {
	color: #FC9400;
	font-size: 11px;
	line-height: 14px;
	padding: 0 22px 9px 29px;
}
.related-box p a {color: #B7B7B7;}
.mb-1 {margin-bottom: 5px !important;}

.separator {
	margin: 9px 0 0 0;
	padding: 7px 0 0 0;
	background: url("../images/h-line.gif") no-repeat;
}
.separator p ,
.gallery-box p {padding: 17px 0 0 0;}

.button-box {padding: 2px 0 0 25px;}
.button-box a {margin: 0;}

.flashElement {
	float: left;
	width: 800px;
	height: 196px;
	background: url("../images/flashElement.jpg") no-repeat;
	padding: 0px 0px 0 0px;
}
.whiteBG {
	width: 845px;
	margin: 0 auto;
	background: url("../images/whiteBG.png") repeat-y;
	padding: 0px 0px 0 0px;
}

.breadcrumbs {
    width: 452px;
    padding: 10px 38px 17px 0px;
    text-transform: uppercase;
}
.breadcrumbs li {
    color: #696a6a;
    font-size: 9px;
    display: inline;
}
.breadcrumbs li span {color: #b7b7b7;}
.breadcrumbs li a {color: #b7b7b7;}

/* ecommerce */

.top-inner h3 {
    color:#6E1574;
}

.typography p {
    line-height: 18px
}

#SearchResults li {
    list-style-type: disc;
    padding-bottom: 15px;   
}
#SearchResults li a {
    color: #6E1574;
    text-decoration: underline;
}