/* Css Reset */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{
    margin:0;
    padding:0;
}
ul,ol{
    list-style:none;
}
fieldset{
    display:inline;
    border:0;
}
blockquote,q{
    quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after{
    content:"";
}
table {
    border-collapse:separate;
    border-spacing:0;
}
a img{
    border:0;
}
.clear{
    clear:both;
    line-height:0;
}
.skiplink{
    display:none;
}
label{
    cursor:pointer;
}
/* General Styles */
a,a:link,a:visited{
    color:#00f;
    outline:0;
    text-decoration:none;
}
a:focus,a:hover{
    text-decoration:underline;
}
body{
    background:#e1d5c0;
    color:#68583a;
    font-size:62.5%;
    font-family:Georgia,Arial,sans-serif;
}
#wrapper{
    width:880px;
    margin:0 auto;
}
/* container */
#container{
    position:relative;
    width:880px;
}
#container_bgr{
    width:850px;
    padding:0 15px;
    background:url(../images/bgr-container.png) repeat-y;
}
/* header */
#header{
    position:absolute;
    width:850px;
    height:138px;
    overflow:hidden;
    z-index:10;
}
#header_bgr{
    width:850px;
    height:138px;
    background:url(../images/bgr-header.png) no-repeat;
}
#logo{
    float:left;
    margin-left:35px;
}
#logo span{
    display:block;
    width:310px;
    height:109px;
    background:url(../images/bgr-logo.png) no-repeat;
    text-indent:-5000px;
}
#topnav{
    float:right;
    padding:3px 5px;
}
#topnav a,
#topnav a:visited{
    color:#fff;
}
#topnav ul,
#topnav form{
    float:left;
}
#topnav ul{
    padding:4px 5px;
}
#topnav li{
    float:left;
    font-size:11px;
    font-weight:bold;
    padding-left:15px;
    margin-left:8px;
    text-transform:uppercase;
    background:url(../images/ico-topbullet.gif) no-repeat left;
}
#topnav li.first{
    background:none;
}
#topnav input{
    vertical-align:middle;
    margin-left:5px;
}
#topnav input.txt{
    width:119px;
    height:15px;
    font-size:11px;
    color:#330d0d;
    padding:2px 5px;
    border:0;
}
/* mast */
#mast{
    position:relative;
    width:850px;
    height:234px;
    padding-top:79px;
    margin-bottom:5px;
}
#mast .controls{
    position:absolute;
    bottom:10px;
    left:15px;
}
/* nav */
#nav{
    clear:both;
    width:830px;
    height:48px;
    font-size:14px;
    padding:1px 0 0;
    text-transform:uppercase;
    padding-left:20px;
    margin-bottom:5px;
    background:url(../images/bgr-nav.jpg) repeat-x;
}
#nav li{
    float:left;
    margin:0 3px;
}
#nav li a,
#nav li a:visited{
    display:block;
    color:#e8edd5;
    padding:15px 10px;
}
#nav li a:hover{
    color:#fff;
    text-decoration:none;
    background:url(../images/bgr-nav-on.jpg) repeat-x;
}
/* content */
#content{
    clear:both;
    overflow:hidden;
}
a.more{
    display:block;
    width:35px;
    height:15px;
    text-indent:-5000px;
    background:url(../images/button-more.gif) no-repeat;
}
a.viewall{
    display:block;
    width:47px;
    height:15px;
    text-indent:-5000px;
    background:url(../images/button-viewall.gif) no-repeat;
}
/* welcome */
#home #welcome{
    float:left;
    width:253px;
    padding:20px 30px;
}
#home #welcome h1{
    font-size:30px;
    font-weight:normal;
    color:#390f0f;
}
#home #welcome p{
    font-size:12px;
    line-height:19px;
    margin-bottom:15px;
}
/* box */
#home #box{
    float:right;
    width:522px;
    padding:7px;
    background:url(../images/bgr-box.jpg) repeat-x;
}
/* feature */
#home #box .feature{
    float:left;
    width:222px;
    padding:15px 15px 5px;
}
#home #box .feature li{
    float:left;
    margin-bottom:5px;
}
#home #box .feature a,
#home #box .feature a:visited{
    color:#370f0e;
}
#home #box .feature .thumb{
    float:left;
    display:block;
    width:75px;
    height:77px;
    padding:9px 0 0 9px;
    background:url(../images/bgr-thumb1.png) no-repeat;
}
#home #box .feature .text{
    float:left;
    width:128px;
    padding:4px 0 0 7px;
}
#home #box .feature h3{
    font-size:16px;
    font-weight:normal;
    color:#370f0e;
    margin-bottom:3px;
}
#home #box .feature p{
    font-size:13px;
    color:#68583a;
    margin-bottom:10px;
}
/* rightcol */
#home #box #rightcol{
    float:right;
    width:220px;
    padding:20px 25px;
    background:#f8f3ea url(../images/bgr-rightbox.jpg) repeat-x;
}
#home #box #rightcol h2{
    font-size:22px;
    font-weight:normal;
    color:#390f0f;
    margin-bottom:5px;
}
#home #box #rightcol li{
    margin-bottom:10px;
}
#home #box #rightcol li a,
#home #box #rightcol li a:visited{
    font-size:12px;
    color:#68583a;
}
/* recentnews */
#home #box #rightcol .recentnews,
#home #box #rightcol .currentevents{
    margin-bottom:25px;
}
#home #box #rightcol .recentnews li a,
#home #box #rightcol .recentnews li a:visited{
    padding-left:12px;
    background:url(../images/ico-arrowbullet.gif) no-repeat 0px 3px;
}
/* currentevents */
#home #box #rightcol .currentevents li span{
    font-size:12px;
    font-weight:bold;
    color:#380e0e;
}
/* sidebox */
#sidebox{
    float:left;
    width:255px;
    margin-bottom:20px;
    background:url(../images/bgr-sidebox.png) repeat-x top;
}
#sidebox a.viewall{
    display:block;
    width:46px;
    height:15px;
    text-indent:-5000px;
    background:#fff url(../images/button-viewall.gif) no-repeat;
}
#sidebox a.more{
    display:block;
    width:35px;
    height:15px;
    text-indent:-5000px;
    background:#fff url(../images/button-more2.gif) no-repeat;
}
#sidebox a.viewphotos{
    display:block;
    width:60px;
    height:15px;
    text-indent:-5000px;
    background:#fff url(../images/button-viewphotos.gif) no-repeat;
}
#sidebox .sublink{
    padding:15px 25px 10px;
    margin-bottom:15px;
    background:url(../images/bgr-separator.gif) no-repeat bottom;
}
#sidebox .sublink h2{
    font-size:22px;
    font-weight:normal;
    color:#390f0f;
    padding-left:7px;
    margin-bottom:10px;
}
#sidebox .sublink ul{
    font-size:14px;
    text-transform:uppercase;
    padding-top:15px;
    background:url(../images/bgr-separator.gif) no-repeat top;
}
#sidebox .sublink li{
    margin-bottom:8px;
    padding-left:7px;
}
#sidebox .sublink li a,
#sidebox .sublink li a:visited{
    color:#390f0f;
}
#sidebox .relatednews,
#sidebox .relatedevents{
    padding:0 18px 10px;
    margin-bottom:15px;
    background:url(../images/bgr-separator.gif) no-repeat bottom;
}
#sidebox .relatednews h6,
#sidebox .relatedevents h6,
#sidebox .galleries h6{
    font-size:14px;
    font-weight:normal;
    margin-bottom:5px;
    padding-left:12px;
    color:#390f0f;
    text-transform:uppercase;
    background:url(../images/ico-arrowbullet.gif) no-repeat 0px 3px;
}
#sidebox .relatednews li,
#sidebox .relatedevents li{
    font-size:12px;
    padding-left:12px;
    padding-right:9px;
    margin-bottom:10px;
}
#sidebox .relatednews a,
#sidebox .relatedevents a,
#sidebox .galleries a{
    color:#68583a;
}
#sidebox .relatednews a.viewall,
#sidebox .relatedevents a.viewall,
#sidebox .galleries a.viewall{
    margin-left:12px;
}
#sidebox .relatedevents li span{
    font-weight:bold;
    color:#390f0f;
}
#sidebox .feature{
    float:left;
    width:210px;
    padding:0 18px 10px;
    margin-bottom:15px;
    background:url(../images/bgr-separator.gif) no-repeat bottom;
}
#sidebox .feature a,
#sidebox .feature a:visited{
    color:#390f0f;
}
#sidebox .galleries{
    float:left;
    width:210px;
    padding:0 18px 10px;
    margin-bottom:15px;
}
#sidebox .galleries h6{
    margin-bottom:10px;
}
#sidebox .feature li,
#sidebox .galleries li{
    float:left;
    margin-bottom:10px;
}
#sidebox .feature .thumbborder,
#sidebox .galleries .thumbborder{
    float:left;
    display:block;
    width:77px;
    height:73px;
    padding:8px 0 0 10px;
    background:url(../images/bgr-thumb.png) no-repeat;
}
#sidebox .feature .thumbborder2,
#sidebox .galleries .thumbborder2{
    float:left;
    display:block;
    width:77px;
    height:91px;
    padding:8px 0 0 8px;
    background:url(../images/bgr-thumb2.png) no-repeat;
}
#sidebox .feature .text,
#sidebox .galleries .text{
    float:left;
    width:110px;
    padding:4px 0 0 8px;
}
#sidebox .feature .text h6{
    font-size:13px;
    font-weight:normal;
    margin-bottom:2px;
    color:#390f0f;
    text-transform:uppercase;
}
#sidebox .feature .text p,
#sidebox .galleries .text p{
    font-size:12px;
    margin-bottom:5px;
}
#sidebox .galleries a.viewall{
    clear:both;
}
#sidebox .galleries .text{
    padding:10px 0 0 8px;
}
/* mainbox */
#mainbox{
    float:right;
    width:500px;
    padding:30px 70px 30px 15px;
}
#mainbox a,
#mainbox a:visited{
    color:#68583a;
}
#mainbox h1,
#mainbox h2,
#mainbox h3{
    color:#390f0f;
    margin-bottom:3px;
}
#mainbox h4,
#mainbox h5,
#mainbox h6{
    color:#68583a;
    margin-bottom:3px;
}
#mainbox h1,
#mainbox h4{
    font-size:21px;
}
#mainbox h2,
#mainbox h5{
    font-size:16px;
}
#mainbox h3,
#mainbox h6{
    font-size:14px;
}
#mainbox p{
    font-size:12px;
    margin-bottom:10px;
}
#mainbox blockquote{
    width:385px;
    padding:20px 30px;
    margin:20px 0;
    border:1px solid #e1d6c3;
    background:#ebe3d5;
}
#mainbox .lists{
    padding:20px 30px;
}
#mainbox ol,
#mainbox ul{
    font-size:12px;
    margin-left:15px;
    margin-bottom:12px;
}
#mainbox ol{
    margin-left:20px;
    list-style-type:decimal;
}
#mainbox ul{
    list-style-type:disc;
}
#mainbox li{
    margin-bottom:2px;
}

