body {
	font-family: Tahoma;
	font-size: 11px;
}
input, textarea, option, button, select {
  border: 1px solid #c0c9d1;
}
.header {
	font-size: 18px;
	font-weight: bold;
}
.whatis {
	font-size: 15px;
	font-weight: bold;
}
.projectslide_title{
	font-size: 16px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}
.content_block {
	margin-left: 30px;
	margin-right: 30px;
}
.inblock {
	margin-left: 30px;
	margin-right: 30px;
}
.infoblock {
	margin-left: 30px;
}

.sixprojectsblock {
	float: left;
}
.fourgoldsblock {
	float: left;
	width: 328px;
	text-align: center;
	margin-left: 15px;
}
.sixprojectsblock2 {
/*	float: left;*/
	text-align: center;
	width: 820px;
}
.samepoolblock {
text-align: center;
}
.projectframe {
	text-align: center;
}
.projectteaser {
	float: left;
	width: 164px;
	height: 169px;
	background-image: url(../i/t_block.png);
	text-align: center;
}
.projectteaser_gold {
	float: left;
	width: 164px;
	height: 169px;
	background-image: url(../i/t_block_gold.png);
	text-align: center;
}
.projectthumb {
	padding-top: 15px;
	height: 78px;
}
.projectthumb img {
max-width: 90px;
max-height: 70px;
}
.slideblock img {
max-width: 90px;
max-height: 70px;
}
.npithumb {
max-width: 90px;
max-height: 70px;	
}
.projecttitle {
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
	padding-bottom: 8px;
}
.listitem {
	margin-left: 18px;
	font-weight: bold;
}
.slideblock {
	margin-left: 25px;
}
.why360 {
	font-size: 17px;
}
.nplist tr {
	background-color: #F5F7FA;
}
.nplist tr:hover {
	background-color: #d0dae5;
}

.footertext {
	margin-top: 14px;
	line-height: 15px;
}
a, a:visited {
	color: #b22222;
	text-decoration: none;
}
a:hover {
	color: red;
	text-decoration: underline;
}
/*SLIDER*/
.contentslide{
border-bottom-width: 6px;
/*padding: 8px;*/
width: 310px;
height: 177px;
}
.contentslide1{
border-bottom-width: 6px;
/*padding: 8px;*/
width: 310px;
height: 146px;
}
.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width: 100%;
height: 70%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;

}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 310px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: left;
border-width: 0 10px; /*Left/ right border width of pagination DIV.*/
padding: 0 0 4px 0;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 300px; /*IE5 width*/
w\idth: 316px; /*IE6 width*/
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #2e6ab1;
background-color: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}
/*END SLIDER*/
a img {
	border: 0px;
}
.pager {
font-size:120%;
text-align:center;
  width: 750px;
}

.pager a, .pager a:visited {
background-color: #f1f1f1;
border:1px solid #8EB5D7;
color: #727272;
margin-left:5px;
padding:2px 3px;
}

.pager .pager-current {
background-color: #444444;
border:1px solid #8EB5D7;
font-size:150%;
font-weight: bold;
color:#555;
margin-left:5px;
padding:2px 3px;
}

.pager a:hover {
background-color: #9e9e9e;
border:1px solid #8EB5D7;
color:#555;
margin-left:5px;
padding:2px 3px;
}