#myslides
{
background:url(images/slider2.png);
/*background:#fbfbfb;*/
position:relative;
margin-bottom:0px;
/*height:231px;*/
height:260px;
width: 680px;
float:left;
border:1px solid #eeeeee;
clear:left;
}



.stepcarousel
{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 680px; /*Width of Carousel Viewer itself*/
height:232px; /*Height should enough to fit largest content's height*/
margin: 0px 0px 0px 0px;
}

.stepcarousel .belt
{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}



.stepcarousel .panel
{
float: left; /*leave this value alone*/
overflow: visible; /*clip content that go outside dimensions of holding panel DIV*/
margin: 15px  3px ; /*margin around each panel*/
width:680px; /*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:2px 2px;
}


.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:680px; /*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:0px;

	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:280px;
	z-index:100;
	height:180px;
}

	

.inpost h2{

	margin:0px 0px 0px 0px;
	padding:5px 5px;
	font-size:15px;
	font-weight:bold;
	overflow:visible;
	font-family: ‘Trebuchet MS’, Helvetica, sans-serif;
	color:#0182b8;

}

.inpost h2 a:link, .inpost h2 a:visited{

	color:#0182b8;
text-decoration:underline;

}



.inpost p{

	margin:0px 0px 0px 0px;

	padding:2px 5px;

	font-size:12px;

	line-height:17px;

	overflow:hidden;

	font-family:verdana;

	color:#373737;

}	

	
#blurbmain{
	float:left;
	width:680px;
	padding:0px 0px;
	display:inline;
	margin:0px 0px;
}
	
#blurbtop{

	width:680px;
	height:9px;
	margin:0px 0px;
}
	
.blurbbot{
	float:left;
	width:680px;
	height:12px;
	display:inline;
}	

.blurb{
	
	width:310px;
	float:left;
	padding-top:10px;
        padding-bottom:10px;
        margin-right:10px;
}

.blurb h2{
	
	margin:5px 0px;
	padding:0px 0px;
	font-size:11px;
	overflow:hidden;
	font-weight:bold;
	font-family: ‘Trebuchet MS’, Helvetica, sans-serif;

}
.blurb h2 a:link,.blurb h2 a:visited{
	color:#0b78ab;
}
.blurb img{
	float:left;
	margin:5px 5px 0px 0px;
	background:#0b78ab;
	padding:5px 5px;

}
.blurb p{
	
	margin:5px 0px;
	padding:0px 0px;
	font-size:12px;
	line-height:21px;
	font-family:verdana;
	color:#373737;
}

#bottom{

	width:680px;

	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:400px;

	float:left;

		

}



/*--------------------------------------------------

  ul.tabbernav = the tab navigation list

  li.tabberactive = the active tab

  --------------------------------------------------*/

ul.tabbernav

{



	padding:5px 0 0 0;

	font-family:verdana;
	font-size:14px;

	background:#0b78ab;

	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:80px;

}



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:0;
	float:left;
	background:#fff;

	font-size:10px;
	font-family:verdana;
	text-transform:uppercase;	

	color:#aa9f9b;

	overflow:hidden;




 /* 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;

	}



.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-family:verdana;
	font-size:13px;
}

.about h2 {
	font-family:verdana;
	font-size:16px;
	margin:0px 0px 10px 0px;
	color:#0b78ab;
	font-weight:bold;
	
}

h2.am{
	font-family:verdana;
	font-size:16px;
	margin:0px 0px 10px 0px;
	padding-left:35px;
	color:#0b78ab;
	font-weight:bold;
	background:url(images/about.png) no-repeat;
	line-height:32px;
}

h2.sh{
	font-family:verdana;
	font-size:16px;
	margin:0px 0px 10px 0px;
	padding-left:35px;
	color:#0b78ab;
	font-weight:bold;
	background:url(images/rss.png) no-repeat;
	line-height:32px;
}

h2.tw{
	font-family:verdana;
	font-size:16px;
	margin:0px 0px 10px 0px;
	padding-left:35px;
	color:#0b78ab;
	font-weight:bold;
	background:url(images/twitter.png) no-repeat;
	line-height:32px;
}
h2.fl{
	font-family:verdana;
	font-size:16px;
	margin:0px 0px 10px 0px;
	padding-left:35px;
	color:#0b78ab;
	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-family:verdana;
	font-size:12px;
	margin:0px 0px 5px 0px;
	color:#373737;
	line-height:20px;
	
}
.twitter_div{
	background:url(images/twitter.gif) no-repeat;
	width:365px;
}


img.myphoto {

	float:left;
	margin:0px 10px 5px 0px;
	height:100px;
	width:100px;

}

