#header {
	background: url(images/home_bg.png) top left repeat-x;
	height: 168px;
}

#topOut
{
    height:226px;
    background: url(images/homeContainer.png) top left repeat-x;
    border-top: 1px solid #fff;
    margin-top: -10px;
}

#topIn {
	width: 815px;
	margin: 0px auto;
}


#bottomIn {
	width: 815px;
	margin: 0px auto;
	height: 165px;
	border-bottom: 1px solid #C2C5B9;
}

#bottomOut
{
    background: #F1F2EA;
}

#linkIn 
{
    width: 815px;
    margin: 0px auto;
    padding: 8px 0px;
    background: #F1F2EA;
}

#linkedin img
{
    border: none;
    float: right;
    margin: 5px 0px;
}

.subsection 
{
    float: left;
    width: 181px;
    font-family:Arial, Helvetica, sans-serif; 
	font-size:11px;
	color: #333;
	border-left: 1px solid #C2C5B9;
	height: 155px;
	padding: 0px 10px;
}

.subsection td 
{
	padding-top: 0px;
    padding-bottom: 4px;
}

.subsection:first-child
{
	border-left: none;
}

.subsection a 
{
    text-decoration: none;
    outline: none;
    color: #333;
}

.subsection a:hover
{
    color: #004d42;
}

.subsection h3
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
    color: #004d42;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom:10px;
}

#leftMain {
	width: 390px;
	float: left;
}

#rightMain {
	width: 410px;
	float: right;
}

#leftMain p {
	text-align: left;
	color: #333;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif; 
}

#leftMain h3 
{
    color: #333;
    font-weight: bold;
    font-size: 14px;
	margin-top: 7px;
}

.slideshowImages {
	background:#fff;
	position:relative;	
	height:210px;
	width:410px;
	cursor:pointer;
	border-left: 1px solid #C2C5B9;
}

/* single slide */
.slideshowImages div {
	display:none;
	position:absolute;
	top:0;
	left:0;		
	/*margin:7px;
	padding:15px 30px 15px 15px;*/
	font-size:12px;
}

.slideshowImages img
{
    border: none;
}

.slideShowControls 
{
    float: right;
    margin-top: -40px;
    z-index: 100;
}

/* header */
.slideshowImages h3 {
	font-size:22px;
	font-weight:normal;
	margin:0 0 20px 0;
	color:#456;
}


/* tabs (those little circles below slides) */
.slideShowTabs {
	clear:both;
	/*margin-left:330px;*/
	float:right; 
	position:relative; 
	top: -20px; 
	margin-right: 10px;
}

/* single tab */
.slideShowTabs a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(/images/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:0px;	
	outline:none;	
}

/* mouseover state */
.slideShowTabs a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
.slideShowTabs a.current {
	background-position:0 -16px;     
} 	

/* prev and next buttons */
.forward, .backward {
	float:left;
	margin-top:140px;
	background:#fff url(/images/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	cursor:pointer;
	font-size:1px;
	text-indent:-9999em;	
}

/* next */
.forward 				{ background-position: 0 -30px; clear:right; }
.forward:hover 		{ background-position:-30px -30px; }
.forward:active 	 	{ background-position:-60px -30px; } 


/* prev */
.backward:hover  		{ background-position:-30px 0; }
.backward:active  	{ background-position:-60px 0; }

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}

h3.sidebarHeading 
{
    display:none;
}
