/* home boxes
=========================*/
#box1{
	float:left;
}
#box2{
	float:right;
}
#box1 img, #box2 img{
	float:right;
	padding-left:10px;
}
#box1, #box2{
	width:450px;
	height:405px;
	overflow:hidden;
}
#internalFull #box1 p, #internalFull #box2 p{
	text-align:center;
	font: bold 1.6em/1.4em Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	padding-top: 50px;
}
/* content
===========================*/
#content p{
	text-align:left;
	padding-bottom:15px;
}
#content ul,#content ul ul{
	margin-left:50px;
	margin-bottom:10px;
}
#content ul ul{
	margin-left:50px;
	margin-bottom:10px;
}

/* right side
===========================*/


#right img{ padding-bottom:10px;
}


/* content images
======================*/
.picRight{
	float:right;
	padding-bottom:10px;
	padding-left:10px;
}
.picRightB{
	float:right;
	margin-bottom:10px;
	margin-left:10px;
	border: 2px solid #999999;
}
.picleft{
	float:left;
	padding-bottom:10px;
	padding-right:10px;
}
/* misc
======================*/
.port{
	margin-bottom:15px;
}
.clearer {
	font-size: 0px;
	line-height: 0px;
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	width: auto;
}