/*** Homepage ***/
#projectsTable td{
	width: 50%;
	padding: 0px 20px 10px 20px;
	vertical-align: top;
	font-size: 13px;
}

#projectsTable .bottom{ border-top: 1px dotted #ccc; }
#projectsTable .right{ border-right: 1px dotted #ccc; }
#projectsTable .redButton{ _width: 80px; }

.pageSection{
	float: left;
	width: 50%;
}

#homePage .section{
	/*margin: 0px 4px;*/
	margin: 20px 0px 0px 8px;
	padding: 0px;
	/*padding: 10px;*/
	/*border: 1px solid #ccc;*/
	float: left;
	background: #fff url(../images/section-right.png) right top no-repeat;
	/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;*/
	width: 32%;
}

#homePage .section .inner{
	text-align: center;
	height: 171px;
	background: url(../images/section-left.png) left top no-repeat;
	padding: 10px 10px 0px 10px;
}

#homePage .section .inner img{
	height: 105px;
}

#homePage .section p{
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 5px;
}

#homePage .section img{
	float: left;
}

#homePage .section .redButton{
	_width: 120px;
	margin-top: 65px;
}

#homePage .section .register{
	margin-top: 53px;
}

#loginPopup label{
	float: left;
	display: block;
	width: 90px;
	text-align: right;
	padding-right: 10px;
}

.field{
	padding: 5px 0px;
}

.section{
	float: left;
	font-size: 12px;
}

/*** testimonials ***/
#testimonials .section{
	width: 45%;
/*	float: left;
	font-size: 12px;*/
	font-style: italic;
}

#testimonials #section1{
	border-right: 1px solid #ddd;
	padding-right: 20px;
}

#testimonials #section2{
	padding-left: 20px;
}

#testimonials .text-right{
	color: #c00;
	text-align: right;
	padding: 5px 0px 20px 0px;
	font-weight: bold;
}

/*** contact us ***/
#contactus .section{
/*	float: left;*/
	
}

#contactus #section1{
	width: 60%;
}

#contactus #section2{
	width: 40%;
}

#contactus .divider{
	padding-top: 20px;
	border-bottom: 1px solid #ddd;
	color: #c00;
	font-size: 14px;
}

#contactus ul{
	*zoom: 1;
	border-right: 1px solid #ddd;
}

#contactus ul:after{
	content: " ";
	display: block;
	visibility: hidden;
	height: 0px;
	clear: both;
}

#contactus li{
	display: block;
	float: left;
	width: 175px;
	height: 175px;
/*	border: 1px solid #000;*/
	text-align: center;
	list-style-type: none;
	font-size: 12px;
	color: #666;
}

#contactus li img{
/*	display: block;*/
}

#contactus li span{
	display: block;
}

/*** member page ***/
.border-right{
	border-right: 1px solid #ddd;
}

#memberPage .section{
	width: 450px;
	padding: 0px 10px;
	text-align: center;
}

#memberPage .section a{
	font-size: 2em;
}

#phocagallery .contentdescription{
	display: none;
}
