#myslides {
	background:#EAEBBC;
	position:relative;
	margin-bottom:10px;
	height:230px;
	width: 1000px;
}
.stepcarousel {
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 910px; /*Width of Carousel Viewer itself*/
	height:200px; /*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:200px;
}
.stepcarousel .panel img {
	float:left;
	background:#fff; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 0px 0px 0px 0px; /*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:200px;
}
.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:0px;
	top:85px;
	z-index:60;
}
.rightone {
	width:43px;
	height:44px;
	position:absolute;
	right:5px;
	top:85px;
	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:18px;
	line-height:17px;
	font-weight:normal;
	overflow:hidden;
	font-family: Tahoma, sans-serif, Arial;
	color:#FFFFFF;
}
.inpost h2 a:link, .inpost h2 a:visited {
	color:#39312E;
}
.inpost p {
	margin:0px 0px 0px 0px;
	padding:2px 5px;
	font-size:12px;
	line-height:17px;
	overflow:hidden;
	font-family: Tahoma, Century gothic, Arial, sans-serif;
	color:#39312E;
}
#blurbmain {
	float:left;
	width:980px;
	background:#FFFFFF repeat-y;
	padding:0px 10px;
	display:inline;
	margin:0px 0px;
}
#blurbtop {
	width:1000px;
	background:#FFFFFF bottom no-repeat;
	height:9px;
	margin:0px 0px;
}
.blurbbot {
	float:left;
	width:1000px;
	height:12px;
	background:#FFFFFF 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:#39312E;
}
.blurb img {
	float:left;
	margin:5px 5px 0px 0px;
	background:#D0D099;
	padding:5px 5px;
}
.blurb p {
	margin:5px 0px;
	padding:0px 0px;
	font-size:12px;
	line-height:17px;
	font-family:Tahoma, Century gothic, Arial, Tahoma, sans-serif;
	color:#39312E;
}
#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: 18px Tahoma, Arial;
	background:#6F6053;
	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:#E4D8BE;
}
ul.tabbernav li a:visited {
	color:#E4D8BE;
}
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:11px;
	font-family:Tahoma, Georgia, Century gothic, Arial, sans-serif;
	text-transform:lowercase;
	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:17px;
	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:#D0D099;
	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, Tahoma, Arial;
}
.about h2 {
	font: 18px Tahoma, Tahoma, Arial;
	margin:0px 0px 10px 0px;
	color:#BDBD6F;
	font-weight:normal;
}
h2.am {
	font: 18px Tahoma, Tahoma, Arial;
	margin:0px 0px 10px 0px;
	padding-left:35px;
	color:#39312E;
	font-weight:normal;
	background:url(images/about.png) no-repeat;
	line-height:32px;
}
h2.sh {
	font: 18px Tahoma, Tahoma, Arial;
	margin:0px 0px 10px 0px;
	padding-left:35px;
	color:#39312E;
	font-weight:normal;
	background:url(images/rss.png) no-repeat;
	line-height:32px;
}
h2.tw {
	font: 18px Tahoma, Tahoma, Arial;
	margin:0px 0px 10px 0px;
	padding-left:35px;
	color:#6F6053;
	font-weight:normal;
	background:url(images/twitter.png) no-repeat;
	line-height:32px;
}
h2.fl {
	font: 18px Tahoma, Tahoma, Arial;
	margin:0px 0px 10px 0px;
	padding-left:35px;
	color:#6F6053;
	font-weight:normal;
	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:#39312E;
	line-height:17px;
}
.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:#FFFFFF;
	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:#39312E;
	line-height:17px;
}
.squarebanner ul {
	list-style-type:none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
}
.squarebanner ul li {
	list-style-type:none;
	margin: 2px 5px 10px 0px;
	font-weight:normal;
	padding: 0px 0px;
	float:left;
	display:inline;
	color:#39312E;
	line-height:16px;
}
.squarebanner li a:link, .squarebanner li a:visited {
	overflow:hidden;
	color:#39312E;
	font-size:10px;
	padding:3px 0px;
}
.squarebanner li a:hover {
	color:#39312E;
	text-decoration:none;
}
