#myslides{
  background:url(images/feat-bg.png);
  position:relative;
  margin-bottom:10px;
  height:252px;
  width: 1000px;
}

.stepcarousel{
  position: relative; /*leave this value alone*/
  overflow: scroll; /*leave this value alone*/
  width: 910px; /*Width of Carousel Viewer itself*/
  height:232px; /*Height should enough to fit largest content's height*/
  margin: 0px 45px 0px 45px;
}

.stepcarousel .belt{
  position: absolute; /*leave this value alone*/
  left: 0;
  top: 0;
}

.stepcarousel .panel{
  float: left; /*leave this value alone*/
  overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
  margin: 10px  3px ; /*margin around each panel*/
  width:946px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
  height:215px;
}

.stepcarousel .panel img{
  float:left;
  background:#fff; /*clip content that go outside dimensions of holding panel DIV*/
  margin: 10px 0px 0px 10px; /*margin around each panel*/
  padding:5px 5px;
}

.stepcarousel .panel1{
  float: left; /*leave this value alone*/
  overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
  margin: 10px  3px ; /*margin around each panel*/
  width:946px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
  height:215px;
}

.stepcarousel .panel1 img{
  float:left;
  background:#fff; /*clip content that go outside dimensions of holding panel DIV*/
  margin: 10px 0px 0px 10px; /*margin around each panel*/
  padding:5px 5px;
}

.leftone{
  width:43px;
  height:44px;
  position:absolute;
  left:10px;
  top:95px;
  z-index:60;
}

.rightone{
  width:43px;
  height:44px;
  position:absolute;
  right:0px;
  top:95px;
  z-index:60;
}

.inpost{
  float:left;
  padding:5px 0px;
  margin:2px 5px;
  width:530px;
  z-index:100;
  height:180px;
}

.inpost h2{
  margin:0px 0px 0px 0px;
  padding:5px 5px;
  font-size:20px;
  line-height:20px;
  font-weight:bold;
  overflow:hidden;
  font-family: Century gothic,Arial,Tahoma,sans-serif;
  color:#fff;
}

.inpost h2 a:link, .inpost h2 a:visited{
  color:#fff;
}

.inpost p{
  margin:0px 0px 0px 0px;
  padding:2px 5px;
  font-size:12px;
  line-height:20px;
  overflow:hidden;
  font-family: Tahoma,Century gothic,Arial,sans-serif;
  color:#ff030a;
}

#blurbmain{
  float:left;
  width:980px;
  /*background:url(images/blurb2.png) repeat-y;*/
  padding:0px 10px;
  display:inline;
  margin:0px 0px;
}

#blurbtop{
  width:1000px;
  /*background:url(images/blurbtop.png) bottom no-repeat;*/
  height:9px;
  margin:0px 0px;
}

.blurbbot{
  float:left;
  width:1000px;
  height:12px;
  /*background:url(images/blurbot.png) no-repeat;*/
  display:inline;
}

.blurb{
  width:305px;
  float:left;
  padding:0px 10px;
  margin:0px 0px;
}

.blurb h2{
  margin:5px 0px;
  padding:0px 0px;
  font-size:13px;
  overflow:hidden;
  font-weight:bold;
  font-family:Tahoma,Century gothic,Arial,sans-serif;
}

.blurb h2 a:link,.blurb h2 a:visited{
  color:#1d3850;
}

.blurb img{
  float:left;
  margin:5px 5px 0px 0px;
  background:#b8c5d0;
  padding:5px 5px;
}

.blurb p{
  margin:5px 0px;
  padding:0px 0px;
  font-size:12px;
  line-height:21px;
  font-family:Tahoma,Century gothic,Arial,Tahoma,sans-serif;
  color:#4e5d6a;
}

#bottom{
  width:660px;
  padding:5px 0px ;
}

.mephoto{
  float:left;
  margin:0px auto;
}

/*--------------------------------------------------

  REQUIRED to hide the non-active tab content.

  But do not hide them in the print stylesheet!

  --------------------------------------------------*/

.tabberlive .tabbertabhide {
  display:none;
}

/*--------------------------------------------------

  .tabber = before the tabber interface is set up

  .tabberlive = after the tabber interface is set up

  --------------------------------------------------*/

.tabber {
  overflow:hidden;
  margin-top:10px;
  padding:0px 0px 0px 0px;
  background:#FFFFFF;
}

.tabberlive {
  margin-top:10px;
  margin-left:0px;
  margin-right:0px;
  width:375px;
  float:left;
}



/*--------------------------------------------------

  ul.tabbernav = the tab navigation list

  li.tabberactive = the active tab

  --------------------------------------------------*/

ul.tabbernav {
  padding:5px 0 0 0;
  font: 14px century gothic,Verdana, sans-serif;
  background:#354C5F;
  height:24px;
  margin:0px 0;
}

ul.tabbernav li {
  list-style: none;
  margin:0px 0;
  display: inline;
  color:#5AB7D8;
}

ul.tabbernav li a {
  padding: 5px 25px;
  margin-left: 5px;
  text-decoration: none;
  font-weight:bold;
}

