@charset "utf-8";
/* @group Navigation */

.photos{border-style:solid; border-width:2px; border-color:#FFFFFF;}

ul#nav {
	width: 965px;
	height: 45px;
	margin-top: 11px;
	margin-bottom: 2px;
	margin-left: auto;
	margin-right: auto;

}

ul#nav li {
	float:left;
	display: inline;
}

ul#nav li a {
	line-height: 45px;
	float: left;
	display: block;
	color: #000000;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	padding: 0 8px;

}

ul#nav li a:hover {
	background-image: url(/images/nav-bkg.jpg);
}

ul#nav li a.current {
	background: url(/images/nav-bkg.jpg) repeat-x 0 -45px;
	color: #fff;
}

/* @end */

a{
	color:#637A71;
	text-decoration:none;
}
a:hover {text-decoration:underline;}
body {
	background-image: url(/images/background-alt.jpg); background-repeat:repeat-x; background-color:#edebdf; margin:0px; font-family:Georgia, "Times New Roman", Times, serif; font-size:13px; color:#333333; line-height:20px;
}
#maincontainer{margin-left:auto; margin-right:auto; }
#logo{margin-top:16px;}
#photoframe{
	margin-left: auto;
	margin-right: auto;
	height:366px; width:951px; background-image:url(/images/photoframe.png);
	}



.stepcarousel{
position: relative; /*leave this value alone*/
border: 00px solid black;
overflow: scroll; /*leave this value alone*/
width: 925px; /*Width of Carousel Viewer itself*/
height: 340px; /*Height should enough to fit largest content's height*/
left:0px;
top:12px;
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
margin:0px;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 0px; /*margin around each panel*/
width: 925px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

.stepcarousel2{
position: relative; /*leave this value alone*/
border: 00px solid black;
overflow: scroll; /*leave this value alone*/
width: 800px; /*Width of Carousel Viewer itself*/
height: 500px; /*Height should enough to fit largest content's height*/
left:0px;
top:0px;
}

.stepcarousel2 .belt2{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
margin:0px;
}

.stepcarousel2 .panel2{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 0px; /*margin around each panel*/
width: 800px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

.stepcarousel3{
position: relative; /*leave this value alone*/
border: 00px solid black;
overflow: scroll; /*leave this value alone*/
width: 700px; /*Width of Carousel Viewer itself*/
height: 350px; /*Height should enough to fit largest content's height*/
left:0px;
top:0px;
}

.stepcarousel3 .belt3{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
margin:0px;
}

.stepcarousel3 .panel3{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 0px; /*margin around each panel*/
width: 700px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */

}

.stepcarousel4{
position: relative; /*leave this value alone*/
border: 00px solid black;
overflow: scroll; /*leave this value alone*/
width: 890px; /*Width of Carousel Viewer itself*/
height: 190px; /*Height should enough to fit largest content's height*/
left:0px;
top:0px;
}

.stepcarousel4 .belt4{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
margin:0px;
}

.stepcarousel4 .panel4{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 0px; /*margin around each panel*/
width: 890px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */

}



#footer {
   	height: 100px;
	position: relative;
	width: 100%;
	background: url(/images/background2.jpg) repeat-x;
	padding-top: 35px;
	min-width: 970px;
}

#footer-container {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	font-size:12px; color:#edebdf; line-height:14px;
}
#footer-container a {color:#edebdf; text-decoration:none;}
h1, h2,h3,h4, h5 {
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-weight: bold;

  margin: 0;
  padding: 0;

  color:#FFFFFF;
}


h1 {
	text-align: center;
	font-size: 55px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

    .sIFR-active h1,
    .sIFR-active h2,
	.sIFR-active h3,
    .sIFR-active h4,
    .sIFR-active h5#pullquote {
      visibility: hidden;
      font-family: Verdana;

    }

    .sIFR-active h1 {
	font-size: 25px;
      padding-bottom: 0;
    }

    .sIFR-active h2 {
      font-size: 15px;
      display: block;
    }