/* mainbox2 */
#mainbox2{
    float:right;
    width:765px;
    padding:30px 70px 30px 15px;
}
#mainbox2 a,
#mainbox2 a:visited{
    color:#68583a;
}
#mainbox2 h1,
#mainbox2 h2,
#mainbox2 h3{
    color:#390f0f;
    margin-bottom:3px;
}
#mainbox2 h4,
#mainbox2 h5,
#mainbox2 h6{
    color:#68583a;
    margin-bottom:3px;
}
#mainbox2 h1,
#mainbox2 h4{
    font-size:21px;
}
#mainbox2 h2,
#mainbox2 h5{
    font-size:16px;
}
#mainbox2 h3,
#mainbox2 h6{
    font-size:14px;
}
#mainbox2 p{
    font-size:12px;
    margin-bottom:10px;
}
#mainbox2 blockquote{
    width:385px;
    padding:20px 30px;
    margin:20px 0;
    border:1px solid #e1d6c3;
    background:#ebe3d5;
}
#mainbox2 .lists{
    padding:20px 30px;
}
#mainbox ol,
#mainbox ul{
    font-size:12px;
    margin-left:15px;
    margin-bottom:12px;
}
#mainbox ol{
    margin-left:20px;
    list-style-type:decimal;
}
#mainbox ul{
    list-style-type:disc;
}
#mainbox li{
    margin-bottom:2px;
}
/* footer */
#footer_bgr{
    width:100%;
    background:url(../images/bgr-footertop.png) no-repeat top;
}
#footer{
    clear:both;
    color:#360e0e;
    overflow:hidden;
    padding:20px 0;
    width:820px;
    margin:0 auto;
}
#footer a,
#footer a:visited{
    color:#360e0e;
}
#footer .footercontact{
    float:left;
    width:520px;
    height:31px;
    font-size:10px;
    padding-left:170px;
    background:url(../images/bgr-logofooter.png) no-repeat;
}
#footer .developer{
    float:right;
    width:94px;
    height:30px;
    text-indent:-5000px;
    background:url(../images/bgr-developer.png) no-repeat;
}
/*--- 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 15px;
}
.primary-content-3 {
	float: left;
	padding: 0 32px 0 15px;
}

.secondary-content-2 {
    float: right;
    width: 200px;
    height: 100%;
    margin: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;
}
#SearchForm_SearchForm fieldset{
    width:160px;
}
.button_go{
    float:right;
    margin-top:-19px;
}
.breadcrumbs {
    width: 452px;
    padding: 20px 38px 17px 15px;
    text-transform: uppercase;   
}
.breadcrumbs li {
    color: #696a6a;
    font-size: 9px;
    display: inline;
}
.breadcrumbs li span {color: #b7b7b7;}
.breadcrumbs li a {color: #b7b7b7;}

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