ul.tabbernav li a:link { color:#CEDBEB; }

ul.tabbernav li a:visited { color:#CEDBEB; }

ul.tabbernav li a:hover { color: #fff; }

ul.tabbernav li.tabberactive a {
  color: #fff;
  width:90px;
}

ul.tabbernav li.tabberactive a:hover {
  color: #fff;
}

/*--------------------------------------------------

  .tabbertab = the tab content

  Add style only after the tabber interface is set up (.tabberlive)

  --------------------------------------------------*/

.tabberlive .tabbertab {
  padding:5px 5px;
  background:#fff;
  font-size:10px;
  font-family:Tahoma,Georgia,Century gothic, Arial, sans-serif;
  text-transform:uppercase;
  color:#aa9f9b;
  overflow:hidden;
  border:1px solid #ccc;


 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */
 /* height:200px; */
 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */
 /* overflow:auto; */
}

.tabberlive .tabbertab p{
  margin:0px 4px 5px 4px;
  color:#555;
}

.tabberlive .tabbertab a{
  color:#555;
}

.tabberlive .tabbertab a:hover{
  color:#6AC9E9;
}

.tabberlive .tabbertab li {
  list-style:none !important;
  list-style:outside;
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
}

.tabberlive .tabbertab ul {
  list-style:none;
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
}

.tabberlive .tabbertab ul li {
  list-style:none;
  color:#aa9f9b;
  display:block;
  margin:0px 0px 0px 0px;
  line-height:18px;
  width:auto;
  padding:0px 0px 0px 5px;
  border-bottom:1px dotted #999;
}

.tabberlive .tabbertab ul li a {
  color:#555;
  padding:5px 0px 5px 0px;
  display:block;
}

.tabberlive .tabbertab ul li a:hover {
  color:#C50000;
  display:block;
}

/* If desired, hide the heading since a heading is provided by the tab */

.tabberlive .tabbertab h2 {
  display:none;
}

.tabberlive .tabbertab h3 {
  display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */

.tabberlive#tab1 {
}

.tabberlive#tab2 {
}

.tabberlive#tab2 .tabbertab {
  height:200px;
  overflow:auto;
}

.about {
  float:right;
  width:360px;
  margin:5px 5px 0px 0px;
  padding:5px 5px 5px 5px;
  background:url(images/line.png) bottom repeat-x;
  display:inline;
  color:#F3F6FB;
  font: 13px Tahoma,century gothic,Verdana, sans-serif;
}

.about h2 {
  font: 20px century gothic,Georgia,Verdana, sans-serif;
  margin:0px 0px 10px 0px;
  color:#152839;
  font-weight:bold;
  }

h2.am{
  font: 20px century gothic,Georgia,Verdana, sans-serif;
  margin:0px 0px 10px 0px;
  padding-left:35px;
  color:#2A4B68;
  font-weight:bold;
  background:url(images/about.png) no-repeat;
  line-height:32px;
}

h2.sh{
  font: 20px century gothic,Georgia,Verdana, sans-serif;
  margin:0px 0px 10px 0px;
  padding-left:35px;
  color:#2A4B68;
  font-weight:bold;
  background:url(images/rss.png) no-repeat;
  line-height:32px;
}

h2.tw{
  font: 20px century gothic,Georgia,Verdana, sans-serif;
  margin:0px 0px 10px 0px;
  padding-left:35px;
  color:#2A4B68;
  font-weight:bold;
  background:url(images/twitter.png) no-repeat;
  line-height:32px;
}

h2.fl{
  font: 20px century gothic,Georgia,Verdana, sans-serif;
  margin:0px 0px 10px 0px;
  padding-left:35px;
  color:#2A4B68;
  font-weight:bold;
  background:url(images/flickr.png) no-repeat;
  line-height:32px;
}

.about img {
  float:left;
  margin:0px 5px 10px 5px;
  height:100px;
  width:100px;
  padding:5px;
  background:#fff;
}

.about p {
  font: 12px Tahoma,century gothic,Georgia,Verdana, sans-serif;
  margin:0px 0px 5px 0px;
  color:#23435F;
  line-height:20px;
}

.squarebanner {
  float:right;
  width:360px;
  margin:5px 5px 0px 0px;
  padding:5px 10px 5px 5px;
  background:url(images/line.png) bottom repeat-x;
  display:inline;
  color:#F3F6FB;
  font: 12px Tahoma,century gothic,Georgia,Verdana, sans-serif;
}

img.myphoto {
  float:left;
  margin:0px 10px 5px 0px;
  height:100px;
  width:100px;
}

.squarebanner img {
  float:left;
  margin:0px 5px 10px 5px;
/*
  height:100px;
  width:100px;
*/
  padding:5px;
  background:#fff;
}

.squarebanner p {
  font: 12px Tahoma,century gothic,Georgia,Verdana, sans-serif;
  margin:0px 0px 5px 0px;
  color:#23435F;
  line-height:20px;
}


.squarebanner ul{
  list-style-type:none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px;
}

.squarebanner ul li{
  list-style-type:none;
  margin: 2px 0 10px 0px;
  font-weight:normal;
  padding: 0px 0px;
  float:left;
  display:inline;
  color:#23435F;
  line-height:16px;
}

.squarebanner li a:link,.squarebanner li a:visited{
  overflow:hidden;
  color:#0484f4;
  font-size:10px;
  padding:3px 0px;
}

.squarebanner li a:hover {
  color:#111;
  text-decoration:none;
}
