body{background:url('../images/home-repeater.jpg') repeat-x top left;}
#wrap{background:url('../images/home.jpg') top center no-repeat;}

#main-nav{
	float:left;
	padding-top:235px;
	text-align:left;
	width:236px;
}

#content-wrap{
	position:relative;
	width:700px;
	padding:75px 0px 0px 0px;
	margin-bottom:28px;
}

#impact{
	width:700px;
	height:395px;
}

/* ROUND ABOUT ///////////////////////////////////////////////////////////////////////////////*/

.roundabout-holder { padding: 0; height: 5em; list-style: none }
.roundabout-moveable-item {
	height: 4em;
	width: 4em;
	cursor: pointer;
	background-color: #ffc;
	border: 1px solid #999;
}
.roundabout-in-focus { cursor: auto; }

#myRoundabout{
	position:absolute;
	top:163px;
	left:113px;
	width:430px;
	display:none;
}

#myRoundabout li{
	height:380px;
	width:245px;
	background:#103549;
	border:none;
	-moz-border-radius: 6px;
  	-webkit-border-radius: 6px;
  	border-radius: 6px;
	/*padding-top:10px;*/
  color:#ffffff;
	font-size:12px;
	text-align: center;
}

.ie #myRoundabout li {-pie-png-fix: true; behavior: url('pie.htc');}


#impact #next{
	position:absolute;
	top:165px;
	right:0px;
	display:block;
	background:url('../images/impact-btns.png') 0px 0px no-repeat;
	width:25px;
	height:50px;
	z-index:99999999999999;
}

.ie #impact #next {-pie-png-fix: true; behavior: url('pie.htc');}


#impact #previous{
	position:absolute;
	top:165px;
	left:0px;
	display:block;
	background:url('../images/impact-btns.png') -25px 0px no-repeat;
	width:25px;
	height:50px;
	z-index:99999999999999;
}

.ie #impact #previous {-pie-png-fix: true; behavior: url('pie.htc');}

.impact-title{
	font-size:1.167em;
	color:#ffffff;
	font-weight:bold;
	padding:0px 20px 0px 20px;
}

.impact-info{
	font-size:1em;
	color:#ffffff;
	padding:0px 10px 10px 10px;
}

#myRoundabout li a{
	display:block;
	text-align:center;
	padding:0.667em 0.833em 0.667em 0.833em;
	width:160px;
	margin:0px auto;
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;
	font-size:1em;
	background-color: #0C2E41;
	background: linear-gradient(#0C2E41, #0C2E41);
  background-image: -moz-linear-gradient(#0C2E41, #0C2E41); /* FF3.6 */
  background-image: -ms-linear-gradient( #0C2E41, #0C2E41); /* IE10 */
  background-image: -o-linear-gradient(#0C2E41, #0C2E41); /* Opera 11.10+ */
  background-image: -webkit-gradient(linear, from(#0C2E41), to(#0C2E41)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(#0C2E41, #0C2E41); /* Chrome 10+, Saf5.1+ */
  background-image: linear-gradient(#0C2E41, #0C2E41);
	-pie-background: linear-gradient(#0C2E41, #0C2E41);
	-moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px; 
}

#myRoundabout li img {
	-moz-border-radius: 6px 6px 0 0;
  	-webkit-border-radius: 6px 6px 0 0;
  	border-radius: 6px 6px 0 0;
  	padding-bottom: 10px;
}

.ie #myRoundabout li a {-pie-png-fix: true; behavior: url('pie.htc');}

#myRoundabout .roundabout-in-focus a:hover{
	text-decoration:underline;
}

/* ROUND ABOUT END ///////////////////////////////////////////////////////////////////////////*/

#home-content-wrap{
	clear:both;
	width:980px;
	text-align:left;
	font-size:12px;
	color:#333333;
}

#home-left{
	padding:90px 0px 0px 0px;
	float:left;
	width:465px;
}
#home-left h1{color:#333;}
#home-right{
	background:url('../images/content.jpg') #ffffff repeat-x;
	width:475px;
	float:right;
	padding:10px 0px 20px 0px;
	-moz-border-radius: 6px;
  -webkit-border-radius: 6px;/
  border-radius: 6px; 
}

.ie #home-right {behavior: url('pie.htc'); }

#home-quote{
	background:url('../images/quote-btn.jpg');
	width:180px;
	height:38px;
	-moz-border-radius: 6px;
  -webkit-border-radius: 6px;/
  border-radius: 6px;
	text-align:center;
	font: 25px/38px 'BebasNeueRegular', Arial, sans-serif; 
	color:#ffffff;
	float:left;
	margin-right:15px;
	text-decoration:none;
}

#home-quote:hover{
	text-decoration:underline;
}

.ie #home-quote {-pie-png-fix: true; behavior: url('pie.htc');}

#home-right-t{
	width:440px;
	padding:0px 0px 40px 15px;
}

#home-right-b{
	border-left:1px solid #CCCCCC;
	width:440px;
	padding:0px 0px 10px 15px;
}

#home-right-b h2{	
font: 30px/30px 'BebasNeueRegular', Arial, sans-serif !important; 
color:#333333;
}

#home-right-b h2 span{	
color:#CCCCCC;
}

#home-right-b h3{	
	font: 20px/20px 'BebasNeueRegular', Arial, sans-serif; 
	color:#666666;
}

