body { margin:0px; background-color:#fff; height:100% }
html { height:100% }
form { margin:0px }
img { margin:0px; border-style:none }
button { margin:0px; border-style:none; padding:0px; background-color:transparent; vertical-align:top }
p:first-child { margin-top:0px }
table { empty-cells:hide }
.f-sp { font-size:1px; visibility:hidden }
.f-lp { margin-bottom:0px }
.f-fp { margin-top:0px }
.f-x1 {  }
.f-x2 {  }
.f-x3 {  }
em { font-style:italic }
h1 { font-weight:bold; font-size:18px }
h1:first-child { margin-top:0px }
h2 { font-weight:bold; font-size:16px }
h2:first-child { margin-top:0px }
h3 { font-weight:bold; font-size:14px }
h3:first-child { margin-top:0px }
strong { font-weight:bold }
.style28 { font-family:Arial,Helvetica,sans-serif }
.style37 { letter-spacing:0.48px; line-height:1.4; text-align:left; margin-bottom:-0.5em }
a:link.style12 { color:#969795 }
.style33 { font-family:Arial,Helvetica,sans-serif; font-size:14px }
a:link.link { color:#000; text-decoration:none }
a:visited { color:#000; text-decoration:none }
a:hover { color:#000 text-decoration:none }
.style43 { color:#504844 }
.style44 { font-family:Georgia,Palatino,Times,serif; font-size:40px; color:#969795 }
.style45 { font-family:Georgia,Palatino,Times,serif; font-size:20px}
.style35 { font-size:12px }
.style54 { color:#000 }
.style50 { font-family:Arial,Helvetica,sans-serif; font-size:12px }
.style16 { text-align:left }
.style46 { font-family:Georgia,Palatino,Times,serif; font-size:20px }
.style47 { font-family:Georgia,Palatino,Times,serif; font-size:17px; line-height:1.4}
.style42 { color:#f00 }
.style38 { text-align:left }
.style40 { font-size:36px }
.style51 { color:#000; font-family:Arial,Helvetica,sans-serif; font-size:xx-small }
.style52 { color:#504844; font-family:Georgia,Palatino,Times,serif; line-height:1.4; text-align:left }
.textsite { color:#504844; font-family:Georgia,Palatino,Times,serif; line-height:1.4 }
.style53 { color:#504844 }
#fwNav1 { float:left;  padding:0; margin:0; list-style:none; }
#fwNav1 .fwNavItem { width:auto;  float:left;margin:0; padding:0; border-right:1px solid #FFFFFF; border-top:0; border-bottom:0; border-left:0; position:relative; }
#fwNav1 .fwNavItem a { display:block;color:#969795; text-decoration:none; background:#CCCCCC; margin:0;padding:16px 14px 10px 12px; height:1%; }
#fwNav1 .fwFirstChild { border-left:0; }
#fwNav1 .fwLastChild { border-right:0; }
#fwNav1 .fwNavItem a:hover, #fwNav1 .fwNavItem span a:hover, #fwNav1 .fwNavItem a:focus { color:#000000; text-decoration:none; background:#FFFFFF; }
#fwNav1 .fwNavItem a:active { color:#FFFFFF; text-decoration:none; background:#FF0000; }
#fwNav1 .fwNavItem a.fwCurrent, #fwNav1 .fwNavItem a.fwCurrent:hover { display:block; color:#FFFFFF; background:#969795; }
* html #fwNav1 { float:left; }
* html #fwNav1 .fwNavItem a { float:left; height:1%; }
-->
/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/


#slider {
	margin-top:100px;
	float:left;
	position:relative;
    width:618px;   
	background:url(../demo/images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:260px;
	bottom:-42px;
}
.nivo-controlNav a {
	display:block;
	width:44px;
	height:44px;
	background:url(../demo/images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:44px;
	height:44px;
	background: url(../demo/images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}
#columns {
        width: 730px;
    }

    #columns .column {
        position: relative;
        width: 46%;
        padding: 1%;
       
    }

    #columns .left {
        float: left;
    }

    #columns .right {
        float: right;
    }

